@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
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;
  max-width: 125pc;
  min-width: 750px;
  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; } }

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #edd9a5;
  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: rgba(0, 0, 0, 0.96);
  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: 3.8rem;
        text-align: center; }
        #hum-menu .nav-list li a:hover {
          color: #e12d2d; }

#btn-hum {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 44; }

.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_02 {
  background: url("../images/about/bg-about_03.jpg") center top no-repeat; }
  #about_02 section:nth-of-type(1) {
    height: 1249px;
    padding-top: 61px; }
  #about_02 section:nth-of-type(2) {
    padding-top: 47px;
    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; }
    #about_02 h2 + p {
      margin-bottom: 20px; }
  #about_02 h3 {
    margin: 0 auto 31px; }
  #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.jpg") 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.jpg") 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.jpg") no-repeat; }
    .intro .slick-dots li:nth-child(2) {
      background: url("../images/about/ss-S_02_off.jpg") 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.jpg") no-repeat; }
    .intro .slick-dots li:nth-child(3) {
      background: url("../images/about/ss-S_03_off.jpg") 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.jpg") no-repeat; }
    .intro .slick-dots li:nth-child(4) {
      background: url("../images/about/ss-S_04_off.jpg") 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.jpg") 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: #3c3935;
  background: -webkit-gradient(linear, left top, left bottom, from(#3c3935), to(#201e1c));
  background: -webkit-linear-gradient(top, #3c3935 0%, #201e1c 100%);
  background: -o-linear-gradient(top, #3c3935 0%, #201e1c 100%);
  background: linear-gradient(to bottom, #3c3935 0%, #201e1c 100%); }
  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; }

main {
  background: url("../images/event/bg-avatar.jpg") center top repeat-y;
  width: 100%;
  overflow: hidden;
  position: relative; }
  main:before {
    content: "";
    position: absolute;
    width: 1920px;
    height: 1657px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/bg-header.jpg") center top no-repeat; }

header {
  margin-bottom: -180px; }
  header .inner {
    height: 1109px;
    margin: 0 auto;
    position: relative; }
  header h1 + p, header h1 {
    margin: 0 auto;
    width: 750px; }
  header h1 {
    padding-top: 529px; }
  header h1 + p {
    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; }

#conts_01 {
  padding: 90px 0 68px;
  background: url("../images/event/bg-event.jpg") center top no-repeat;
  min-height: 960px;
  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; }
  #conts_01 .slick_slider00 {
    width: 765px;
    height: 436px;
    margin: 0 auto;
    position: relative; }
    #conts_01 .slick_slider00 .items img {
      width: 765px;
      height: 436px; }
  #conts_01 .slick-list {
    z-index: 3;
    width: 765px;
    height: 436px;
    position: relative; }
  #conts_01 .slick-arrow {
    display: none !important; }
  #conts_01 .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(80%, -50%);
    -ms-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 5;
    display: block; }
    #conts_01 .slick-dots li {
      height: 72px;
      margin: 0 0 5px;
      padding: 0;
      width: 188px;
      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-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-nav-1-active.png") no-repeat; }
      #conts_01 .slick-dots li:nth-child(2) {
        background: url("../images/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-nav-2-active.png") no-repeat; }
      #conts_01 .slick-dots li:nth-child(3) {
        background: url("../images/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-nav-3-active.png") no-repeat; }
      #conts_01 .slick-dots li:nth-child(4) {
        background: url("../images/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-nav-4-active.png") no-repeat; }
      #conts_01 .slick-dots li:nth-child(5) {
        background: url("../images/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-nav-5-active.png") no-repeat; }
  #conts_01 .conts_01-chara {
    position: absolute; }

.mobile #conts_01, .tablet #conts_01 {
  background: url("../images/event/bg-event-m.png") center top no-repeat; }
  .mobile #conts_01 .slick-dots, .tablet #conts_01 .slick-dots {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .mobile #conts_01 section, .tablet #conts_01 section {
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%); }
  .mobile #conts_01 .conts_01-chara-1, .mobile #conts_01 .conts_01-chara-2, .tablet #conts_01 .conts_01-chara-1, .tablet #conts_01 .conts_01-chara-2 {
    display: none; }

#conts_02 {
  position: relative;
  z-index: 10;
  padding: 200px 10px; }
  #conts_02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: url("../images/event/bg-conts_02-top.png") center top no-repeat; }
  #conts_02 h2 {
    margin-bottom: 30px; }
  #conts_02 section {
    margin-bottom: 40px;
    background-position: left top;
    background-repeat: no-repeat; }
    #conts_02 section:nth-child(odd) {
      background-position: right top; }
    #conts_02 section:nth-of-type(1) {
      background-image: url("../images/event/bg-avatar-inner_01.png");
      height: 660px; }
    #conts_02 section:nth-of-type(2) {
      background-image: url("../images/event/bg-avatar-inner_02.png");
      height: 685px; }
    #conts_02 section:nth-of-type(3) {
      background-image: url("../images/event/bg-avatar-inner_03.png");
      background-position: 100px 0;
      height: 665px; }
    #conts_02 section:nth-of-type(4) {
      background-image: url("../images/event/bg-avatar-inner_04.png");
      height: 685px; }
    #conts_02 section:nth-of-type(5) {
      background-image: url("../images/event/bg-avatar-inner_05.png");
      height: 652px; }
    #conts_02 section:nth-of-type(6) {
      background-image: url("../images/event/bg-avatar-inner_06.png");
      height: 742px;
      background-position: 600px 0; }
    #conts_02 section:nth-of-type(1) p img, #conts_02 section:nth-of-type(3) p img, #conts_02 section:nth-of-type(5) p img {
      margin: 0 0 0 auto; }
    #conts_02 section:nth-of-type(7) .avater-info-title, #conts_02 section:nth-of-type(8) .avater-info-title, #conts_02 section:nth-of-type(9) .avater-info-title {
      position: relative;
      text-align: center;
      margin: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      #conts_02 section:nth-of-type(7) .avater-info-title img, #conts_02 section:nth-of-type(8) .avater-info-title img, #conts_02 section:nth-of-type(9) .avater-info-title img {
        display: inline-block; }
    #conts_02 section:nth-of-type(7) p img, #conts_02 section:nth-of-type(8) p img, #conts_02 section:nth-of-type(9) p img {
      margin: 0  auto; }

.avatar-inner {
  margin: 0 auto;
  position: relative; }

.avatar-img {
  margin-bottom: 20px; }

.avatar-info {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(63, 47, 32, 0)), color-stop(20%, #3f2f20), color-stop(80%, #3f2f20), to(rgba(63, 47, 32, 0)));
  background: -webkit-linear-gradient(left, rgba(63, 47, 32, 0) 0%, #3f2f20 20%, #3f2f20 80%, rgba(63, 47, 32, 0) 100%);
  background: -o-linear-gradient(left, rgba(63, 47, 32, 0) 0%, #3f2f20 20%, #3f2f20 80%, rgba(63, 47, 32, 0) 100%);
  background: linear-gradient(to right, rgba(63, 47, 32, 0) 0%, #3f2f20 20%, #3f2f20 80%, rgba(63, 47, 32, 0) 100%);
  padding: 30px 5% 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px; }
  .avatar-info-title {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .avatar-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-right: 1em; }
    .avatar-info-box p {
      padding-left: .5em;
      text-align: left; }
