<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------
	edit by toshio maeoka / pm studio co.,ltd.
	mail:maeoka@pmstudio.com
	url:http://www.pmstudio.com/
-----------------------------------------------------------*/

/*-------------------------------
	each ollection frame
--------------------------------*/

.block2{
	width:auto;
	height:auto;
	margin: 0px auto;
	border: 1px solid #CCC;
	display:block;
}

/*---PCç”¨éžè¡¨ç¤º---*/
.sp_show{
	display:none;
}

/*-------------------------------
	6æ®µç›®ãƒ©ãƒ³ã‚­ãƒ³ã‚°
--------------------------------*/
.ranking_menu{
	width: 90%;
	height: auto;
	margin:0px auto;
	padding:20px 0px 50px 0px;
}

.talkbubble {
	width: 100%;
	height: 65px;
	background:rgba(0,0,0,1);
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid rgba(0,0,0,0.2);
}
.talkbubble:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 26px solid rgba(0,0,0,1);
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	filter: drop-shadow(0px 1px 0px rgba(0,0,0,0.5));
}

ul.likeranking{
	width: 95%;
	height: 30px;
	margin:0px 4%;
	border:0px solid #CCC;
	color:rgba(255,255,255,1);
}

ul.likeranking li{
	width: 25%;
	height: 30px;
	margin:0px 0px;
	border-right:1px solid #CCC;
}

ul.likeranking li:nth-child(4){
	border-right:0px solid #CCC;
}

/*--ãƒ©ãƒ³ã‚­ãƒ³ã‚°1æ®µç›®--*/
ul.ranking_list{
	width: 100%;
	height: auto;
	border: 0px solid #CCC;
}

ul.ranking_list li{
	width: auto;
	height: auto;
	margin: 0px auto;
	border: 0px solid #CCC;
}

ul.ranking_list li:nth-child(1){
	height:auto;
}

ul.ranking_list li:nth-child(2){
	height:auto;
}

ul.ranking_list li:nth-child(3){
	height:auto;
}

ul.ranking_list li dl.ranktrophy{
	width:60%;
	height:20px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-js-display: flex;
	border: 0px solid #CCC;
}

ul.ranking_list li dl.ranktrophy dt.rnk2{
	margin-top:20px;
}

#rank_p1{
	position:relative;
	width:400px;
	height:420px;
	overflow:hidden;
}

#rank_p1 img{
	width:400px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

#rank_p2{
	position:relative;
	width:340px;
	height:375px;
	overflow:hidden;
}

#rank_p2 img{
	width:340px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

#rank_p3{
	position:relative;
	width:250px;
	height:310px;
	overflow:hidden;
}

#rank_p3 img{
	width:250px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.rank_line{
	width:100%;
	height:1px;
	margin: 0px auto;
	border-bottom: 1px dotted rgba(0,0,0,0.8);
}

.collection_list{
	width:100%;
	height:auto;
	margin:0px auto;
	border: 0px solid #CCC;
	display:block;
}


/*--banner_set--*/
.banner_set{
	width:93%;
	height:auto;
	margin:0px auto;
	border: 0px solid #CCC;
}


/*--ãƒ©ãƒ³ã‚­ãƒ³ã‚°ãƒªã‚¹ãƒˆ--*/
ul.t_slide1 li div.rankingphoto{
	position:relative;
}
ul.t_slide1 li{
	height: 360px;
}
.rankingphoto{
	height: 240px;
}

/*--NEWç·‘--*/
.new_icon_green{
	position: absolute;
	width: 0;
	height: 0;
	border-top: 50px solid #2378BD;
	border-right: 50px solid transparent;
	z-index: 100;
}

.new_icon_text{
	position: absolute;
	width:30px;
	height:30px;
	top:-43px;
	left:5px;
	transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color:rgba(255,255,255,1);
    text-align:center;
	font-weight: 600;
	border: 0px solid #ccc;
}

/*--NEWãƒ”ãƒ³ã‚¯--*/
.new_icon_pink{
	position: absolute;
	width: 0;
	height: 0;
	right:0px;
	bottom:0px;
	border-bottom: 50px solid rgba(232,42,148,1);
	border-left: 50px solid transparent;
	z-index: 100;
}

.new_icon_text2{
	position: absolute;
	width:30px;
	height:30px;
	right:-5px;
	bottom:-55px;
	transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color:rgba(255,255,255,1);
    text-align:center;
    line-height:0.8;
	font-weight: 600;
	border: 0px solid #ccc;
}

.more_btn_rank{
	width:200px;
	height:40px;
	margin:0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	transition: 0.2s;
}
.more_btn_rank:hover{
	opacity: 0.8;
	transition: 0.2s;
}
.more_btn_rank span:nth-child(1){
	width:80%;
}

.more_btn_rank span:nth-child(2){
	width:10%;
}

/*-------------------------------
		a_tag
--------------------------------*/

a.menu_a_white{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a.menu_a_white:visit{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a.menu_a_black{
	color: rgba(0,0,0,1);
	text-decoration: none;
	transition: 0.2s;
}

a.menu_a_black:visit{
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a.menu_a_black:hover{
	opacity: 0.6;
	transition: 0.2s;
}

a.menu_a_red{
	color:rgba(219,184,192,1);
	text-decoration: none;
}

a.menu_a_red:visit{
	color:rgba(219,184,192,1);
	text-decoration: none;
}

a.menu_a_pink{
	color:rgba(223,107,150,1);
	text-decoration: none;
}

a.menu_a_pink:visit{
	color:rgba(223,107,150,1);
	text-decoration: none;
}

/*-------------------------------
		loading
--------------------------------*/
/*
#photoLoading{
	position: fixed;
	width:20px;
	height:20px;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border: 0px solid #ccc;
	display:none;
	font-size:12px;
	z-index: 1000;
}
*/

#photoLoading{
	position:relative;
	width:20px;
	height:20px;
	margin:0px auto;;
	padding:20px 0px 20px 0px;
	border: 0px solid #ccc;
	display:none;
	font-size:12px;
	z-index: 1000;
}

/*-------------------------------
	ãƒœã‚¿ãƒ³èª¿æ•´
--------------------------------*/
.more_btn_link{
	background: rgba(0,0,0,1);
	width: 380px;
  height: 50px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(255,255,255,1);
	cursor: pointer;

}
.more_btn_link:hover{
  background: rgba(0,0,0,0.8);
  transition: 0.3s;
}
.more_btn_link span:nth-child(1) {
    width: 90%;
}
.more_btn_rank {
    width: 200px;
    height: 40px;
    margin: 0px 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}
.more_btn_rank span:nth-child(1) {
    width: 80%;
}
.more_btn_rank span:nth-child(2) {
    width: 10%;
}
</pre></body></html>