@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%;
  margin: 0;
  padding: 0; }

#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: #07304d;
  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: 400px; }
  #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; }

@media screen and (max-width: 600px) {
  #loader img {
    width: 80%;
    height: auto; } }

#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;
  left: 0;
  width: 100%;
  z-index: 25;
  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; }
  #hum-menu nav {
    margin: 0 auto;
    position: relative;
    width: 750px; }
  #hum-menu .nav-list {
    margin: 0 auto;
    padding: 150px 20px 0; }
    #hum-menu .nav-list li {
      border-bottom: dotted 2px #fff;
      padding: 20px 0;
      position: relative; }
      #hum-menu .nav-list li:last-child {
        border: none; }
      #hum-menu .nav-list li a {
        color: #fff;
        display: block;
        font-size: 3.8rem;
        text-align: center;
        text-decoration: none; }
        #hum-menu .nav-list li a:hover {
          color: #e12d2d; }

#btn-hum {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 44; }
  #btn-hum .hum-menu-open {
    display: block; }
  #btn-hum .hum-menu-close {
    display: none; }
  #btn-hum.active .hum-menu-open {
    display: none; }
  #btn-hum.active .hum-menu-close {
    display: block; }

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

@media screen and (max-width: 1440px) {
  #btn-hum a {
    display: block;
    width: 100px; }
    #btn-hum a img {
      width: 100%;
      height: auto; } }

@media screen and (max-width: 1024px) {
  #hum-menu nav {
    width: 90%; }
  #hum-menu .nav-list {
    padding: 0px 20px; }
    #hum-menu .nav-list li {
      padding: 1em 0; }
      #hum-menu .nav-list li a {
        font-size: 2rem; }
  #btn-hum {
    top: 10px;
    right: 10px; } }

@media screen and (max-width: 480px) {
  #btn-hum a {
    width: 70px; } }

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

a, a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a img {
  display: block; }

.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url("../images/bg-fixed.jpg");
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover; }

section {
  position: relative;
  min-height: 960px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  section h2 {
    position: relative;
    z-index: 2;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
    width: 770px; }
    section h2 img {
      width: 100%;
      height: auto; }
  section h3 {
    margin: 0 auto; }
    section h3 img {
      width: 100%;
      height: auto; }

.btn_top {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 10; }
  .btn_top img {
    width: 100px; }

#kv {
  overflow: hidden;
  background-image: url("../images/bg-kv.jpg");
  background-size: cover; }
  #kv h1 {
    width: 338px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
    #kv h1 img {
      width: 100%;
      height: auto; }
  #kv h2 {
    width: 958px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #kv .app {
    position: absolute;
    width: 100%;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #kv .app a {
      margin: 0 5px; }
      #kv .app a img {
        height: 60px;
        width: auto; }

#updata {
  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;
  background-image: url("../images/bg-2.jpg"); }
  #updata h3 {
    width: 770px; }
  #updata .map {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(5%, -35%);
    -ms-transform: translate(5%, -35%);
    transform: translate(5%, -35%);
    width: 539px; }
    #updata .map img {
      width: 100%;
      height: auto; }
  #updata .container {
    position: relative;
    z-index: 2; }
  #updata .video {
    width: 800px;
    position: relative;
    margin: 0 auto 10px;
    z-index: 1; }
    #updata .video-container {
      background-color: #000;
      width: 100%;
      height: 0;
      padding-top: 56.25%;
      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;
      color: #fff;
      font-size: 24px;
      position: relative; }
      #updata .video-container p {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      #updata .video-container #yt-player {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }

.ytp-pause-overlay {
  display: block !important;
  overflow: hidden !important;
  width: 0px !important;
  height: 0px !important;
  pointer-events: none !important;
  opacity: 0 !important; }

#event {
  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; }
  #event::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 27px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  #event .events {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 60px;
    margin: auto;
    width: 1000px; }
    #event .events a {
      width: 31%;
      display: block;
      margin: 0 1% 20px; }
      #event .events a:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    #event .events img {
      width: 100%;
      height: auto; }

#livestream {
  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; }
  #livestream h2 {
    position: relative;
    z-index: 2; }
  #livestream .date {
    position: relative;
    z-index: 2;
    display: block;
    margin: auto;
    width: 770px; }
    #livestream .date img {
      width: 100%;
      height: auto; }
  #livestream .role-1, #livestream .role-2 {
    position: absolute;
    bottom: 0; }
  #livestream .role-1 {
    left: 0;
    -webkit-transform: translate(-30%, -5%);
    -ms-transform: translate(-30%, -5%);
    transform: translate(-30%, -5%);
    z-index: 1; }
  #livestream .role-2 {
    right: 0;
    -webkit-transform: translate(5%, 0);
    -ms-transform: translate(5%, 0);
    transform: translate(5%, 0);
    z-index: 1; }
  #livestream .tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 0 50px;
    margin: auto;
    width: 980px;
    position: relative;
    z-index: 2; }
    #livestream .tickets img {
      margin-bottom: 20px;
      width: 49%;
      height: auto; }

#social {
  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; }
  #social .container {
    width: 980px; }
  #social .twitter {
    position: relative;
    padding: 12px;
    width: 600px;
    height: 570px;
    background: rgba(255, 255, 255, 0.3);
    border: 3px #fff solid; }
  #social .role {
    position: absolute;
    top: 0;
    left: 50%; }

#footer {
  height: auto;
  min-height: auto;
  background-image: url("../images/bg_footer-repeat.gif");
  background-repeat: repeat;
  background-size: initial;
  padding-top: 100px; }
  #footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 87px;
    background-image: url("../images/bg_footer-top.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  #footer .content {
    margin: auto;
    width: 650px;
    font-size: 16px;
    color: #333333;
    line-height: 30px; }
    #footer .content h3 {
      display: inline-block;
      padding: 0 13px;
      margin-bottom: 10px;
      font-size: 16px;
      color: #fff45c;
      font-weight: 400;
      background-color: #aa4258; }
    #footer .content ol {
      padding-left: 20px;
      margin: 0; }
      #footer .content ol li {
        list-style-position: outside;
        list-style-type: decimal; }
      #footer .content ol a {
        color: #ce425c;
        font-weight: 700; }
        #footer .content ol a:hover {
          text-decoration: underline; }
    #footer .content p:last-of-type {
      margin-bottom: 25px; }
  #footer .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #footer .button a {
      margin: 10px; }
      #footer .button a:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      #footer .button a img {
        width: 320px; }
  #footer footer {
    padding: 40px 0;
    font-size: 13px;
    text-align: center;
    font-weight: bold; }
    #footer footer .xlegend {
      margin: 0 auto 18px;
      height: 36px; }
    #footer footer .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #footer footer .links a {
        padding: 0 15px;
        margin-bottom: 10px;
        color: #333333;
        line-height: 13px;
        border-right: 1px #333333 solid; }
        #footer footer .links a:hover {
          color: #E2365E;
          text-decoration: underline; }
        #footer footer .links a:last-child {
          border-right-width: 0; }

@media screen and (max-width: 1440px) {
  section h2,
  #updata h3,
  #livestream .date {
    width: 60vw; }
  #kv {
    min-height: 60vw; }
    #kv h1 {
      width: 21vw; }
    #kv h2 {
      width: 60vw; }
  #updata {
    min-height: 70vw; }
    #updata h2 {
      padding-top: 0; }
  #livestream .role-1, #livestream .role-2 {
    display: none; } }

@media screen and (max-width: 1366px) and (max-height: 688px) {
  .btn_top img {
    width: 90px; }
  #social .twitter {
    width: 520px;
    height: 500px;
    border-width: 2px; }
  #social .role {
    position: absolute;
    top: 0;
    left: 50%; } }

@media screen and (max-width: 1280px) {
  #event .events,
  #livestream .tickets,
  #social .container {
    width: 90%; }
  #social .role {
    width: 65vw;
    height: auto; }
  #updata .map {
    width: 40%;
    left: 0;
    -webkit-transform: translate(-30%, -35%);
    -ms-transform: translate(-30%, -35%);
    transform: translate(-30%, -35%); }
  #updata .video {
    width: 90%; } }

@media screen and (max-width: 900px) {
  section {
    height: auto;
    min-height: 133.34vw; }
    section h2 {
      padding: 4vw 0; }
  section h2,
  #updata h3,
  #livestream .date {
    width: 70vw; }
  #kv {
    min-height: 133vw;
    background-image: url("../images/bg-kv-m.jpg"); }
    #kv h1 {
      width: 30%;
      left: 10px;
      top: 10px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      margin: 0; }
    #kv h2 {
      width: 90%; }
  #updata {
    min-height: 110vw;
    background-image: url("../images/bg-2-m.jpg"); }
    #updata .video {
      width: 80vw; }
    #updata .map {
      -webkit-transform: translate(-60%, -35%);
      -ms-transform: translate(-60%, -35%);
      transform: translate(-60%, -35%); }
  #event .events a {
    width: 48%; }
  #livestream .tickets {
    width: 80%; }
    #livestream .tickets img {
      width: 100%; }
  #social .twitter {
    width: 55vw;
    height: 80vw; }
  #social .role {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: translate(32%, 10%);
    -ms-transform: translate(32%, 10%);
    transform: translate(32%, 10%); } }

@media screen and (max-width: 768px) {
  #kv h2 {
    bottom: 55px; }
  #kv .app a img {
    height: 50px; }
  #event::before {
    height: 15px; }
  #event .events {
    width: 80%; } }

@media screen and (max-width: 480px) {
  .btn_top img {
    width: 70px; }
  #kv h2 {
    bottom: 45px; }
  #kv .app a {
    margin: 0 3px; }
    #kv .app a img {
      height: 40px; }
  #footer .button a img {
    width: 280px; } }

@media screen and (max-width: 400px) {
  .btn_top img {
    width: 70px; }
  #kv h2 {
    bottom: 35px; }
  #kv .app a img {
    height: 30px; } }
