@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.jpg");
  background-color: #bae3f9;
  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;
    width: 418px; }
  #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: #8bd2ff;
  height: 100%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 25; }
  #hum-menu nav {
    margin: 0 auto;
    position: relative;
    width: 750px; }
  #hum-menu .nav-list {
    margin: 0 auto;
    padding: 150px 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: #fff;
        display: block;
        font-size: 3rem;
        text-align: center; }
        #hum-menu .nav-list li a:hover {
          color: #f7eebd; }

#btn-hum {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 24;
  width: 120px; }
  #btn-hum img {
    max-width: 100%; }

.btn-close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 30px; }

.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;
  padding-top: 205px;
  background-image: url("../images/loading-bg.jpg");
  background-color: #bae3f9; }
  #about-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 205px;
    top: 0;
    background-image: url("../images/event-6-bg-top.png");
    background-position: top left;
    background-repeat: no-repeat; }

#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 + p, #about_02 h3 + div p:first-child {
    margin: 0 auto;
    width: 750px; }
  #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; }

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

.intro .slick-dots {
  margin: 9pt auto 0;
  width: 664px; }
  .intro .slick-dots li {
    width: 166px;
    height: 87pt;
    margin-right: 0; }
    .intro .slick-dots li:nth-child(1) {
      background: url("../images//about/ss-S_01_off.png") no-repeat; }
      .intro .slick-dots li:nth-child(1).slick-active, .intro .slick-dots li:nth-child(1):hover {
        background: url("../images//about/ss-S_01_on.png") no-repeat; }
    .intro .slick-dots li:nth-child(2) {
      background: url("../images//about/ss-S_02_off.png") no-repeat; }
      .intro .slick-dots li:nth-child(2).slick-active, .intro .slick-dots li:nth-child(2):hover {
        background: url("../images//about/ss-S_02_on.png") no-repeat; }
    .intro .slick-dots li:nth-child(3) {
      background: url("../images//about/ss-S_03_off.png") no-repeat; }
      .intro .slick-dots li:nth-child(3).slick-active, .intro .slick-dots li:nth-child(3):hover {
        background: url("../images//about/ss-S_03_on.png") no-repeat; }
    .intro .slick-dots li:nth-child(4) {
      background: url("../images//about/ss-S_04_off.png") no-repeat; }
      .intro .slick-dots li:nth-child(4).slick-active, .intro .slick-dots li:nth-child(4):hover {
        background: url("../images//about/ss-S_04_on.png") no-repeat; }

@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; }

.slick-prev, .slick-next {
  height: 82px;
  width: 84px;
  z-index: 3; }

.slick-prev {
  background: url("../../191212/images/about/arrow_left.png") no-repeat; }

.slick-next {
  background: url("../../191212/images/about/arrow_right.png") no-repeat; }

footer {
  padding-top: 2pc;
  padding-bottom: 2pc;
  background: #4276ad; }
  footer .sp {
    margin: 0 auto;
    width: 710px; }
    footer .sp li {
      font-size: 2.2rem;
      padding: 20px 0;
      text-align: center;
      color: #ffe5a5; }
      footer .sp li:first-child {
        padding-top: 0; }
      footer .sp li a {
        color: #ffe5a5;
        display: block; }
    footer .sp p {
      font-size: 1.8rem; }
  footer p {
    color: #fff;
    padding: 40px 0 20px;
    text-align: center; }
  footer .pc {
    font-size: 1.4rem;
    margin: 0 auto;
    width: 45pc; }
    footer .pc li, footer .pc a {
      color: #ffe5a5; }
    footer .pc a:hover {
      color: #ffd619;
      text-decoration: underline; }
    footer .pc + p {
      font-size: 1.1rem;
      padding-top: 24px; }

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: url("../images/bg-kv.jpg") center top no-repeat; }

header {
  position: relative; }
  header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 360px;
    bottom: 0;
    left: 0;
    z-index: 8;
    background-image: url("../images/event-2-bg-top.png");
    background-position: center;
    background-repeat: no-repeat; }
  header .inner {
    height: 960px;
    margin: 0 auto;
    position: relative; }
  header h1 {
    position: absolute;
    top: 267px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
    width: 500px;
    height: 360px; }
  header .slogan {
    position: absolute;
    bottom: 120px;
    z-index: 9;
    text-align: center;
    width: 100%; }
    header .slogan p {
      color: #6c9bd2;
      margin-bottom: 20px; }
  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; }
  header .kv-character {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 7; }
    header .kv-character::before {
      content: "";
      left: 0;
      top: 0;
      position: absolute;
      background-size: cover; }
    header .kv-character-1 {
      width: 380px; }
      header .kv-character-1::before {
        background-image: url("../images/kv-character-1.png");
        width: 100%;
        height: 0;
        padding-top: 123.81579%;
        -webkit-transform: translate(-158%, -82%);
        -ms-transform: translate(-158%, -82%);
        transform: translate(-158%, -82%); }
    header .kv-character-2 {
      width: 468px; }
      header .kv-character-2::before {
        background-image: url("../images/kv-character-2.png");
        width: 100%;
        height: 0;
        padding-top: 106.83761%;
        -webkit-transform: translate(38%, -55%);
        -ms-transform: translate(38%, -55%);
        transform: translate(38%, -55%); }
    header .kv-character-3 {
      width: 300px; }
      header .kv-character-3::before {
        background-image: url("../images/kv-character-3.png");
        width: 100%;
        height: 0;
        padding-top: 104.33333%;
        -webkit-transform: translate(-50%, -140%);
        -ms-transform: translate(-50%, -140%);
        transform: translate(-50%, -140%); }
  header .kv-cappuccino {
    width: 182px;
    left: auto;
    right: 0;
    top: 0; }
    header .kv-cappuccino::before {
      background-image: url("../images/kv-cappuccino.png");
      width: 100%;
      height: 0;
      padding-top: 100%;
      -webkit-transform: translate(-80%, 0%);
      -ms-transform: translate(-80%, 0%);
      transform: translate(-80%, 0%); }
  header .kv-chiffon {
    width: 204px;
    top: 0; }
    header .kv-chiffon::before {
      background-image: url("../images/kv-chiffon.png");
      width: 100%;
      height: 0;
      padding-top: 62.7451%;
      -webkit-transform: translate(35%, 0%);
      -ms-transform: translate(35%, 0%);
      transform: translate(35%, 0%); }
  header .kv-coffee {
    width: 160px;
    z-index: 10; }
    header .kv-coffee::before {
      background-image: url("../images/kv-coffee.png");
      width: 100%;
      height: 0;
      padding-top: 91.875%;
      -webkit-transform: translate(-230%, -10%);
      -ms-transform: translate(-230%, -10%);
      transform: translate(-230%, -10%); }
  header .kv-mocha {
    width: 163px;
    top: 0;
    z-index: 6; }
    header .kv-mocha::before {
      background-image: url("../images/kv-mocha.png");
      width: 100%;
      height: 0;
      padding-top: 101.63934%;
      -webkit-transform: translate(-200%, 3%);
      -ms-transform: translate(-200%, 3%);
      transform: translate(-200%, 3%); }
  header .kv-cloud {
    width: 225px;
    z-index: 5; }
    header .kv-cloud::before {
      background-image: url("../images/kv-cloud.png");
      width: 100%;
      height: 0;
      padding-top: 66.66667%;
      -webkit-transform: translate(190%, -130%);
      -ms-transform: translate(190%, -130%);
      transform: translate(190%, -130%); }
  header .inner {
    max-width: none; }
  header .twenty {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 192px;
    z-index: 9; }
    header .twenty img {
      max-width: 100%; }

.title {
  width: 750px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }
  .title img {
    max-width: 100%;
    height: auto; }

#conts_01 {
  margin-top: -1px;
  min-height: 960px;
  padding-bottom: 300px;
  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-2-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #8bd2ff; }
  #conts_01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: 0;
    background-image: url("../images/event-3-bg-top.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #8bd2ff; }
  #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 #7a8a9b;
      background-color: #fff;
      border-radius: 20px; }
    #conts_01 .slick_slider00 .items {
      border-radius: 15px;
      overflow: hidden;
      font-size: 0; }
      #conts_01 .slick_slider00 .items img {
        min-width: 100%;
        height: auto; }
  #conts_01 .slick-list {
    z-index: 3;
    width: 750px;
    height: 436px;
    position: relative; }
  #conts_01 .slick-arrow {
    display: none !important; }
  #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 5px;
      padding: 0;
      width: 220px;
      list-style-type: none;
      position: relative; }
      #conts_01 .slick-dots li button::before {
        font-size: 0; }
      #conts_01 .slick-dots li:nth-child(1) {
        background: url("../images/event/event-nav-1.png") no-repeat; }
        #conts_01 .slick-dots li:nth-child(1):hover, #conts_01 .slick-dots li:nth-child(1).slick-active {
          background: url("../images/event/event-nav-1-active.png") no-repeat; }
      #conts_01 .slick-dots li:nth-child(2) {
        background: url("../images/event/event-nav-2.png") no-repeat; }
        #conts_01 .slick-dots li:nth-child(2):hover, #conts_01 .slick-dots li:nth-child(2).slick-active {
          background: url("../images/event/event-nav-2-active.png") no-repeat; }
      #conts_01 .slick-dots li:nth-child(3) {
        background: url("../images/event/event-nav-3.png") no-repeat; }
        #conts_01 .slick-dots li:nth-child(3):hover, #conts_01 .slick-dots li:nth-child(3).slick-active {
          background: url("../images/event/event-nav-3-active.png") no-repeat; }
      #conts_01 .slick-dots li:nth-child(4) {
        background: url("../images/event/event-nav-4.png") no-repeat; }
        #conts_01 .slick-dots li:nth-child(4):hover, #conts_01 .slick-dots li:nth-child(4).slick-active {
          background: url("../images/event/event-nav-4-active.png") no-repeat; }
      #conts_01 .slick-dots li:nth-child(5) {
        background: url("../images/event/event-nav-5.png") no-repeat; }
        #conts_01 .slick-dots li:nth-child(5):hover, #conts_01 .slick-dots li:nth-child(5).slick-active {
          background: url("../images/event/event-nav-5-active.png") no-repeat; }
  #conts_01 section {
    position: relative; }
  #conts_01 .slide-character {
    position: absolute;
    top: 50%;
    z-index: 4; }
  #conts_01 .slide-character-1 {
    left: 0;
    -webkit-transform: translate(-70%, -30%);
    -ms-transform: translate(-70%, -30%);
    transform: translate(-70%, -30%); }
  #conts_01 .slide-character-2 {
    right: 0;
    -webkit-transform: translate(68%, 20%);
    -ms-transform: translate(68%, 20%);
    transform: translate(68%, 20%); }

#conts_02 {
  position: relative;
  z-index: 10;
  padding-bottom: 142px;
  background-image: url("../images/loading-bg.jpg");
  background-color: #bae3f9; }
  #conts_02 .inner {
    max-width: 800px;
    margin: 0 auto; }
  #conts_02 h2 {
    margin-bottom: 30px; }
  #conts_02 section {
    margin-bottom: 40px; }
  #conts_02 .slick-list {
    overflow: visible; }
  #conts_02 .slick-arrow {
    width: 70px;
    height: 70px; }
    #conts_02 .slick-arrow::before {
      content: ""; }
  #conts_02 .slick-prev {
    left: 0;
    -webkit-transform: translate(-125%, -50%);
    -ms-transform: translate(-125%, -50%);
    transform: translate(-125%, -50%);
    background-image: url("../images/avatar/avatar-arrow_left.png");
    background-size: cover; }
  #conts_02 .slick-next {
    right: 0;
    -webkit-transform: translate(125%, -50%);
    -ms-transform: translate(125%, -50%);
    transform: translate(125%, -50%);
    background-image: url("../images/avatar/avatar-arrow_right.png");
    background-size: cover; }
  #conts_02 .slick-dots {
    margin: 10px auto 0;
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #conts_02 .slick-dots li {
      width: 104px;
      height: 132px;
      margin-right: 0;
      border: 5px solid #fff;
      border-radius: 10px;
      background-position: center; }
      #conts_02 .slick-dots li.slick-active, #conts_02 .slick-dots li:hover {
        border-color: #fff179; }
      #conts_02 .slick-dots li:nth-child(1) {
        background-image: url("../images/avatar/avatar-nav-1.jpg"); }
      #conts_02 .slick-dots li:nth-child(2) {
        background-image: url("../images/avatar/avatar-nav-2.jpg"); }
      #conts_02 .slick-dots li:nth-child(3) {
        background-image: url("../images/avatar/avatar-nav-3.jpg"); }
      #conts_02 .slick-dots li:nth-child(4) {
        background-image: url("../images/avatar/avatar-nav-4.jpg"); }
      #conts_02 .slick-dots li:nth-child(5) {
        background-image: url("../images/avatar/avatar-nav-5.jpg"); }
      #conts_02 .slick-dots li:nth-child(6) {
        background-image: url("../images/avatar/avatar-nav-6.jpg"); }

.avatar-item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 425px;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover; }

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

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

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

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

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

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

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

.avatar-item-1 .avatar-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 468px;
  flex: 0 0 468px; }

.avatar-item-1 .avatar-video {
  top: 80px; }

.avatar-item-1 .avatar-info dl {
  margin-bottom: 120px; }

.avatar-item-1 .avatar-video {
  top: 10px; }

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

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

.avatar-item-3 .avatar-info-section {
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  .avatar-item-3 .avatar-info-section div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .avatar-item-3 .avatar-info-section div:first-child {
      width: 48%; }

.avatar-item-4::before {
  -webkit-transform: translate(15%, 30%);
  -ms-transform: translate(15%, 30%);
  transform: translate(15%, 30%); }

.avatar-item-4 .avatar-info-section {
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  .avatar-item-4 .avatar-info-section div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .avatar-item-4 .avatar-info-section div:first-child {
      width: 48%; }

.avatar-item-5::before {
  -webkit-transform: translate(20%, 40%);
  -ms-transform: translate(20%, 40%);
  transform: translate(20%, 40%); }

.avatar-item-6::before {
  width: 520px;
  height: 534px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

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

.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-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; }
  .avatar-info-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-45%, -150%);
    -ms-transform: translate(-45%, -150%);
    transform: translate(-45%, -150%); }
  .avatar-info dl {
    background-color: #fff;
    padding: 20px 15px 15px;
    border-radius: 15px;
    margin-left: 15px;
    margin-bottom: 30px; }
  .avatar-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #77caff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .avatar-info-content img {
      margin-right: 10px; }
    .avatar-info-content p {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .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; }

#conts_03 {
  position: relative;
  padding-bottom: 50px;
  background-image: url("../images/loading-bg.jpg");
  background-color: #bae3f9; }
  #conts_03::before {
    content: "";
    position: absolute;
    height: 200px;
    width: 100%;
    background-image: url("../images/event-5-bg-top.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0; }
  #conts_03 .inner {
    max-width: none;
    width: 100%;
    min-height: 77.37vw;
    position: relative;
    background-image: url("../images/introduce/introduce-bg.png");
    background-size: cover; }

.introduce-nav li {
  position: absolute;
  left: 50%;
  top: 50%; }
  .introduce-nav li a {
    display: block;
    color: #87b2e0;
    font-weight: bold;
    background-color: #eaf4f7;
    border: 3px solid #89b3e0;
    line-height: 2.3;
    height: 2.4em;
    border-radius: 1.2em;
    text-align: center;
    width: 8em; }

.introduce-nav .introduce-nav-1 {
  margin-left: 10vw;
  margin-top: -30vw; }

.introduce-nav .introduce-nav-2 {
  margin-left: 30vw;
  margin-top: -15vw; }

.introduce-nav .introduce-nav-3 {
  margin-left: 25vw;
  margin-top: 28vw; }

.introduce-nav .introduce-nav-4 {
  margin-left: -32vw;
  margin-top: 28vw; }

.introduce-nav .introduce-nav-5 {
  margin-left: -48vw;
  margin-top: 7vw; }

.introduce-nav .introduce-nav-6 {
  margin-left: -40vw;
  margin-top: -12vw; }

.introduce-main {
  position: absolute;
  background-color: #fff;
  border: 10px solid #77caff;
  border-radius: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
  width: 80%;
  display: none; }

.introduce-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  cursor: pointer; }
  .introduce-close img {
    max-width: 100%; }

.introduce-item {
  display: none; }
  .introduce-item.active {
    display: block; }

.introduce-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.introduce-title {
  text-align: center; }
  .introduce-title img {
    height: 50px;
    width: auto;
    display: inline-block; }

.introduce-text {
  padding: 1em;
  color: #77caff;
  font-size: 24px;
  line-height: 1.2; }
  .introduce-text p {
    margin-bottom: 1em; }
    .introduce-text p:last-child {
      margin-bottom: 0; }

.introduce-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
  width: 370px; }
  .introduce-img img {
    max-width: 100%;
    height: auto; }

.introduce-bottom {
  background-color: #fff;
  text-align: center;
  padding-bottom: 200px; }
  .introduce-bottom .copytext {
    right: 10px; }

#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%; }

#conts_05 {
  background-color: #78a7d9;
  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: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; }
    #conts_05 .btn-section a {
      position: relative; }
      #conts_05 .btn-section a img {
        max-width: 100%; }
