 @charset "utf-8";

/* ===================================================================

□NAME : index.css

=================================================================== */

 .flexslider .clone{
	padding: 20px 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
 }


/*----------------------------------------------------

    ★header
	
----------------------------------------------------*/
header {
	padding: 20px;
}

header h1{
	display: block;
	float: left;
}
header h1 img{
	width:350px;
}
header ul{
	float:right;
}
header ul li{
	display: inline-block;
	margin-right: 2px;
}

header ul li a.bnr_header {
	width: 200px;
}

header ul li a.bnr_header img {
	width: 100%;
}


/*----------------------------------------------------

    ★index
	
----------------------------------------------------*/


.hdRight{
	float:right;
	width:760px;
}
#pageA .prev{
	display:none;
}
#pageB .next{
	display:none;
}
/*ul.btnMr{
	float:left;
	width:30%;
}
ul.btnMr {
	margin-top:15px;
}
ul.btnMr li{
	float:right;
}
ul.btnMr li a{
	background:#fff;
	border:#eb6699 3px solid;
	border-radius:2px;
	padding:7px 10px;
	color:#eb6699;
	display:block;
	font-size:11px;
}*/
ul.btnMr{
	margin-top: 12px;
	padding: 0 15px;
    text-align: right;
}

ul.btnMr li a.header_n{
	background:#fff;
	border:#eb6699 3px solid;
	border-radius:2px;
    padding: 5px 8px;
	color:#eb6699;
	display:block;
	font-size:11px;
}

ul.btnMr li a.header_n:hover {
	background:#eb6699;
	border:#eb6699 3px solid;
	border-radius:2px;
    padding: 5px 8px;
	color:#fff !important;
	display:block;
	font-size:11px;
}


#pageA .p1 a{
	background:#eb6699;
	color:#fff;
}
#pageB .p2 a{
	background:#eb6699;
	color:#fff;
}
footer ul.btnMr{
    margin: 20px auto 0;
    width: 137px;
    float: none;
}
footer ul.btnMr li{
	display: inline-block;
}


#index{
	color:#e54280;
	font-size:20px;
}
#index #mv{
	background: url(../../img/mv_index.jpg) no-repeat center;
	background-position: top;
	background-size: cover;
    height: 960px;
}

#index .nav_lang ul.nav{
    background-color: #eb6699;
    text-align: center;
	padding:20px;
}
#index .nav_lang ul.nav li a{
	float:left;
	width:24%;
	display:block;
	background:#e24481;
	color:#fff;
	font-size:24px;
	text-decoration:none;
	padding:25px 0;
	border-radius:3px;
	margin-right:1%;
}
#index .nav_lang ul.nav li:last-of-type{
	margin-right:0;
}

#index #mvFt {
	background: url(../../img/c_bg.gif) no-repeat ;
	background-size: cover;
	padding: 60px 20px 80px;
	text-align: center;
}

#index #mvFt.vol02mv {
	background: url(../../img/bg_vol02a.png) no-repeat top center;
	background-size: contain;
}

#index #mvFt .txt01{
	margin-top: 32px;
	margin-bottom:88px;
}
#index #contents{
	margin: 0;
	padding: 0;
	text-align:center;
}
#index a:link,
#index a:visited,
#index a:active,{
	color:#e54280;
	font-weight:bold;
	display: block;
}

#indNews{
padding-bottom: 50px;
	text-align:center;
}

#indNews h2.indNewsInfo {
	color: #5d5d5d;
    font-weight: bold;
    font-size: 23pt;
    letter-spacing: 0.6px;
    line-height: 1.3;
}

#indNews h2.indNewsInfo span {
	color: #bb1857;
	font-weight: normal;
	font-size: 28px;
}

#indNews h2.indNewsInfo .span2 {
	color: #5d5d5d !important;
}

#indNews p {
	margin-bottom: 32px;
}

#indNews ul.btnList {
		margin: 32px 0;
}

#indVol01 ul.btnList {
		margin: 32px 0;
}

#index .btnList li{
    margin-right: 2%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

#index .btnList li:last-of-type{
	margin-right:0;
}



@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-4deg); }
  100% {
    -webkit-transform: rotate(4deg); } }
@-moz-keyframes shake {
  0% {
    transform: rotate(4deg); }
  50% {
    transform: rotate(-4deg); }
  100% {
    transform: rotate(4deg); } }
@-o-keyframes shake {a
  0% {
    transform: rotate(4deg); }
  50% {
    transform: rotate(-4deg); }
  100% {
    transform: rotate(4deg); } }
@keyframes shake {
  0% {
    transform: rotate(4deg); }
  50% {
    transform: rotate(-4deg); }
  100% {
    transform: rotate(4deg); } }


#index #contents #indVol02 div {
	display: block;
	position: relative;
	width: 1090px;
    margin: 0 auto;
/*    max-width: 1102px;
    min-width: 1100px;
    margin: 0 auto;*/
}

#index #contents #indVol02 div p.map_vol02 {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#index #contents #indVol02 div a.Vol2_spot0 {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 426px;
}

#index #contents #indVol02 div a.Vol2_spot0:hover {
	opacity: 1;
}

#index #contents #indVol02 div a.Vol2_spot1 {
	-webkit-animation: shake 1.0s ease infinite;
  	-moz-animation: shake 1.0s ease infinite;
 	 -o-animation: shake 1.0s ease infinite;
 	 animation: shake 1.0s ease infinite; 
    display: inline-block;
    position: absolute;
    top: 270px;
    left: 400px;
}

#index #contents #indVol02 div a:hover {
	opacity: 0.7;
}

#index #contents #indVol02 div a.Vol2_spot2 {
	-webkit-animation: shake 1.0s ease infinite;
  	-moz-animation: shake 1.0s ease infinite;
 	 -o-animation: shake 1.0s ease infinite;
 	 animation: shake 1.0s ease infinite; 
    display: inline-block;
    top: 358px;
    left: 500px;
    position: absolute;
}

#index #contents #indVol02 div a:hover {
	opacity: 0.7;
}


#index #contents #indVol02 div a.Vol2_spot3 {
	-webkit-animation: shake 1.0s ease infinite;
  	-moz-animation: shake 1.0s ease infinite;
 	 -o-animation: shake 1.0s ease infinite;
 	 animation: shake 1.0s ease infinite; 
    display: inline-block;
    top: 111px;
    right: 110px;
    position: absolute;
   }

#index #contents #indVol02 div a:hover {
	opacity: 0.7;
}

#index #contents #indVol02 div a.Vol2_spot4 {
	-webkit-animation: shake 1.0s ease infinite;
  	-moz-animation: shake 1.0s ease infinite;
 	 -o-animation: shake 1.0s ease infinite;
 	 animation: shake 1.0s ease infinite; 
    position: absolute;
    display: inline-block;
    bottom: 85px;
    left: 150px;
}

#index #contents #indVol02 div a:hover {
	opacity: 0.7;
}


#index #contents section#indVol02 {
	background: url(../../img/index_bg_2.png);
	padding: 60px 30px;
}

#indVol01 ul.btnList {
		margin: 32px 0;
}


/*#index #contents .mapWrap img{
	width:100%;
}*/
#index #indMovie{
	background:url(../../img/index_movie_bg.gif) no-repeat;
	width:1006px !important;
	max-width:1006px !important;
	height:595px !important;
	padding:50px 80px !important;
	margin:0 auto !important;
	text-align:left !important;
}

/*------------------------------------------------------------------*/
/*vol02___a____*/
/*------------------------------------------------------------------*/

#pura00 {
    margin: 0 auto;
/*    position: relative;*/
    text-align: center;
}

#pura00 .hankyu {
    background: url(../../img/k00_bg.jpg) no-repeat;
    background-size: contain;
    background-position-y: bottom;
    padding-top: 50px;
    position: relative;
}

#pura00 .hankyu p {
    width: 90%;
    margin: 0 auto 100px;
}

#pura00 .hankyu p img {
	width: 100%;
}

#pura01 {
	background:url(../../img/k02_bg.png) repeat-x;
	background-position: top;
/*	padding:15px;*/
	text-align: center;
}


#pura01 h1 {
	padding-top: 200px;
	margin-bottom: 70px;
}
#pura02 h1 {
	padding-top: 200px;
	margin-bottom: 70px;
}

#pura02 div h2 {
	padding: 140px 0 70px; 
}

.pura01Main{
	background: url(../../img/k01_bg.png) no-repeat;
	background-size: cover;
	background-position: top;
	padding-bottom: 50px;
}

.puraMain {
	position: relative;
    max-width: 1703px;
    margin: 0 auto;
}

.puraMain p.flags {
	display: block;
    left: 10%;
    padding: 0;
    width: 18%;
    position: absolute;
    top: 0;
    z-index: 10000;
}

.puraMain p.flags img {
	width: 100%;
}

.puraMain p {
	color: #525252;
	font-size: 28px;
	font-weight: lighter;
	margin: 0 auto;
	text-align: center;
	padding: 56px 0;
	max-width: 970px;;
}

.vol02aTitle:hover {
	opacity: 0.7;
}

#lucuaDining {
	background: url(../../img/k03_bg.png) no-repeat;
	background-size: cover;
	background-position: top;
}

#lucuaDining .diningList {
	margin: 0 auto 60px;
	max-width: 1111px;
	position: relative;
}

#lucuaDining .diningList h3.diningTtl {
	position: absolute;
	top: 40px;
	width: 100%;
	margin: 0px auto 60px;
    max-width: 1111px;
}

#lucuaDining .diningList h3.diningTtl a {
	display: block;
}

#lucuaDining .diningList h3.diningTtl a:hover {
	opacity: 0.7;
}

#lucuaDining .diningList h3.diningTtl a img {
	width: 40%;
}

#lucuaDining .diningList .lucuaImg img{
	width: 100%;
}

#lucuaDining .diningList p.coupon a {
	display: block;
}

#lucuaDining .diningList p.coupon a:hover,a:focus {
	opacity: 0.7;
}

#lucuaDining .diningList p.coupon {
    bottom: 42px;
    position: absolute;
    width: 36%;
    margin: 0 auto;
    right: 18%;
    left: 18%;
}

#lucuaDining .diningList p img {
	width: 100%;
}


/*------------------------------------------------------------------*/
/*vol02___b____*/
/*------------------------------------------------------------------*/

#index #mv2Wrapper {
	background-color: #789EE5;
}


#index #mv2Wrapper #mv2 {
    background: url(../../img/bg_vol02a.png) no-repeat top center;
    background-size: contain;
    z-index: 100;
}

#index #mv2Wrapper #mv2 .decoTop {
	width: 100%;
}

#index #mv2Wrapper #mv2 .kixMv {
	max-width: 970px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#index #mv2Wrapper #mv2 p {
	max-width: 970px;
	margin: 0 auto;
	padding: 15px 0;
}

#index #mv2Wrapper #mv2 p img{
	width: 100%
}


.pura_bigTitle {
	padding: 100px 0 80px;
	max-width: 960px;
	margin: 0 auto;
}

.pura_bigTitle h2 {
	padding-bottom: 35px;
}

.pura_bigTitle p {
	color: #5d5d5d;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 0.6px;
}

.recommendationBox {
    background: url(../../img/bg_ptrn.png) repeat !important;
    position: relative;
    background-size: 34px !important;
    max-width: 976px;
    margin: 0 auto;
}

.recommendationBox div p.badge {
	display: block;
	position: absolute !important;
    top: -20px !important;
    left: -20px !important;
}


.recommendationBox div ul li {
	position: absolute;
}

.recommendationBox div ul li a {
	display: block;
}

.recommendationBox div ul li a:hover {
    transform: rotate(5deg);
    opacity: 1;
}

.recommendationBox div ul li a img {
	width: 90%
}

.recommendationBox div ul li.product_1 {
	top: 11%;
	left: 21.3%;
}


.recommendationBox div ul li.product_2 {
	top: 41%;
	left: 7.2%;
}

.recommendationBox div ul li.product_3 {
	top: 39%;
	left: 40%;
}

.recommendationBox div ul li.product_4 {
    bottom: 4%;
    left: 32%;
}

.recommendationBox div ul li.product_5 {
    top: 11%;
    right: 2%;
}

.recommendationBox div ul li.product_6 {
    bottom: 2.5%;
    right: 2.5%;
}

.recommendationBox div p.kiko_1 {
    position: absolute;
    top: -11%;
    right: 0%;
}

.recommendationBox div ul li.product_7 {
    top: 10%;
    left: 4%;
}

.recommendationBox div ul li.product_8 {
    top: 41%;
    right: 9%;
}


.recommendationBox div ul li.product_9 {
    top: 35%;
    left: 9%;
}

.recommendationBox div ul li.product_10 {
    top: 14%;
    right: 0%;
}

.recommendationBox div ul li.product_11 {
    top: 54%;
    right: 9%;
}

.recommendationBox div ul li.product_12 {
    bottom: 6%;
    left: 30%;
}








	#index{
		font-size:11px;
	}

	#indNews h2{
		margin-bottom:15px;
	}
	#index #mvFt .txt01{
		margin-bottom:64px;
	}
	#indNews{
		padding:35px 30px;
	}
	#indNews h2 img{
		height:30px;
	}

	#index #contents section {
		margin-bottom: 40px !important;
	}
	#index #contents #indVol01 h2{
		margin-bottom:20px;
	}
	#index #contents #indVol01,#indNews h2 img{
		height:inherit;
	}

	#index .nav_lang ul.nav{
		padding:10px;
	}
	#index .nav_lang ul.nav li a{
		font-size:12px;
		padding:20px 0;
	}

	#indNews ul.btnList {
		width: 60%;
   		margin: 32px auto;
	}

	#index .btnList li {
		width: 30%;
		margin-right: 3%;
	}



	#indNews h2.indNewsInfo {
		font-weight: bold;
	}

	#indNews h2.indNewsInfo span{
		font-size: 23px;
	}

	
	#index #indMovie{
		background:#fce4ee;
		border-radius:20px;
		width:100% !important;
		max-width:100% !important;
		height:230px !important;
		padding:20px 30px !important;
	}
	#index #indMovie video{
		width:100% !important;
		height:200px !important;
	}







/*------------------------------------------------------------------*/
/*DEVICE*/
/*------------------------------------------------------------------*/

@media only screen and (min-width: 769px) and (max-width: 920px) {

	#index #indMovie{
		background:#fce4ee;
		border-radius:20px;
		width:100% !important;
		max-width:100% !important;
		height:460px !important;
		padding:30px 30px !important;
	}
	#index #indMovie object{
		width:100% !important;
		height:400px !important;
	}

}


@media only screen and (max-width: 768px) {

#index #contents #indVol02 div {
	width: inherit !important;
}

	header {
	padding: 10px 20px;
	}

	header h1 {
		float: none !important;
/*		padding-bottom: 20px;*/
		text-align: center;
	}

	header ul {
		float: none;
	}
	
	header ul li {
		float: none;
    	margin-left: 0;
    	padding-top: 20px;
	}

	header ul li a.bnr_header {
		width: unset;
	}

	header ul li a img {
		max-width: 100%;
	}

	
	ul.btnMr {
     float: none; 
     margin-top: 0;
     margin-bottom: 15px;
     text-align: center; 
	}

	#index #mv{
		background: none;
		background-size: none;
		height: auto;
	}

	#indNews ul.btnList {
    	width: 90%;
	}


	#index .btnList02 {
		margin-top:25px;
	}
	#index .btnList02 li{
		margin-bottom:5px;
	}
	#index .btnList02 li a{
    	display: block;
	    padding: 10px;
    	border-radius: 3px;
    	color: #e54280 !important;
    	text-align: center;
    	background: #fce4ee;
    	font-size: 10pt;
    	text-decoration: none;
    	line-height: 1;
	}

	#index #contents section#indVol02 {
		padding: 2%;
	}

	/*--------------------VOL02_A---------------------*/
 
	#index #mvFt.vol02mv {
	    padding: 30px 0 60px;
	}

	#pura00 .hankyu p {
    width: 95%;
    margin: 0 auto 40px;
	}

	#pura01 h1 {
		margin: 0 auto 40px;
		padding-top: 60px;
		width: 97%;
	}

	.pura01Main {
		padding-top: 20px;
	}

	.puraMain p.flags {
		width: 18%;
		left: 0;
		top: 51px;
	}

	.puraMain p {
    	font-size: 17px;
    	margin: 0 auto;
    	letter-spacing: 0;
    	padding: 26px 0;
    	width: 96%;
	}

	.pura01Main p.salonProduct {
		width: 97%;
		margin: 0 auto;
	}

	#pura02 h1 {
    	margin: 0 auto 40px;
    	padding-top: 60px;
    	width: 100%;
	}

	#pura02 div h2 {
  	  padding: 70px 0 50px;
  	  width: 92%;
	  margin: 0 auto;
	}
	#lucuaDining .diningList {
		margin-bottom: 58px;
	}

	#lucuaDining .diningList h3.diningTtl {
		top: 21px;
	}

	#lucuaDining .diningList h3.diningTtl a img.baruchika_title {
		width: 60%;
	}

	#lucuaDining .diningList p.coupon {
		bottom: -29px;
		width: 65%;
	}


	#pura04 .preorderWeb {
		padding: 0;
		width: 100%;
	}

	.pura_bigTitle {
		padding: 0;
	}

	.pura_bigTitle p {
	  font-size: 17px;
  	  letter-spacing: 0;
  	  padding-bottom: 40px;
	}

	.recommendationBox div p.badge {
	   	left: 5px !important;
	    width: 123px;
	}
	
	.recommendationBox div ul li.product_1 {
    top: 60px;
    left: 21.3%;
	}

	.recommendationBox div ul li.product_2 {
    top: 159px;
    left: 0.2%;
	}


	.recommendationBox div ul li.product_5 {
    top: 320px;
    right: 0%;
	}

	.recommendationBox div ul li.product_3 {
    top: 530px;
    left: 1%;
    width: 100%;
	}

	.recommendationBox div ul li.product_4 {
    left: 32%;
    top: 660px;
	}

	.recommendationBox div ul li.product_6 {
    top: 760px;
    left: 3%;
	}

	.pura_bigTitle h2 {
    padding-bottom: 35px;
    padding-top: 50px;
	}

	.recommendationBox div p.kiko_1 {
    position: absolute;
    top: -10%;
    right: 0%;
    width: 65%;
	}

	.recommendationBox div ul li.product_10 {
    top: 6%;
    right: 0%;
	}

	.recommendationBox div ul li.product_7 {
    top: 230px;
    left: 4%;
	}

	.recommendationBox div ul li.product_8 {
    top: 134px;
    right: 9%;
	}	


	.recommendationBox div ul li.product_9 {
    top: 27%;
    left: 28%;
    width: 70%;
	}

	.recommendationBox div ul li.product_12 {
    bottom: 37%;
    left: 1%;
	}

	.recommendationBox div ul li.product_11 {
    top: 64%;
    right: 4%;
	}	

}




@media only screen and (max-width: 497px) {
	header ul li a.bnr_header {
		display: block;
	}

	header ul li.bnr_banners {
		margin-right: 0;
		width: 49%;
	}
}








