@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
@import url('"https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;500&display=swap');
html {
  font-size: 10px;
  font-size: 62.5%; }

body {
  font-family: Noto Serif JP,Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
  line-height: 1.6;
  font-size: 2.2em;
  -webkit-text-size-adjust: 100%; }

#page {
  margin: 0 auto;
  overflow: hidden; }

img {
  display: block; }

.inner {
  max-width: 750pt;
  min-width: 750px; }

.btn, .inner {
  margin: 0 auto; }

.btn {
  width: 731px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

.scrollFade {
  opacity: 0; }

#container {
  width: 170px;
  height: 4px;
  margin: 0 auto; }

.code_all_body {
  position: absolute; }

#conts_01 section, #conts_02 section, #conts_03 section {
  position: relative; }

h2 img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  55% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  55% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes ie-bar {
  0% {
    stroke-dashoffset: 100; }
  to {
    stroke-dashoffset: 0; } }

@keyframes ie-bar {
  0% {
    stroke-dashoffset: 100; }
  to {
    stroke-dashoffset: 0; } }

body {
  font-family: "Kiwi Maru", Arial, sans-serif; }

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/loading-bg.png");
  background-color: #ffe293;
  z-index: 999; }

#loader {
  position: relative;
  width: 100%;
  height: 100%; }
  #loader .loader-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #loader .loader-container {
    text-align: center; }
  #loader img {
    margin: 0 auto; }
  #loader p span {
    display: inline-block;
    -webkit-animation: b ease 1s infinite;
    animation: b ease 1s infinite; }
    #loader p span:nth-of-type(1) {
      -webkit-animation-delay: -.6s;
      animation-delay: -.6s; }
    #loader p span:nth-of-type(2) {
      -webkit-animation-delay: -.55s;
      animation-delay: -.55s; }
    #loader p span:nth-of-type(3) {
      -webkit-animation-delay: -.5s;
      animation-delay: -.5s; }
    #loader p span:nth-of-type(4) {
      -webkit-animation-delay: -.45s;
      animation-delay: -.45s; }
    #loader p span:nth-of-type(5) {
      -webkit-animation-delay: -.4s;
      animation-delay: -.4s; }
    #loader p span:nth-of-type(6) {
      -webkit-animation-delay: -.35s;
      animation-delay: -.35s; }
    #loader p span:nth-of-type(7) {
      -webkit-animation-delay: -.3s;
      animation-delay: -.3s; }
    #loader p span:nth-of-type(8) {
      -webkit-animation-delay: -.25s;
      animation-delay: -.25s; }
    #loader p span:nth-of-type(9) {
      -webkit-animation-delay: -.2s;
      animation-delay: -.2s; }
    #loader p span:nth-of-type(10) {
      -webkit-animation-delay: -.15s;
      animation-delay: -.15s; }
    #loader p span:nth-of-type(11) {
      -webkit-animation-delay: -.1s;
      animation-delay: -.1s; }
    #loader p span:nth-of-type(12) {
      -webkit-animation-delay: -50ms;
      animation-delay: -50ms; }
    #loader p span:nth-of-type(13) {
      -webkit-animation-delay: 0;
      animation-delay: 0; }

#hum-menu {
  background-color: #e0d0be;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200; }
  #hum-menu nav {
    margin: 0 auto;
    position: relative;
    width: 750px; }
  #hum-menu .nav-list {
    margin: 0 auto;
    padding: 0px 20px 0;
    width: 750px; }
    #hum-menu .nav-list li {
      border-bottom: dotted 2px #fff;
      padding: 20px 0;
      position: relative; }
      #hum-menu .nav-list li a {
        color: #585551;
        display: block;
        font-size: 3rem;
        text-align: center; }
        #hum-menu .nav-list li a:hover {
          color: #9f7148; }
  @media screen and (max-width: 820px) {
    #hum-menu .nav-list {
      width: auto; }
      #hum-menu .nav-list li a {
        font-size: 4vw; } }
  @media screen and (max-width: 480px) {
    #hum-menu .nav-list {
      width: auto; }
      #hum-menu .nav-list li a {
        font-size: 5vw; } }

#btn-hum {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 24;
  width: 120px; }
  #btn-hum img {
    max-width: 100%; }
  @media screen and (max-width: 820px) {
    #btn-hum {
      width: 90px; } }

.btn-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 30px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.outside {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  visibility: hidden; }

.open {
  opacity: 1;
  visibility: visible; }

#about-wrap {
  position: relative;
  background-image: url("../images/laip-bg.png");
  background-color: #bae3f9; }
  #about-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1eabd), color-stop(1%, rgba(241, 234, 189, 0.99)), to(rgba(241, 234, 189, 0)));
    background: -webkit-linear-gradient(top, #f1eabd 0%, rgba(241, 234, 189, 0.99) 1%, rgba(241, 234, 189, 0) 100%);
    background: -o-linear-gradient(top, #f1eabd 0%, rgba(241, 234, 189, 0.99) 1%, rgba(241, 234, 189, 0) 100%);
    background: linear-gradient(to bottom, #f1eabd 0%, rgba(241, 234, 189, 0.99) 1%, rgba(241, 234, 189, 0) 100%); }

#about_02 {
  background-image: url("../images/about/bg-about-3.png");
  background-position: center bottom;
  background-repeat: no-repeat; }
  #about_02 section:nth-of-type(1) {
    padding-top: 61px; }
  #about_02 section:nth-of-type(2) {
    padding-top: 150px;
    padding-bottom: 50px; }
    #about_02 section:nth-of-type(2) .inner p {
      margin-bottom: 20px; }
  #about_02 h2 {
    margin: 0 auto 37px;
    width: 435px;
    text-align: center; }
    #about_02 h2 + p {
      margin-bottom: 20px; }
  #about_02 h3 {
    margin: 0 auto 31px; }
  #about_02 h3, #about_02 p {
    text-align: center; }
    #about_02 h3 img, #about_02 p img {
      margin-left: auto;
      margin-right: auto; }
  #about_02 .intro
.btn {
    margin: 34px auto 0; }
  @media screen and (max-width: 900px) {
    #about_02 h2 img, #about_02 h3 img, #about_02 p img {
      max-width: 100%; }
    #about_02 h2 {
      width: 60vw; }
    #about_02 h3 {
      width: 80vw; }
    #about_02 p {
      width: 90vw;
      margin-left: auto;
      margin-right: auto; } }

.intro .slick_slider02 {
  background: url("../images//about/bg-SS.png") center top no-repeat;
  height: 408px;
  padding: 31px 0 0;
  width: 750px;
  max-width: 750pt;
  min-width: 750px;
  margin: 0 auto; }
  .intro .slick_slider02 img {
    display: block;
    margin: 0 auto;
    width: 666px; }
  @media screen and (max-width: 800px) {
    .intro .slick_slider02 {
      background-size: cover;
      width: 90vw;
      height: 48.96vw;
      max-width: auto;
      min-width: auto;
      padding: 3.5vw 0 0; }
      .intro .slick_slider02 img {
        width: 79.92vw;
        height: auto; } }

.intro .slick-dots {
  margin: 9pt auto 0;
  width: 664px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .intro .slick-dots li {
    width: 166px;
    height: 87pt;
    margin-right: 0;
    background-repeat: no-repeat; }
    .intro .slick-dots li:nth-child(1) {
      background-image: url("../images//about/ss-S_01_off.png"); }
      .intro .slick-dots li:nth-child(1).slick-active, .intro .slick-dots li:nth-child(1):hover {
        background-image: url("../images//about/ss-S_01_on.png"); }
    .intro .slick-dots li:nth-child(2) {
      background-image: url("../images//about/ss-S_02_off.png"); }
      .intro .slick-dots li:nth-child(2).slick-active, .intro .slick-dots li:nth-child(2):hover {
        background-image: url("../images//about/ss-S_02_on.png"); }
    .intro .slick-dots li:nth-child(3) {
      background-image: url("../images//about/ss-S_03_off.png"); }
      .intro .slick-dots li:nth-child(3).slick-active, .intro .slick-dots li:nth-child(3):hover {
        background-image: url("../images//about/ss-S_03_on.png"); }
    .intro .slick-dots li:nth-child(4) {
      background-image: url("../images//about/ss-S_04_off.png"); }
      .intro .slick-dots li:nth-child(4).slick-active, .intro .slick-dots li:nth-child(4):hover {
        background-image: url("../images//about/ss-S_04_on.png"); }
  @media screen and (max-width: 800px) {
    .intro .slick-dots {
      width: auto; }
      .intro .slick-dots li {
        width: 20vw;
        height: 13.97vw;
        background-size: cover;
        background-position: center; } }

@media screen and (min-width: 1000px) {
  .intro .slick-prev {
    left: -10px; }
  .intro .slick-next {
    right: -10px; } }

.slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slick-dots button::before {
    display: none; }

#conts_05 {
  background-color: #000;
  padding: 50px 0; }
  #conts_05 .inner {
    max-width: none;
    min-width: 1px;
    width: 526px; }
  #conts_05 .btn-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #conts_05 .btn-section a {
      position: relative; }
      #conts_05 .btn-section a img {
        max-width: 100%; }
    #conts_05 .btn-section:nth-child(1) a {
      width: 100%; }
    #conts_05 .btn-section:nth-child(2) {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #conts_05 .btn-section:nth-child(2) a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px; }
  @media screen and (max-width: 620px) {
    #conts_05 .inner {
      width: auto; }
    #conts_05 .btn-section {
      width: 90vw;
      margin-left: auto;
      margin-right: auto; }
      #conts_05 .btn-section:nth-child(1) a {
        width: 90vw; }
      #conts_05 .btn-section:nth-child(2) a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44vw;
        flex: 0 0 44vw; } }

footer {
  padding-top: 2pc;
  padding-bottom: 2pc;
  background: #282828; }
  footer p {
    color: #fff;
    padding: 40px 0 20px;
    text-align: center; }
  @media screen and (min-width: 821px) {
    footer .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.4rem;
      margin: 0 auto; }
      footer .links li,
      footer .links a {
        color: #ffe5a5; }
      footer .links a:hover {
        color: #ffd619;
        text-decoration: underline; }
      footer .links + p {
        font-size: 1.1rem;
        padding-top: 24px; } }
  footer .copyright {
    font-family: Arial, sans-serif; }
  footer .footer-copy {
    width: 368px; }

@media screen and (max-width: 820px) {
  footer .footer-copy {
    width: 90vw; }
  footer .copyright {
    font-size: 12px; }
  footer .links {
    margin: 0 auto; }
    footer .links em {
      display: none; }
    footer .links li {
      font-size: 4vw;
      padding: 10px 0;
      text-align: center;
      color: #ffe5a5; }
      footer .links li:first-child {
        padding-top: 0; }
      footer .links li a {
        color: #ffe5a5;
        display: block; }
    footer .links p {
      font-size: 1.8rem; } }

body {
  background-color: #fcdcd1; }

img {
  display: inline-block; }

.copytext {
  position: absolute; }
  .copytext img {
    width: 175px; }

main {
  width: 100%;
  overflow: hidden;
  position: relative; }
  main:before {
    content: "";
    position: absolute;
    width: 1920px;
    height: 960px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../images/bg-kv.jpg");
    background-position: center top;
    background-repeat: no-repeat; }
  @media screen and (max-width: 820px) {
    main:before {
      width: 100%;
      height: 150vw;
      background-image: url("../images/bg-kv-m.jpg");
      background-size: cover; } }

@media screen and (max-width: 960px) {
  .inner {
    min-width: auto; } }

header {
  position: relative; }
  header .inner {
    height: 960px;
    margin: 0 auto;
    position: relative;
    max-width: auto; }
    @media screen and (max-width: 820px) {
      header .inner {
        height: 150vw; } }
  header .logo {
    position: absolute;
    top: 25px;
    left: 0%;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    z-index: 9;
    width: 584px;
    height: 158px; }
    @media screen and (max-width: 820px) {
      header .logo {
        width: 55vw;
        top: 5vw;
        height: auto; }
        header .logo img {
          max-width: 100%;
          height: auto; } }
  header .slogan {
    position: absolute;
    bottom: 60px;
    z-index: 9;
    text-align: center;
    width: 100%;
    font-weight: bold; }
    header .slogan p {
      color: #ebbe3c;
      margin-bottom: 20px;
      background-color: #000;
      -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
      font-size: 30px;
      width: 20em;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5;
      border-radius: .75em; }
    @media screen and (max-width: 820px) {
      header .slogan {
        bottom: 10vw; }
        header .slogan p {
          font-size: 4vw; } }
  header .store-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    header .store-icon a {
      margin: 0 5px; }
    header .store-icon img {
      height: 60px; }

.title {
  width: 750px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }
  .title img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 960px) {
    .title {
      width: 85vw; } }

#conts_01 {
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/event-bg.jpg");
  background-color: #fff4ae;
  background-repeat: no-repeat;
  background-position: center; }
  #conts_01::before, #conts_01::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0;
    z-index: 5; }
  #conts_01::before {
    top: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background-image: url("../images/event-bg-top.png");
    background-repeat: repeat-x; }
  #conts_01::after {
    bottom: 0;
    background-image: url("../images/avatar-bg-top.png");
    background-repeat: repeat-x; }
  @media screen and (max-width: 1024px) {
    #conts_01 {
      background-image: url("../images/event-bg-m.jpg");
      background-size: cover; } }
  @media screen and (max-width: 700px) {
    #conts_01::after {
      background-image: url("../images/avatar-bg-top-m.png"); } }
  #conts_01 .slick_slider00 {
    margin: 0 auto;
    position: relative; }
    #conts_01 .slick_slider00 .slick-slide {
      padding: 5px;
      width: 750px !important;
      height: 436px;
      border: 3px solid #000;
      background-color: #fff;
      border-radius: 20px;
      position: relative; }
    #conts_01 .slick_slider00 .items {
      border-radius: 15px;
      overflow: hidden;
      font-size: 0; }
      #conts_01 .slick_slider00 .items img {
        max-width: 100%;
        height: auto; }
  #conts_01 .slick-list {
    z-index: 3;
    width: 750px;
    height: 436px;
    position: relative; }
  #conts_01 .slick-prev {
    left: 0;
    -webkit-transform: translate(-120%, -50%);
    -ms-transform: translate(-120%, -50%);
    transform: translate(-120%, -50%);
    background-image: url("../images/event/arrow-left.png"); }
  #conts_01 .slick-next {
    right: 0;
    -webkit-transform: translate(120%, -50%);
    -ms-transform: translate(120%, -50%);
    transform: translate(120%, -50%);
    background-image: url("../images/event/arrow-right.png"); }
  #conts_01 .slick-arrow {
    display: none !important; }
    @media screen and (max-width: 1024px) {
      #conts_01 .slick-arrow {
        display: block !important;
        height: 60px;
        width: 60px;
        z-index: 33;
        background-repeat: no-repeat;
        background-size: cover; }
        #conts_01 .slick-arrow::before {
          display: none; } }
  #conts_01 .slick-dots {
    position: absolute;
    top: 0%;
    -webkit-transform: translate(80%, 10%);
    -ms-transform: translate(80%, 10%);
    transform: translate(80%, 10%);
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 5;
    display: block; }
    #conts_01 .slick-dots li {
      height: 44px;
      margin: 0 0 10px;
      padding: 0;
      width: 220px;
      list-style-type: none;
      position: relative;
      color: #fff;
      background-color: #000;
      border-radius: 22px;
      outline: 2px solid #f8b62b;
      border: 3px solid #fff;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #conts_01 .slick-dots li.slick-active {
        background-color: #f8b62b;
        color: #000;
        outline: 2px solid #fff;
        border: 3px solid #000; }
      #conts_01 .slick-dots li button {
        display: none; }
        #conts_01 .slick-dots li button::before {
          font-size: 0; }
      #conts_01 .slick-dots li:nth-child(1)::before {
        content: "ログインボーナス"; }
      #conts_01 .slick-dots li:nth-child(2)::before {
        content: "カフェ経営"; }
      #conts_01 .slick-dots li:nth-child(3)::before {
        content: "ドッジ☆大作戦"; }
      #conts_01 .slick-dots li:nth-child(4)::before {
        content: "コラボガチャ"; }
      #conts_01 .slick-dots li:nth-child(5)::before {
        content: "ストーリークエスト"; }
      @media screen and (max-width: 1024px) {
        #conts_01 .slick-dots li {
          display: none; } }
  #conts_01 section {
    position: relative; }
  @media screen and (max-width: 960px) {
    #conts_01 section,
    #conts_01 .slick_slider00,
    #conts_01 .slick_slider00 .slick-list,
    #conts_01 .slick_slider00 .slick-slide {
      margin-left: auto;
      margin-right: auto;
      width: 80vw !important;
      height: 46.5vw; }
    #conts_01 .slick_slider00 .slick-list {
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 820px) {
    #conts_01 .slick-prev {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #conts_01 .slick-next {
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%); } }
  @media screen and (max-width: 600px) {
    #conts_01 .slick-arrow {
      width: 10vw;
      height: 10vw; } }
  #conts_01 .slide-character {
    position: absolute;
    top: 50%;
    z-index: 4; }
    @media screen and (max-width: 1024px) {
      #conts_01 .slide-character {
        display: none; } }
  #conts_01 .slide-character-1 {
    left: 0;
    -webkit-transform: translate(-90%, -40%);
    -ms-transform: translate(-90%, -40%);
    transform: translate(-90%, -40%); }
  #conts_01 .slide-character-2 {
    right: 0;
    -webkit-transform: translate(68%, 170%);
    -ms-transform: translate(68%, 170%);
    transform: translate(68%, 170%); }

#conts_02 {
  position: relative;
  padding: 116px 0;
  background-image: url("../images/avatar-bg-repeat.jpg");
  background-color: #fff;
  background-position: center top;
  background-repeat: repeat-y; }
  #conts_02::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0;
    z-index: 5;
    bottom: 0;
    background-image: url("../images/introduce-bg-top.png");
    background-position: center top;
    background-repeat: no-repeat; }
  @media screen and (max-width: 960px) {
    #conts_02 {
      padding-top: 15vw;
      padding-bottom: 17vw; } }
  @media screen and (max-width: 700px) {
    #conts_02 {
      background-image: url("../images/avatar-bg-repeat-m.jpg"); }
      #conts_02::after {
        background-image: url("../images/introduce-bg-top-1.png"); } }
  #conts_02 .inner {
    max-width: 940px;
    margin: 0 auto; }
  #conts_02 h2 {
    margin-bottom: 30px; }
  #conts_02 section {
    margin-bottom: 40px; }
  #conts_02 .swiper {
    width: 380px; }
    @media screen and (max-width: 960px) {
      #conts_02 .swiper {
        margin-left: 0;
        width: 45vw; } }
    #conts_02 .swiper-button-next, #conts_02 .swiper-button-prev {
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      width: 40px;
      height: 58px;
      background-size: cover; }
      #conts_02 .swiper-button-next::after, #conts_02 .swiper-button-prev::after {
        content: ""; }
    #conts_02 .swiper-button-next {
      right: 0;
      background-image: url("../images/avatar/avatar-arrow_right.png"); }
    #conts_02 .swiper-button-prev {
      left: 0;
      background-image: url("../images/avatar/avatar-arrow_left.png"); }

.avatar-item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 450px;
  height: 350px;
  -webkit-transform: translate(-10%, 0%);
  -ms-transform: translate(-10%, 0%);
  transform: translate(-10%, 0%);
  background-repeat: no-repeat;
  background-size: cover; }

.avatar-item#avatar-item-1::before {
  background-image: url("../images/avatar/avatar-bg-1.png"); }

.avatar-item#avatar-item-2::before {
  background-image: url("../images/avatar/avatar-bg-2.png"); }

.avatar-item#avatar-item-3::before {
  background-image: url("../images/avatar/avatar-bg-3.png"); }

.avatar-item#avatar-item-4::before {
  background-image: url("../images/avatar/avatar-bg-4.png"); }

.avatar-item#avatar-item-5::before {
  background-image: url("../images/avatar/avatar-bg-5.png"); }

.avatar-item#avatar-item-6::before {
  background-image: url("../images/avatar/avatar-bg-6.png"); }

.avatar-item#avatar-item-7::before {
  background-image: url("../images/avatar/avatar-bg-7.png"); }

.avatar-item#avatar-item-8::before {
  background-image: url("../images/avatar/avatar-bg-8.png"); }

.avatar-item#avatar-item-9::before {
  background-image: url("../images/avatar/avatar-bg-9.png"); }

.avatar-item#avatar-item-1::before {
  -webkit-transform: translate(-10%, -10%);
  -ms-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%); }

.avatar-item#avatar-item-2::before {
  -webkit-transform: translate(-10%, -10%);
  -ms-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%); }

.avatar-item#avatar-item-3::before {
  -webkit-transform: translate(-10%, -10%);
  -ms-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%); }

@media screen and (max-width: 960px) {
  .avatar-item::before {
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    width: 45vw;
    height: 35vw;
    right: 50%;
    top: 5vw; }
  .avatar-item#avatar-item-1::before {
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%); }
  .avatar-item#avatar-item-2::before {
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%); }
  .avatar-item#avatar-item-3::before {
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%); } }

@media screen and (max-width: 960px) {
  .avatar {
    width: 90vw;
    margin-left: auto;
    margin-right: auto; } }

.avatar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .avatar-content {
      display: block;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.avatar-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 430px;
  flex: 0 0 430px;
  margin-bottom: 20px;
  position: relative;
  height: 100%; }
  .avatar-img img {
    max-width: 100%; }

.avatar-media {
  height: 0px;
  width: 100%;
  padding: 10px;
  position: relative; }
  .avatar-media-wrap {
    border: 4px solid #fff;
    border-radius: 15px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 131.578%;
    overflow: hidden; }
  .avatar-media video {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.avatar-video {
  position: absolute;
  width: 100px;
  right: 15px;
  top: 15px; }

.avatar-info {
  position: relative;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media screen and (max-width: 960px) {
    .avatar-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .avatar-info-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%); }
  .avatar-info dl {
    background-color: #fff;
    padding: 30px 15px 15px;
    border-radius: 15px;
    margin-left: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      .avatar-info dl {
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%; } }
  .avatar-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #9f90ae;
    font-size: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .avatar-info-content img {
      margin-right: 5px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px; }
      @media screen and (max-width: 767px) {
        .avatar-info-content img {
          margin-bottom: 5px; } }
    .avatar-info-content p {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      line-height: 1.2; }
    .avatar-info-content ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .avatar-info-content li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      padding-right: 5px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .avatar-info-content li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 0 10px;
          text-align: center; }
          .avatar-info-content li p {
            margin-bottom: 0; } }
  .avatar-info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.avatar-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .avatar-nav ul li {
    width: 100px;
    height: 100px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid #fff;
    border-radius: 10px; }
    .avatar-nav ul li:nth-child(1) {
      background-image: url("../images/avatar/avatar-nav-1.jpg"); }
    .avatar-nav ul li:nth-child(2) {
      background-image: url("../images/avatar/avatar-nav-2.jpg"); }
    .avatar-nav ul li:nth-child(3) {
      background-image: url("../images/avatar/avatar-nav-3.jpg"); }
    .avatar-nav ul li:nth-child(4) {
      background-image: url("../images/avatar/avatar-nav-4.jpg"); }
    .avatar-nav ul li:nth-child(5) {
      background-image: url("../images/avatar/avatar-nav-5.jpg"); }
    .avatar-nav ul li:nth-child(6) {
      background-image: url("../images/avatar/avatar-nav-6.jpg"); }
    .avatar-nav ul li:nth-child(7) {
      background-image: url("../images/avatar/avatar-nav-7.jpg"); }
    .avatar-nav ul li:nth-child(8) {
      background-image: url("../images/avatar/avatar-nav-8.jpg"); }
    .avatar-nav ul li:nth-child(9) {
      background-image: url("../images/avatar/avatar-nav-9.jpg"); }
    .avatar-nav ul li::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
    .avatar-nav ul li.active::after {
      display: none; }

@media screen and (max-width: 960px) {
  .avatar-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .avatar-nav ul li {
      width: 12vw;
      height: 12vw;
      border: 3px solid #fff;
      margin-bottom: 10px; } }

#conts_03 {
  position: relative; }
  #conts_03::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0;
    z-index: 5;
    bottom: 0;
    background-image: url("../images/laip-bg-top.png");
    background-position: center top; }
  #conts_03 .title {
    top: 100px; }
    @media screen and (max-width: 700px) {
      #conts_03 .title {
        top: 15vw; } }
  #conts_03 .title, #conts_03 .copytext {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 11; }
  #conts_03 .inner {
    max-width: none; }
  #conts_03 .copytext {
    bottom: 30px; }
    #conts_03 .copytext-2 img {
      width: 382px;
      height: auto; }

.introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 700px) {
    .introduce {
      display: block; } }
  .introduce-section {
    padding-top: 250px;
    padding-bottom: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 700px) {
      .introduce-section {
        display: block;
        padding-top: 60px;
        padding-bottom: 60px; }
        .introduce-section:nth-child(1) {
          padding-top: 30vw; } }
  .introduce-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    padding: 40px; }
    @media screen and (max-width: 1180px) {
      .introduce-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
        flex: 0 0 50vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0; } }
  .introduce-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .introduce-img img {
      max-width: 100%; }
  .introduce-title {
    color: #fff;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 1180px) {
      .introduce-title {
        width: 40vw;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 700px) {
      .introduce-title {
        width: 60vw; } }
    .introduce-title h3 {
      display: inline-block;
      height: 79px;
      width: 385px;
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1180px) {
        .introduce-title h3 {
          width: 100%;
          height: 0;
          padding-top: 20.51%; } }
  @media screen and (max-width: 1180px) {
    .introduce-content {
      width: 40vw;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 700px) {
    .introduce-content {
      width: 80vw; } }

#introduce-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-image: url("../images/introduce/introduce-1-bg.jpg");
  background-color: #bbc4e4; }
  #introduce-1 .introduce-img {
    width: 237px; }
  #introduce-1 .introduce-title h3 {
    background-image: url("../images/introduce/introduce-1-title.png"); }

#introduce-2 {
  position: relative;
  background-image: url("../images/introduce/introduce-2-bg.jpg");
  background-color: #ffe67a; }
  @media screen and (max-width: 700px) {
    #introduce-2::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 14px;
      left: 0;
      z-index: 5;
      top: 0;
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
      background-image: url("../images/introduce-bg-top-2.png");
      background-position: center top;
      background-repeat: no-repeat; } }
  #introduce-2 .introduce-img {
    width: 144px; }
  #introduce-2 .introduce-title h3 {
    background-image: url("../images/introduce/introduce-2-title.png"); }

#conts_04 {
  position: relative;
  padding-bottom: 200px;
  background-image: url("../images/bg-5.jpg");
  background-color: #8bd2ff;
  background-repeat: no-repeat;
  background-position: center; }
  #conts_04 .nano > .nano-pane {
    background: rgba(255, 255, 255, 0.25); }
    #conts_04 .nano > .nano-pane > .nano-slider {
      background: rgba(255, 255, 255, 0.8); }
  #conts_04 .nano-content {
    padding: 20px; }
  #conts_04 .copytext {
    max-width: 750px;
    margin: 0 auto;
    position: relative; }
  #conts_04 .story {
    max-width: 750px;
    margin: 0 auto;
    height: 500px; }
    #conts_04 .story-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      font-size: 18px; }
      #conts_04 .story-section:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    #conts_04 .story-text {
      text-align: center; }
      #conts_04 .story-text span {
        display: block; }
    #conts_04 .story-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

.gotop {
  position: fixed;
  left: 10px;
  bottom: 5vw;
  z-index: 20;
  width: 200px; }
  .gotop img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 820px) {
    .gotop {
      width: 25vw; } }

.xpay {
  bottom: 70px; }
  @media screen and (max-width: 820px) {
    .xpay {
      bottom: 100px;
      right: 10px; } }
