@charset "utf-8";
/* CSS Document */

.PositionR{
	position:relative;
}

#character .btn00Pos{
	background: url(../images/character/tab_precure_off.png) no-repeat;
	width:210px;
	height:74px;
	z-index:20;
}
#character .btn00Pos:hover{
	background: url(../images/character/tab_precure_on.png) no-repeat;
}
#character .btn00Pos.current{
	background: url(../images/character/tab_precure_on.png) no-repeat;
}
#character .btn00Pos.current:hover{
	background: url(../images/character/tab_precure_on.png) no-repeat;
}

#character .btn01Pos{
	background: url(../images/character/tab_paris_off.png) no-repeat;
	width:212px;
	height:74px;
	z-index:20;
}
#character .btn01Pos:hover{
	background: url(../images/character/tab_paris_on.png) no-repeat;
}
#character .btn01Pos.current{
	background: url(../images/character/tab_paris_on.png) no-repeat;
}
#character .btn01Pos.current:hover{
	background: url(../images/character/tab_paris_on.png) no-repeat;
}

#character .btn02Pos{
	background: url(../images/character/tab_fairy_off.png) no-repeat;;
	width:212px;
	height:74px;
	z-index:20;
}
#character .btn02Pos:hover{
	background: url(../images/character/tab_fairy_on.png) no-repeat;
}
#character .btn02Pos.current{
	background: url(../images/character/tab_fairy_on.png) no-repeat;
}
#character .btn02Pos.current:hover{
	background: url(../images/character/tab_fairy_on.png) no-repeat;
}

#character .btn03Pos{
	background: url(../images/character/tab_movie_off.png) no-repeat;
	width:212px;
	height:74px;
	z-index:20;
}
#character .btn03Pos:hover{
	background: url(../images/character/tab_movie_on.png) no-repeat;
}
#character .btn03Pos.current{
	background: url(../images/character/tab_movie_on.png) no-repeat;
}
#character .btn03Pos.current:hover{
	background: url(../images/character/tab_movie_on.png) no-repeat;
}

.second_area{
	position:relative;
	width: 1080px;
    margin: 0 auto;
}
.second_area .car00{
	position:absolute;
	top:356px;
	left:0;
	z-index:19;
	height: 1170px;
}
.second_area .car01{
	position:absolute;
	top:356px;
	left:0;
	z-index:19;
	height: 980px;
}
.second_area .car02{
	position:absolute;
	top:356px;
	left:0;
	z-index:19;
	height: 980px;
}
.second_area .car03{
	position:absolute;
	top:356px;
	left:0;
	z-index:19;
	height: 1241px;
}

#character div{
	cursor:pointer;
	margin-right:15px;
}
#character div:last-child{
	margin-right:0;
}

.second_area .second_ttl img{
	position:relative;
	z-index:20;
}


/*character*/
.second_area #character.repeat_area{
	background:url("../images/character/bg_tabarea.png") no-repeat center top;
	width: 1080px;
	height: 105px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 29px;
}


#pagetop,
#wrapSecond #menuArea .logo,
#wrapSecond #menuArea .news,
#wrapSecond #menuArea .info,
#wrapSecond #menuArea .character,
#wrapSecond #menuArea .special,
#wrapSecond #menuArea .list,
#wrapSecond #menuArea .movie,
#wrapSecond #menuArea .recipe{
	z-index:20;
}


.btn_precure_member {
	position: absolute;
	font-size: 0;
}
.btn_precure_member img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	cursor: pointer;
}
.btn_precure_member a {
	display: inline-block;
}
#btn_precure_member_1 {
	top: 23px;
	left: 64px;
}
#btn_precure_member_1 img.emblem {
	width: 285px;
    height: 203px;
}
#btn_precure_member_1 img.mascot {width: 203px;
	height: 454px;
	
}
#btn_precure_member_2 {
	top: 48px;
	left: 552px;
}
#btn_precure_member_2 img.emblem {
	width: 218px;
    height: 379px;
}
#btn_precure_member_2 img.mascot {
	width: 227px;
    height: 136px;
}
#btn_precure_member_3 {
    top: 241px;
    left: 38px;
}
#btn_precure_member_3 img.emblem {
	width: 299px;
    height: 405px;
}
#btn_precure_member_3 img.mascot {
	width: 200px;
    height: 184px;
}
#btn_precure_member_4 {
    top: 285px;
    left: 760px;
}
#btn_precure_member_4 img.emblem {
	width: 277px;
    height: 421px;
}
#btn_precure_member_4 img.mascot {
	width: 278px;
	height: 147px;
}
#btn_precure_member_5 {
	top: 477px;
	left: 264px;
}
#btn_precure_member_5 img.emblem {
	width: 96px;
    height: 200px;
    vertical-align: bottom;	
}
#btn_precure_member_5 img.mascot_1 {
	width: 62px;
    height: 404px;
    vertical-align: bottom;	
}
#btn_precure_member_5 img.mascot_2 {
	width: 206px;
    height: 661px;
    vertical-align: bottom;	
}
#btn_precure_member_6 {
	top: 437px;
	left: 530px;
}
#btn_precure_member_6 img.emblem {
	width: 230px;
    height: 430px;
    vertical-align: bottom;	
}
#btn_precure_member_6 img.mascot {
	width: 335px;
    height: 229px;
    vertical-align: bottom;	
}

.modal-content {
	width: 50% ;
	margin: 0 ;
	display: none ;
	position: fixed ;
	z-index: 30 ;
}
.modal-content-innar{
	position: relative;
}
.modal-content-innar .btnClose {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,0);
	width: 134px;
	cursor: pointer;
}
.modal-content-innar img {
	width: 100%;
}
#modal-overlay {
	z-index: 21 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
	cursor: pointer;
}