@charset "UTF-8";
/* ==================================================
全体構成
================================================== */
/* ヘッダー
-------------------------------------------------- */
.lp_header {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: space-between;
  z-index: 200;
}

.lp_header img {
  width: 82px;
}

.lp_footer {
  position: relative;
  z-index: 10;
  background: #111 !important;
}

.lp_footer small {
  margin-right: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .lp_footer small {
    margin-right: 12px;
  }
}

.lp_footer small:last-of-type {
  margin-right: 0;
}

/* 各項目共通
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

main {
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
}

.lp-sec {
  position: relative;
  width: 100%;
  color: #111;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

.lp-sec a {
  display: block;
  cursor: pointer;
}

.maniax .lp-sec a {
  color: #3badff;
}

.girls .lp-sec a {
  color: #f26194;
}

.lp-sec a :hover {
  opacity: 0.8;
}

.lp-sec img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.lp-sec.type-cp-banner, .lp-sec.type-about-dlsite, .lp-sec.type-popular-works, .lp-sec.type-payment, .lp-sec.type-faq, .lp-sec.type-sale-dlsite {
  padding-top: 17.33333vw;
}

@media screen and (min-width: 769px) {
  .lp-sec.type-cp-banner, .lp-sec.type-about-dlsite, .lp-sec.type-popular-works, .lp-sec.type-payment, .lp-sec.type-faq, .lp-sec.type-sale-dlsite {
    padding-top: 150px;
  }
}

@media screen and (min-width: 769px) {
  .lp-sec.type-menu, .lp-sec.type-cp-banner {
    padding-top: 100px;
  }
}

.lp-sec:last-child {
  margin-bottom: 26.66667vw;
}

@media screen and (min-width: 769px) {
  .lp-sec:last-child {
    margin-bottom: 200px;
  }
}

/* ボタン
-------------------------------------------------- */
.lp-sec .lp_btn {
  display: block;
  width: 66.66667vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  padding: 0.7em 1em;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.15);
}

.maniax .lp-sec .lp_btn {
  background: #4cb5ff;
  color: #fff;
}

.girls .lp-sec .lp_btn {
  background: #f26194;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .lp-sec .lp_btn {
    width: 350px;
    font-size: 2rem;
    border-radius: 10px;
  }
}

.maniax .lp-sec .lp_btn:hover {
  background: #4c82ff;
}

.girls .lp-sec .lp_btn:hover {
  background: #ff6e6e;
}

.lp-sec .lp_btn.type-more {
  background: #fff;
}

.maniax .lp-sec .lp_btn.type-more {
  border: 4px solid #4cb5ff;
  color: #4cb5ff;
}

.girls .lp-sec .lp_btn.type-more {
  border: 4px solid #f26194;
  color: #f26194;
}

.lp-sec .lp_btn.type-more:hover {
  border: 4px solid #fff;
  color: #fff;
}

.maniax .lp-sec .lp_btn.type-more:hover {
  background: #4cb5ff;
}

.girls .lp-sec .lp_btn.type-more:hover {
  background: #f26194;
}

.lp-sec .lp_btn.disable, .lp-sec .lp_btn.uncomplete {
  background: #c1c1c1;
  color: #e3e3e3;
  pointer-events: none;
  cursor: default;
}

/*  weibo */
.lp_header .simple_nav .btn-share.weibo {
  height: auto !important;
  line-height: 1em !important;
  color: #fff !important;
  background: #e61a31 !important;
  display: block;
  padding: 0.5em 1em;
  height: auto;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.2rem;
}

.lp_header .simple_nav .btn-share.weibo:hover {
  color: #fff;
  background: lightin(#e61a31, 10%);
  background: #ff4359;
}

.lp_header .simple_nav .btn-share.weibo::before {
  content: '\f18a';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  margin-right: 0.3em;
  font-size: 1.4rem;
}

/* nav menu */
.wrap-lp_btn-menu {
  position: absolute;
  top: 60px;
  right: 1.33333vw;
  width: 10.66667vw;
  height: 10.66667vw;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .wrap-lp_btn-menu {
    display: none;
  }
}

.wrap-lp_btn-menu .lp_btn-menu {
  width: 5.33333vw !important;
  height: 5.33333vw !important;
  overflow: visible;
}

.wrap-lp_btn-menu .lp_btn-menu::before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.15);
  width: 10.66667vw;
  height: 10.66667vw;
  margin-top: -2.66667vw;
  margin-left: -2.66667vw;
  border-radius: 50%;
}

.wrap-lp_btn-menu .lp_btn-menu.is-active {
  position: fixed;
}

/* headline
-------------------------------------------------- */
.headline-01 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .headline-01 {
    font-size: 6rem;
  }
}

.maniax .headline-01 {
  text-shadow: 0 2px 6px rgba(35, 45, 96, 0.8);
}

.girls .headline-01 {
  text-shadow: 0 2px 6px rgba(96, 36, 35, 0.8);
}

.headline-01 .emphasis {
  font-size: 3.75rem;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .headline-01 .emphasis {
    font-size: 7.5rem;
  }
}

.headline-02.type-title {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.maniax .headline-02.type-title {
  text-shadow: 0 2px 6px rgba(35, 45, 96, 0.8);
}

.girls .headline-02.type-title {
  text-shadow: 0 2px 6px rgba(96, 36, 35, 0.8);
}

@media screen and (min-width: 769px) {
  .headline-02.type-title {
    font-size: 6rem;
  }
}

.headline-02.type-title .emphasis {
  font-size: 4.2rem;
  font-weight: 900;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .headline-02.type-title .emphasis {
    font-size: 8.4rem;
  }
}

.headline-02.type-title .restrain {
  font-size: 2.4rem;
  font-weight: 900;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .headline-02.type-title .restrain {
    font-size: 4.8rem;
  }
}

.headline-02.type-section {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10.66667vw;
}

@media screen and (min-width: 769px) {
  .headline-02.type-section {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}

.headline-02.type-white {
  position: relative;
  color: #fff;
  z-index: 10;
}

.headline-02.type-crown {
  margin-bottom: 0;
}

.headline-02.type-crown::before {
  content: "";
  background: url(/src/img/lp_china/icon_populer.png) no-repeat 0 0/contain;
  width: 7.46667vw;
  max-width: 56px;
  height: 4.93333vw;
  max-height: 37px;
  position: absolute;
  top: -6.66667vw;
  left: 50%;
  margin-left: -3.73333vw;
}

@media screen and (min-width: 769px) {
  .headline-02.type-crown::before {
    top: -50px;
    margin-left: -28px;
  }
}

.headline-02.type-crown::after {
  content: "";
  position: absolute;
  width: 45.33333vw;
  max-width: 340px;
  height: 45.33333vw;
  max-height: 340px;
  border-radius: 50%;
  top: -10.66667vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.maniax .headline-02.type-crown::after {
  background: #7fcaff;
}

.girls .headline-02.type-crown::after {
  background: #ff99bd;
}

@media screen and (min-width: 769px) {
  .headline-02.type-crown::after {
    top: -80px;
  }
}

.emphasis-color {
  color: #fdff5d;
  font-weight: 900;
  font-style: normal;
}

.headline-03 {
  font-size: 2rem;
  font-weight: 700;
  width: 90.66667vw;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .headline-03 {
    font-size: 4rem;
  }
}

.headline-03.type-icon {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}

.headline-03.type-icon::before {
  content: "";
  width: 10.93333vw;
  max-width: 82px;
  height: 10.93333vw;
  max-height: 82px;
  border-radius: 50%;
  margin-right: 0.5em;
}

.maniax .headline-03.type-icon::before {
  background: #c9e9ff;
}

.girls .headline-03.type-icon::before {
  background: #ffb2cd;
}

.headline-03.type-icon::after {
  content: "";
  position: absolute;
}

.headline-03.type-icon.game::after, .headline-03.type-icon.doujin-game::after {
  background: url(/src/img/lp_china/icon_game.png) no-repeat 0 0/contain;
  width: 7.2vw;
  height: 4.26667vw;
  max-width: 54px;
  max-height: 32px;
  top: 3.33333vw;
  left: 2vw;
}

@media screen and (min-width: 769px) {
  .headline-03.type-icon.game::after, .headline-03.type-icon.doujin-game::after {
    top: 25px;
    left: 15px;
  }
}

.headline-03.type-icon.voice::after {
  background: url(/src/img/lp_china/icon_headphone.png) no-repeat 0 0/contain;
  width: 6vw;
  height: 6.26667vw;
  max-width: 45px;
  max-height: 47px;
  top: 2.26667vw;
  left: 2.66667vw;
}

@media screen and (min-width: 769px) {
  .headline-03.type-icon.voice::after {
    top: 17px;
    left: 20px;
  }
}

.headline-03.type-icon.comic::after {
  background: url(/src/img/lp_china/icon_book.png) no-repeat 0 0/contain;
  width: 6.4vw;
  height: 4.53333vw;
  max-width: 48px;
  max-height: 34px;
  top: 3.2vw;
  left: 2vw;
}

@media screen and (min-width: 769px) {
  .headline-03.type-icon.comic::after {
    top: 24px;
    left: 15px;
  }
}

.headline-03.type-icon.heart::after {
  background: url(/src/img/lp_china/icon_heart.png) no-repeat 0 0/contain;
  width: 5.2vw;
  height: 4.4vw;
  max-width: 39px;
  max-height: 33px;
  top: 3.73333vw;
  left: 2.93333vw;
}

@media screen and (min-width: 769px) {
  .headline-03.type-icon.heart::after {
    top: 28px;
    left: 22px;
  }
}

.headline-04 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 16vw auto 0;
}

@media screen and (min-width: 769px) {
  .headline-04 {
    font-size: 2.4rem;
    margin: 120px auto 0;
  }
}

.headline-04:first-of-type {
  margin: 8vw auto 0;
}

@media screen and (min-width: 769px) {
  .headline-04:first-of-type {
    margin: 60px auto 0;
  }
}

.access-attention {
  width: 80vw;
  color: #fff;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  padding: 0.5em 1em;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .access-attention {
    width: 770px;
    font-size: 1.6rem;
  }
}

.access-attention .link-text {
  display: inline;
  color: #ffff00 !important;
  text-decoration: underline;
}

.access-attention.no-bg {
  background: none;
  color: #111;
  text-align: center;
}

@media screen and (min-width: 1281px) {
  .pc-wrap {
    display: none;
  }
}

/* type-hero
-------------------------------------------------- */
.maniax .type-hero {
  background: #4587ff;
  background: linear-gradient(90deg, #4587ff 0%, #57d5ff 100%);
}

.girls .type-hero {
  background: #ff96d6;
  background: linear-gradient(90deg, #ff96d6 0%, #ff848a 100%);
}

.type-hero::before {
  content: "";
  position: absolute;
  background: url(/src/img/lp_china/pat_dot.png) repeat 0 0/contain;
  background-size: 28px 44px;
  width: 100%;
  height: 100%;
}

.type-hero .type-hero-inner {
  position: relative;
  z-index: 10;
  padding-top: 13.33333vw;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner {
    padding-top: 64px;
  }
}

.type-hero .type-hero-inner::before {
  content: "";
  position: absolute;
  background: url(/src/img/lp_china/chara_01.png) no-repeat 0 0/contain;
  width: 61.6vw;
  height: 110.93333vw;
  top: 31vw;
  left: -11vw;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner::before {
    width: 441px;
    height: 832px;
    top: -40px;
    left: -40px;
  }
}

@media screen and (min-width: 1281px) {
  .type-hero .type-hero-inner::before {
    left: 50%;
    margin-left: -720px;
  }
}

.type-hero .type-hero-inner::after {
  content: "";
  position: absolute;
  background: url(/src/img/lp_china/chara_02.png) no-repeat 0 0/contain;
  width: 57.6vw;
  height: 116vw;
  top: 31vw;
  right: -18vw;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner::after {
    width: 409px;
    height: 870px;
    top: -40px;
    right: -80px;
  }
}

@media screen and (min-width: 1281px) {
  .type-hero .type-hero-inner::after {
    left: 50%;
    margin-left: 360px;
  }
}

.type-hero .type-hero-inner .headline-02 {
  margin-top: 4.26667vw;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .headline-02 {
    margin-top: 16px;
  }
}

.type-hero .type-hero-inner .genre-tags {
  display: flex;
  justify-content: center;
  margin-top: 4.26667vw;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .genre-tags {
    margin-top: 32px;
  }
}

.type-hero .type-hero-inner .genre-tags .genre-tags-item {
  background: #fff;
  font-size: 0.95rem;
  height: 6vw;
  line-height: 6vw;
  border-radius: 22.5px;
  padding: 0 1em;
  margin-left: 8px;
}

.maniax .type-hero .type-hero-inner .genre-tags .genre-tags-item {
  color: #3badff;
}

.girls .type-hero .type-hero-inner .genre-tags .genre-tags-item {
  color: #f26194;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .genre-tags .genre-tags-item {
    font-size: 2rem;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
  }
}

.type-hero .type-hero-inner .genre-tags .genre-tags-item:first-child {
  margin-left: 0;
}

.type-hero .type-hero-inner .search-wrap {
  display: flex;
  width: 72vw;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 4.26667vw;
  border: 3px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .search-wrap {
    width: 360px;
    margin-top: 32px;
  }
}

.type-hero .type-hero-inner .search-form {
  width: 100%;
  height: 7.33333vw;
  max-height: 55px;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .search-form {
    height: 36px;
  }
}

.type-hero .type-hero-inner .search-form .search-input {
  border: 1px solid #ccc;
  width: 100%;
  height: 7.33333vw;
  max-height: 55px;
  padding: 0 1.06667vw;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .search-form .search-input {
    height: 36px;
    padding: 0 8px;
  }
}

.type-hero .type-hero-inner .search-form .search-input::placeholder {
  color: #ccc;
}

.type-hero .type-hero-inner .search-btn {
  position: relative;
  width: 8.26667vw;
  height: 7.33333vw;
  line-height: 7.33333vw;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
  cursor: pointer;
}

.maniax .type-hero .type-hero-inner .search-btn {
  background: #2d97e3;
}

.maniax .type-hero .type-hero-inner .search-btn:hover {
  background: #3fadfc;
}

.girls .type-hero .type-hero-inner .search-btn {
  background: #f23074;
}

.girls .type-hero .type-hero-inner .search-btn:hover {
  background: #ff5590;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .search-btn {
    width: 42px;
    height: 36px;
    line-height: 36px;
  }
}

.type-hero .type-hero-inner .search-btn::before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 300;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
  bottom: 1.5vw;
  right: 1.5vw;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .search-btn::before {
    font-size: 17px;
    bottom: 10px;
    right: 10px;
  }
}

.type-hero .type-hero-inner .access-attention {
  margin-top: 4.26667vw;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .access-attention {
    margin-top: 32px;
  }
}

.type-hero .type-hero-inner .catchphrase {
  font-size: 1.2rem;
  padding: 0.5em 0;
  margin-top: 4.26667vw;
}

.maniax .type-hero .type-hero-inner .catchphrase {
  background: #e1ebfa;
}

.girls .type-hero .type-hero-inner .catchphrase {
  background: #eee5de;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .catchphrase {
    font-size: 2rem;
    padding: 24px 0;
    margin-top: 16px;
  }
}

.type-hero .type-hero-inner .catchphrase .catchphrase-inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .catchphrase .catchphrase-inner {
    flex-direction: row;
    justify-content: center;
  }
}

.type-hero .type-hero-inner .catchphrase .payment {
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-hero .type-hero-inner .catchphrase .payment::before {
  margin-right: 0.3em;
  content: "";
  background: url(/src/img/lp_china/icon_alipay_dlsite.png) no-repeat 0 0/contain;
  width: 5.33333vw;
  height: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .catchphrase .payment::before {
    width: 33px;
    height: 33px;
  }
}

.type-hero .type-hero-inner .catchphrase .works {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .catchphrase .works {
    margin-top: 0;
    margin-left: 1em;
  }
}

.type-hero .type-hero-inner .catchphrase .works::before {
  margin-right: 0.3em;
  content: "";
  background: url(/src/img/lp_china/icon_cnwork.png) no-repeat 0 0/contain;
  width: auto;
  width: 17.33333vw;
  height: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .type-hero .type-hero-inner .catchphrase .works::before {
    width: 107px;
    height: 33px;
  }
}

/* nav humberger
-------------------------------------------------- */
.type-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 50;
  margin-left: 100vw;
}

@media screen and (min-width: 769px) {
  .type-menu {
    position: relative;
    display: block !important;
    width: auto;
    height: auto;
    margin-left: 0;
  }
}

.type-menu.is-active {
  animation: slide_in_right 0.25s ease 1 both;
}

.type-menu .type-menu-inner {
  padding-top: 26.66667vw;
  width: 100vw;
  height: 100vh;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .type-menu .type-menu-inner {
    width: auto;
    height: auto;
    padding: 0;
  }
}

.maniax .type-menu .type-menu-inner {
  background: #4587ff;
  background: linear-gradient(90deg, rgba(69, 135, 255, 0.9) 0%, rgba(87, 213, 255, 0.9) 100%);
}

@media screen and (min-width: 769px) {
  .maniax .type-menu .type-menu-inner {
    background: none;
  }
}

.girls .type-menu .type-menu-inner {
  background: #ff96d6;
  background: linear-gradient(90deg, rgba(255, 150, 214, 0.9) 0%, rgba(255, 132, 138, 0.9) 100%);
}

@media screen and (min-width: 769px) {
  .girls .type-menu .type-menu-inner {
    background: none;
  }
}

@media screen and (min-width: 769px) {
  .type-menu .type-menu-inner .menu {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .type-menu .type-menu-inner .menu .wrap-menu-item:first-child .menu-item {
    border-radius: 4em 0 0 4em;
    padding-left: 2em;
  }
  .type-menu .type-menu-inner .menu .wrap-menu-item:last-child .menu-item {
    border-radius: 0 4em 4em 0;
    border-right: 1px solid #dfdfdf;
    padding-right: 2em;
  }
}

.type-menu .type-menu-inner .menu .wrap-menu-item .menu-item {
  display: inline-block;
  width: auto;
  font-size: 2rem;
  color: #fff;
  margin-top: 1em;
  padding: 0.5em;
}

@media screen and (min-width: 769px) {
  .type-menu .type-menu-inner .menu .wrap-menu-item .menu-item {
    position: relative;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-right: 0;
    margin-top: 0;
    padding: 1.5em;
  }
  .maniax .type-menu .type-menu-inner .menu .wrap-menu-item .menu-item {
    color: #3badff;
  }
  .maniax .type-menu .type-menu-inner .menu .wrap-menu-item .menu-item:hover {
    color: #94d3ff;
  }
  .girls .type-menu .type-menu-inner .menu .wrap-menu-item .menu-item {
    color: #f26194;
  }
  .girls .type-menu .type-menu-inner .menu .wrap-menu-item .menu-item:hover {
    color: #ffa9c7;
  }
  .type-menu .type-menu-inner .menu .wrap-menu-item .menu-item::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #aaa;
    font-size: 2rem;
    line-height: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@keyframes slide_in_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}

/* type-campaign
-------------------------------------------------- */
/* swiper */
.swiper-container {
  overflow: visible;
}

.swiper-container .swiper-slide {
  width: 80vw;
  max-width: 650px;
}

.swiper-container .swiper-pagination {
  bottom: 0;
  position: relative;
  margin-top: 3.73333vw;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-pagination {
    margin-top: 28px;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 2vw;
  height: 2vw;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.maniax .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #4baef3;
}

.girls .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff669c;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-image: none;
  width: 8vw;
  max-width: 60px;
  height: 8vw;
  max-height: 60px;
  margin-top: -8vw;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    margin-top: -60px;
  }
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-button-next::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-button-prev::before,
  .swiper-container .swiper-button-next::before {
    border-radius: 5px;
  }
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #fff;
  position: absolute;
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-button-prev::after,
  .swiper-container .swiper-button-next::after {
    font-size: 4rem;
  }
}

.swiper-container .swiper-button-prev:hover::after,
.swiper-container .swiper-button-next:hover::after {
  color: #ffff00;
}

.swiper-container .swiper-button-next::after {
  content: "\f054";
}

/* type-about-dlsite
-------------------------------------------------- */
.type-about-dlsite .container-about-dlsite {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .type-about-dlsite .container-about-dlsite {
    position: relative;
    max-width: 1200px;
    flex-direction: row;
    margin: 0 auto;
  }
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite {
  width: 60vw;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 3.2vw;
}

@media screen and (min-width: 769px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite {
    margin: 16px 0 0 16px;
    border-radius: 5px;
    max-width: 300px;
  }
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite:first-child {
    margin: 16px 0 0 0;
  }
}

@media screen and (min-width: 1281px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite {
    max-width: 380px;
  }
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner {
  width: 44vw;
  margin: 0 auto;
  padding: 6.4vw 0;
}

@media screen and (min-width: 769px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner {
    max-width: 250px;
    padding: 48px 0;
  }
}

@media screen and (min-width: 1281px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner {
    padding: 60px 0;
    max-width: 310px;
  }
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk {
  position: relative;
  width: 34vw;
  max-width: 170px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.5em 0;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maniax .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk {
  background: #4baef3;
}

.girls .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk {
  background: #ff669c;
}

@media screen and (min-width: 769px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk {
    font-size: 1.8rem;
    border-radius: 5px;
    min-height: 80px;
  }
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk.type-bigger {
  font-size: 1.8rem;
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -2.13333vw;
  left: 8vw;
  border-style: solid;
  border-width: 0 1.6vw 2.13333vw 0;
}

.maniax .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk::before {
  border-color: transparent #4baef3 transparent transparent;
}

.girls .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk::before {
  border-color: transparent #ff669c transparent transparent;
}

@media screen and (min-width: 769px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-talk::before {
    bottom: -16px;
    left: 40px;
    border-width: 0 12px 16px 0;
  }
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner img[class^="icon_"] {
  width: auto;
  margin: 5.33333vw auto;
}

@media screen and (min-width: 769px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner img[class^="icon_"] {
    margin: 40px auto;
  }
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner img.icon_01 {
  height: 23.2vw;
  max-height: 174px;
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner img.icon_02 {
  height: 22.53333vw;
  max-height: 169px;
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner img.icon_03 {
  height: 22.4vw;
  max-height: 168px;
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-desc {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner .about-dlsite-desc {
    font-size: 1.8rem;
  }
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner > * {
  margin-top: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .type-about-dlsite .container-about-dlsite .wrap-about-dlsite .about-dlsite-inner > * {
    margin-top: 40px;
  }
}

.type-about-dlsite .container-about-dlsite .wrap-about-dlsite:first-child .about-dlsite-inner {
  margin-top: 0;
}

/* type-popular-works
-------------------------------------------------- */
.type-popular-works .wrap-popular-works {
  position: relative;
  z-index: 10;
  padding: 13.33333vw 0;
}

.maniax .type-popular-works .wrap-popular-works {
  background: #7fcaff;
}

.girls .type-popular-works .wrap-popular-works {
  background: #ff99bd;
}

@media screen and (min-width: 769px) {
  .type-popular-works .wrap-popular-works {
    padding: 100px 0;
  }
}

.type-popular-works .wrap-popular-works .container-works .container-works-inner {
  background: #fff;
  width: 96vw;
  max-width: 1200px;
  border-radius: 5px;
  padding: 8vw 0;
  margin: 6.66667vw auto;
}

@media screen and (min-width: 769px) {
  .type-popular-works .wrap-popular-works .container-works .container-works-inner {
    padding: 60px 0;
    margin: 50px auto;
    border-radius: 10px;
  }
}

.type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works {
  width: 89.33333vw;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works .wrap-works-inner {
  position: relative;
  width: 42.66667vw;
  max-width: 330px;
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works .wrap-works-inner {
    margin-top: 60px;
  }
}

.type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works .wrap-works-inner .wrap-img {
  background: #dadada;
}

.type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works .wrap-works-inner .wrap-img img {
  width: auto;
  margin: 0 auto;
  max-height: 32.93333vw;
}

@media screen and (min-width: 769px) {
  .type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works .wrap-works-inner .wrap-img img {
    max-height: 247px;
  }
}

.type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works .wrap-works-inner p {
  width: 95%;
  max-width: 280px;
  margin: 0.3em auto 0;
  color: #111;
  font-size: 1.2rem;
  overflow: hidden;
  line-height: 1.6;
  min-height: 50px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works .wrap-works-inner p {
    font-size: 1.4rem;
    margin-top: 1em;
  }
}

@media screen and (min-width: 769px) {
  .type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works.column3 {
    justify-content: center;
    max-width: 1040px;
  }
  .type-popular-works .wrap-popular-works .container-works .container-works-inner .wrap-works.column3 .wrap-works-inner {
    margin: 60px 8px 0;
  }
}

.type-popular-works .wrap-popular-works .container-works .container-works-inner .lp_btn {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .type-popular-works .wrap-popular-works .container-works .container-works-inner .lp_btn {
    margin-top: 60px;
  }
}

/* bg-stripe
-------------------------------------------------- */
.bg-stripe {
  background: url(/src/img/lp_china/pat_stripe.png) repeat 0 0/23px 23px;
  width: 100%;
  height: 100%;
}

/* type-payment
-------------------------------------------------- */
.type-payment .wrap-payment-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.type-payment .wrap-payment-icon img {
  width: 14.13333vw;
  max-width: 106px;
}

.type-payment .wrap-payment-icon p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 2.13333vw;
}

@media screen and (min-width: 769px) {
  .type-payment .wrap-payment-icon p {
    font-size: 3rem;
    margin-left: 16px;
  }
}

.type-payment .payment-text {
  font-size: 1.2rem;
  width: 90.66667vw;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .type-payment .payment-text {
    font-size: 1.4rem;
    margin-top: 60px;
  }
}

.type-payment .lp_btn {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .type-payment .lp_btn {
    margin-top: 60px;
  }
}

/* type-faq
-------------------------------------------------- */
.type-faq .wrap-faq {
  border-radius: 7px;
  background: #fff;
  width: 90.66667vw;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.1rem;
  padding: 5.33333vw;
}

@media screen and (min-width: 769px) {
  .type-faq .wrap-faq {
    font-size: 1.4rem;
    padding: 40px;
    border-radius: 10px;
  }
}

.type-faq .wrap-faq dt {
  margin-top: 1em;
}

.type-faq .wrap-faq dt::before {
  content: "Q：";
  margin-right: 0.2em;
}

.type-faq .wrap-faq dd::before {
  content: "A：";
  margin-right: 0.2em;
}

.type-faq .wrap-faq dd a {
  display: inline;
  margin: 0 0.2em;
}

/* type-faq
-------------------------------------------------- */
.type-sale-dlsite .wrap-sale-dlsite {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .type-sale-dlsite .wrap-sale-dlsite {
    flex-direction: row;
    max-width: 850px;
    margin: 0 auto;
  }
}

.type-sale-dlsite .wrap-sale-dlsite img {
  width: 76vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type-sale-dlsite .wrap-sale-dlsite img {
    max-width: 350px;
  }
}

.type-sale-dlsite .wrap-sale-dlsite .sale-dlsite-desc {
  width: 70.66667vw;
  max-width: 530px;
  margin: 0 auto;
  font-size: 1.2rem;
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .type-sale-dlsite .wrap-sale-dlsite .sale-dlsite-desc {
    font-size: 1.4rem;
    margin-top: 0;
    margin-left: 52px;
  }
}

.type-sale-dlsite .lp_btn {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .type-sale-dlsite .lp_btn {
    margin-top: 60px;
  }
}

/* fixed-attention
-------------------------------------------------- */
.fixed-attention {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 93.33333vw;
  max-width: 640px;
  font-size: 1.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 3.2vw 6.4vw;
  border-radius: 4px;
  bottom: 5.33333vw;
  z-index: 10;
  transition: all .3s ease;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .fixed-attention {
    font-size: 1.6rem;
    padding: 16px 32px;
    bottom: 20px;
    border-radius: 8px;
  }
}

.fixed-attention.hide {
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
}

.fixed-attention.ever-hide {
  display: none;
}

.fixed-attention p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fixed-attention a {
  color: #ffff00;
  text-decoration: underline;
}

.fixed-attention .wrap-fixed-attention-close {
  position: relative;
  cursor: pointer;
  margin-left: 3.2vw;
}

.fixed-attention .wrap-fixed-attention-close::before {
  display: inline;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  width: 5.33333vw;
  height: 5.33333vw;
  top: 0;
  left: 0;
}
