<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* prof
======================================================= */
#prof{}

#prof .inner{
}
#prof .prof_inner{
	width:100%;
	margin: auto;
	padding:2rem 0;
}
#prof h3{
	margin-bottom:1rem;
	padding:0 1.6%;
	background:#ff4ac5;
	color: #fff;
	line-height: 1.8;
	font-size: 1.2rem;
	text-align: center;

	font-family: "yomogi", sans-serif;
	font-weight: bold;
	font-style: normal;

}

/* navi */
#prof  nav{
	width:360px;
	margin:0 auto 28px;
}
#prof nav a{
	display: inline-block;
	width:105px;
	margin-right: 5px;
}
#prof nav a img{
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.07);
}

/* layout */

#prof .inner .d_table{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width:100%;
	margin:0 0 ;
}
#prof .inner #leftArea{
	width:440px;
}
#prof .inner #rightArea{
	width:450px;
	vertical-align:top;
}

#prof .inner #middleArea{
	width:100%;
	vertical-align:top;
}


/* name area */

#prof #nameArea{
	width:100%;
	padding:1.5rem 3%;
	margin:0 0 2.5rem;
	box-sizing: border-box;
	line-height: 2rem;
	background:#FFFFFF;
	color: #000;
	border-radius:5px;
	font-weight: 100;
}
#prof #nameArea .flexSection{
	display: flex;
	justify-content:flex-start;
	flex-wrap: nowrap;
	align-items: center;
	width:100%;
}
#prof #nameArea span{
	margin-right: 0.5rem;
	color: #ff9f59;
	font-size: 1rem;
}
#prof #nameArea strong{
	margin-right:2rem;
	color: #f5009c;
	font-size: 1.8rem;
}
#prof #nameArea .name{
	display: flex;
	justify-content:flex-start;
	flex-wrap: nowrap;
	margin-right: 1rem;
	white-space: nowrap;
}
#prof #nameArea .size{
	font-size: 1rem;
	white-space: nowrap;
}
#prof #nameArea .catch{
	width:100%;
	margin-top: 1rem;
	color: #fc1e77;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
}
#prof #nameArea .catch span{
}

/* photoArea */

#prof #photoArea{
	width:100%;
	margin: 0 0 40px;
	box-sizing:border-box;
}
#prof #photoArea.frame_cate0,
#prof #photoArea.frame_cate1,
#prof #photoArea.frame_cate2,
#prof #photoArea.frame_cate3{
	background-size:auto;
}
#prof #photoArea #mainphoto{
	margin:0 0 10px;
}
#prof #photoArea #mainphoto img{
	display: block;
}
#prof #photoArea #thumbnail{
	margin: 0 0 45px;
}
#prof #photoArea #thumbnail img{
	display:inline-block;
	cursor: pointer;
	width:auto;
}


/* jquery swiper */

 #prof .swiper-container {
        width: 400px;
		margin:auto;
    }
 #prof .swiper-slide {
    }
 #prof .gallery-top {
        height: 100%;
		margin:0 0 10px;
    }
 #prof .gallery-thumbs {
        box-sizing: border-box;
        padding:  0;
        height: 100% !important;
    }
#prof .gallery-thumbs .swiper-slide {
        width: 400px;
        opacity: 0.4;
    }
 #prof .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    

/*----------------------------------------------------------------
* スライドショー
----------------------------------------------------------------*/


#prof #photoArea .photos {
	position: relative;
	width: 100%;	/*540*/
	margin: 0 0 30px auto;
	padding: 0;
	text-align: center;
}


#prof #photoArea .photos .flexslider {
	margin: 0 auto 0 0;
	text-align: center !important;
}
#prof #photoArea .photos .flexslider .slides img {
	max-width: auto;
}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -28px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {width: 330px;margin: 5px auto 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 66px; float: left; margin: 0;text-align: center;}
.flex-control-thumbs img {width: 60px; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/**/
#prof .flex-control-thumbs {
	display: inline-block;
	width: auto !important;
	height: 70px;
	margin: 12px auto 0;
	padding: 0;
	overflow: hidden;
	text-align: center !important;
}
.flex-control-thumbs li {
	display: inline-block;
	width: 60px;
	height: 80px;
	margin: 0 auto 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
	text-align: center;
}

.flex-control-thumbs img {
	width: auto;
	height: 80px;
	border-style: none;
}
.flex-control-thumbs img:hover {
	border-style: none;
}
.flex-control-thumbs .flex-active {
	overflow: hidden;
}




/* shame */

#prof  #shame{
	width:100%;
	min-height: 880px;
	margin: 0 0 12px;
}
#prof  #shame h3{
}

#prof  #shame .inner{
	width:100%;
	min-height:800px;
	margin:0 0 0px;
	background:#FFFFFF;
	border: 1px solid #333;
	box-sizing: border-box;
	color: #000000;
  	overflow-y: auto;
	
}
#prof  #shame .inner iframe{
	width:100%;
	height:1180px;
	background:#FFFFFF;
	color: #000000;
	margin:-380px 0 5px;
	overflow: auto !important;
	box-sizing: border-box;
}
#prof  #shame .inner.noshame{
	width:100%;
	height:400px;
	margin:0 0 0px;
	background:url("../images/prof/shame_no.png") no-repeat center center #151515;
	border: 1px solid #333;
	box-sizing: border-box;
	color: #4b4b4b;
	
}


/* pleftArea */





/* */
#prof #profhead .icon{

	display: none;

	margin: 0 0 25px;
	padding:2.5% 0 0;
	}
#prof #profhead .icon img{
	width:100%;
}

/* cate icon */
#prof #profhead .cate_icon{
	width:200px;
	margin:0 auto 24px;
	padding:1%;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
}
#prof #profhead .cate_icon img{
	display: block;
	width:55% !important;
	margin: auto;
}
/*  icon */

#prof #profhead .cate0{
	background: rgba(79,79,79,0.92);
}
#prof #profhead .cate1{
	background: rgba(106,94,60,0.92);
}
#prof #profhead .cate2{
	background: rgba(29,100,99,0.92);
}
#prof #profhead .lion{
	background: rgba(223,52,131,0.92);
}



/* */
#prof .cast_comment{
	margin: 0 0 ;
	}

/* */
#prof #tem_movie{
	margin: 0 0 ;
	}
	
	
	

/* playable */

#prof  #playable{
	margin: 0 0 60px;
}
#prof  #playable h3{
	/*
	padding:1%;
	color: #fff;
	font-weight: 100;
	font-size: 13px;
	border:1px solid #ffb7c1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	

	background:#e8384d;
*/
}

#prof .cast_icon{
	width:96%;
	margin:0 auto 25px;
	text-align: left;
}
#prof .cast_icon img{
	display: inline-block;
	width:auto;
	margin: 0 1% 0px 0;
}


#prof #playable ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding:0%;
}
#prof #playable li{
	display: inline-block;
	margin:0 0.5% 0.8%;
	padding:1.3% 2%;
	border-radius:3px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
	box-sizing:border-box;
	background:#FFF;
	border:2px solid #f74d91;
	color:#f74d91;
	font-size: 1rem;
	text-align:center;




}
#prof #playable li.on{

	background:#16abf1;

}

/* option */

#prof  #option{
	margin: 0 0 12px;
}
#prof  #option h3{
	/*
	padding:1%;
	color: #fff;
	font-weight: 100;
	font-size: 13px;
	border:1px solid #ffb7c1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	

	background:#e8384d;
*/
}
#prof #option ul{
	padding:2%;
}
#prof #option li{
	float: left;
	display: inline-block;
	margin:0 0.5% 0.8%;
	padding:2%;
	width:32%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
	box-sizing:border-box;
	color: #fff;
	font-size: 13px;
	text-align:center;

background:#898989;
}
#prof #option li.on{

	background: #e51979;

}



/* prof table */

#prof .prof_table{
	width:100%;
	margin:0 0 20px;
	border-collapse:collapse;
}
#prof .prof_table th{
	width:32%;
	padding:1%;
	color: #202020;
	font-weight: 100;
	font-size: 12px;
	border-bottom:1px dotted #6e0000;
}
#prof .prof_table td{
	padding:2%;
	font-size: 13px;
	color: #202020;
	border-bottom:1px dotted #6e0000;
}



/* movie */
#prof #movieArea{
	display: block;
	width:100%;
}

#prof .p_movie{
	width:100%;
	margin: 0 0 12px;
	text-align: center;
}
#prof .p_movie .m_inner{
	padding:2%;
	background:#484848;
	border-radius:4px;
}
#prof .p_movie video{
	width:auto;
	max-width:100%;
	max-height:260px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
	border-radius:4px;
}

#prof .p_movie p{
	width:100%;
	line-height: 210px;
	background:#f0f0f0;
	border: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
}

/* comment */
#prof #priceArea{
	position: relative;
	height: 245px;
	margin: 0 0 ;
	padding-top:0.5rem;
	padding-bottom:1rem;
	box-sizing: border-box;
	background:#FFF;
	border-bottom: 1px solid #333;
	color: #000;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	font-family: "Comic Sans MS", "cursive";
	font-size: 18px;
}
#prof #priceArea h3{
	position: absolute;
	top: 0;
	left:0;
	width:20%;
	padding:1.8% 1%;
	margin: 0;
	text-align: left;
}
#prof #priceArea strong{
	font-size: 22px;
}
#prof #priceArea strong.p1{
	color: #6add98;
}
#prof #priceArea strong.p2{
	color: #e5cc34;
}
#prof #priceArea strong.p3{
	color: #15f5fd;
}
#prof #priceArea strong.p4{
	color: #6160df;
}
#prof #priceArea strong.p5{
	color: #e76fb9;
}
#prof #priceArea strong.psp{
	color: #ddce92;
}


/* faqArea */
#prof #faqArea{
	margin: 0 0 ;
	padding:0.5rem;
	box-sizing: border-box;
	background:#FFF;
	color: #000;
	line-height: 1.8;
}
#prof #faqArea h3{
}
#prof #faqArea .text{
	height: 412px;
	overflow: auto;
	font-size: 16px;
	line-height: 1.5;
}
#prof #faqArea table{
	width:100%;
}
#prof #faqArea th{
	display: block;
	background:#252525;
	border-left:2px solid #caf89c;
	padding:0.4rem;
	font-size: 0.72rem;
	color: #000;
}
#prof #faqArea td{
	display: block;
	padding:0.4rem;
}

/* voice */
#prof .voiceArea{
	margin: 0 0 1.5rem;
	padding:2.4%;
	
}

/* shimei */
#prof #shimeiArea{
	height: 470px;
	margin: 0 0 ;
	padding:2.4%;
	box-sizing: border-box;
	background:#fff;
	color: #000;
	overflow: auto;
	line-height: 1.9;
	
}
#prof #shimeiArea h3{
}
#prof #shimeiArea .text{
	font-size: 16px;
	font-weight: 100;
}

/* comment */
/*
#prof #fromCast{
	margin: 0 0 12px;
}
#prof #fromCast h3{
	margin: 0 0 12px;
}
#prof #fromCast p{
	font-size: 13px;
	line-height: 1.5;
	color: #444;
}
*/
/**/

#prof #fromShop{
	margin: 0 0 ;
	padding:0.5rem;
	box-sizing: border-box;
	background:#FFF;
	border-bottom: 1px solid #333;
}
#prof #fromShop h3{
}
#prof #fromShop .text{
	height: 755px;
	overflow: auto;
	font-size: 16px;
	line-height: 1.5;
}
#prof #fromShop .text p{
	margin: 0;
}

#prof #fromShop .text h2{
	margin:auto;
	padding:0;
	box-shadow: 0;
	text-align: left;
	color: auto;
	box-sizing: border-box;
}
#prof #fromShop .text h2::before {
	display: none;

}

	
	
/* prof_sch */

#prof #prof_sch{
	margin:0 0 45px;
}
#prof #prof_sch h3{
}
#prof #prof_sch .taikin{
	display: inline-block;
	margin: 0 0 0.2rem;
	padding:0.3rem;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1;
	background:#8E8E8E;
}

#prof #prof_sch #schCalArea{
}
#prof #prof_sch #schCalArea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	border-collapse: collapse;
}
#prof #prof_sch #schCalArea ul li{
	width:calc(100% / 7);
	margin: 0 0 1%;
	box-sizing: border-box;
	background:#151515;
	border: 1px solid #333;
	color: #f5f5f5;
}
#prof #prof_sch #schCalArea ul li a{
	color: #f5f5f5;
}
#prof #prof_sch #schCalArea ul li .date{
	padding:2.5%;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.5;
}
#prof #prof_sch #schCalArea ul li .time{
	padding:2.5%;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.5;
}

/* btnArea */
#prof #btnArea{}
#prof #btnArea ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width:100%;
	margin: auto;
}
#prof #btnArea{
	width:auto;
}
</pre></body></html>