@charset "utf-8";
body {
  overflow-x: hidden;
  color: #333;
  font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
* {
  border: none;
  vertical-align: baseline;
  outline: 0;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
ul {
  list-style: none;
}
.label {
  color: #ec167d;
  font-weight: bold;
  vertical-align: top;
}
a {
  color: #333;
}
a:link,
a:visited {
  text-decoration: none;
}
.hO {
  transition: opacity 0.5s ease-out;
}
.hO:hover {
  cursor: pointer;
  opacity: 0.8;
}
.content_w {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
/*------------------------------------------------------------
　ヘッダー
-------------------------------------------------------------*/
header {
  text-align: center;
}
.summary {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #b2b2b2;
  font-size: 12px;
}
.ttl_box {
  padding-block: 30px;
}
.ttl_box h1 {
  font-weight: normal;
  margin-top: 10px;
  font-size: 12px;
}
/*------------------------------------------------------------
　スライダー
-------------------------------------------------------------*/
.splide {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.splide.is-initialized {
  opacity: 1;
}
.splide-wrapper {
  position: relative;
}
.splide__track {
  overflow: visible;
}

/*------------------------------------------------------------
　18禁
-------------------------------------------------------------*/
.enter {
  padding-block: 20px;
  background-color: #000;
}
.enter .inner,
.attention .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}
.enter__link {
  transition: 0.5s ease-out;
}
.enter__link:hover {
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 16, 125, 1));
  -moz-filter: drop-shadow(0 0 8px rgba(255, 16, 125, 1));
  filter: drop-shadow(0 0 8px rgba(255, 16, 125, 1));
}
.enter__text {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.enter-external {
  border-top: 4px solid #fa328b;
  background: #000;
  text-align: center;
}
.enter-external__inner {
  padding-block: 30px;
}
.enter-external__inner + .enter-external__inner {
  border-top: 1px solid #4f4f4f;
}
.enter-external__text {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}
.enter-external__col {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
.enter-external__btns {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.enter-external__btns a {
  transition: filter 0.5s ease-out;
}
.enter-external__btns a:hover {
  filter: brightness(1.1);
}
.enter-external__btns.external {
  margin-top: 25px;
}
.enter-external__btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 270px;
  height: 36px;
  border-radius: 5px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.enter-external__btn.heaven {
  box-shadow: 0 1px 0 #fff inset, 1px 0 0 #fff inset;
  background: rgb(190, 121, 26);
  background: linear-gradient(0deg, rgba(190, 121, 26, 1) 0%, rgba(255, 202, 62, 1) 50%);
}
.enter-external__btn.recruit-girl,
.enter-external__btn.recruit-man {
  color: #fff;
}
.enter-external__btn.recruit-girl {
  background-color: #cf2471;
}
.enter-external__btn.recruit-man {
  background-color: #575cc7;
}
.enter-external__btn.heaven::after {
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
}

.attention {
  padding-block: 30px;
}
.attention .inner > * + * {
  margin-left: 25px;
}
.attention__text {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-size: 0.75rem;
}
.attention__text a {
  text-decoration: underline;
}
.attention__text a:hover {
  text-decoration: none;
}
/*------------------------------------------------------------
　about1
-------------------------------------------------------------*/
.about1 {
  background-image: url("../images/r18/bg.jpg");
  overflow: hidden;
}
@supports (background-image: url("../images/r18/bg.webp")) {
  .about1 {
    background-image: url("../images/r18/bg.webp");
  }
}
.box_about1 {
  width: 1320px;
  height: 560px;
  position: relative;
  margin-inline: auto;
}
.box_about1:before {
  content: "";
  width: calc(50vw - 50%);
  height: 560px;
  background-color: #f8f0dd;
  position: absolute;
  left: 100%;
}
.aoubt1_img {
  position: absolute;
  top: 0;
  right: 0;
}
.about1_txt {
  display: grid;
  align-content: center;
  row-gap: 30px;
  width: 453px;
  height: 560px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.about1_txt p img {
  margin-block: -15px;
}
/*------------------------------------------------------------
　about2
-------------------------------------------------------------*/
.box_about2 {
  display: flex;
  column-gap: 30px;
  padding-block: 100px 80px;
}
.ttl_about2 {
  font-size: 22px;
  line-height: 28px;
  margin-block: 30px 20px;
}
/*------------------------------------------------------------
　contents
-------------------------------------------------------------*/
.contents-about {
  padding-block: 80px 40px;
}
.contents-about-items {
  display: flex;
  column-gap: 30px;
}
.contents-about-item a {
  display: block;
}
.contents-about-item img {
  transition: opacity 0.5s ease-out;
}
.contents-about-item__heading {
  display: inline-block;
  margin-block: 15px 5px;
  color: #ec167d;
  font-size: 1.25rem;
  font-weight: bold;
}
.contents-about-item a:hover img {
  opacity: 0.8;
}
.contents-about-item a:hover .c-h-bBorder::before {
  opacity: 1;
}
.c-h-bBorder {
  position: relative;
}
.c-h-bBorder::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ec167d;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  content: "";
}

/*------------------------------------------------------------
　device
-------------------------------------------------------------*/
.device_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  box-sizing: border-box;
  width: 1050px;
  padding-inline: 80px 170px;
  background-color: #fff;
  border: 1px solid #cacaca;
  margin-inline: auto;
}
.device_sp .tit {
  color: #ec167d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.qr {
  margin-left: auto;
}
/*------------------------------------------------------------
　グループリンク
-------------------------------------------------------------*/
.group-link {
  margin-top: 80px;
  padding-block: 60px;
  background-image: url("../images/common/link/bg.png");
}
.group-link_heading {
  text-align: center;
}
.group-link_heading span {
  display: block;
  margin-top: 10px;
}
.group-link_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  width: 1050px;
  margin-top: 80px;
  margin-inline: auto;
}
.group-link_box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.group-link_category {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 10px;
  position: relative;
  color: #333;
  font-size: 16px;
  text-shadow: 2px 2px 0 #fff;
}
.group-link_category::before,
.group-link_category::after {
  height: 9px;
  background: repeating-linear-gradient(
    0deg,
    rgba(204, 204, 204, 1),
    rgba(204, 204, 204, 1) 1px,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 4px
  );
  content: "";
}

.group-link-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: flex-start;
  gap: 20px 30px;
  flex: 1;
  padding: 30px;
  background-color: #fff;
}
.group-link-item {
  width: 210px;
  height: 260px;
}
.group-link-item a {
  display: block;
  color: #333;
}
.group-link-item img,
.group-link-item_shop {
  transition: 0.5s ease-out;
}
.group-link-item_type {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  white-space: nowrap;
}
.group-link-item_shop {
  position: relative;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.group-link-item_text {
  margin-top: 8px;
  font-size: 12px;
}
.group-link-item a:hover img {
  opacity: 0.8;
}
.group-link-item a:hover .group-link-item_shop {
  color: #fb3790;
  text-decoration: none;
}

.group-link-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 1050px;
  margin-top: 30px;
  margin-inline: auto;
}

/*------------------------------------------------------------
　フッター
-------------------------------------------------------------*/
footer {
  background: #000;
  border-top: 8px solid #fa338f;
}
.box_footer {
  color: #fff;
  text-align: center;
  padding-block: 30px;
}
.txt_footer {
  font-size: 12px;
  margin-block: 20px 30px;
}
small {
  color: #fff;
}
.page_top {
  height: 68px;
  border-top: 1px solid #4f4f4f;
  transition: background-color 0.5s ease-out;
  display: block;
  position: relative;
}
.page_top:hover {
  background-color: #131313;
}
.page_top::before {
  display: block;
  transform: translate(-50%, 98%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 28px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.page_top span {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.recommend_link {
  text-align: center;
  border-top: 1px solid #4f4f4f;
  padding-block: 20px 30px;
}
.ttl_recommend_link {
  color: #fff;
  margin-bottom: 20px;
}
.recommend_link ul {
  display: grid;
	place-content: center;
	row-gap: 20px;
}
/*------------------------------------------------------------
　パンくず
-------------------------------------------------------------*/
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  width: 1050px;
  height: 20px;
  margin: 10px auto 30px;
}
.breadcrumb li {
  display: flex;
  font-size: 12px;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-inline: 10px;
}
.breadcrumb a {
  color: #ec167d;
}
.breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
