@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: #293366 !important;
  font-size: 1.2rem;
  height: auto;
  padding: 2em 0;
}

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

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

.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: #666;
  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 .lp_btn {
  position: relative;
  display: block;
  width: 73.33333vw;
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  padding: 0.7em 1em;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.15);
}

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

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

.lp-sec .lp_btn::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  right: 0.5em;
}

@media screen and (min-width: 769px) {
  .lp-sec .lp_btn::after {
    font-size: 4rem;
  }
}

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

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

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

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

/* headline
-------------------------------------------------- */
.headline-01 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 10px black;
}

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

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

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

.headline-02.type-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 10px black;
}

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

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

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

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

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

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

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

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

.type-hero .slide-bg {
  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .type-hero .slide-bg {
    width: 100vw;
  }
}

.type-hero .slide-bg [class^="slide-bg-item-"] {
  width: 200%;
  padding-top: 28vw;
  filter: blur(0.3vw);
}

@media screen and (min-width: 769px) {
  .type-hero .slide-bg [class^="slide-bg-item-"] {
    filter: blur(3px);
    padding-top: 250px;
  }
}

@media screen and (min-width: 1281px) {
  .type-hero .slide-bg [class^="slide-bg-item-"] {
    padding-top: 210px;
  }
}

.type-hero .slide-bg .slide-bg-item-01 {
  background: url(/src/img/lp_top_china/bg_slide_01.jpg) repeat-x 0 0/cover;
  margin-left: -100vw;
  animation: slide_toright 100s linear 0s infinite both;
}

@media screen and (min-width: 769px) {
  .type-hero .slide-bg .slide-bg-item-01 {
    background-size: contain;
    animation: slide_toright 200s linear 0s infinite both;
  }
}

.type-hero .slide-bg .slide-bg-item-02 {
  background: url(/src/img/lp_top_china/bg_slide_02.jpg) repeat-x 0 0/cover;
  animation: slide_toleft 100s linear 0s infinite both;
}

@media screen and (min-width: 769px) {
  .type-hero .slide-bg .slide-bg-item-02 {
    background-size: contain;
    animation: slide_toleft 200s linear 0s infinite both;
  }
}

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

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

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

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

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

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

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

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

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

@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: 1.06667vw;
}

.type-hero .type-hero-inner .genre-tags .genre-tags-item:nth-child(1) {
  color: #44a5db;
}

.type-hero .type-hero-inner .genre-tags .genre-tags-item:nth-child(2) {
  color: #f99621;
}

.type-hero .type-hero-inner .genre-tags .genre-tags-item:nth-child(3) {
  color: #5da620;
}

.type-hero .type-hero-inner .genre-tags .genre-tags-item:nth-child(4) {
  color: #f26194;
}

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

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

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

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

.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_top_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_top_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;
  }
}

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

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

/* type-links
-------------------------------------------------- */
.type-links {
  background: #fff;
}

.type-links .wrap-floor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13.33333vw 0;
}

@media screen and (min-width: 769px) {
  .type-links .wrap-floor {
    flex-direction: row;
    padding: 40px 0 70px;
  }
}

.type-links .wrap-floor .floor-content {
  width: 73.33333vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type-links .wrap-floor .floor-content {
    width: auto;
    padding: 24px 36px;
    margin: 0;
    border-left: 1px dashed #ddd;
  }
}

.type-links .wrap-floor .floor-content:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
}

@media screen and (min-width: 769px) {
  .type-links .wrap-floor .floor-content:nth-of-type(n+2) {
    margin-top: 0;
    padding: 24px 36px;
    border-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .type-links .wrap-floor .floor-content:last-of-type {
    border-right: 1px dashed #ddd;
  }
}

.type-links .wrap-floor .floor-content .floor-content-inner .content-desc {
  width: 61.33333vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .type-links .wrap-floor .floor-content .floor-content-inner .content-desc {
    width: 320px;
  }
}

.type-links .wrap-floor .floor-content .floor-content-inner .content-desc:first-of-type {
  margin-top: 30px;
}

.type-links .wrap-floor .floor-content .floor-content-inner .content-desc:nth-of-type(n+2) {
  margin-top: 0.5em;
}

.type-links .wrap-floor .floor-content .floor-content-inner .content-desc .content-desc-item {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .type-links .wrap-floor .floor-content .floor-content-inner .content-desc .content-desc-item {
    font-size: 2.4rem;
  }
}

.type-links .wrap-floor .floor-content .floor-content-inner .content-desc .content-desc-item:nth-of-type(n+2) {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .type-links .wrap-floor .floor-content .floor-content-inner .content-desc .content-desc-item:nth-of-type(n+2) {
    font-size: 2rem;
  }
}
