@charset "utf-8";

/* ローディング */
body,html{
	width:100%;
	height: 100%;
	min-width: 1100px;
	position:relative;
}
#loading {
	width: 520px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	line-height: 100%;
	position: relative;
	z-index: 100;
}
#loading img {
	color: #032b61;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#main{
	display:none;
	opacity:0;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 8px;
  pointer-events: none;
  
 background: linear-gradient(270deg, #befffd, #5071ff, #a1ffdf, #fec6f9);
 background-size: 400% 400%;

-webkit-animation: AnimationProgress 3s ease infinite;
-moz-animation: AnimationProgress 3s ease infinite;
-o-animation: AnimationProgress 3s ease infinite;
animation: AnimationProgress 3s ease infinite;
}
@-webkit-keyframes AnimationProgress {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes AnimationProgress {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-ms-keyframes AnimationProgress {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-o-keyframes AnimationProgress {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes AnimationProgress {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

/* WEB Font */
@font-face {
	font-family: 'aozoramincho Medium';
	src: url(../font/aozora_medium.otf);
}
@font-face {
	font-family: 'aozoramincho Regular';
	src: url(../font/aozora_regular.otf);
}


/* common */
html {
	font-family: 'aozoramincho Medium';
	background-color: #032b61;
}
html#bgStyle {
	background-image: url(../img/12_bg.png);
    background-size: cover auto;
    background-position: 50% 50%;
    background-attachment:fixed;
}
@media screen and (max-width: 1100px) {
    html#bgStyle {
		background-image: url(../img/12_bg.png);
		background-size: 1800px auto;
		background-position: -330px center;
    }
}
html.remodal-is-locked {
	overflow-y: scroll;
}
body {
	padding-bottom: 1px;
	position: relative;
}
a:focus, *:focus { outline:none; }
figure {
	padding: 0;
	margin: 0;
}

/* 星 */
img[src^="img/star1.png"] {
    transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
	-webkit-backface-visibility: hidden;
}



/* メインビジュアル */
header {
	width: 100%;
	height: 767px;
	margin: 0 0 95px;
	position: relative;
	z-index: 100;
}
header #mainVisual {
	width: 100%;
	min-width: 1100px;
	height: 767px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url(../img/main_bg.jpg);
	 -webkit-animation: bgscroll 40s linear infinite;
	 animation: bgscroll 40s linear infinite;
	 overflow: hidden;
	 opacity: 0;
}
@-webkit-keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: -1902px 0px;}
}
@-moz-keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: -1902px 0px;}
}
@-ms-keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: -1902px 0px;}
}
@-o-keyframes bgscrolll {
	0% {background-position: 0 0;}
	100% {background-position: -1902px 0px;}
}
@keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: -1902px 0px;}
}
header #titleLogo {
	width: 455px;
	height: 171px;
	padding-top: 256px;
	margin-left: -227px;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
}


/* サイドナビ */
#sideNavi {
	width: 200px;
	height: 376px;
	background: url(../img/sidemenu_bg.png) no-repeat;
	z-index: 200;
	position: fixed;
	bottom: 15px;
	right: 0;
	opacity: 0;
}
#sideItem {
	width: 196px;
	height: 159px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background: linear-gradient(23deg, rgba(95,195,228,0),rgba(255,255,255,0)) 0px 100px no-repeat;
    -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;	
}
#sideItem:hover {
	border-radius: 5px;
	background: linear-gradient(23deg, rgba(95,195,228,.7),rgba(255,255,255,0)) 0px 0px no-repeat;
    -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;	
}
#sideNavi h2 {
	position: absolute;
	top: 11px;
	left: 15px;
	z-index: 201;
}
#sideNavi h3 {
	position: absolute;
	top: 117px;
	left: 17px;
	z-index: 201;
}
#sideNavi figure {
	width: 130px;
	height: 108px;
	display: block;
	position: absolute;
	top: 32px;
	left: 45px;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}


#sideNavi figcaption {
	font-size: 18px;
	font-family: 'aozoramincho Medium';
	color: #fff;
	text-shadow: 0 0 3px #000;
	transform: rotate(0.028deg);
	letter-spacing: 2px;	
	position: absolute;
	top: 50px;
	left: 15px;
	opacity: 0.7;
}
#sideNavi h4 {
	position: absolute;
	top: 173px;
	left: 76px;
}
#sideNavi #snsFacebook {
	position: absolute;
	top: 210px;
	left: 14px;
}
#sideNavi #snsTwitter {
	position: absolute;
	top: 210px;
	left: 91px;
}
#sideNavi #snsGplus {
	position: absolute;
	top: 234px;
	left: 91px;	
}
#sideNavi #snsPocket {
	position: absolute;
	top: 234px;
	left: 125px;
}
#sideNavi #snsBbookmark {
	position: absolute;
	top: 258px;
	left: 91px;		
}
ul#sideNaviMenu li {
	position: absolute;
	top: 292px;
}
ul#sideNaviMenu li:nth-child(1) {
	left: 3px;
}
ul#sideNaviMenu li:nth-child(2) {
	left: 101px;
}
ul#sideNaviMenu li img {
	border-radius: 5px;
	background: linear-gradient(23deg, rgba(95,195,228,0),rgba(255,255,255,0)) 0px 100px no-repeat;
    -webkit-transition: 0.3s ease;  
       -moz-transition: 0.3s ease;  
         -o-transition: 0.3s ease;  
            transition: 0.3s ease;
}
ul#sideNaviMenu li img:hover {
	border-radius: 5px;
	background: linear-gradient(23deg, rgba(95,195,228,.7),rgba(255,255,255,0)) 0px 0px no-repeat;
    -webkit-transition: 0.3s ease;  
       -moz-transition: 0.3s ease;  
         -o-transition: 0.3s ease;  
            transition: 0.3s ease;	
}
ul#sideNaviMenu li img#sizePopLink:hover {
	cursor: pointer;
}

/* サイズ */
#sizeWrapper {
	width: 813px;
	padding: 30px 0 18px;
	margin: 0 auto;
}
#sizeWrapper h2 {
	font-size: 48px;
	font-family: 'aozoramincho Medium';
	text-align: center;
	letter-spacing: 7px;
	color: #032b61;
	transform: rotate(0.028deg);
	display: block;
}
#sizeWrapper h3 {
	margin-bottom: 32px;
	font-size: 26px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	letter-spacing: 5px;
	color: #032b61;
	transform: rotate(0.028deg);
	display: block;
}
#sizeWrapper h4 {
	font-size: 16px;
	font-family: 'M+ C Type-1 (basic latin) Bold','M+ Type-1 (general-j) Bold';
	letter-spacing: 1px;
	text-align: left;
	color: #032b61;
	transform: rotate(0.028deg);
	display: block;
}
#sizeWrapper table#sizeTable01 {
	width: 100%;
	margin-bottom: 13px;
	border-left: 1px solid #d0cfcf;
	border-bottom: 1px solid #d0cfcf;
}
#sizeWrapper table#sizeTable01 th,
#sizeWrapper table#sizeTable01 td {
	padding: 6px 5px;
	text-align: center;
}
#sizeWrapper table#sizeTable01 th {
	color: #fff;
	background: #032b61;
	border-right: 1px solid #d0cfcf;
}
#sizeWrapper table#sizeTable01 th span {
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Bold','M+ Type-1 (general-j) Bold';
	letter-spacing: 1px;
	transform: rotate(0.028deg);
	display: block;
}
#sizeWrapper table#sizeTable01 td span {
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	letter-spacing: 1px;
	transform: rotate(0.028deg);
	display: block;
}
#sizeWrapper table#sizeTable01 td span span {
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	letter-spacing: 1px;
	transform: rotate(0.028deg);
	display: inline;
}
#sizeWrapper table#sizeTable01 td {
	color: #032b61;
	border-right: 1px solid #d0cfcf;
	border-bottom: 1px solid #d0cfcf;
}
#sizeWrapper table#sizeTable01 td:nth-child(2),
#sizeWrapper table#sizeTable01 td:nth-child(3) {
	width: 200px;
}
#sizeWrapper p {
	margin-bottom: 2px;
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	letter-spacing: 1px;
	transform: rotate(0.028deg);
	color: #032b61;
	text-align: left;
}
#sizeWrapper small {
	margin-bottom: 40px;
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	letter-spacing: 1px;
	transform: rotate(0.028deg);
	color: #032b61;
	text-align: left;
	display: block;
}
#sizeWrapper small br {
	font-size: 0;
}
#sizeWrapper table#sizeTable02 {
	width: 100%;
	margin-bottom: 13px;
	border-left: 1px solid #d0cfcf;
	border-bottom: 1px solid #d0cfcf;
}
#sizeWrapper table#sizeTable02 th,
#sizeWrapper table#sizeTable02 td {
	padding: 6px 5px;
	text-align: center;
}
#sizeWrapper table#sizeTable02 th {
	color: #fff;
	background: #032b61;
	border-right: 1px solid #d0cfcf;
}
#sizeWrapper table#sizeTable02 th span {
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Bold','M+ Type-1 (general-j) Bold';
	letter-spacing: 1px;
	transform: rotate(0.028deg);
	display: block;
}
#sizeWrapper table#sizeTable02 td span {
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	letter-spacing: 1px;
	transform: rotate(0.028deg);
	display: block;
}
#sizeWrapper table#sizeTable02 td span span {
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	letter-spacing: 1px;
	transform: rotate(0.028deg);
	display: inline;
}
#sizeWrapper table#sizeTable02 td {
	color: #032b61;
	border-right: 1px solid #d0cfcf;
	border-bottom: 1px solid #d0cfcf;
}
#sizeWrapper table#sizeTable02 th:nth-child(1) {
	width: 151px;
	height: 24px;
	background: #032b61 url(../img/size_table_bg.png) no-repeat;
}
#sizeWrapper table#sizeTable02 th:nth-child(1) span {
	font-size: 0;
}
.remodal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  display: block;
  overflow: visible;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: url(../img/size_close_btn.png) no-repeat;
}
@media screen and (max-width: 992px) {
    .remodal-close {
		  right: 5px;
    }
}
.remodal-overlay {
	background:rgba(0,32,76,0.7);
}




/* 12星座ブラとは */
#aboutWrapper {
	width: 1100px;
	min-height: 580px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#aboutWrapper h2 {
	width: 100%;
	font-size: 48px;
	font-family: 'aozoramincho Medium';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 7px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 100px;/*0*/
	left: 0;
	opacity: 0;
}
#aboutWrapper h3 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 26px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 5px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 160px;/*60*/
	left: 0;	
	opacity: 0;
}
#aboutWrapper p {
	width: 100%;
	font-size: 18px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	line-height: 1.5em;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 3.5px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	opacity: 0;
}
#aboutWrapper p#aboutTxt01 {
	top: 234px;/*134*/
	left: 0;
}
#aboutWrapper p#aboutTxt02 {
	top: 383px;/*283*/
	left: 0;
}
#aboutWrapper h4 {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: 440px;/*400*/
	left: 0;
	opacity: 0;
}
/* twitterボタン */
#aboutTwitterBtn {
    width       :220px;
    height      :40px;
	border-radius: 3px;
    position    :relative;
    overflow    :hidden;
	position: absolute;
	top: 540px;/*440*/
	left: 440px;
	opacity: 0;
}
#aboutTwitterBtn img {
    -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; 	
}
#aboutTwitterBtn:hover img {
	background: #1da1f2;
}


/* 4つのエレメント */
#foureElementsWrapper {
	width: 1100px;
	min-height: 1160px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#foureElementsWrapper h2 {
	width: 100%;
	font-size: 48px;
	font-family: 'aozoramincho Medium';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 7px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 100px;/*0*/
	left: 0;
	opacity: 0;
}
#foureElementsWrapper h3 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 26px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 5px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 160px;/*60*/
	left: 0;
	opacity: 0;
}
#elementsTxt {
	width: 100%;
	font-size: 18px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	line-height: 1.5em;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 3.5px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 240px;/*140*/
	left: 0;
	opacity: 0;
}
.elementsWrapper {
	width: 438px;
	height: 364px;
	position: absolute;
	z-index: 101;
}
.elementsWrapper#elementsFire {
	background: url(../img/elements_fire_bg.png) no-repeat;
	top: 330px;/*230*/
	left: 65px;
	opacity: 0;
}
.elementsWrapper#elementsSoil {
	background: url(../img/elements_soil_bg.png) no-repeat;
	top: 330px;/*230*/
	left: 605px;
	opacity: 0;
}
.elementsWrapper#elementsWater {
	background: url(../img/elements_water_bg.png) no-repeat;
	top: 798px;/*698*/
	left: 65px;
	opacity: 0;
}
.elementsWrapper#elementsWind {
	background: url(../img/elements_wind_bg.png) no-repeat;
	top: 798px;/*698*/
	left: 605px;
	opacity: 0;
}
#foureElementsWrapper h6 {
	width: 666px;
	height: 558px;
	display: block;
	position: absolute;
	top: 330px;
	left: 219px;
	z-index: 100;
	opacity: 0;
}
.elementsWrapper h4 {
	padding: 0 25px 0 0;
	font-size: 26px;
	font-family: 'aozoramincho Medium';
	line-height: 72px;
	text-align: right;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 7px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: relative;
}
.elementsWrapper h4 span {
	font-size: 48px;
	display: block;
	position: absolute;
	top: 4px;
	left: 32px;
}
.elementsWrapper ul {
	width: 380px;
	position: absolute;
	top: 96px;
	left: 24px;
}
.elementsWrapper ul li {
	padding: 5px 0 10px;
	min-height: 60px;
	margin-bottom: 13px;
	position: relative;
}
.elementsWrapper ul li h5 {
	padding-left: 80px;
	margin-bottom: 10px;
	font-size: 26px;
	font-family: 'aozoramincho Medium';
	text-shadow: 1px 1px 12px #fff,2px 2px 13px #fff,0px 0px 10px #fff,1px 1px 2px #fff,3px 0px 2px #fff,2px 2px 13px #fff,0px 0px 10px #fff,1px 1px 2px #fff,3px 0px 2px #fff;
	letter-spacing: 5px;
	color: #032b61;
	transform: rotate(0.028deg);
}
.elementsWrapper ul li h5 span {
	padding-left: 11px;
	font-size: 14px;
	letter-spacing: 2px;
}
.elementsWrapper ul li p {
	font-size: 14px;
	font-family: 'M+ C Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium','Mplus 1p';
	text-shadow: 1px 1px 12px #fff,2px 2px 13px #fff,0px 0px 10px #fff,1px 1px 2px #fff,3px 0px 2px #fff,2px 2px 13px #fff,0px 0px 10px #fff,1px 1px 2px #fff,3px 0px 2px #fff;
	line-height: 130%;
	letter-spacing: 1px;
	color: #032b61;
	transform: rotate(0.028deg);
	position: absolute;
	top: 38px;
	left: 80px;
}
.elementsWrapper ul li p br {
	font-size: 0;
}
.elementsWrapper#elementsFire ul li:nth-child(1) {
	background: url(../img/elements_aries_icon.png) no-repeat;
}
.elementsWrapper#elementsFire ul li:nth-child(2) {
	background: url(../img/elements_leo_icon.png) no-repeat;
}
.elementsWrapper#elementsFire ul li:nth-child(3) {
	background: url(../img/elements_sagittarius_icon.png) no-repeat;
}
.elementsWrapper#elementsSoil ul li:nth-child(1) {
	background: url(../img/elements_taurus_icon.png) no-repeat;
}
.elementsWrapper#elementsSoil ul li:nth-child(2) {
	padding: 0 0 15px;
	background: url(../img/elements_virgo_icon.png) no-repeat;
}
.elementsWrapper#elementsSoil ul li:nth-child(2) p {
	top: 30px;
}
.elementsWrapper#elementsSoil ul li:nth-child(3) {
	background: url(../img/elements_capricorn_icon.png) no-repeat;
}
.elementsWrapper#elementsWater ul li:nth-child(1) {
	padding: 0 0 15px;
	background: url(../img/elements_cancer_icon.png) no-repeat;
}
.elementsWrapper#elementsWater ul li:nth-child(1) p {
	top: 30px;
}
.elementsWrapper#elementsWater ul li:nth-child(2) {
	background: url(../img/elements_scorpio_icon.png) no-repeat;
}
.elementsWrapper#elementsWater ul li:nth-child(3) {
	background: url(../img/elements_pisces_icon.png) no-repeat;
}
.elementsWrapper#elementsWind ul li:nth-child(1) {
	background: url(../img/elements_gemini_icon.png) no-repeat;
}
.elementsWrapper#elementsWind ul li:nth-child(2) {
	padding: 0 0 15px;
	background: url(../img/elements_libra_icon.png) no-repeat;
}
.elementsWrapper#elementsWind ul li:nth-child(2) p {
	top: 30px;
}
.elementsWrapper#elementsWind ul li:nth-child(3) {
	background: url(../img/elements_aquarius_icon.png) no-repeat;
}


/* 購入特典 */
#purchasebonusLink {
	margin-top : -50px;
	padding-top : 50px;
	display: inline-block;
}
#purchaseWrapper {
	width: 1100px;
	min-height: 1330px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#purchaseWrapper h2 {
	width: 100%;
	font-size: 48px;
	font-family: 'aozoramincho Medium';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 7px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 100px;/*0*/
	left: 0;
	opacity: 0;
}
#purchaseWrapper h3 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 26px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 5px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 160px;/*60*/
	left: 0;
	opacity: 0;
}
#purchaseReservWrapper {
	width: 968px;
	min-height: 585px;
	margin-bottom: 100px;
	background: url(../img/purchase_bonus_bg.png);
	position: relative;
	top: 232px;/*132*/
	left: 65px;
	opacity: 0;
}
#purchaseReservWrapper h4 {
	position: absolute;
	top: 22px;
	left: 175px;
	z-index: 102;
}
#purchaseReservWrapper h5 {
	width: 117px;
	height: 125px;
	padding: 23px 7px 0 0;
	display: block;
	font-size: 40px;
	font-family: 'aozoramincho Medium';
	text-align: center;
	text-shadow: -1px -1px 1px #ef4e87;
	letter-spacing: 3px;
	color: #fff;
	transform: rotate(0.028deg);	
	background: url(../img/purchase_bonus_ribbon_pink.png) no-repeat;
	position: absolute;
	top: -10px;
	left: 16px;
	z-index: 101;
}
#purchaseReservWrapper h5 span {
	font-size: 26px;
}
#purchaseReservSample {
	width: 228px;
	height: 188px;
	position: absolute;
	top: -18px;
	right: -41px;
	z-index: 101;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s
}

#purchaseReservSample figcaption {
	font-size: 30px;
	font-family: 'aozoramincho Medium';
	color: #fff;
	text-shadow: 0 0 3px #000;
	transform: rotate(0.028deg);	
	position: absolute;
	top: 82px;
	left: 36px;
	opacity: 0.7;
}
#purchaseReservImg {
	position: absolute;
	top: 123px;
	left: 81px;
	z-index: 100;
}
#purchaseReservImg figcaption {
	font-size: 65px;
	font-family: 'aozoramincho Medium';
	color: #fff;
	text-shadow: 0 0 3px #000,0 0 5px #000;
	letter-spacing: 2px;
	transform: rotate(0.028deg);	
	position: absolute;
	top: 123px;
	left: 200px;
	opacity: 0.6;
}
#purchaseReservWrapper p {
	width: 100%;
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium';
	color: #163261;
	line-height: 130%;
	transform: rotate(0.028deg);	
	text-align: center;
	position: absolute;
	top: 460px;
	left: 0;
}
#purchaseReservWrapper p br {
	font-size: 0;
}
#purchaseReservWrapper small {
	width: 100%;
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium';
	color: #163261;
	line-height: 130%;
	transform: rotate(0.028deg);	
	text-align: center;
	position: absolute;
	top: 530px;
	left: 0;
}
#purchaseReservWrapper small br {
	font-size: 0;
}
#purchaseMore {
	width: 76px;
	padding-top: 45px;
	font-size: 65px;
	font-family: 'aozoramincho Medium';
	color: #fff;
	line-height: 47px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 2px;
	text-align: center;
	transform: rotate(0.028deg);
	position: absolute;
	top: 832px;/*732*/
	left: 512px;
	opacity: 0;
}
#purchaseMore span {
	display: block;
	font-size: 26px;
	position: absolute;
	top: 0;
}
#purchaseMore span:nth-child(1) {
	transform: rotate(-20deg);
	top: 3px;
	left: 0;
}
#purchaseMore span:nth-child(2) {
	left: 26px;
}
#purchaseMore span:nth-child(3) {
	transform: rotate(20deg);
	top: 3px;
	right: 0;
}
#purchaseAllWrapper {
	width: 968px;
	min-height: 380px;
	background: url(../img/purchase_bonus_bg.png);
	position: absolute;
	top: 950px;/*850*/
	left: 65px;
	opacity: 0;
}
#purchaseAllWrapper h4 {
	position: absolute;
	top: 33px;
	left: 150px;
	z-index: 102;
}
#purchaseAllWrapper h5 {
	width: 118px;
	height: 128px;
	padding: 20px 6px 0 0;
	display: block;
	font-size: 40px;
	font-family: 'aozoramincho Medium';
	text-align: center;
	text-shadow: -1px -1px 1px #726fc7;
	letter-spacing: 3px;
	color: #fff;
	transform: rotate(0.028deg);	
	background: url(../img/purchase_bonus_ribbon_blue.png) no-repeat;
	position: absolute;
	top: -10px;
	left: 16px;
	z-index: 101;
}
#purchaseAllWrapper h5 span {
	font-size: 20px;
}
#purchaseReservBox {
	position: absolute;
	top: 94px;
	left: 104px;
	z-index: 100;
}
#purchaseReservBox figcaption {
	font-size: 25px;
	font-family: 'aozoramincho Medium';
	color: #fff;
	text-shadow: 0 0 3px #777;
	letter-spacing: 2px;
	transform: rotate(0.028deg);
	position: absolute;
	top: 198px;
	left: 41px;
	opacity: 0.9;
}
#purchaseAllWrapper p {
	width: 463px;
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium';
	letter-spacing: 1.5px;
	color: #163261;
	line-height: 130%;
	transform: rotate(0.028deg);	
	display: block;
	position: absolute;
	top: 109px;
	left: 473px;	
}
#purchaseAllWrapper p br {
	font-size: 0;
}
#purchaseAllWrapper dl {
	width: 456px;
	display: table;
	border: 2px #689df9 solid;
	position: absolute;
	top: 236px;
	left: 473px;
}
#purchaseAllWrapper dl dt {
	width: 90px;
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium';
	color: #fff;
	line-height: 32px;
	transform: rotate(0.028deg);
	text-align: center;
	background: #689df9;
	display: table-cell;
}
#purchaseAllWrapper dl dd  {
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	color: #163261;
	line-height: 32px;
	transform: rotate(0.028deg);
	text-align: center;
	display: table-cell;
	background: rgba(104,157,249,0.1);
} 
#purchaseAllWrapper small {
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium';
	letter-spacing: 1px;
	color: #163261;
	line-height: 130%;
	transform: rotate(0.028deg);	
	position: absolute;
	top: 297px;
	left: 473px;
}
#purchaseAllWrapper small br {
	font-size: 0;
}


/* ご購入方法 */
#howtobuyWrapper {
	width: 1100px;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#howtobuyWrapper h2 {
	width: 100%;
	font-size: 48px;
	font-family: 'aozoramincho Medium';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 7px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 100px;/*0*/
	left: 0;
	opacity: 0;
}
#howtobuyWrapper h3 {
	width: 100%;
	font-size: 26px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 5px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 160px;/*100*/
	left: 0;
	opacity: 0;
}
#howtobuyWrapper small {
	width: 580px;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 24px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	background: #062d64;
	border-radius: 20px;
	transform: rotate(0.028deg);	
	display: block;
	position: absolute;
	top: 220px;/*120*/
	left: 260px;
	opacity: 0;
}
#howtobuyWrapper small span {
	font-size: 18px;
}
#howtobuyStep {
	display: block;
	position: absolute;
	top: 205px;
	left: 65px;
}
#howtobuyStep1,
#howtobuyStep2,
#howtobuyStep3,
#howtobuyStep4,
#howtobuyStep5 {
	width: 184px;
	height: 123px;
	padding: 90px 0 0 0;
	display: block;
	position: absolute;
	top: 100px;/*0*/
	opacity: 0;
}
#howtobuyStep1 {
	left: 0;
	background: url(../img/howtobuy_step01.png) no-repeat;
}
#howtobuyStep2 {
	left: 196px;
	background: url(../img/howtobuy_step02.png) no-repeat;
}
#howtobuyStep3 {
	left: 392px;
	background: url(../img/howtobuy_step03.png) no-repeat;
}
#howtobuyStep4 {
	left: 588px;
	background: url(../img/howtobuy_step04.png) no-repeat;
}
#howtobuyStep5 {
	left: 784px;
	background: url(../img/howtobuy_step05.png) no-repeat;
}
#howtobuyStep1 h4,
#howtobuyStep2 h4,
#howtobuyStep3 h4,
#howtobuyStep4 h4,
#howtobuyStep5 h4 {
	margin-bottom: 14px;
	font-size: 16px;
	text-align: center;
	font-family: 'M+ C Type-1 (basic latin) bold','M+ Type-1 (general-j) bold';
	color: #163261;
	line-height: 130%;
	transform: rotate(0.028deg);
}
#howtobuyStep1 p,
#howtobuyStep2 p,
#howtobuyStep3 p,
#howtobuyStep4 p,
#howtobuyStep5 p {
	width: 152px;
	margin: 0 auto;
	font-size: 13px;
	color: #163261;
	font-family: 'M+ C Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium';
	line-height: 136%;
	transform: rotate(0.028deg);
	letter-spacing: 0.4px;
	display: block;	
}
#howtobuyStep1 p br,
#howtobuyStep2 p br,
#howtobuyStep3 p br,
#howtobuyStep4 p br,
#howtobuyStep5 p br {
	font-size: 0;
}
#howtobuyArrow1,
#howtobuyArrow2,
#howtobuyArrow3,
#howtobuyArrow4 {
	width: 15px;
	height: 14px;
	display: block;
	position: absolute;
	top: 93px;
	opacity: 0;
}
#howtobuyArrow1 {
	left: 184px;
}
#howtobuyArrow2 {
	left: 379px;
}
#howtobuyArrow3 {
	left: 575px;
}
#howtobuyArrow4 {
	left: 771px;
}
#howtobuyBalloon {
	width: 88px;
	height: 98px;
	position: absolute;
	top: 88px;/*-22*/
	left: 342px;
	z-index: 101;
	opacity: 0;
	
	animation-name:fuwa;
	animation-duration:3s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
	
	-webkit-animation-name:fuwa;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwa;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
	
}
@keyframes fuwa {
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, -10px);}
	100% {transform:translate(0, 0);}
}
@-webkit-keyframes fuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
ul#howtobuyCaption {
	position: absolute;
	top: 535px;/*435*/
	left: 65px;
	opacity: 0;
}
ul#howtobuyCaption li {
	margin-bottom: 8px;
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium';
	color: #fff;
	text-shadow: 0 0 3px #000,0 0 5px #000;
	letter-spacing: 2px;
	transform: rotate(0.028deg);
}

/* 近日公開 */
#comingsoonWrapper {
	width: 1100px;
	min-height: 595px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#comingsoonWrapper h2 {
	width: 100%;
	font-size: 48px;
	font-family: 'aozoramincho Medium';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 7px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 100px;/*0*/
	left: 0;
	opacity: 0;
}
#comingsoonWrapper h3 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 26px;
	font-family: 'aozoramincho Regular';
	text-align: center;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	letter-spacing: 5px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
	position: absolute;
	top: 160px;/*0*/
	left: 0;
	opacity: 0;
}
#comingsoonBnrWrapper {
	width: 968px;
	position: absolute;
	top: 140px;
	left: 65px;
}
#comingsoonBnr1,
#comingsoonBnr2 {
	width: 462px;
	height: 244px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 100px;/*0*/
	opacity: 0;
	z-index: 201;
}
.comingsoonBnr {
	width: 460px !important;
	background: none !important;
}
#comingsoonBnr1 {
	left: 0;
}
#comingsoonBnr2 {
	left: 506px;
}
#comingsoonBnr1 figcaption,
#comingsoonBnr2 figcaption {
	width: 100%;
	font-size: 26px;
	font-family: 'aozoramincho Medium';
	color: #fff;
	text-shadow: 0 0 5px #4588ff,0 0 7px #ffffff;
	letter-spacing: 2px;
	line-height: 40px;
	transform: rotate(0.028deg);	
	text-align: center;
	position: absolute;
	top: 101px;
	left: 0;
	opacity: 1;
	
	z-index: 101;
	background: rgba(70,117,183,0.7);
}
#comingsoonBnrWrapper a:hover img {
	opacity: 0.7;
    -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;
}
#comingsoonBnrWrapper img {
    -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;	
}
#comingsoonBnr1 .reflection,
#comingsoonBnr2 .reflection {
	z-index: 200;
	position: absolute;
	top: -50px;
	left: -100px;
}
#comingsoonBnrWrapper .bnrSlide {
    margin: 0 auto;
    width: 462px;
    height: 244px;
    overflow: hidden;
}
#comingsoonBnrWrapper .bnrSlide ul {
    width: 462px;
    height: 244px;
    overflow: hidden;
    position: relative;
}
#comingsoonBnrWrapper .bnrSlide ul li {
    width: 462px;
    height: 244px;
    display: none;
    position: absolute;
}

















/* タブ */
.titleTab {
	width: 100%;
	height: 120px;
	min-width: 1100px;
	margin: 50px auto 0;
	background: url(../img/tab_bg.png) repeat-x;
}
.titleTabInner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.titleTabInner h2 {
	font-size: 60px;
	padding: 30px 50px 0 0;
	text-align: right;
	font-family: 'aozoramincho Medium';
	text-shadow: -1px -1px 2px #01071c;
	letter-spacing: 11px;
	color: #fff;
	transform: rotate(0.028deg);
	display: block;
}
.titleTabDate {
	width: 205px;
	height: 212px;
	background: url(../img/tab_star.png);
	position: absolute;
	top: -50px;
	left: 25px;
	z-index: 100;
}
.titleTabDate p {
	width: 180px;
	color: #152b56;
	font-size: 27px;
	line-height: 27px;
	font-family: 'aozoramincho Medium';
	text-shadow: 1px 1px 12px #fff,2px 2px 13px #fff,0px 0px 10px #fff,1px 1px 2px #fff,3px 0px 2px #fff;
	transform: rotate(-15deg);
	position: absolute;
	top: 75px;
	left: 52px;
}
.titleTabDate p br {
	font-size: 0;
}
.titleTabDate p span {
	margin-left: 4px;
	font-size: 18px;
}


/* アイテム情報 */
.itemWrapper {
	width: 100%;
	min-width: 1100px;
	height: 890px;
	margin: 0 atuo;
	position: relative;
    background-size:cover;
	background-repeat:no-repeat;
    background-position: center center;
    background-attachment:fixed;
	background-clip: border-box;
	background-origin: padding-box;	
	box-shadow:0px -3px 3px -1px #272b55 inset;	
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;	
	opacity: 0;
	z-index: inherit;
}

_:-ms-lang(x), .itemWrapper { background-attachment: scroll; }

.ua-mobile-ipad .itemWrapper { background-attachment: scroll; }

.itemWrapper#ariesBg {
	background-image: url(../img/aries_bg.jpg);
}
.itemWrapper#taurusBg {
	background-image: url(../img/taurus_bg.jpg);
}
.itemWrapper#geminiBg {
	background-image: url(../img/gemini_bg.jpg);
}
.itemWrapper#cancerBg {
	background-image: url(../img/cancer_bg.jpg);
}
.itemWrapper#leoBg {
	background-image: url(../img/leo_bg.jpg);
}
.itemWrapper#virgoBg {
	background-image: url(../img/virgo_bg.jpg);
}
.itemWrapper#libraBg {
	background-image: url(../img/libra_bg.jpg);
}
.itemWrapper#scorpioBg {
	background-image: url(../img/scorpio_bg.jpg);
}
.itemWrapper#sagittariusBg {
	background-image: url(../img/sagittarius_bg.jpg);
}
.itemWrapper#capricornBg {
	background-image: url(../img/capricorn_bg.jpg);
}
.itemWrapper#aquariusBg {
	background-image: url(../img/aquarius_bg.jpg);
}
.itemWrapper#piscesBg {
	background-image: url(../img/pisces_bg.jpg);
}

.itemData {
	width: 985px;
	margin: 0 auto;
	color: #fff;
	display: none;
	position: relative;
	top: 62px;
	left: 0;
	z-index: 10;
}
#ariesStoryMark,
#taurusStoryMark,
#geminiStoryMark,
#cancerStoryMark,
#leoStoryMark,
#virgoStoryMark,
#libraStoryMark,
#scorpioStoryMark,
#sagittariusStoryMark,
#capricornStoryMark,
#aquariusStoryMark,
#piscesStoryMark {
	width: 398px;
	display: block;
	position: absolute;
	top: -33px;
	right: -50px;
}
#leoStoryMark {
	top: -33px;
	right: -110px;
}
#virgoStoryMark {
	right: -60px;
}
#scorpioStoryMark {
	top: -23px;
	right: -95px;
}
#aquariusStoryMark {
	right: -10px;
}
#piscesStoryMark {
	top: -36px;
	right: -160px;
}

.itemWrapper .itemData h3 {
	width: 340px;
	height: 75px;
	margin: 0;
	padding: 10px 0 0 75px;
	font-size: 45px;
	font-family: 'aozoramincho Medium';
	letter-spacing: 12px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	transform: rotate(0.028deg);
	vertical-align: middle;
	display: block;
	position: absolute;
	top: 10px;
	right: -15px;
}
.itemWrapper#ariesBg .itemData h3 {
	background: url(../img/elements_aries_icon.png) no-repeat left top;
}
.itemWrapper#taurusBg .itemData h3 {
	background: url(../img/elements_taurus_icon.png) no-repeat left top;
}
.itemWrapper#geminiBg .itemData h3 {
	background: url(../img/elements_gemini_icon.png) no-repeat left top;
}
.itemWrapper#cancerBg .itemData h3 {
	background: url(../img/elements_cancer_icon.png) no-repeat left top;
}
.itemWrapper#leoBg .itemData h3 {
	background: url(../img/elements_leo_icon.png) no-repeat left top;
}
.itemWrapper#virgoBg .itemData h3 {
	background: url(../img/elements_virgo_icon.png) no-repeat left top;
}
.itemWrapper#libraBg .itemData h3 {
	background: url(../img/elements_libra_icon.png) no-repeat left top;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245;
}
.itemWrapper#scorpioBg .itemData h3 {
	background: url(../img/elements_scorpio_icon.png) no-repeat left top;
}
.itemWrapper#sagittariusBg .itemData h3 {
	background: url(../img/elements_sagittarius_icon.png) no-repeat left top;
}
.itemWrapper#capricornBg .itemData h3 {
	background: url(../img/elements_capricorn_icon.png) no-repeat left top;
}
.itemWrapper#aquariusBg .itemData h3 {
	background: url(../img/elements_aquarius_icon.png) no-repeat left top;
}
.itemWrapper#piscesBg .itemData h3 {
	background: url(../img/elements_pisces_icon.png) no-repeat left top;
}



.itemWrapper .itemData h4 {
	width: 400px;
	font-size: 32px;
	font-family: 'aozoramincho Regular';
	letter-spacing: 4px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	transform: rotate(0.028deg);	
	position: absolute;
	top: 80px;
	right: 0;
}
.itemWrapper .itemData h4 span {
	font-size: 18px;
}
.itemWrapper .itemData h5 {
	width: 400px;
	font-size: 32px;
	font-family: 'aozoramincho Regular';
	letter-spacing: 2px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	transform: rotate(0.028deg);
	position: absolute;
	top: 155px;
	right: 0;
}
.itemWrapper .itemData h5 span {
	padding-right: 13px;
	font-size: 18px;
}
.itemWrapper .itemData h5 span.reservationIcon {
	width: 90px;
	padding: 0;
	margin: 0;
	line-height: 24px;
	display: inline-block;
	background: #032b61;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	text-shadow: none;
	border: 1px solid #fff;
	border-radius: 12px;
	vertical-align: middle;
}
.itemWrapper#geminiBg .itemData h4 {
	margin-top: 8px;
	line-height: 90%;
}
.itemWrapper#libraBg .itemData h4 {
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#aquariusBg .itemData h4 {
	width: 460px;
	top: 73px;
	right: -60px;
}
.itemWrapper#taurusBg .itemData h5 {
	top: 120px;
}
.itemWrapper#cancerBg .itemData h5 {
	top: 120px;
}
.itemWrapper#leoBg .itemData h3 {
	top: 0px;
}
.itemWrapper#leoBg .itemData h4 {
	line-height: 85%;
}
.itemWrapper#leoBg .itemData h5 {
	top: 145px;
}
.itemWrapper#virgoBg .itemData h3 {
	top: 0px;
}
.itemWrapper#virgoBg .itemData h5 {
	top: 125px;
}
.itemWrapper#libraBg .itemData h3 {
	top: 0px;
}
.itemWrapper#libraBg .itemData h5 {
	top: 125px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#scorpioBg .itemData h5 {
	top: 120px;
}
.itemWrapper#sagittariusBg .itemData h3 {
	top: 0px;
}
.itemWrapper#sagittariusBg .itemData h4 {
	line-height: 85%;
}
.itemWrapper#sagittariusBg .itemData h5 {
	top: 143px;
}
.itemWrapper#capricornBg .itemData h3 {
	top: 0px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#capricornBg .itemData h4 {
	line-height: 85%;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#capricornBg .itemData h5 {
	top: 146px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#aquariusBg .itemData h3 {
	top: 0px;
	text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 3px #000,0 0 5px #0d2245,0 0 10px #000;
}
.itemWrapper#aquariusBg .itemData h4 {
	text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 3px #000,0 0 5px #0d2245,0 0 10px #000,0 0 10px #162b61;
}
.itemWrapper#aquariusBg .itemData h5 {
	top: 110px;
	text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 3px #000,0 0 5px #0d2245,0 0 10px #000,0 0 10px #162b61;
}
.itemWrapper#piscesBg .itemData h3 {
	top: 0px;
}
.itemWrapper#piscesBg .itemData h4 {
	top: 74px;
}
.itemWrapper#piscesBg .itemData h5 {
	top: 112px;
}



.itemWrapper .itemData img {
	margin-bottom: -3px;
	transform: rotate(-0.028deg);
}
.itemWrapper .itemData p {
	width: 390px;
	font-size: 19px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular','Mplus 1p';
	line-height: 25px;
	letter-spacing: 0.5px;
	transform: rotate(0.028deg);
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	position: absolute;
	top: 200px;
	right: 10px;
}
.itemWrapper .itemData p br {
	font-size: 0;
}
.itemWrapper#taurusBg .itemData p {
	top: 160px;
	line-height: 23px;
	font-size: 18px;
}
.itemWrapper#geminiBg .itemData p {
	line-height: 24px;
}
.itemWrapper#cancerBg .itemData p {
	line-height: 24px;
	top: 160px;
}
.itemWrapper#leoBg .itemData p {
	line-height: 24px;
	top: 190px;
}
.itemWrapper#virgoBg .itemData p {
	line-height: 21.5px;
	font-size: 17px;
	top: 175px;
}
.itemWrapper#libraBg .itemData p {
	font-size: 18px;
	top: 175px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#scorpioBg .itemData p {
	line-height: 22px;
	font-size: 17px;	
	top: 175px;
}
.itemWrapper#sagittariusBg .itemData p {
	line-height: 24px;
	font-size: 18px;
	top: 187px;
}
.itemWrapper#capricornBg .itemData p {
	line-height: 23px;
	font-size: 18px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#aquariusBg .itemData p {
	top: 156px;
	font-size: 18px;
	line-height: 24.5px;
	text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 3px #000,0 0 5px #0d2245,0 0 10px #000,0 0 10px #000;
}
.itemWrapper#piscesBg .itemData p {
	line-height: 22.5px;
	font-size: 18px;
	top: 156px;
}


.slideshow .mainImage {
    width: 540px;
    height: 770px;
	box-shadow: 0px 0px 15px -5px rgba(256, 256, 256, 1);
    overflow: hidden;
	position: relative;
	top: 100px;/*0*/
	left: 0;
}
.slideshow .mainImage:hover {
	/*cursor: crosshair;*/
	cursor: url(http://www.izumi-bf-labo.co.jp/zodiac/img/lupe_icon.cur),url(../img/lupe_icon.png),pointer;
}
.slideshow .slideTxt {
	padding: 1px 0 0 24px;
	background: url(../img/lupe_caption_icon.png) no-repeat 0 -2px;
	font-size: 15px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	transform: rotate(0.028deg);
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245;
	display: block;
	position: absolute;
	top: 876px;/*776*/
	left: 206px;
}
.itemWrapper#libraBg .slideshow .slideTxt,
.itemWrapper#capricornBg .slideshow .slideTxt {
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
@-moz-document url-prefix() {
	.slideshow .slideTxt {
		background: url(../img/lupe_caption_icon.png) no-repeat 0 -1px;
	}
}
.slideshow .slideThumbTxt {
	padding-right: 28px;
	font-size: 11px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	transform: rotate(0.028deg);
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245;
	text-align: right;
	letter-spacing: 1px;
	display: block;
	position: absolute;
	top: 760px;/*660*/
	left: 583px;
	opacity: 0;
}
.itemWrapper#libraBg .slideshow .slideThumbTxt,
.itemWrapper#capricornBg .slideshow .slideThumbTxt {
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.slideshow .mainImage div {
    position: absolute;
    top: 0;
    left: 0;
}
.slideshow .mainImage div img {
	width: 100%;
}
.slideshow ul {
    width: 390px;
	display: block;
	position: absolute;
	top: 452px;
	right: 12px;
	z-index: 100;
}
.slideshow ul li {
	width: 72px;
	height: 72px;
	margin: 0 7px 7px 0;
	display: block;
	cursor: pointer;
	float: left;
	position: relative;
	top: 50px;/*0*/
}
.slideshow ul li:nth-child(-n+3) {
	width: 122px;
	height: 122px;
	display: block;
	margin: 0 11px 11px 0;
	cursor: default;
}
.slideshow ul li:nth-child(3),
.slideshow ul li:nth-child(8) {
	margin-right: 0;
}
.slideshow ul li img {
	vertical-align: bottom;
}
.slideshow ul li img:last-child {
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow ul li.active {
	display: block;
	overflow: hidden;
}
.slideshow ul li img:last-child {
    opacity: 0;
    -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;	
}
.slideshow ul li.active img:last-child {
    opacity: 1;
    -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;		 
}
.clickIcon {
	position: absolute;
	top: 620px;/*570*/
	right: -40px;
	z-index: 110;
	opacity: 0;
	
	animation-name:fuwafuwa;
	animation-duration:3s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
	
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
	
}
@keyframes fuwafuwa {
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, -10px);}
	100% {transform:translate(0, 0);}
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
.clickIcon.clickIconImg7 {
	right: 38px;
}

.slideClear {
	width: 400px;
	height: 350px;
	background: #fff;
	display: block;
	position: absolute;
	top: 435px;
	right: 8px;
	opacity: 0;
	z-index: 100;
}
.slideClear1,
.slideClear2,
.slideClear3 {
	width: 122px;
	height: 122px;
	background: #fff;
	display: none;
	position: absolute;
	top: 452px;
	opacity: 0;
	z-index: 200;
	cursor: pointer;
	
}
.slideClear1 {
	right: 14px;
}
.slideClear2 {
	right: 147px;
}
.slideClear3 {
	right: 280px;
}

/* ストーリーボタン */
.itemStoryBtn {
    width       :389px;
    height      :81px;
	border-radius: 3px;
    position    :relative;
    overflow    :hidden;
	background: #fff;
	position: absolute;
	top: 740px;/*690*/
	right: 13px;
	z-index: 101;
}
.itemStoryBtn:hover {
	cursor: pointer;
}
.itemStoryBtn img {
    -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; 	
}
.itemStoryBtn:hover img {
	cursor: pointer;
	opacity: 0.7;
}



/* アイテム情報 - ストーリー */
.itemStory {
	width: 1000px;
	min-height: 855px;
	margin: 0 0 0 -500px;
	color: #fff;
	position: absolute;
	top: 38px;
	left: 50%;
	z-index: 10;
}
#ariesStoryTxt {
	width: 130px;
	position: absolute;
	top: 440px;/*240*/
	left: 13px;/*-17*/
}
#ariesStoryImg {
	width: 700px;
	position: absolute;
	top: 122px;/*22*/
	left: -60px;/*-80*/
}
#taurusStoryTxt {
	width: 130px;
	position: absolute;
	top: 188px;/*88*/
	left: 180px;/*120*/
}
#taurusStoryImg {
	width: 700px;
	position: absolute;
	top: 65px;/*-45*/
	left: 20px;/*0*/
}
#geminiStoryTxt {
	width: 130px;
	position: absolute;
	top: 188px;/*88*/
	left: 438px;
}
#geminiStoryImg {
	width: 700px;
	position: absolute;
	top: 70px;/*-30*/
	left: 20px;/*0*/
}
#cancerStoryImg {
	width: 700px;
	position: absolute;
	top: 10px;/*-90*/
	left: 20px;/*0*/
}
#leoStoryImg {
	width: 700px;
	position: absolute;
	top: 85px;/*-15*/
	left: 20px;/*0*/
}
#virgoStoryImg {
	width: 700px;
	position: absolute;
	top: 75px;/*-25*/
	left: -82px;/*-62*/
}
#libraStoryImg {
	width: 700px;
	position: absolute;
	top: 100px;/*0*/
	left: -38px;/*-58*/
}
#scorpioStoryImg {
	width: 700px;
	position: absolute;
	top: 84px;/*-16*/
	left: 35px;/*15*/
}
#sagittariusStoryImg {
	width: 700px;
	position: absolute;
	top: 73px;/*-27*/
	left: -14px;/*-34*/
}
#capricornStoryImg {
	width: 700px;
	position: absolute;
	top: 40px;/*-60*/
	left: 76px;/*56*/
}
#aquariusStoryImg {
	width: 700px;
	position: absolute;
	top: 63px;/*-37*/
	left: 8px;/*-12*/
}
#piscesStoryImg {
	width: 700px;
	position: absolute;
	top: 87px;/*-13*/
	left: 2px;/*-18*/
}


.itemStory h3 {
	width: 390px;
	font-size: 48px;
	font-family: 'aozoramincho Medium';
	letter-spacing: 5px;
	white-space: nowrap;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245;
	transform: rotate(0.028deg);
	position: absolute;
	top: 25px;
	right: 0;
}
.itemWrapper#libraBg .itemStory h3 {
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245;
}
.itemWrapper#scorpioBg .itemStory h3 {
	letter-spacing: 3px;
}
.itemWrapper#capricornBg .itemStory h3 {
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245;
}
.itemWrapper#aquariusBg .itemStory h3 {
	text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 3px #000,0 0 5px #0d2245,0 0 10px #000;
}


.itemStory h4 {
	width: 390px;
	padding: 0 0 5px 45px;
	font-size: 32px;
	font-family: 'aozoramincho Medium';
	letter-spacing: 4px;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245;
	transform: rotate(0.028deg);
	position: absolute;
	top: 92px;
	left: 610px;
}
.itemWrapper#ariesBg .itemStory h4 {
	background: url(../img/aries_icon.png) no-repeat left top;
}
.itemWrapper#taurusBg .itemStory h4 {
	background: url(../img/taurus_icon.png) no-repeat left top;
}
.itemWrapper#geminiBg .itemStory h4 {
	background: url(../img/gemini_icon.png) no-repeat left top;
}
.itemWrapper#cancerBg .itemStory h4 {
	background: url(../img/cancer_icon.png) no-repeat left top;
}
.itemWrapper#leoBg .itemStory h4 {
	background: url(../img/leo_icon.png) no-repeat left top;
}
.itemWrapper#virgoBg .itemStory h4 {
	background: url(../img/virgo_icon.png) no-repeat left top;
}
.itemWrapper#libraBg .itemStory h4 {
	background: url(../img/libra_icon.png) no-repeat left top;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245;
}
.itemWrapper#scorpioBg .itemStory h4 {
	background: url(../img/scorpio_icon.png) no-repeat left top;
}
.itemWrapper#sagittariusBg .itemStory h4 {
	background: url(../img/sagittarius_icon.png) no-repeat left top;
}
.itemWrapper#capricornBg .itemStory h4 {
	background: url(../img/capricorn_icon.png) no-repeat left top;
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245;
}
.itemWrapper#aquariusBg .itemStory h4 {
	top: 148px;
	background: url(../img/aquarius_icon.png) no-repeat left top;
	text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 3px #000,0 0 5px #0d2245,0 0 10px #000,0 0 10px #162b61;
}
.itemWrapper#piscesBg .itemStory h4 {
	background: url(../img/pisces_icon.png) no-repeat left top;
}


.itemStory h4 span {
	margin-left: 15px;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'aozoramincho Regular';
	vertical-align: middle;
}
.itemStory p {
	width: 388px;
	font-size: 18px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	line-height: 25px;
	letter-spacing: 0.5px;
	transform: rotate(0.028deg);
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #000;
	position: absolute;
	top: 172px;
	right: 0;
}
.itemStory p br {
	font-size: 0;
}
.itemWrapper#ariesBg .itemStory p {
	top: 162px;
}
.itemWrapper#libraBg .itemStory p {
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#libraBg .itemStory p br {
	line-height: 8%;
}
.itemWrapper#sagittariusBg .itemStory p {
	font-size: 17px;
	line-height: 23px;
}
.itemWrapper#capricornBg .itemStory p {
	line-height: 23px;	
	text-shadow: 0 0 3px #0c1d3a,0 0 5px #162b61,0 0 10px #162b61,0 0 3px #0c1d3a,0 0 5px #0d2245,0 0 10px #162b61;
}
.itemWrapper#aquariusBg .itemStory p {
	top: 215px;
	line-height: 23px;
	text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000,0 0 3px #000,0 0 5px #0d2245,0 0 10px #000,0 0 10px #162b61;
}
.itemWrapper#piscesBg .itemStory p {
	top: 165px;
}


/* アイテムボタン */
.itemDataBtnWrapper {
	width: 256px;
	height: 374px;
	position: absolute;
	top: 538px;/*438*/
	right: 73px;
	opacity: 0;
}
.itemDataBtnWrapper.itemDataFireBtn {
	background: url(../img/data_fire_btn_bg.png) no-repeat;
}
.itemDataBtnWrapper.itemDataSoilBtn {
	background: url(../img/data_soil_btn_bg.png) no-repeat;
}
.itemDataBtnWrapper.itemDataWindBtn {
	background: url(../img/data_wind_btn_bg.png) no-repeat;
}
.itemDataBtnWrapper.itemDataWaterBtn {
	background: url(../img/data_water_btn_bg.png) no-repeat;
}

.itemDataBtnWrapper:hover {
	cursor: pointer;
}
.itemDataBtnRibbon {
	width: 291px;
	height: 51px;
	position: absolute;
	font-size: 0;
	top: -24px;
	left: -18px;
	z-index: 1;
}
.itemDataBtnWrapper.itemDataFireBtn .itemDataBtnRibbon {
	background: url(../img/data_fire_btn_ribbon.png) no-repeat;	
}
.itemDataBtnWrapper.itemDataSoilBtn .itemDataBtnRibbon {
	background: url(../img/data_soil_btn_ribbon.png) no-repeat;	
}
.itemDataBtnWrapper.itemDataWindBtn .itemDataBtnRibbon {
	background: url(../img/data_wind_btn_ribbon.png) no-repeat;	
}
.itemDataBtnWrapper.itemDataWaterBtn .itemDataBtnRibbon {
	background: url(../img/data_water_btn_ribbon.png) no-repeat;	
}
.itemDataBtn {
    width       :234px;
    height      :352px;
	background: #fff;
	border-radius: 4px;
    overflow    :hidden;
	position: absolute;
	top: 11px;
	left: 11px;
}
.itemDataBtn img.itemDataBtnImg {
    -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; 	
}
.itemDataBtn:hover img.itemDataBtnImg {
	cursor: pointer;
	opacity: 0.7;
}




/* ボタン 光 */
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}
.reflection:hover {
	cursor: pointer;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}








/* 予約 */
.reservationWrapper {
	width: 100%;
	min-width: 1100px;
	min-height: 218px;
	margin: 0 atuo;
	background: #032b61;
}
.reservationWrapper.reservationSpace {
	margin-bottom: 93px;
}
.reservationWrapperInner {
	width: 682px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.reservationWrapperInner h3 {
	position: absolute;
	top: 40px;
	left: 105px;
}
.reservationWrapperInner .reservationBtn {
	position: absolute;
	top: 88px;
	left: 77px;
}

/* 予約ボタン */
.reservationBtn {
    width       :604px;
    height      :88px;
	border-radius: 8px;
    position    :relative;
    overflow    :hidden;
	background: #fff;
	position: absolute;
	top: 690px;
	right: 13px;
}
.reservationBtn img {
    -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; 	
}
.reservationBtn:hover img {
	opacity: 0.7;
}
.reservationDate {
	width: 118px;
	height: 117px;
	background: url(../img/reservation_count_bg.png);
	position: relative;
	top: 40px;
	left: 0;
}
.reservationDate p {
	font-size: 14px;
	font-family: 'M+ C Type-1 (basic latin) Bold','M+ Type-1 (general-j) Bold';
	line-height: 26px;
	color: #032b61;
	transform: rotate(0.028deg);
	position: absolute;
	top: 27px;
	left: 14px;
}
.reservationDate p span {
	font-size: 32px;
	color: #f40066;
}
.reservationDate p strong {
	font-size: 25px;
	color: #f40066;
}
.reservationDate br {
	font-size: 0;
}
.reservationWrapperInner .reservationEndBtn {
	position: absolute;
	top: 83px;
	left: 45px;
}
.reservationWrapperInner .reservationEndTitle {
	top: 35px;
	left: 59px;
}


/*フッター*/
footer {
	width: 100%;
	min-width: 1100px;
	min-height: 70px;
	background: #032b61;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}
#footerInner {
	width: 970px;
	min-height: 60px;
	padding: 0 70px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
}
#footerContact {
	padding-top: 11px;
	width: 470px;
	float: left;
}
#footerContact p {
	margin-bottom: 3px;
	font-size: 14px;
	font-family: 'M+ C Type-1 (basic latin) Bold','M+ Type-1 (general-j) Bold';
	letter-spacing: 2px;
	transform: rotate(0.028deg);
}
#footerContact p a {
	margin-left: 18px;
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	transform: rotate(0.028deg);
}
#footerContact small {
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
		letter-spacing: 2.5px;
	transform: rotate(0.028deg);
}
#footerCopy {
	padding-top: 13px;
	width: 470px;
	float: right;
}
#footerCopy ul {
	margin-bottom: 2px;
	text-align: right;
	display: block;
	float: right;
}
#footerCopy ul li {
	margin-left: 6px;
	padding-left: 10px;
	display: inline;
	list-style-type: none;
	font-size: 13px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	transform: rotate(0.028deg);
}
#footerCopy ul li a,
#footerContact p a {
	color: #fff;
	text-decoration: none;
    -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;	
}
#footerCopy ul li a:hover,
#footerContact p a:hover {
	color: #fff;
	text-shadow: 0 0 3px #a9dcff,0 0 5px #0096ff;
	text-decoration: underline;
}
#footerCopy ul li:first-child {
	padding-left: 0;
}
#footerCopy ul li+li {
	/*border-left: 1px solid #fff;*/
}
#footerCopy small {
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 'M+ C Type-1 (basic latin) Regular','M+ Type-1 (general-j) Regular';
	transform: rotate(0.028deg);
	text-align: right;
	float: right;
	display: block;
}


