@charset "utf-8";
.content {
	font-size: 14px;
	line-height: 1.5;
}
.play_ttl{
  padding:30px 15px 10px;
  border-bottom:1px solid #ccc;
	font-size:18px;
	font-weight:bold;
}
.play-txt{
	margin-block: 20px;
}
.play_ttl_border{
	position: relative;
	margin-top: 20px;
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fca0c1;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.play_ttl_border span{
	position: relative;
	z-index: 1;
	width: fit-content;
	padding-inline: 10px;
	background-color: #fff;
}
.play_ttl_border::before{
	position: absolute;
	inset-block: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin-block: auto;
	background-color: #fca0c1;
	content: "";
}
/*=====ご利用方法=====*/
#howtouse{
	margin-bottom: 30px;
	padding-inline: 15px;
}
.tab {
	margin-top: 20px;
}
.tab-menu-step{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	column-gap: 5px;
	position: relative;
	margin-inline: -14px;
}
.tab-menu-step::before{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 4px;
	background: #314964;
	content: "";
}

.tab-menu-step > *{
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex: 1;
	position: relative;
	height: 66px;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 0;
	border-left: 1px solid #b2b2b2;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.tab-menu-step > *.active{
	z-index: 1;
}
.tab-menu-step > *:not(.active){
	text-decoration: underline;
}
.tab-menu-step > *:not(.active):hover{
	text-decoration: none;
	cursor: pointer;
}
.tab-menu span {
	display: flex;
	align-items: center;
	justify-content: center;
  width: 30px;
  height: 30px;
  background: #137e91;
  background: linear-gradient(to bottom, #137e91 0%, #304862 100%);
  border-radius: 3px;
}
.tab-menu span img {
	width: auto;
	height: 18px;
}
.tab-contents{
	display: none;
}
.tab-contents.active{
	display: block;
}

.howtouse-items {
  margin-top: 20px;
}
.howtouse-item {
  position: relative;
  border: 1px solid #ffc0d6;
}
.howtouse-item + .howtouse-item {
  margin-top: 20px;
}
.howtouse-item:not(:last-child)::after {
	position: absolute;
	top: 100%;
	inset-inline: 0;
	width: 24px;
	height: 12px;
	margin-inline: auto;
	background-color: #ffc0d6;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.howtouse-item_heading {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffc0d6;  
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 13px;
  font-weight: bold;
}
.howtouse-item_heading p {
	padding: 10px;
}
.howtouse-item_heading span {
  color: #ff4c8c;
}
.howtouse-item_contents {
	padding: 10px
}
.howtouse-item_inner {
	display: flex;
	align-items: flex-start;
	column-gap: 15px;
} 
.howtouse-item_link {
  display: block;
  position: relative;
	margin-top: 10px;
	padding-block: 13px;
	border-radius: 3px;
	background-color: #222;
	color: #fff;
  text-align: center;
}
.howtouse-item_link::after {
	rotate: 45deg;
	position: absolute;
	inset-block: 0;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-block: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 0 0;
  content: "";
}

.play_comic {
  margin-block:30px;
}
.play_comic .play_ttl_border{
	margin-inline: 15px;
}
.play_comic img {
	margin-top: 20px;
}

/*=====本日、出勤の女の子をご紹介！=====*/
.play_schedule{
	margin-block: 30px;
  padding-inline: 15px;
}
.play_schedule_ttl {
  position:relative;
  padding-block:10px;
  background-color:#fe77a7;
  color:#fff;
  font-size:12px;
	font-weight:bold;
  text-align:center;
}
.play_schedule_ttl::after {
  position: absolute;
  top: 100%;
  inset-inline: 0;
	width: 24px;
	height: 12px;
	margin-inline: auto;
	background-color: #fe77a7;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.play_schedule-items{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 10px;
	margin-top: 20px;
}
.girlsImg {
	position: relative;
  text-align: center;
}
.girlsImg:nth-of-type(n+4)::before{
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	content: "";
}
.girlsImg_pict{
  position:relative;
}
.rank_icon{
	position:absolute;
	bottom:5px;
	left:5px;
}
.girlsImg_time {
	margin-top:10px;
	padding-block:5px;
	border:1px solid #fe77a7;
  color:#fe77a7;
  font-size:10px;
  font-weight:bold;
}
.girlsImg_time.tomorrow {
  background:#7bcbee;
}
.girlsImg_name{
  display:block;
	margin-top:10px;
  font-weight:bold;
}
.girlsImg_name a{
  display:inline;
}
.girlsImg_name span{
  font-size:12px;
}
.girlsImg_size{
	margin-top: 5px;
  font-size:11px;
}

.inside_more {
	margin-top: 20px;
}
.inside_more a {
  position: relative;
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.inside_more a::before {
	transform: rotate(45deg);
	position: absolute;
	inset-block: 0;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-block: auto;
	border-top: 1px solid #373737;
	border-right: 1px solid #373737;
	content: "";
}
