.book {
  -webkit-transition: opacity 0.4s 0.2s;
          transition: opacity 0.4s 0.2s;
  box-shadow: 7px 7px 7px;
}
.page {/*
  width: 36vw;
  height: 27vw;*/
  width: 396px;
  height: 559px;
  background-colour: #ffffff;
  float: left;
  margin-bottom: 0.5em;
}
.page:first-child {
  float: right;
}
.page:nth-child(even) {
  clear: both;
}
.bound {
  -webkit-perspective: 250vw;
          perspective: 250vw;
}
.bound .pages {
  position: relative;/*
  width: 72vw;
  height: 27vw;*/
  width: calc(396px * 2);
  height: 559px;
  position: relative;/*
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);*/
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: left top no-repeat;
  background-image: url('/softdrink/cclemon/campaign/img/page/p0@2x.jpg');
  background-size: 50% auto;
  border-radius: 4px;/*
  box-shadow: 0 0 0 1px #e3dfd8;*/
}
.bound .pages:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: right top no-repeat;
  background-image: url('/softdrink/cclemon/campaign/img/page/p15@2x.jpg');
  background-size: cover;
}
.bound .page {
  float: none;
  clear: none;
  margin: 0;
  position: absolute;
  top: 0;/*
  width: 36vw;
  height: 27vw;*/
  width: 396px;
  height: 559px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 1.4s;
          transition: transform 1.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bound .page:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.7s;
          transition: background 0.7s;
  z-index: 2;
}
.bound .page:nth-child(odd) {
  pointer-events: all;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  right: 0;
  border-radius: 0 4px 4px 0;
}
.bound .page:nth-child(odd):hover {
  -webkit-transform: rotateY(-10deg);
          transform: rotateY(-10deg);
}
.bound .page:nth-child(odd):hover:before {
  background: rgba(0, 0, 0, 0.03);
}
.bound .page:nth-child(odd):before {
  background: rgba(0, 0, 0, 0);
}
.bound .page:nth-child(even) {
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.bound .page:nth-child(even):before {
  background: rgba(0, 0, 0, 0.2);
}
.bound .page.grabbing {
  -webkit-transition: none;
          transition: none;
}
.bound .page.flipped:nth-child(odd) {
  pointer-events: none;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.bound .page.flipped:nth-child(odd):before {
  background: rgba(0, 0, 0, 0.2);
}
.bound .page.flipped:nth-child(even) {
  pointer-events: all;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.bound .page.flipped:nth-child(even):hover {
  -webkit-transform: rotateY(10deg);
          transform: rotateY(10deg);
}
.bound .page.flipped:nth-child(even):hover:before {
  background: rgba(0, 0, 0, 0.03);
}
.bound .page.flipped:nth-child(even):before {
  background: rgba(0, 0, 0, 0);
}
.bookWrap *,
.bookWrap * :before,
.bookWrap *:after {
  box-sizing: border-box;
}/*
html,
body {
  background: #e3dfd8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0;
  line-height: 1.5em;
}*/
.bookWrap {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;/*
  padding: 2em 0;*/
  line-height: 1.5em;
}
.page {
  color: transparent;
  background: left top no-repeat;
  background-size: cover;
}
.page:nth-child(3),
.page:nth-child(5),
.page:nth-child(7),
.page:nth-child(9),
.page:nth-child(11),
.page:nth-child(13),
.page:nth-child(15),
.page:nth-child(17),
.page:nth-child(19),
.page:nth-child(21),
.page:nth-child(23),
.page:nth-child(25),
.page:nth-child(27),
.page:nth-child(29),
.page:nth-child(31) {
  background-position: right top;
}
.page:nth-child(1) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p1@2x.jpg');
}
.page:nth-child(2) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p2@2x.jpg');
}
.page:nth-child(3) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p3@2x.jpg');
}
.page:nth-child(4) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p4@2x.jpg');
}
.page:nth-child(5) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p5@2x.jpg');
}
.page:nth-child(6) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p6@2x.jpg');
}
.page:nth-child(7) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p7@2x.jpg');
}
.page:nth-child(8) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p8@2x.jpg');
}
.page:nth-child(9) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p9@2x.jpg');
}
.page:nth-child(10) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p10@2x.jpg');
}
.page:nth-child(11) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p11@2x.jpg');
}
.page:nth-child(12) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p12@2x.jpg');
}
.page:nth-child(13) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p13@2x.jpg');
}
.page:nth-child(14) {
  background-image: url('/softdrink/cclemon/campaign/img/page/p14@2x.jpg');
}
