@charset "utf-8";

#diary{
	background: url(../img/parts/diary/diary_bg.png) center 0;
	background-size: 320px 15px;
}
#y_mode #diary{
	background: url(../img/parts/diary/y_diary_bg.png) center 0;
	background-size: 320px 1400px;
}	
#diary h2{
	margin: 0;
}
#diary_main{
	position: relative;
	height: 440px;
}
.sound_icon{
	position: absolute;
	width: 19px;
	height: 19px;
	right: 22px;
	bottom: 19px;
	display: none;
	border-radius: 100px;
	border: 2px solid #f00;
}
.erase_btn{
	position: absolute;
	width: 19px;
	height: 19px;
	right: 4px;
	display: none;
	border: none;
}
.erase_btn img{width: 19px;}
.sound_icon img{
	width: 19px;
	border-radius: 100px;	
}
#diary_main .text{
	position: absolute;
	bottom: 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #008aff;
	color: #008aff;
	font-size: 12px;
	line-height: 1.4;
	margin: 0 10px;
	text-align: left;
	padding: 3.5% 3.5% 5% 3.5%;
	display: none;
	width: 276px;
}
#diary_main .text:before {
	border:10px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	top:-9px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
	z-index:1;
}
#diary_main .text:after {
	border:10px solid transparent;
	border-bottom-color:#008aff;
	border-top-width:0;
	top:-10px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
}

#scenario {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfde3), to(#f9fbc9));
	background: -webkit-linear-gradient(top, #fcfde3, #f9fbc9);
	background: linear-gradient(to bottom, #fcfde3, #f9fbc9);	
	border-radius: 0 0 40px 40px;
	box-shadow: inset 0 -4px rgba(12,4,7,.15);
	padding: 0 0 10px;
}
#y_mode #scenario{
	background: -webkit-gradient(linear, left top, left bottom, from(#630146), to(#950069));
	background: -webkit-linear-gradient(top, #630146, #950069 );
	background: linear-gradient(to bottom, #630146, #950069);
}
#scenario ul{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
}

#scenario li{
	margin: 0 6px;
	text-align: center;
	color: #ff508a;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff,0px 1px 1px #fff,1px 0px 1px #fff,-1px -1px 1px #fff,0px -1px 1px #fff,-1px 0px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff;

}
#scenario li:nth-child(4){
	color: #7d109c;
}
#scenario .open {
	position: relative;
}
#scenario .open:after{
	content: "";
	width: 55px;
	height: 55px;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../img/parts/diary/diary_icon02.png) no-repeat;
	background-size: 55px 55px;
}

#diary .identity{
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	overflow: hidden;
	padding: 0 0 18px;
	margin: 10px 0 10px;
	background: url(../img/parts/diary/diary_line01.png) center bottom no-repeat;
	background-size: 313px 5px;
}
.-moz- #diary .identity{
	margin: 3px 0px 5px;
	width: 305px;
	padding: 0 0 18px 15px;
}

#diary .identity .com_end:before{
	content: "";
	position: absolute;
	background: url(../img/parts/diary/diary_stamp.png);
	background-size: 48px 48px;
	width: 48px;
	height: 48px;
	display: block;
	right: 0;
	top: 0;
}
#diary #list01{position: relative; overflow: hidden;}

#diary #list01:after{
	content: "リーダー";
	display: block;
	padding: 2px;
	background: #f09;
	position: absolute;
	width: 86px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	left: -20px;
	top: 9px;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	letter-spacing: -0.07em;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
#diary .identity .photo{
	padding: 2px 0 0;
	background: url(../img/parts/diary/diary_img_bg.png) center 0 no-repeat;
	background-size: 113px 83px;
	width: 114px;
	height: 75px;
	padding: 8px 0 0 13px;
	position: relative;
}
#diary .photo:after {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/parts/diary/diary_sprite2.png") no-repeat;
	background-size: 68px auto;
	width: 68px;
	height: 29px;
	bottom: -3px;
	left: -15px;
	margin: 0 0 0 9px;
	transform:scale(0.7)
}

#diary .identity .photo img{
	width: 97px;
	height: 63px;
	border:2px solid #ff4382;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
#diary .identity .profile{	
	border: none;
	overflow: visible;
	margin: 0 0 0 13px;
	padding: 11px 0 0;
	width: 181px;	
}
#diary .identity .name{
	font-size: 14px;
	width: 181px;
	color: #fff;
	text-shadow:2px 2px 2px #ff4382,0px 2px 2px #ff4382,2px 0px 2px #ff4382,-2px -2px 2px #ff4382,0px -2px 2px #ff4382,-2px 0px 2px #ff4382,-2px 2px 2px #ff4382,2px -2px 2px #ff4382;
	vertical-align: bottom;
}
#diary .identity a{color: #fff;}
#diary .identity .feeling{color: #ff4382;}
#diary .identity  .gauge{
	border: 1px solid #ff4382;
	border-radius: 100px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3) inset;
	overflow: hidden;
	width: 157px;
	
}
#diary .identity .gauge p{
	background: #007ce5;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3) inset;
	height: 14px;
}

#diary_content{
	background: url(../img/parts/diary/diary_bg06.png) right 5% no-repeat;
	background-size: 146px 207px;
	padding:0 0 15px;
}
#diary_content ul{
	color: #008aff;
	font-size: 13px;
	margin: 0 0 6px 18px;
}
#diary .name{
	position: relative;
}

#diary .type01 .photo:after{ background-position:0 -58px;}
#diary .type02 .photo:after{ background-position:0 -30px;}
#diary .type03 .photo:after{ background-position:0 0;}
#diary .type04 .photo:after{ background-position:0 -88px;}
#diary .type00 .photo:after{ background-position:0 -116px;}

#diary .line{
	background: url(../img/parts/diary/diary_line01.png) center bottom no-repeat;
	background-size: 366px 5px;
	padding: 0 0 20px;
	margin: 0 0 9px;
}
#diary .l_evo_condition{
	font-size: 12px;
	width: 286px;
	margin: 0 auto 10px;
	
}
#diary .l_evo_condition th{
	background: #b1b1b1;
	color:#fff;
	padding: 3px 0;
	text-align: center;
	border-bottom:1px solid #fff;
	width: 62px;
}
#diary .l_evo_condition td{color: #b1b1b1;}
#diary .l_evo_condition th.donex{background: #f51061;}
#diary .l_evo_condition td.donex{color: #f51061;}
#diary .l_evo_condition td{
	padding:0 0 0 10px;
}

#diary dl.twin_btns{
	width: 300px;
	padding: 15px 0 5px;
}
#diary dl.twin_btns dt,#diary dl.twin_btns dd{width: 140px;}

#diary .twin_btns .stamp{
	position: relative;
}
#diary .twin_btns .stamp:after{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/parts/diary/diary_stamp02.png) no-repeat;
	background-size: 60px 60px;
	width:70px;
	height: 70px;
	top: 50%;
	right: -13px;
	margin: -30px 0 0 -30px;
}
.pencil{
	position: relative;
	width:250px;
	margin: 0 auto;
}
.pencil:after{
	content: "";
	position: absolute;
	display: block;
	background: url(../img/parts/diary/pencil.png);
	background-size: 83px 88px;
	width: 83px;
	height: 88px;
	right: -35px;
	bottom: 10px;
	
}

/*diary list*/
.diary_point{
	background: url(../img/parts/diary/diary_point_box.png) center 0 no-repeat;
	background-size: 320px 112px;
	width: 320px;
	height: 112px;
	color: #008aff;
	margin: -15px 0 0;
	position: relative
}
.diary_point figure{
	text-align: right;
	font-size: 23px;
	text-shadow:3px 3px 3px #fff,0px 3px 3px #fff,3px 0px 3px #fff,-3px -3px 3px #fff,0px -3px 3px #fff,-3px 0px 3px #fff,-3px 3px 3px #fff,3px -3px 3px #fff;
	padding: 46px 27px 0 0;
}
.diary_point_btn a{
	margin: 0 15px;
	width: 105px;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
}
.diary_point_btn{
	margin: -15px 0 18px;
	position: relative;
}
.blue_check{background: url(../img/parts/common/title_bg04.png);}

.gift_confirm .confirm{
	background: url(../img/parts/diary/gift_confirm_bg.png)center 30px no-repeat;
	background-size: 82px 34px;
	color:#09f;
	padding: 0 10px;
}
.gift_confirm{
}
.confirm span{
	background: #008aff;
	color:#fff;
	padding: 2px 5px;
	font-size: 11px;
	border-radius: 100px;
}
.gift_confirm .center p img{
	border:2px solid pink;
	
}
.gift_confirm .center{
	padding: 10px 0 20px;
	text-align: center;
	color:#f45d90;
}
.common_btn04 a{
	border: 3px solid #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	display: block;
	padding: 6px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	width: 184px;
	margin:0 auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#5e5e5e));
	background: -webkit-linear-gradient(top, #707070, #5e5e5e);
	background: linear-gradient(to bottom,#707070 ,#5e5e5e );
	overflow: hidden;
}
.pound{-webkit-animation: pound 1s ease  infinite alternate ;}
@-webkit-keyframes pound {
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(1.13);}
}

.l_evo{padding: 0 0 25px;}
.l_evo_bg{
	border-bottom:3px double #d021a4;
	background: url(../img/parts/diary/l_evo_text.png);
	background-size: 320px 196px;
}
.l_evo .card_tn{width: 320px;}
.bs{box-shadow: 0 31px 72px rgba(0,0,0,0.8);}


/*喘ぎ声開放ページ******************************/
#pant_area .select_area { padding:10px}
#pant_area .select_area ul li { text-align:center}
#pant_area .select_area ul li span { color:#ff0056}
#pant_area .open_chara {
	padding: 2px 0 0;
	margin:0 auto 5px auto;
	background: url(../img/parts/diary/diary_img_bg.png) center 0 no-repeat;
	background-size: 113px 83px;
	width: 114px;
	height: 75px;
	padding: 8px 0 0 13px;
	position: relative;
}
#pant_area .open_chara img{
	width: 97px;
	height: 63px;
	border:2px solid #ff4382;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}



#btn_pant {
	position:absolute;
	z-index:90;
	right:-2px;
	top:0;
}
#btn_pant div {
	width:47px;
	height:49px;
	text-align:left;
	text-indent:-9999px;
	background-image:url(../img/parts/index/sprite_pant.png);
	background-repeat:no-repeat;
	background-size:247px auto;
}
#btn_pant .start01 { background-position:-200px top}
#btn_pant .start02 { background-position:-150px top}


.pant {
	position:absolute;
	z-index:89;
	right:-2px;
	top:52px;
	width:47px;
}
.pant ul li.no_active {
	width:47px;
	height:49px;
	text-align:left;
	background-image:url(../img/parts/index/sprite_pant.png);
	background-repeat:no-repeat;
	background-size:247px auto;
	padding:0px;
	margin:0 0 2px 0;
	text-indent:-9999px;
}
.pant ul li.no_active:nth-child(1) { background-position:left 0}
.pant ul li.no_active:nth-child(2) { background-position:left -50px}
.pant ul li.no_active:nth-child(3) { background-position:left -100px}

.pant ul li div span {
	display:block;
	width:47px;
	height:49px;
	text-align:left;
	background-image:url(../img/parts/index/sprite_pant.png);
	background-repeat:no-repeat;
	background-size:247px auto;
	padding:0px;
	margin:0 0 2px 0;
	text-indent:-9999px;
}

.pant ul li.active_data1 .stop { background-position:-50px 0}
.pant ul li.active_data2 .stop { background-position:-50px -50px}
.pant ul li.active_data3 .stop { background-position:-50px -100px}

.pant ul li.active_data1 .playing { background-position:-100px 0}
.pant ul li.active_data2 .playing { background-position:-100px -50px}
.pant ul li.active_data3 .playing { background-position:-100px -100px}

.pant ul li .playing { animation: play_pant 1.5s ease-in-out infinite}
@keyframes play_pant {
	0% { opacity:1}
	50% { opacity:0.5}
	100% { opacity:1}
}

.pant ul li.pant_open_link {
	width:47px;
	height:49px;
	text-align:left;
	background-image:url(../img/parts/index/sprite_pant.png);
	background-position:-150px -50px;
	background-repeat:no-repeat;
	background-size:247px auto;
	padding:0px;
	margin:0 0 2px 0;
}
.pant ul li.pant_open_link a {
	display:block;
	width:47px;
	height:49px;
	text-indent:-9999px;
}