@charset "utf-8";
.content_play,
.content_schedule {
  padding-bottom: 50px;
}
.play-inner {
  padding-inline: 30px;
}
.em {
  color: #ff2222;
  font-weight: bold;
}

.row {
  display: flex;
}
.tab-menu-step {
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  padding-inline: 20px;
}
.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;
  box-sizing: border-box;
  position: relative;
  width: 380px;
  height: 67px;
  padding-left: 80px;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
	user-select: none;
}
.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-step > *::before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 52px;
  height: 52px;
  background-image: url(../images/common/howto-step_tab.png);
  content: "";
}
.tab-menu-step--deli::before {
  background-position: 0 -52px;
}

.tab-contents {
  display: none;
  box-sizing: border-box;
  width: 820px;
  margin-inline: auto;
}
.tab-contents.active {
  display: block;
}
.play-txt {
  margin-block: 30px;
}
.howto-items {
  margin-top: 30px;
}
.howto-item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
  box-sizing: border-box;
  min-height: 200px;
  border: 1px solid #9a9a9a;
  padding: 30px;
}
.howto-item:not(:first-child) {
  margin-top: 20px;
}
.howto-item:not(:last-child):before {
  position: absolute;
  top: 100%;
  inset-inline: 0;
  width: 24px;
  height: 12px;
  margin-inline: auto;
  background-color: #fa338f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.howto-item_contents > * + *:not(.howto-item_link) {
  margin-top: 20px;
}
.howto-item_heading {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
}
.howto-item_heading span {
  color: #fb3690;
}
.howto-item_link {
  margin-top: 10px;
}
.howto-item_link a {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: #fe77a7;
  text-decoration: underline;
}
.howto-item_link a:hover {
  text-decoration: none;
}
.howto-item_link a:before {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fe77a7;
  border-right: 1px solid #fe77a7;
  content: "";
}
.attention {
  text-align: center;
  margin-block: 20px 40px;
}

/*------------------------------------------------------------
　漫画
-------------------------------------------------------------*/
.tit_manga {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	column-gap: 15px;
	width: 650px;
	margin-inline: auto;
  color: #fd5aa1;
  font-size: 20px;
  text-align: center;
}
.tit_manga::before,
.tit_manga::after {
	height: 6px;
	background-image: linear-gradient(180deg, #a6a6a6 8.33%, #fff 8.33%, #fff 33.33%, #a6a6a6 33.33%, #a6a6a6 50%, #a6a6a6 50%, #a6a6a6 58.33%, #fff 58.33%, #fff 83.33%, #a6a6a6 83.33%, #a6a6a6 100%);
	background-size: 12.00px 12.00px;
	content: "";
}
.img_manga {
  display: block;
	margin-top: 30px;
  margin-inline: auto;
}

/*------------------------------------------------------------
　キャスト
-------------------------------------------------------------*/
.content_schedule {
  margin-top: 20px;
}
.wrap_girlsSchedule {
  padding-inline: 30px;
}
.girls-item img {
  transition: opacity 0.5s ease-out;
}
.girls-item:hover img {
  opacity: 0.8;
}
.girls-item:hover .c-h-bBorder::before {
  opacity: 1;
}
.girls_size {
  font-size: 12px;
}
.wrap_girlsSchedule .read_more {
  margin-top: 20px;
}
.wrap_girlsSchedule .read_more a {
  width: 300px;
  margin-inline: auto;
}
