<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{	width: 100%;}

#review .s_title:before,
#review .s_title:after{	border-color: #fff;}


#prof{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_top{
	position: relative;
	display: table;
	width: 1200px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 50px auto;
}

#prof_top_l,
#prof_top_r{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_top_l{
	width: 540px;
}

#prof_top_r{
	padding: 0 0 0 50px;
}
#prof_top_r .s_title{	margin-bottom: 15px;}



/** slider **/

#slider_bg{
	position: relative;
	font-size: 0;
	line-height: 0;
}

#slider img{
	width: 540px;
	height: auto;
}

#bx-pager{
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 5px 0 0 0;
}

#bx-pager li{
	display: inline-block;
	vertical-align: top;
	width: 104px;
	margin: 0 5px 0 0;
}
#bx-pager li:last-of-type{	margin: 0;}

#bx-pager img{
	width: 100%;
	height: auto;
}


/** name **/

#name{	margin: 0 0 50px 0;}

#name_in{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name_in h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 40px;
}

#name_in .kana{
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	color: #999;
	margin-top: 3px;
}

#name_in p{
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-top: 3px;
}

#name_in .icon_bg{
	width: 100%;
	position: absolute;
	bottom: -7.5px;
	left: 0;
}

#name_in .icon{
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	padding: 0 3px;
	color: #fff;
	background: #000;
}

.res_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
	background: #000;
	border-radius: 25px;
	margin: 27px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.res_bt:hover{
	text-decoration: none;
	color: #000;
	background: #fff;
}


/** data **/

#data{
	margin: 0 0 50px 0;
}

#data #data_table{
	display: table;
	min-width: 290px;
	width: auto;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 0 auto;
}
#data dl{
	display:table-row;
	
}
#data dl:last-of-type{	margin-bottom: 0;}


#data dt,
#data dd{
	display: table-cell;
	vertical-align: middle;
	min-width: 130px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 4px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#data dt{
	position: relative;
	padding-left: 22px;
	padding-right: 10px;
}
#data dt span{
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
}
#data dd{}


/** play **/

#play{}

.play_p{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 15px 0;
}

#play ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	border-top: 1px solid #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#play li{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 4);
	height: 100px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#play li:nth-of-type(4n){	border-right: none;}

#play li div{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#play li p{
	width: 100%;
	font-size: 30px;
	line-height: 30px;
}


/** sche **/

#sche{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background: #e8e8e8;
	padding: 50px 0 70px 0;
}

#sche_l{
	width: 300px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche_r{
	width: 900px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sche ul{
	display: flex;
	align-items: stretch;
	align-content: stretch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li{
	width: 100%;
	border-left: 1px solid #000;
	padding: 0 10px 15px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li .day{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0 0 0;
}
#sche li .day br{	display: none;}

#sche li div{
	width: 100%;
	height: 80px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#sche li div .pc_none{	display: none;}

#sche li .op1,
#sche li .op2{
	font-size: 11px;
	line-height: 14px;
	padding: 3px 5px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li .op1{
	box-shadow:0px 0px 0px 1px #000 inset;
}
#sche li .op2{
	color: #fff;
	background: #000;
}


/** review **/

#review{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	color: #fff;
	background: #000;
	padding: 50px 0 70px 0;
}

#rv_l{
	width: 300px;
	padding: 50px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#rv_r{
	width: 900px;
	padding-left: 50px;
	border-left: 1px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvbox{
	position: relative;
	text-align: left;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox:first-of-type{	padding-top: 10px;}
.rvbox:last-of-type{	padding-bottom: 0;}
.rvbox:after{
	content: '';
	width: 100px;
	border-bottom: 1px solid #333;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rvbox:last-of-type:after{	display: none;}

.rvbox_r{
	width: 100%;
}

.rvbox_r .date{
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.rvbox_r .date span{	color: #999;}

.rvbox_r .star{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}
.rvbox_r .star em{	color: #fff;}
.rvbox_r .star span{	color: #ffcc00;}

.rvbox_r .txt{
	font-size: 14px;
	line-height: 25px;
}

.rv_bt{
}
.rv_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 30px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	margin: 0 0 10px 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rv_bt a:hover{
	text-decoration: none;
	color: #000;
	background: #fff;
}
.rv_bt a:last-of-type{	margin-bottom: 0;}

.rv_zero{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding: 120px 0;
}


/** prof_btm **/

#prof_btm{

}

#prof_btm{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	background: #e8e8e8;
	padding: 50px 0;
	table-layout: fixed;
}

#prof_btm_l,
#prof_btm_r{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prof_btm_l{
	border-right: 1px solid #000;
}

#feature{
	width: 600px;
	margin-left: auto;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#feature &gt; span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 0 2.5px 5px 2.5px;
	padding: 5px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#feature .ft1{	background: #0066cc;}
#feature .ft2{	background: #00920a;}
#feature .ft3{	background: #c77f18;}
#feature .ft4{	background: #a243ce;}
#feature .ft5{	background: #cc004d;}

#diary{
	width: 600px;
	margin-right: auto;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#diary dl{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 20px 0;
}

#diary dt,
#diary dd{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

#diary dt{
	width: 175px;
}

#diary dd{	width: calc(100% - 175px);}
#diary dd a{
	display: inline-block;
	max-width: 100%;
	color: #000;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
#diary dd a:hover{
	text-decoration: none;
}

#prof_btm_l:only-child #feature,
#prof_btm_r:only-child #diary{	
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 50px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.s_title{	margin-bottom: 20px;}
	#prof{
		width: auto;
		margin: 0;
	}

	#prof_top,
	#prof_top_l,
	#prof_top_r{
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#prof_top_r{	margin: 0 0 30px 0;}
	#prof_top.mv_on{	min-height: 0;}

	/** slider **/
	#prof_top_l{
		margin: 0 0 15px 0;
	}
	#slider_bg{
		font-size: 0;
		line-height: 0;
		margin: 0 0 5px 0;
		padding: 0 15px;
	}
	#slider img{
		width: 100%;
		height: auto;
	}
	#bx-pager{
		width: 100%;
		display: flex;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#bx-pager li{
		width: calc(100% / 5 - 4px);
	}
	#bx-pager img{
		width: 100%;
		height: auto;
	}

	/** name **/
	#name{	margin: 0 0 30px 0; padding: 0 15px;}
	#name_in{
		display: block;
		width: auto;
		height: auto;
		padding: 0 0 15px 0;
	}
	#name_in h3{
		font-size: 28px;
		line-height: 36px;
	}
	#name_in p{
		font-size: 12px;
		line-height: 20px;
		margin: 0;
	}
	.res_bt{
		margin: 20px 0 0 0;
	}

	/** data **/
	#data{
		margin: 0 0 30px 0;
		padding: 0 15px;
	}
	#data dl{
		width: 100%;
		margin: 0 0 10px 0;
	}
	#data dt,
	#data dd{
		font-size: 13px;
		line-height: 18px;
	}
	#data dt{
		position: relative;
		width: 130px;
		padding-left: 20px;
	}

	/** play **/
	.play_p{
		font-size: 11px;
		line-height: 18px;
		text-align: center;
		margin: 0 0 10px 0;
	}
	#play ul{
	}
	#play li{
		width: calc(100% / 2);
		height: 70px;
	}
	#play li:nth-of-type(2n){	border-right: none;}
	#play li div{
		margin: 0 0 5px 0;
	}
	#play li p{
		font-size: 20px;
		line-height: 20px;
	}


	/** sche **/
	#sche{
		display: block;
		padding: 30px 15px;
	}
	#sche_l,
	#sche_r{
		width: auto;
		padding: 0;
	}
	#sche ul{
		display: block;
		padding: 0;
	}
	#sche li{
		display: block;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 10px 0;
		border-left: none;
		border-bottom: 1px solid #000;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sche li:last-of-type{	border-bottom: none;}
	#sche li .day{
		width: 50%;
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		text-align: right;
		padding: 0 5px 0 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sche li div{
		width: 50%;
		height: auto;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
		justify-content: flex-start;
		border: none;
	}
	#sche li div p{	padding-left: 5px;}
	#sche li div br{	display: none;}
	#sche li div .sp_none{	display: none;}
	#sche li div .pc_none{	display: inline;}

	#sche li .op1,
	#sche li .op2{
		width: 100%;
		font-size: 10px;
		line-height: 12px;
		margin-top: 8px;
		padding: 3px;
	}
	#sche li .op1+.op2{	margin-top: 0;}

	/** review **/
	#review{
		display: block;
		width: auto;
		padding: 30px 15px;
	}
	#rv_l{
		width: auto;
		padding: 0;
	}
	#rv_r{
		width: auto;
		padding: 0;
		border: none;
	}
	.rvbox{
		width: 100%;
		text-align: left;
		padding: 15px 0;
	}
	.rvbox:after{
		content: '';
		width: 50px;
		left: calc(50% - 25px);
	}
	.rvbox:last-of-type:after{	display: none;}
	.rvbox_r{
		width: 100%;
	}
	.rvbox_r .date{
		font-size: 11px;
		line-height: 16px;
	}
	.rvbox_r .star{
		font-size: 15px;
		line-height: 22px;
	}
	.rvbox_r .txt{
		font-size: 13px;
		line-height: 20px;
	}
	.rv_bt{
		display: flex;
		justify-content: center;
		padding: 0;
	}
	.rv_bt a{
		display: inline-flex;
		margin: 0 5px;
		width: 140px;
	}
	.rv_bt a:last-of-type{	margin-bottom: 0;}
	.rv_zero{
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		text-align: center;
		padding: 50px 0 20px 0;
	}


	/** prof_btm **/
	#prof_btm{
		display: block;
		width: auto;
		background: #e8e8e8;
		padding: 0;
	}
	#prof_btm_l,
	#prof_btm_r{
		display: block;
		width: auto;
		margin: 0;
	}
	#prof_btm_l{
		margin: 0 0 0 0;
		border-right: 0;
	}
	#prof_btm_r{
		padding-top: 30px;
		border-top: 1px solid #000;
	}
	#feature{
		width: auto;
		padding: 30px 15px;
	}
	#feature &gt; span{
		font-size: 13px;
		line-height: 15px;
		color: #fff;
		margin: 0 2.5px 5px 2.5px;
		padding: 5px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#feature .ft1{	background: #0066cc;}
	#feature .ft2{	background: #00920a;}
	#feature .ft3{	background: #c77f18;}
	#feature .ft4{	background: #a243ce;}
	#feature .ft5{	background: #cc004d;}

	#diary{
		width: auto;
		padding: 0 15px 30px 15px;
	}
	#diary dl{
		display: block;
		margin: 0 0 10px 0;
	}
	#diary dl:last-of-type{	margin-bottom: 0;}
	#diary dt,
	#diary dd{
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}
	#diary dt{	width: auto;}
	#diary dd{	width: auto;}

	#prof_btm_l:only-child #feature{	width: auto; padding: 30px 15px;}
	#prof_btm_r:only-child #diary{		width: 100%; padding: 0 15px 30px 15px;}
}
</pre></body></html>