
#cnts #special_02 h2{
	height: 193px;
	background: url(../images/special_02/title.png) no-repeat center #ffffff;
}
#cnts #special_02 {
	overflow: hidden;
}
.slides-nav li {
	opacity: 0;
}
.book {
	-webkit-transition: opacity 0.4s 0.2s;
	-moz-transition: opacity 0.4s 0.2s;
	-ms-transition: opacity 0.4s 0.2s;
	transition: opacity 0.4s 0.2s;
}
.pages {
	position: relative;
	left: -425px;
}
.page {
  width: 520px;
  height: 520px;
  background-colour: #ffffff;
  float: left;
  margin-bottom: 0.5em;
}
.page:first-child {
  float: right;
}
.page:nth-child(even) {
  clear: both;
}
.bound {
	-webkit-perspective: 250vw;
	-moz-transition: 250vw;
	-ms-transition: 250vw;
	perspective: 250vw;
}

#album ul {
  width: 520px;
  height: 520px;
  position: relative;
  z-index: 100;
}
#album ul:after {
  content: "";
  clear: both;
  display: block;
}
#album ul li {
	width: 210px;
	height: 144px;
	position: absolute;
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	-ms-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
	opacity: 1;
}
#album ul li a {
	display: block;
	width: 210px;
	height: 144px;
}
#album ul li#photo_01:hover,
#album ul li#photo_02:hover,
#album ul li#photo_03:hover,
#album ul li#photo_04:hover,
#album ul li#photo_05:hover{
	opacity: 0.8;
}

#album ul li#photo_01 {
	left: 51px;
    top: 34px;
}
#album ul li#photo_01 a {
	background: url(../images/special_02/photo_thumb_01.png) no-repeat center;
}
#album ul li#photo_02 {
    left: 263px;
    top: 70px;
}
#album ul li#photo_02 a {
	background: url(../images/special_02/photo_thumb_02.png) no-repeat center;
}

#album ul li#photo_03 {
    left: 25px;
    top: 198px;
}
#album ul li#photo_03 a {
	background: url(../images/special_02/photo_thumb_03.png) no-repeat center;
}

#album ul li#photo_04 {
	width: 228px;
	height: 150px;
    left: 247px;
    top: 215px;
}
#album ul li#photo_04 a {
	width: 228px;
	height: 150px;
	background: url(../images/special_02/photo_thumb_04.png) no-repeat center;
}

#album ul li#photo_05 {
    left: 62px;
    top: 348px;
}
#album ul li#photo_05 a {
	background: url(../images/special_02/photo_thumb_05.png) no-repeat center;
}

#album ul li.next {
	width: 75px;
	height: 50px;
    right: 22px;
    bottom: 10px;
	background: url(../images/special_02/close.png) no-repeat center;
	
	-webkit-opacity:1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}
#album ul li.next:hover {
	text-decoration: none;
	opacity: 0.8;
}
.front .open_btn {
    position: absolute;
	width: 75px;
	height: 50px;
    right: 22px;
    bottom: 10px;
	background: url(../images/special_02/open.png) no-repeat center;
	background-position: center;
	-moz-opacity:1;
	opacity: 1;
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	-ms-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
}
.front:hover .open_btn {
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	-ms-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
	text-decoration: none;
	opacity: 0.8;
}
.back .back_btn {
    position: absolute;
	width: 50px;
	height: 50px;
    right: 25px;
    bottom: 18px;
	background: url(../images/special_02/back.png) no-repeat center;
	-moz-opacity:1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	-ms-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
}
.back:hover .back_btn {
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	-ms-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
	text-decoration: none;
	opacity: 0.8;
}

.reset {
    position: absolute;
	width: 106px;
	height: 24px;
    left: 295px;
    bottom: 99px;
	cursor: pointer;
	display: none;
}
.reset p{
	width: 106px;
	height: 24px;
	background: url(../images/special_02/reset.png) no-repeat center;
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	-ms-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
}
.reset p:hover  {
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	-ms-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
	
	text-decoration: none;
	opacity: 0.8;
}

.bound .pages {
  width: 1040px;
  height: 520px;
  position: relative;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
  border-radius: 4px;
}
.bound .page {
  float: none;
  clear: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: 520px;
  height: 520px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	
	-webkit-transition: transform 1.4s;
	-moz-transition: transform 1.4s;
	-ms-transition: transform 1.4s;
	transition: transform 1.4s;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	cursor: pointer;
}
.bound .page:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: background 0.7s;
	-moz-transition: background 0.7s;
	-ms-transition: background 0.7s;
	transition: background 0.7s;
	z-index: 2;
}
.bound .page:nth-child(odd) {
	pointer-events: all;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	right: 0;
	border-radius: 0 4px 4px 0;
}
.bound .page.front:hover {
	-webkit-transform: rotateY(-10deg);
	-moz-transform: rotateY(-10deg);
	-ms-transform: rotateY(-10deg);
	transform: rotateY(-10deg);
}
.bound .page.front:hover:before {
}
.bound .page.front:before {
}

.bound .page:nth-child(even) {
	pointer-events: none;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-origin: 100% 0;
	-moz-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 {
}
.bound .page.grabbing {
	-webkit-transition: none;
	transition: none;
	-ms-transition: none;
	transition: none;
}
.bound .page.flipped:nth-child(odd) {
  pointer-events: none;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bound .page.flipped:nth-child(odd):before {
}
.bound .page.flipped:nth-child(even) {
  pointer-events: all;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-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 {
}
.bound .page.flipped:nth-child(even):before {
}
#bookwrap *:before,
#bookwrap *:after {
  box-sizing: border-box;
}
#bookwrap {
	height: 580px;
	width: 1040px;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-webkit-justify-content: center;
	-moz-justify-content: 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(1),
.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),
.page:nth-child(4) {
  background-image: url(../images/special_02/book_front.png);
}
.page:nth-child(2) ,
.page:nth-child(3) {
  background-image: url(../images/special_02/book_01.png);
}

/*--------------*/
#slider {
	width: 643px;
	height: 593px;
	background: url(../images/special_02/bg_01.png) no-repeat top center;
	box-sizing: border-box;
    padding: 34px 54px 0;
}

#slider .slides {
	position: relative;
	width: 535px;
	height: 358px;
	margin: 0 0 5px 0;
}
#slider .slides li {
	position: absolute;
}
#slider .slides li img {
	width: 535px;
	height: 358px;
}

#slider .slides-nav {
	width: 535px;
}
#slider .slides-nav li {
	width: 103px;
	height: 78px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 5px;
}
#slider .slides-nav li img {
	width: 103px;
	height: 78px;
     -webkit-filter: sepia(100%);
     -moz-filter: sepia(100%);
     -o-filter: sepia(100%);
     -ms-filter: sepia(100%);
     filter: sepia(100%);
}
#slider .slides-nav li.on img {
     -webkit-filter: sepia(0%);
     -moz-filter: sepia(0%);
     -o-filter: sepia(0%);
     -ms-filter: sepia(0%);
     filter: sepia(0%);
}
#slider h1 {
	width: 31px;
	height: 28px;
	text-indent: -9999px;
	position: relative;
	margin-bottom: 9px;
}
#slider h1#s_01 {
	background: url(../images/special_02/s_01.png) no-repeat center;
}
#slider h1#s_02 {
	background: url(../images/special_02/s_02.png) no-repeat center;
}
body #slider h1#s_03 {
	width: 34px;
	height: 28px;
	background: url(../images/special_02/s_03.png) no-repeat center;
}
body #slider h1#s_04 {
	width: 35px;
	height: 27px;
	background: url(../images/special_02/s_04.png) no-repeat center;
}
body #slider h1#s_05 {
	width: 35px;
	height: 27px;
	background: url(../images/special_02/s_05.png) no-repeat center;
}


.page.last.flipped {
	z-index: 9999;
}


#navwrap > div{
	display: none;
}


#slider .slides li{
	display: none;
}
#slider .slides .photo01 {
	display: block;
}

@media all and (-ms-high-contrast:none){
.reset p,
.book_btn,
.bound .page {
  -ms-transition: none;
          transition: none;
}
}