@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

/*------------------------------------------------------------
トップページ
-------------------------------------------------------------*/
.header_inn {
	height: 400px!important;
}

.news_outer {
	width: 735px;
	position: relative;
	z-index: 1;
}

.news_outer .tit {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	height: 30px;
	position: relative;
	z-index: 3;
}

.news_outer .tit::before {
	content: "";
	width: 375px;
	height: 39px;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 4;
	background: url(../images_design/top/tit_information_1.png) no-repeat 0 0;
}

.news_inn {
	padding: 5px 20px 8px;
	background: #000;
	border: 1px solid #333;
	z-index: 2;
}

.news_inn ul li a {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	min-height: 102.5px;
}
/*
.news_inn ul li a::before {
	content: "";
	margin-right: 10px;
	width: 45px;
	height: 45px;
	background: rgba(102,102,102,0.3);
}
                                                   
.news_inn ul li.icon_s a::before {
	background: rgba(102,102,102,0) url(../images_design/top/icon_s.jpg) no-repeat 0 0;
}
.news_inn ul li.icon_m a::before {
	background: rgba(102,102,102,0) url(../images_design/top/icon_m.jpg) no-repeat 0 0;
}
.news_inn ul li.icon_rapid a::before {
	background: rgba(102,102,102,0) url(../images_design/top/icon_rapid.jpg) no-repeat 0 0;
}
.news_inn ul li.icon_economical a::before {
	background: rgba(102,102,102,0) url(../images_design/top/icon_economical.jpg) no-repeat 0 0;
}
*/
.news_inn ul li a p.link {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.news_inn ul li a p.link .date {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
}

.news_inn ul li a p.link .white {
	font-size:  18px;
	line-height: 1.2;
}

.news_inn ul li:not(:last-child) {
	border-bottom: 1px solid rgba(51,51,51,1.00);
}

.news_inn .more {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	line-height: 45px;
	height:45px;
}

/*2025.11.26 編集前 CSS
.event_outer {
	width: 340px;
	position: relative;
	z-index: 1;
}

.event_outer .tit {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	height: 30px;
	position: relative;
	z-index: 3;
}

.event_outer .tit::before {
	content: "";
	width: 117px;
	height: 36px;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 4;
	background: url(../images_design/top/tit_event_1.png) no-repeat 0 0;
}

.event_inn {
	padding:20px 20px 15px;
	background: #000;
	border: 1px solid #333;
	z-index: 2;
}

.event_slide .slider {
	width: 300px;
	height: 400px;
	margin-bottom: 12px;
}
.event_slide .slider .slick-list  {
	width: 100%;
	margin: 0 auto;
}

.event_slide .thumbnail .slick-list  {
	width: 70%;
}

.event_slide .thumbnail .btn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15%;
	font-size: 30px;
}
*/

/*
.event_slide .slider {
	width: 300px;
	height: 400px;
	margin-bottom: 12px;
}

.event_slide .slider .slick-img img {
	width: 300px;
	height: 400px;
	display: block;
}
.event_slide .thumbnail .slick-list {
	width: 240px!important;
}
.event_slide .thumbnail .thumbnail-img {
	width: 80px!important;
}
.event_slide .thumbnail .thumbnail-img img {
	width: 80px!important;
	display: block;
	cursor: pointer;
}
.event_slide .thumbnail .slick-track {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}*/
/*
.event_slide .thumbnail .slick-list  {
	width: 180px;
	height: 80px;
}
.event_slide .thumbnail .thumbnail-img{
	width: 60px;
}
.event_slide .thumbnail .thumbnail-img img {
	width: 60px;
	height: 80px;
	display: block;
	cursor: pointer;
}
*/
.event_slide .thumbnail .btn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 30px;
	font-size: 25px;
}

.event_slide .thumbnail .btn.btn_right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	text-align: right;
}

.event_slide .thumbnail .btn i {
	cursor: pointer;
}

.women_outer {
	width: 1095px;
	padding-bottom: 20px;
} 

#s_women .tit_outer,#m_women .tit_outer {
	width: 1095px;
	height: 64px;
	position: relative;
	font-family: 'Shippori Mincho', serif !important;
}

#s_women .tit_outer {
	background: url(../images_design/top/s_tit_bg_1.jpg) no-repeat 0 0;
}

#m_women .tit_outer {
	background: url(../images_design/top/m_tit_bg_1.jpg) no-repeat 0 0;
}

#s_women .tit_outer .tit_1,#m_women .tit_outer .tit_1 {
	font-size: 50px;
	line-height: 1;
  background: linear-gradient(90deg, #fff1bb 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #fff1bb 100%);
  background: -webkit-linear-gradient(0deg, #fff1bb 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #fff1bb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	font-weight: 600;
	position: absolute;
	left: 35px;
	top: 0px;
	z-index: 2;
}

#s_women .tit_outer .tit_2,#m_women .tit_outer .tit_2 {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	position: absolute;
	left: 190px;
	top: 30px;
	z-index: 2;
}

#s_women .women_outer {
	border-bottom: 1px solid #3C0000;
	background: #1E0000 url(../images_design/top/s_bg_2.jpg) repeat-y 0 0;
}

#s_women .women_slide {
	padding: 15px 0 30px;
	min-height: 345px;
	background: url(../images_design/top/s_bg_1.jpg) no-repeat 0 0;
}

#m_women .women_outer {
	border-bottom: 1px solid #00003c;
	background: #00001E url(../images_design/top/m_bg_2.jpg) repeat-y 0 0;
}

#m_women .women_slide {
	padding: 15px 0 30px;
	min-height: 345px;
	background: url(../images_design/top/m_bg_1.jpg) no-repeat 0 0;
}
.women.noreadyitem::after {
	display: block;
	content: "今しばらくご案内までお待ちください";
	color: #fff;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-family: 'Shippori Mincho', serif !important;
	text-align: center;
}

.women_slide .slider .slick-img {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
}
.women_slide .slider .slick-img a.co-link {
	width: 198px;
	text-decoration: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
	position: relative;
}

.women_slide .slider .slick-img a img {
	width: 198px;
	height: 264px;
	background: url(../images_design/girl/nophoto.jpg) no-repeat 0 0;
	background-size: 198px;
}

.women_slide .slider .slick-img .copy {
	width: 198px;
	height: 26px;
	line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	background: #fff;
	box-sizing: border-box;
	padding:  0 5px;
	text-align: center;
}

#s_women .women_slide .slider .slick-img .copy {
	color: #960032;
}
#m_women .women_slide .slider .slick-img .copy{
	color:#001E78;
}
#n_women .women_slide .slider .slick-img.s_women .copy{
	color:#960032;
}
#n_women .women_slide .slider .slick-img.m_women .copy{
	color:#001E78;
}
.women_slide .slider .slick-img,
.womenlist_item a.co-link{
	position: relative;
}
.women .slider .slick-img .icon-beginner {
	width: 45px;
	height: 45px;
	background: url(../images_design/girl/icon_new.png) center top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 5;
}
.womenlist_item a.co-link .icon-beginner {
	width: 45px;
	height: 45px;
	background: url(../images_design/girl/icon_new.png) center top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 5px;
	top: 40px;
	z-index: 5;
}
.women_slide .slider .slick-img a.co-link .icon-beginner {
	width: 45px;
	height: 45px;
	background: url(../images_design/girl/icon_new.png) center top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 5;
}
.women_slide .slider .slick-img .name {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	background:#960032 ;
	height: 55px;
	color: #fff;
	line-height: 1;
}
#s_women .women_slide .slider .slick-img .name {
	background: #960032;
}
#m_women .women_slide .slider .slick-img .name{
	background:#001E78;
}
#n_women .women_slide .slider .slick-img.s_women .name{
	background:#960032;
}
#n_women .women_slide .slider .slick-img.m_women .name{
	background:#001E78;
}

.women_slide .slider .slick-img .name span {
	width:198px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	box-sizing: border-box;
	padding:  2px 5px;
	text-align: center;
}

.women_slide .slider .slick-list  {
	width: 1010px;
	height: 345px;
}

#n_women .women_slide .slider .slick-list  {
	height: 381px;
}


.women_slide .slider .btn i {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#s_women .women_slide .slider .btn i {background: #960032;}
#m_women .women_slide .slider .btn i {background: #001E78;}
#n_women .women_slide .slider .btn i {background: #C6B198; color: #000!important;}

#n_women .women_slide .slider .slick-img .new {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	height: 35px;
	color: #fff;
	margin-bottom: 1px;
}

#n_women .women_slide .slider .slick-img .new  span {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 162px;
	height: 35px;
	margin-left: 1px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}

#n_women .women_slide .slider .slick-img .new::before {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 35px;
	height: 35px;
	padding-bottom: 5px;
	box-sizing: border-box;
	font-size: 18px;
	font-family: 'Shippori Mincho', serif !important;
	font-weight: 700;
	line-height: 1;
}

#n_women .women_slide .slider .slick-img.s_women .new::before {
	content: "S";
}

#n_women .women_slide .slider .slick-img.m_women .new::before {
	content: "M";
}

#n_women .women_slide .slider .slick-img.s_women .new::before,#n_women .women_slide .slider .slick-img.s_women .new span{
	background:#960032;
}
#n_women .women_slide .slider .slick-img.m_women .new::before,#n_women .women_slide .slider .slick-img.m_women .new span{
	background:#001E78;
}

.women_today {
	width: 1050px;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #000;
	color: #fff;
}
.women_today .tit_1 {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.women_today .tit_2 {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	font-size: 33px;
}
.women_today .tit_2::after {
	color: #fff;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.3em;
	margin-left: 10px;
}
#s_women .women_today .tit_1 {
	border-bottom: 1px solid #320014;
}
#s_women .women_today .tit_2 {
	color: #c30041;
}
#s_women .women_today .tit_2::after {
	content: "TODAY'S SADISTIC GIRLS";
}

#m_women .women_today .tit_1 {
	border-bottom: 1px solid #00113F;
}
#m_women .women_today .tit_2 {
	color: #003DE8;
}
#m_women .women_today .tit_2::after {
	content: "TODAY'S MASOCHISTIC GIRLS";
}
.women_today .tit_1 .num {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	font-size: 33px;
	color: #c59b6d;
}

.women_today .tit_1 .num span {
	letter-spacing: 0.1em;
}
.women_today .tit_1 .num::before {
	content: "本日出勤";
	font-size: 18px;
	margin-right: 5px;
}
.women_today .tit_1 .num::after {
	content: "人";
	font-size: 18px;
	margin-left: 3px;
}

.women_today .womenlist {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	
}

.women_today .womenlist .womenlist_item {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	border-bottom: 5px solid #000;
}

.women_today .womenlist .womenlist_item:not(:nth-of-type(5n)) {
	margin-right: 5px;
}

.women_today .womenlist .womenlist_item a.co-link {
	width: 198px;
	text-decoration: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
}

.women_today .womenlist .womenlist_item .schedule {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 198px;
	height: 34px;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	background: #C59B6D;
}
#s_women .women_today .womenlist .womenlist_item .schedule {
	color: #960032;
}

#m_women .women_today .womenlist .womenlist_item .schedule {
	color:#001E78;
}

.women_today .womenlist .womenlist_item a img {
	width: 198px;
	height: 264px;
	background: url(../images_design/girl/nophoto.jpg) no-repeat 0 0;
	background-size: 198px;
}

.women_today .womenlist .womenlist_item .copy {
	width: 198px;
	height: 26px;
	line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	background: #fff;
	box-sizing: border-box;
	padding:  0 5px;
	text-align: center;
}
#s_women .women_today .womenlist .womenlist_item .copy {
	color: #960032;
}
#m_women .women_today .womenlist .womenlist_item .copy {
	color:#001E78;
}

.women_today .womenlist .womenlist_item .name {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	background:#960032 ;
	height: 55px;
	color: #fff;
	line-height: 1;
}

#s_women .women_today .womenlist .womenlist_item .name {
	background:#960032 ;
}
#m_women .women_today .womenlist .womenlist_item .name {
	background:#001E78 ;
}

.women_today .womenlist .womenlist_item.name span {
	width:198px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	box-sizing: border-box;
	padding:  2px 5px;
	text-align: center;
}

#n_women {
	width: 1095px;
	height: 505px;
	box-sizing: border-box;
	border: 1px solid #2B0025;
	background: url(../images_design/top/n_bg_1.jpg) repeat 0 0;
}
#n_women .tit_1 {
	padding: 20px 0 15px;
}
#n_women .tit_1::before {
	content: "";
	width: 215px;
	height: 40px;
	background: url(../images_design/top/n_tit_1.png) no-repeat 0 0;
}

#r_women {
	width: 1095px;
	background: #1F1D1C url(../images_design/top/r_bg_2.jpg) repeat-y 0 0;
	border-bottom: 1px solid #332F2C;
}

.ranking_outer {
	min-height: 580px;
	background: url(../images_design/top/r_bg_1.jpg) no-repeat 0 0;
}

#r_women .slick-track {
  transform: unset !important;
}

.ranking_slide,#r_women .slider.women_today .slick-img {
	width: 1055px;
	height: 480px;
	margin: 0 auto;
}

#r_women .slider.women_today {
	width:  1055px;
	padding: 0;
	background: none;
}

#r_women .slider.women_today .slick-img.s_women {
	background: url(../images_design/top/r_bg_3_2.jpg) no-repeat 0 0;
}

#r_women .slider.women_today .slick-img.m_women {
	background: url(../images_design/top/r_bg_4_2.jpg) no-repeat 0 0;
}

#r_women .slider.women_today .slick-img.n_women {
	background: url(../images_design/top/r_bg_5_2.jpg) no-repeat 0 0;
}

#r_women .slider.women_today .slick-img.w_women {
	background: url(../images_design/top/r_bg_6_2.jpg) no-repeat 0 0;
}

.ranking_slide .thumbnail .slick-list  {
	width: 1032px;
	height: 40px;
}

.ranking_slide .thumbnail .thumbnail-img {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 258px;
	height: 40px;
	cursor: pointer;
	position: relative;
	color: #fff;
}

.ranking_slide .thumbnail .thumbnail-img p {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	font-size: 18px;
}

.ranking_slide .thumbnail .thumbnail-img p i {
	margin-right: 5px;
	margin-left: 15px;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
}

.ranking_slide .thumbnail .thumbnail-img.s_women {
	background: url(../images_design/top/r_bg_3.jpg) no-repeat 0 0;
}
.ranking_slide .thumbnail .thumbnail-img.m_women {
	background: url(../images_design/top/r_bg_4.jpg) no-repeat 0 0;
}
.ranking_slide .thumbnail .thumbnail-img.n_women {
	background: url(../images_design/top/r_bg_5.jpg) no-repeat 0 0;
}
.ranking_slide .thumbnail .thumbnail-img.w_women {
	background: url(../images_design/top/r_bg_6.png) no-repeat 0 0;
}

.ranking_slide .thumbnail .thumbnail-img.slick-active.slick-current::before {
	content: "";
	width: 30px;
	height: 40px;
	position: absolute;
	left: -30px;
	top: 0;
	background: #000;
	z-index: 5;
}

.ranking_slide .thumbnail .thumbnail-img.s_women.slick-active.slick-current::before {
	background: url(../images_design/top/r_bg_3.jpg) no-repeat 0 0;
}
.ranking_slide .thumbnail .thumbnail-img.m_women.slick-active.slick-current::before {
	background: url(../images_design/top/r_bg_4.jpg) no-repeat 0 0;
}
.ranking_slide .thumbnail .thumbnail-img.n_women.slick-active.slick-current::before {
	background: url(../images_design/top/r_bg_5.jpg) no-repeat 0 0;
}
.ranking_slide .thumbnail .thumbnail-img.w_women.slick-active.slick-current::before {
	background: url(../images_design/top/r_bg_6.png) no-repeat 0 0;
}

#r_women .women_today .womenlist .womenlist_item p img {
}

.rank_num {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	font-family: 'Shippori Mincho', serif !important;
	line-height: 1;
	font-weight: 600;
	width: 198px;
	height: 45px;
	margin-bottom: 10px;
}
.rank_num .cat {
	font-size: 30px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.rank_num .num {
	font-size: 40px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.rank_num .num::before {
	content:"No.";
	font-size: 30px;
}

.rank_num.no1 .cat {
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rank_num.no1 .num {
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rank_num.no2 .cat {
  background: linear-gradient(90deg, #AFAFAF 0%, #efefef 33%, #B2ABA7 62%, #efefef 83%, #AFAFAF 100%);
  background: -webkit-linear-gradient(0deg, #AFAFAF 0%, #efefef 33%, #B2ABA7 62%, #efefef 83%, #AFAFAF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rank_num.no2 .num {
  background: linear-gradient(90deg, #AFAFAF 0%, #efefef 33%, #B2ABA7 62%, #efefef 83%, #AFAFAF 100%);
  background: -webkit-linear-gradient(0deg, #AFAFAF 0%, #efefef 33%, #B2ABA7 62%, #efefef 83%, #AFAFAF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rank_num.no3 .cat {
  background: linear-gradient(90deg, #DB5555 0%, #B02B3A 33%, #E45A5E 62%, #B02B3A 83%, #DB5555 100%);
  background: -webkit-linear-gradient(0deg, #DB5555 0%, #B02B3A 33%, #E45A5E 62%, #B02B3A 83%, #DB5555 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rank_num.no3 .num {
  background: linear-gradient(90deg, #DB5555 0%, #B02B3A 33%, #E45A5E 62%, #B02B3A 83%, #DB5555 100%);
  background: -webkit-linear-gradient(0deg, #DB5555 0%, #B02B3A 33%, #E45A5E 62%, #B02B3A 83%, #DB5555 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rank_num.no4 .cat,.rank_num.no5 .cat {
  font-size: 25px;
  background: linear-gradient(90deg, #fff 0%, #fff 33%, #fff 62%, #fff 83%, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fff 0%, #fff 33%, #fff 62%, #fff 83%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rank_num.no4 .num,.rank_num.no5 .num {
  font-size: 30px;
  background: linear-gradient(90deg, #fff 0%, #fff 33%, #fff 62%, #fff 83%, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fff 0%, #fff 33%, #fff 62%, #fff 83%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rank_num.no4 .num::before,.rank_num.no5 .num::before {
  font-size: 25px;
}

.rank_num.no4,.rank_num.no5 {
	padding: 10px 0 0!important;
}

.rank_num i {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	width: 30px;
	height: 30px;
	background: #000;
	font-size: 20px;
	line-height: 1;
	color: #E5B47F;
	margin-left: 5px;
}
.rank_num i.down::before {
	transform: rotate(45deg);
}
.rank_num i.up::before {
	transform: rotate(-45deg);
}

.rank_num.no4 i,.rank_num.no5 i {
	font-size: 15px;
	width: 23px;
	height: 23px;
}

#r_women .women_today .womenlist {
	padding: 10px 20px;
}
#r_women .women_today .womenlist .womenlist_item {
	height: 400px;
	border-bottom: none;
}
#r_women .women_today .womenlist .schedule {
	width: 198px;
    height: 26px;
	background: #fff;
	color: #E61E96;
	font-size: 14px;
	font-weight: bold;
}

#r_women .women_today .womenlist .schedule.today::before {
	content: "本日出勤 / ";
}

#r_women .slider.women_today .slick-img.m_women .womenlist .womenlist_item .name,
#r_women .slider.women_today .slick-img .womenlist .womenlist_item.m_women .name{
	background:#001E78 ;
}