/*-----------------------------------------------------------------------------------*/
/*	Project Name: Responsive Flip Book powered by jQuery
/*	Author: MassivePixelCreation
/*	Author URI: http://www.blog.mpcreation.pl
/*	Version: 1.2
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Main Styles
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
/*    font-family: "ƒqƒ‰ƒMƒmŠpƒS ProN','Hiragino Kaku Gothic ProN", "Sawarabi Gothic", "ŸàƒSƒVƒbƒN", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;*/
    font-family: "Sawarabi Gothic", "ŸàƒSƒVƒbƒN", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;    
    letter-spacing: 1px;
    color: #141414;
}

* {
    box-sizing: border-box
}

* {
    -moz-box-sizing: border-box
}

a {
    text-decoration: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

.clearfix {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
}
body{
        animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.fix-headerWrap {
    height: 69px;
    top: 0;
    overflow: hidden;
}

.fix-headerWrap .fix-header {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    height: 69px;
    background: #c8102e;
    min-width: 1200px;
}

.fixMenu {
    position: fixed;
    top: 69px;
    left: 0;
    height: 69px;
    z-index: 9999;
    width: 100%;
    transition: 0.6s ease;
    transform: translateY(-100%);
    display: block;
    overflow: hidden;
}

.fix-headerWrap .fix-header .fix-logo {
    position: relative;
    width: 180px;
    top: 5px;
    left: 10px;
    display: block;
}

.fix-headerWrap .fix-header .fix-logo img {
    width: 100%;
}

.fix-headerWrap .fix-header .fix-menuWrap {
    position: absolute;
    top: 20px;
    right: 0;
    overflow: hidden;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul {}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li {
    float: left;
    text-align: center;
    position: relative;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a {
    display: block;
    border-right: 1px solid #fff;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li:last-child a {
    border: none;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a span {
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);    
    padding: 3px 8px;
    margin: 5px 7px;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a span b {
    color: #fff;
    font-size: 10px;
    transform: scale(0.8);
    line-height: 1;
    vertical-align: middle;
    display: block;
    text-align: center;
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);    
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a:hover span {
    color: #333;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a:hover span b {
    color: #333;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a.active span {
    color: #333;
    background: #fff;
}

.fix-headerWrap .fix-header .fix-menuWrap .fix-menu ul li a.active span b {
    color: #cdbb84;
}
.menu_list_effect {
    opacity: 0;
    filter: alpha(opacity=0);
}

.menu_list_move {
    opacity: 1;
    filter: alpha(opacity=100);

}

li.menu_list_move:nth-child(1) {
    transition: all 100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(2) {
    transition: all 200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(3) {
    transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(4) {
    transition: all 400ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(5) {
    transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(6) {
    transition: all 600ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(7) {
    transition: all 700ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(8) {
    transition: all 800ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(9) {
    transition: all 900ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(10) {
    transition: all 1000ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(11) {
    transition: all 1100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}


.flipbook-container {
	position: relative;
	margin: 50px auto 100px auto;
	width: 100%;
	z-index: 2;
	background: url('/js/gravure/img/loader.gif') no-repeat center center;
    overflow: hidden;
}

.flipbook {
	position: relative;
	width: 880px; /* flip book width with border */
	height: 600px; /* flip book height with border */
	opacity: 1;
	z-index: 10;
}

#flipbook-1 .turn-page {
	width: 350px; /* single page width with border */
	height: 500px; /* single page height with border */
	background-size: 100% 100%;
	background: black; /* border color */
}

div.flipbook div.fb-page {
	width: 100%;
	height: 100%;
}


div.flipbook div.fb-page div.page-content {
	width: 345px; /* width of the height of the single page minus the border */
	height: 490px;
	margin: 5px 0px; /* Specifies Borderd */
}

div.flipbook div.turn-page-wrapper {
	position: relative;
	overflow: hidden;
}

div.flipbook div.turn-page-wrapper > div {
 	pointer-events: none; 
}

div.flipbook div.page-transition.last div.page-content,
div.flipbook div.page-transition.even div.page-content,
div.flipbook div.turn-page-wrapper.odd div.page-content {
	margin-left: 0px;
	margin-right: 5px; /* Specifies Borderd */
}

div.flipbook div.turn-page-wrapper.first div.page-content {
	margin-right: 5px;
	margin-left: 0px; /* Specifies Borderd */
}

div.flipbook div.page-transition.first div.page-content,
div.flipbook div.page-transition.odd div.page-content,
div.flipbook div.turn-page-wrapper.even div.page-content,
div.flipbook div.turn-page-wrapper.last div.page-content {
	margin-left: 5px; /* Specifies Borderd */
}

div.flipbook img.bg-img.zoom-large {
	opacity: 0;
	display: none;
}

div.flipbook-container div.page-content img.bg-img {
	position: absolute; 
	left: 0px; 
	top:0px; 
	margin-top: 10px;
	max-width: 100%!important;
}

div.flipbook-container div.page-content.last img.bg-img,
div.flipbook-container div.page-content.even img.bg-img {
	left: 10px; 
}

div.flipbook-container div.single.page-content > div.container,
div.flipbook-container div.single div.page-content > div.container {
	overflow: visible;
}

div.flipbook-container div.double.page-content > div.container,
div.flipbook-container div.double div.page-content > div.container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200%;
	height: 100%;
}

div.flipbook-container div.double.page-content.odd > div.container,
div.flipbook-container div.double div.page-content.odd > div.container {
	margin-left: -100%;
}

div.flipbook-container div.double.page-content div.left,
div.flipbook-container div.double div.page-content div.left {
	float: left; 
	width: 50%;
	/*height: 100%;*/
}

div.flipbook-container div.double.page-content div.right,
div.flipbook-container div.double div.page-content div.right {
	float: right; 
	width: 50%;
	/*height: 100%;*/
}

/*-----------------------------------------------------------------------------------*/
/*	Flip Book Shadows
/*-----------------------------------------------------------------------------------*/

.flipbook div.fb-inside-shadow-right {
	position: absolute;
	overflow: hidden;
	width: 345px;
	height: 490px;
	top: 5px;
	left: 0px;
	z-index: 10;
	background: transparent url('/js/gravure/img/inner-shadow-right.png');
	pointer-events: none;
	background-size: 100%;
}

.flipbook div.fb-inside-shadow-left {
	position: absolute;
	overflow: hidden;
	width: 345px;
	height: 490px;
	top: 5px;
	right: 0px;
	z-index: 10;
	background: transparent url('/js/gravure/img/inner-shadow-left.png');
	pointer-events: none;
	background-size: 100%;
}

.flipbook div.fb-page-edge-shadow-right {
	position: absolute;
	width: 2px;
	height: 490px;
	top: 10px;
	right: 10px;
	z-index: 20;
	background: transparent url('/js/gravure/img/edge-page-shadow-right.jpg');
}

.flipbook div.fb-page-edge-shadow-left {
	position: absolute;
	width: 2px;
	height: 490px;
	top: 10px;
	left: 10px;
	z-index: 11!important;
	background: transparent url('/js/gravure/img/edge-page-shadow-left.jpg');
}

/* shadows under flip book */

.flipbook div.fb-shadow-top-right,
.flipbook div.fb-shadow-top-left,
.flipbook div.fb-shadow-bottom-right,
.flipbook div.fb-shadow-bottom-left {
	background: url('/js/gravure/img/page-curve-shadow.png') no-repeat;
	background-size: 100% 100%;
	width: 355px;
	height: 56px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	z-index: 0!important;
}

.flipbook div.fb-shadow-bottom-left {
	left: 0px;
	bottom: -14px;
}

.flipbook div.fb-shadow-bottom-right {
	right: 0px;
	bottom: -14px;
}

.flipbook div.fb-shadow-top-left {
	left: 0px;
	top: -12px;
}

.flipbook div.fb-shadow-top-right {
	right: 0px;
	top: -12px;
}

/*-----------------------------------------------------------------------------------*/
/*	Zoom
/*-----------------------------------------------------------------------------------*/

.flipbook-container div.zoomed {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	z-index: 30;
	border: 10px solid #ECECEC;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #D0D0D0;
}

.flipbook-container div.zoomed-shadow {
	position: absolute;
	margin: auto;
	background: url('/js/gravure/img/zoom-overlay.png') no-repeat;
	background-size: 100% 100%;
	z-index: 41;
	pointer-events: none;
	opacity: 0.2;
}

.flipbook-container div.zoomed.double.odd {
	margin-left: 0px!important;
}

/* Video Player */
.flipbook-container div.video video,
.flipbook-container div.video object {
	position: relative;
	z-index: 15;
	display: block;
	pointer-events: all;
	margin: 0px auto;
}

.flipbook-container div.showall-shadow-top,
.flipbook-container div.showall-shadow-bottom,
.flipbook-container div.zoomed-shadow-top,
.flipbook-container div.zoomed-shadow-bottom {
	position: absolute;
	z-index: 20;
	opacity: 0;
	height: 55px;
	background-size: 100% 55px!important;
	background: transparent url('/js/gravure/img/shadow-big.png') no-repeat;
}

.flipbook-container div.showall-shadow-top,
.flipbook-container div.showall-shadow-bottom {
	height: 55px;
}

.flipbook-container div.zoomed-nav {
	width: 100%;
	position: relative;
}
.flipbook-container div.zoomed-nav a {
	position: absolute;
	top: 0;
	display: block;
	width: 37px;
	height: 37px;
	background: #eee;
}
.flipbook-container div.zoomed-nav .previous-page {
	left: 0;
	background: url('/js/gravure/img/icon-prev.png') no-repeat center center;
	
	-webkit-transition: background 0.25s ease-out;
}
.flipbook-container div.zoomed-nav .previous-page:hover {
	background-position: -5px center;
}
.flipbook-container div.zoomed-nav .next-page {
	right: 0;
	background: url('/js/gravure/img/icon-next.png') no-repeat center center;

	-webkit-transition: background 0.25s ease-out;
}
.flipbook-container div.zoomed-nav .next-page:hover {
	background-position: 5px center;
}

/*-----------------------------------------------------------------------------------*/
/*	Flip Book Navigation
/*-----------------------------------------------------------------------------------*/

.fb-nav {
	position: relative;
	margin: 0px auto 0px auto;
	display: block;
	top: -100px;
	opacity: 0;
	z-index: 1;
	overflow: hidden;
}

.fb-nav.stacked {
	width: 370px;
}

.fb-nav.spread {
	width: 400px;
}

.fb-nav ul {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}

.fb-nav.spread ul {
	margin-left: -6px;
}

.fb-nav.stacked.small ul {
	margin-top: 16px;
}

.fb-nav ul li {
	position: relative;
	float: left;
	list-style: none;
	margin-right: 0px;
	cursor: pointer;
	text-indent: -9999px;
	margin-left: 0px;
}

.fb-nav ul li.last {
	margin-right: 0px;
}

/* UI regular state */

div.mobile.round span.button,
div.mobile.round span.button-over,
.fb-nav ul li span.button-over,
.fb-nav ul li span.button {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 86px;
	display: inline-block;
	z-index: 1;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.mobile.round span.button-icon,
.fb-nav ul li span.button-icon-over,
.fb-nav ul li span.button-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 37px;
	width: 37px;
	display: inline-block;
	z-index: 2;
}

.fb-nav ul li span.button-over { z-index: 0; opacity: 0;}

.fb-nav ul li.left span.button-over,
.fb-nav ul li.left span.button,
.fb-nav ul li.left { height: 86px !important; width: 97px !important;}

.fb-nav ul li.right span.button-over,
.fb-nav ul li.right span.button,
.fb-nav ul li.right { height: 86px !important; width: 95px !important;}

.fb-nav ul li.center span.button-over,
.fb-nav ul li.center span.button,
.fb-nav ul li.center { height: 86px !important; width: 89px !important;}

div.mobile.round span.button-over,
div.mobile.round span.button,
.fb-nav ul li.round span.button-over,
.fb-nav ul li.round span.button,
.fb-nav ul li.round { height: 86px !important; width: 86px !important;}

.fb-nav ul li.left span.button { background: transparent url('/js/gravure/img/b-left.png') no-repeat; }
.fb-nav ul li.right span.button { background: transparent url('/js/gravure/img/b-right.png') no-repeat; }
.fb-nav ul li.center span.button { background: transparent url('/js/gravure/img/b-center.png') no-repeat; }
.fb-nav ul li.round span.button { background: transparent url('/js/gravure/img/b-round.png') no-repeat; }
div.mobile.round span.button { background: transparent url('/js/gravure/img/b-round.png') no-repeat; }

.fb-nav ul li.left span.button-over { background: transparent url('/js/gravure/img/b-left-hover.png') no-repeat; }
.fb-nav ul li.right span.button-over { background: transparent url('/js/gravure/img/b-right-hover.png') no-repeat; }
.fb-nav ul li.center span.button-over { background: transparent url('.b-center-hover.png') no-repeat; }
.fb-nav ul li.round span.button-over { background: transparent url('/js/gravure/img/b-round-hover.png') no-repeat; }
div.mobile.round span.button-over { opacity: 0; background: transparent url('/js/gravure/img/b-round-hover.png') no-repeat; }

.fb-nav ul li.toc span.button-icon { top: 25px; left: 25px; background: transparent url('/js/gravure/img/icon-toc.png') no-repeat; }
.fb-nav ul li.toc.left span.button-icon { left: 31px; }
.fb-nav ul li.toc.round span.button-icon { left: 24px; }

.fb-nav ul li.zoom span.button-icon { top: 24px; left: 23px; background: transparent url('/js/gravure/img/icon-zoom.png') no-repeat; }

.fb-nav ul li.zoom.left span.button-icon { left: 29px; }
.fb-nav ul li.zoom.round span.button-icon { left: 22px; }

.fb-nav ul li.slideshow span.button-icon { top: 25px; left: 25px; background: transparent url('/js/gravure/img/icon-play.png') no-repeat; }

.fb-nav ul li.slideshow.left span.button-icon,
.fb-nav ul li.slideshow.left span.button-icon-over { left: 32px; }

.fb-nav ul li.slideshow.round span.button-icon,
.fb-nav ul li.slideshow.round span.button-icon-over { left: 23px; }

.fb-nav ul li.slideshow span.button-icon-over { top: 25px; left: 25px; opacity: 0; background: transparent url('/js/gravure/img/icon-pause.png') no-repeat; }
.fb-nav ul li.show-all span.button-icon { top: 26px; left: 25px; background: transparent url('/js/gravure/img/icon-pages.png') no-repeat; }
.fb-nav ul li.show-all.right span.button-icon { left: 27px; }
.fb-nav ul li.show-all.left span.button-icon { left: 32px; }
.fb-nav ul li.show-all.round span.button-icon { left: 24px; }

.fb-nav.spread ul li.round {
	margin-left: 10px;
}

div.mobile.next.round span.button-icon{ top: 25px; left: 26px; background: transparent url('/js/gravure/img/icon-next.png') no-repeat; }
div.mobile.preview.round span.button-icon { top: 25px; left: 22px; background: transparent url('/js/gravure/img/icon-prev.png') no-repeat; }

div.mobile.round {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
}

div.mobile.round.next {	
	left: 500px;
	top: 212px;
	opacity: 0;
	z-index: 1;
	width: 86px;
	height: 86px;
	display: block;
	z-index: 1;
}

div.mobile.round.preview {	
	left: 500px;
	top: 212px;
	opacity: 0;
	z-index: 1;
	width: 86px;
	height: 86px;
	display: block;
	z-index: 1;
}


/*-----------------------------------------------------------------------------------*/
/*	Show All Pages Panel
/*-----------------------------------------------------------------------------------*/

.flipbook-container div.show-all {
	position: absolute;
	top: 60px;
	z-index: 25;
	left: 100px;
	overflow: hidden;
	background: #F6F6F6;
	border-radius: 10px;
	border: 1px solid #D6D6D6;
	opacity: 0;
}

.flipbook-container div.show-all div.content {
	position: absolute;
	overflow: hidden;
	top: 12px;
	left: 12px;
}

.flipbook-container div.show-all div.content > div.show-all-thumb {
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 12px;
	float: left;
	height: 180px!important;
	width: 125px!important;
	border: 1px solid #878787;
	cursor: pointer;
}
.flipbook-container div.show-all div.content > div.show-all-thumb.last,
.flipbook-container div.show-all div.content > div.show-all-thumb.even {
	margin-right: 0px;
	border-right: none;
}
.flipbook-container div.show-all div.content > div.show-all-thumb.first,
.flipbook-container div.show-all div.content > div.show-all-thumb.odd {
	border-left: none;
}

.flipbook-container div.show-all div.content > div.show-all-thumb.last-thumb { margin-right: 0px; }


.flipbook-container div.show-all div.content > div.show-all-thumb * {
	pointer-events: none;
}


/* Thumbnail shadow */
.flipbook-container div.show-all div.content > div.show-all-thumb span.shadow {
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none;
	opacity: 0;
}

.flipbook-container div.show-all div.content > div.show-all-thumb.even span.shadow { 
	left: 0px; 
	background: url('/js/gravure/img/thumb-hover-left.png') no-repeat;	
}

.flipbook-container div.show-all div.content > div.show-all-thumb.odd span.shadow { 
	right: 0px; 
	background: url('/js/gravure/img/thumb-hover-right.png') no-repeat;	
}

div.show-all-thumb.last img.bg-img,
div.show-all-thumb.first img.bg-img,
div.show-all-thumb.odd img.bg-img,
div.show-all-thumb.even img.bg-img {
	margin: 0px 0px 0px 0px!important;
	top: 0px!important;
	left: 0px!important; 
	bottom: 0px!important;
	right: 0px!important;
}

div.show-all-thumb.double.odd img.bg-img {
	margin: 0px 0px 0px -100%!important;
	top: 0px!important;
	left: 0px!important; 
	bottom: 0px!important;
	right: 0px!important;
}

.flipbook-container div.show-all div.show-all-thumb img.bg-img {
	width: 100% !important;
	height: 100% !important;
}

.flipbook-container div.show-all div.show-all-thumb.double img.bg-img {
	width: 200% !important;
	height: 100% !important;
}


/* big next button */
span.big-next {
	display: block;
	height: 81px;
	z-index: 19;
}

span.big-next span.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 81px;
	background: url('/js/gravure/img/big-next-left.png') no-repeat;
	display: inline-block;
}

span.big-next span.left.hover {
	opacity: 0;
	background: url('/js/gravure/img/big-next-left-hover.png') no-repeat;
	z-index: 1;
}

span.big-next span.center {
	position: absolute;
	top: 0px;
	left: 12px;
	height: 81px;
	background: url('/js/gravure/img/big-next-center.png');
	display: inline-block;
}

span.big-next span.center.hover {
	opacity: 0;
	background: url('/js/gravure/img/big-next-center-hover.png');
	z-index: 1;
}

span.big-next span.right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 81px;
	background: url('/js/gravure/img/big-next-right.png') no-repeat;
	display: inline-block;
}

span.big-next span.right.hover {
	opacity: 0;
	background: url('/js/gravure/img/big-next-right-hover.png') no-repeat;
	z-index: 1;
}

.show-all-previous,
.show-all-next {
	position: absolute;
	bottom: 0px;
	width: 300px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
}

span.show-all-previous span.arrow,
span.show-all-next span.arrow {
	position: relative;
	display: block;
	margin: 4px auto;
	height: 37px;
	width: 37px;
	background: url('/js/gravure/img/icon-prev.png') no-repeat;
	z-index: 2;
}

span.show-all-next span.arrow {
	margin-top: 40px;
}

span.show-all-previous span.arrow {
	transform:rotate(90deg); 
	-webkit-transform:rotate(90deg); 
	-moz-transform:rotate(90deg); 
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
}

span.show-all-next span.arrow {
	transform:rotate(-90deg); 
	-webkit-transform:rotate(-90deg); 
	-moz-transform:rotate(-90deg); 
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
}

/* big side button */
span.big-side {
	display: block;
	width: 81px;
	z-index: 19;
}

span.big-side span.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 81px;
	height: 12px;
	background: url('/js/gravure/img/side-big-left.png') no-repeat;
	display: inline-block;
}

span.big-side span.left.hover {
	opacity: 0;
	background: url('/js/gravure/img/side-big-left-hover.png') no-repeat;
	z-index: 1;
}

span.big-side span.center {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 81px;
	background: url('/js/gravure/img/side-big-center.png');
	display: inline-block;
}

span.big-side span.center.hover {
	opacity: 0;
	background: url('/js/gravure/img/side-big-center-hover.png');
	z-index: 1;
}

span.big-side span.right {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 81px;
	height: 14px;
	background: url('/js/gravure/img/side-big-right.png') no-repeat;
	display: inline-block;
}

span.big-side span.right.hover {
	opacity: 0;
	background: url('/js/gravure/img/side-big-right-hover.png') no-repeat;
	z-index: 1;
}

.show-previous,
.show-next {
	position: absolute;
	top: 0px;
	height: 300px;
	cursor: pointer;
}
.show-previous {
	left: 0px;
}
.show-next {
	right: 0px;
}

span.show-previous span.arrow,
span.show-next span.arrow {
	position: absolute;
	display: block;
	margin-top: -18px;
	top: 50%;
	height: 37px;
	width: 37px;
	background: url('/js/gravure/img/icon-prev.png') no-repeat;
	z-index: 2;
}
span.show-previous span.arrow {
	left: 5px;
}
span.show-next span.arrow {
	background: url('/js/gravure/img/icon-next.png') no-repeat;
	right: 5px;
}

.profileSubTitle {
    text-align: left;
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
    color: #f0264b;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 10px;
    background: transparent;
    border-left: solid 5px #f0264b;
    margin: 100px 0 20px 0;
}

.profileSubTitle span {
    font-size: 14px;
    line-height: 1;
    color: #f0264b;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    display: block;
    padding: 2px 0 0 0;
}
#companionName {
    position: relative;
    width: 800px;
    margin: 0 auto 100px auto;
    text-align: center;
}

#companionName h2 {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 0 0 5px 5px;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

#companionName h3 {
    color: #333;
    font-family: 'Sawarabi Mincho', "ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
}
.prof-name-line{
    width: 80px;
    height: 1px;
    background: #333;
    margin: 30px auto;
}


#companionName small {
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
    font-weight: normal;
    color: #333;
    margin-top: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
}

#companionName small b {
    font-size: 18px;
    margin-right: 10px;
    font-weight: normal;
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
    color: #333;
        letter-spacing: 2px;
}

.icons{
    
}
.icons li{
    display: inline-block;
    width: 40px;
    margin: 20px 10px;
    background-color: none;
}
.icons li img{
    width: 100%;
}
.iconWrap_profile {
    width: 100%;
    overflow: hidden;
}

.iconWrap_profile ul.icon_profile {}

.iconWrap_profile ul.icon_profile li {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

.iconWrap_profile ul.icon_profile li span {
    display: block;
    padding: 8px 5px;
    font-size: 12px;
    line-height: 1;
    background: #c8102e;
    color: #fff;
    border: 1px solid #fafafa;
    margin: 2px;
    border-radius: 3px;
    font-weight: bold;
}

.iconFlag_profile {
    margin: 60px 0 0 0;

}

.iconFlag_profile li {
    position: relative;
    width: 33.3%;
    float: left;
    text-align: center;

}

.iconFlag_profile li div {
/*    background: #c8132e;*/

    margin: 0 3px;
    border: 3px double #c8102e;
}

.iconFlag_profile li div b {
    font-size: 1;
    color: #c8102e;
    letter-spacing: 2px;
    padding: 10px;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.expWrap {}

.exp {
    border-collapse: collapse;
    width: 100%;

}

.exp tr th {
    color: #fff;
    border-bottom: 1px solid #ccc;
    background: #c8102e;
    text-align: left;
    width: 30%;
    padding: 20px 15px 15px 15px;
    font-size: 14px;
    line-height: 1;
}

.exp tr td {
    color: #333;
    margin: 20px 0 20px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 20px 15px 15px 15px;
    font-size: 14px;
    line-height: 1;
}

.expWrap dl {
    margin-top: 100px;
}

.expWrap dl dt {

    text-align: left;
    color: #a27e4f;
    padding: 10px 0;
}

.expWrap dl dd {
    text-align: left;
    color: #ffe4c4;
    padding: 10px 0 10px 30px;
}
@media only screen and (min-width:1600px) {
    #profileShift li{
        width:33.3%;
        float:left;
        text-align:center;
    }
}
@media only screen and (max-width:1599px) {
    #profileShift li{
        width:50%;
        float:left;
        text-align:center;
    }
}
#profileShift li dl{
	margin:2px;
	padding:30px;
	display:block;
	background-color:#fff;
	border:1px solid #333;
}
#profileShift li dl dt{
	font-weight:bold;
	font-size:30px;
	line-height:30px;
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
}
#profileShift li dl dd.day{
	font-weight:bold;
	font-size:20px;
	border-bottom:1px dotted #000;
	padding-bottom:10px;
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
}
#profileShift li dl dd.time{
	font-size:18px;
	padding-top:10px;
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
}


#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    background-color: #c8102e;
}

#footerContainer {
    position: relative;
    width: 100%;
    margin: 100px auto 35px auto;
    max-width: 1200px;
    min-width: 1000px;
    padding: 30px 0 50px 0;
    background: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 6px;
}

#footer {
    width: 1000px;
    margin: 0 auto;
}
#footer dl {
}

#footer dl dt {
    width: 240px;
    margin: 0 auto 40px auto;
}

#footer dl dt img {
    width: 100%;
}

#footer dl dd {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

#footer dl dd.foot-info{
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
    color: #333;
    font-size: 20px; 
        letter-spacing: 3px;
}
#footer dl dd.foot-info span{
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
    color: #333;
    font-size: 14px;

}

#footer dl dd ul.footerMenu {
    position: relative;
    margin: 40px auto;
    width: 930px;
}

#footer dl dd ul.footerMenu li {
    position: relative;
    float: left;
    text-align: center;
}

#footer dl dd ul.footerMenu li a {
    display: inline-block;
    margin: 0 15px;

}
#footer dl dd ul.footerMenu li b{
    font-weight: normal;
    font-size: 60%;
}

#footer dl dd ul.footerMenu li a.active span {
    color: #c8102e;
}

#footer dl dd ul.footerMenu li a span {
    color: #333;
    line-height: 1;
    padding: 5px 0;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    vertical-align: middle;
}

#footer dl dd ul.footerMenu li a:hover span,
#footer dd ul.footerMenu li a:hover span b {
    color: #c8102e;
}

#footer dl dd.footerBorder {
    background: url(/pc/img/footer_border.png) repeat;
    height: 6px;
    width: 100%;
    margin: 60px 0;
}

#footer dl dd#copyRight {
    color: #333;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: '‚l‚r ‚oƒSƒVƒbƒN', serif;
    text-align: right;
    margin: 0 30px 0 0;
}

#footerBottomWrap {
    position: relative;
    background: #000;
    min-width: 1000px;
}

#footerBottom {
    position: relative;
    padding: 6px 0 10px 20px;
    text-align: left;


}

#footerBottom span {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 10px;
}

#footerBottom span a {
    margin-right: 4px;
    font-size: 10px;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 10px;
    inline-height: 10px;
    color: #fff;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #fff;
}

#footerBottom .link a:hover {
    background: #fff;
    color: #fff;
}

/***************************ƒy[ƒWƒgƒbƒvƒXƒNƒ[ƒ‹***************************/

.scroll-top {
    position: fixed;
    width: 25px;
    /*
    background: rgba(232, 109, 38, 1);
    */
    bottom: 0;
    right: 20px;
    overflow: hidden;
    z-index: 1010;
    color: #e86d26;
}

.scroll-top a img {
    width: 100%;
}

.scroll-top a {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: -7px
}

.scroll-top a:hover {
    margin-bottom: 0px
}

.scroll-top a span {
    color: #fff;
    font-size: 14px;
    color: #e86d26;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.H1-wrap {
    position: relative;
    height: 35px;
    overflow: hidden;
    background: #000;
}

.H1-wrap .H1-inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.H1-wrap .H1-inner h1 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #c8132e;
    text-align: right;
    font-size: 12px;
}

.H1-wrap .H1-inner span.telNumber,
.H1-wrap .H1-inner span.openTime {
    display: inline-block;
    color: #c8132e;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    padding: 10px;
}

.H1-wrap .H1-inner span.telNumber b,
.H1-wrap .H1-inner span.openTime b {
    display: inline-block;
    color: #c8132e;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    padding-left: 8px;
}

.breadcrumb_list {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 0 2px;
}

.breadcrumb_list li a:hover {
    color: #000;
}

.breadcrumb_list li span {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 0 2px;
}

