@charset "utf-8";
.content_play {
  padding-block: 20px 30px;
}
.row {
  display: flex;
}
.tab-menu-step {
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  width: 820px;
  margin-inline: auto;
  padding-inline: 20px;
}
.tab-menu-step::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #26b480;
  content: "";
}

.tab-menu-step > * {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 380px;
  height: 67px;
  padding-left: 80px;
  border-top: 1px solid #ddcd96;
  border-right: 1px solid #ddcd96;
  border-left: 1px solid #ddcd96;
  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/play/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;
  padding-top: 30px;
  border-right: 1px solid #ddcd96;
  border-left: 1px solid #ddcd96;
}
.tab-contents.active {
  display: block;
}

/*------------------------------------------------------------
　how to
-------------------------------------------------------------*/
.flow_text {
  margin-bottom: 30px;
  padding-inline: 30px;
}
.em {
  color: #b60401;
  font-weight: bold;
}
.tit_esthe {
  margin: 30px;
}
.howto-items {
  margin-top: 30px;
	padding-inline: 30px;
}
.howto-item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
  box-sizing: border-box;
  min-height: 200px;
  border-top: 1px solid #ddcd96;
  border-bottom: 1px solid #ddcd96;
  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: #26b480;
  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: #b60401;
}
.howto-item_link {
  margin-top: 10px;
}
.howto-item_link a {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: #b60401;
  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 #b60401;
  border-right: 1px solid #b60401;
  content: "";
}
.howTo_info {
  margin-bottom: 40px;
  padding: 20px;
  background: #fcfaf4;
}
.attention {
  margin-top: 30px;
  text-align: center;
}

/*------------------------------------------------------------
　漫画
-------------------------------------------------------------*/
.manga {
  text-align: center;
  border: 1px solid #ddcd96;
  padding-bottom: 30px;
  margin: 50px 30px 0;
}
.manga_heading {
	margin-block: 20px;
  color: #26b480;
  font-size: 20px;
}
.manga_tab {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.manga_tab li {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  width: 140px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #ddcd96;
  padding-left: 170px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 6px center;
	user-select: none;
}
.manga_tab li:first-child {
  background-image: url("../images/play/bg_tab1.png");
}
.manga_tab li:nth-child(2) {
  background-image: url("../images/play/bg_tab2.png");
}
.manga_tab li.active {
  border: 1px solid #26b480;
  box-shadow: 0 2px 0 #26b480 inset, -2px 0 0 #26b480 inset, 2px 0 0 #26b480 inset, 0 -2px 0 #26b480 inset;
}
.manga_tab li.active:before {
  content: "";
  width: 0;
  height: 0;
  border: 11px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -11px;
}
.manga_tab li.active:before {
  border-top: 11px solid #26b480;
  bottom: -23px;
}
.manga_contents {
  margin-top: 50px;
}
.manga_contents li {
  display: none;
  width: 600px;
  margin-inline: auto;
}
.info_manga {
  text-align: right;
  margin-top: 10px;
}
/*------------------------------------------------------------
　リクエスト
-------------------------------------------------------------*/
.request {
  text-align: center;
  margin-top: 70px;
}
.request > * + * {
  margin-top: 30px;
}
/*------------------------------------------------------------
　キャスト
-------------------------------------------------------------*/
.content_schedule {
  padding-block: 20px 30px;
  margin-top: 20px;
}
.wrap_girlsSchedule {
  margin-top: 20px;
  padding-inline: 30px;
}
.girls_size {
  font-size: 12px;
}
.girls-item .img_box.-full {
  aspect-ratio: 3/4;
}
.girls-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-out;
}
.girls-item:hover img {
  opacity: 0.8;
}
.girls-item:hover .c-h-bBorder::before {
  opacity: 1;
}
.wrap_girlsSchedule .read_more {
  margin-top: 20px;
}
.wrap_girlsSchedule .read_more a {
  width: 320px;
  margin-inline: auto;
}
