@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
a:active, a:focus {
  outline: none;
}

@media only screen and (max-width: 769px) {
  header {
    position: fixed;
    top: 2%;
    right: 3%;
    z-index: 10;
  }
  header .lines {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 3.46667%;
    margin-right: 4%;
    z-index: 100;
    width: 32px;
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  header .lines hr {
    border: none;
    height: 0;
    margin: 0 0 8px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .isMenu__open .lines {
    width: 36px;
  }
  .isMenu__open .lines hr:first-child {
    -webkit-transform: translateY(9.5px) rotate(135deg);
    transform: translateY(9.5px) rotate(135deg);
  }
  .isMenu__open .lines hr:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .isMenu__open .lines hr:last-child {
    -webkit-transform: translateY(-9.5px) rotate(-135deg);
    transform: translateY(-9.5px) rotate(-135deg);
  }
  .isMenu__open .mm {
    visibility: visible;
    opacity: 1;
  }

  nav ul li {
    position: relative;
  }
  nav ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }
  nav ul li:after {
    content: "";
    position: absolute;
    border-right: 2px solid #dde5d8;
    height: 62%;
    width: 2px;
    right: -24px;
    top: 4px;
  }
  nav ul li:last-child {
    margin-right: 0;
  }
  nav ul li:last-child:after {
    display: none;
  }
  nav ul .active {
    pointer-events: none;
  }
  nav ul .active:before {
    opacity: 1;
    width: 100%;
  }

  .lang {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 3.33333%;
    margin-left: 2.66667%;
  }
  .lang ul li {
    display: inline-block;
    margin-right: 16px;
  }
  .lang ul li:after {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    border-right: 2px solid #dde5d8;
    height: 70%;
    top: 1px;
    right: -11px;
  }

  .mm {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 40px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
    zoom: 1;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .mm ul {
    border-left: 4px solid #ffffff;
    margin-left: 3%;
    padding-left: 3%;
  }
  .mm ul li {
    opacity: 0;
    margin-bottom: 7%;
    font-size: 78px;
    font-size: 10.4vw;
    font-family: "Gothic A1", sans-serif;
    font-weight: bold;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
  }
  .mm ul li p {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  .mm ul li:first-child {
    padding-top: 35%;
  }

  .main {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 28%;
  }
  .main h1 {
    position: absolute;
    bottom: -3%;
    left: 0;
  }
  .main .title {
    width: 58.66667%;
  }
  .main .chara-top {
    width: 80%;
    margin: 0 auto;
    margin-top: 10%;
    display: block;
  }

  .share {
    position: absolute;
    bottom: 0;
    margin-bottom: 22.66667%;
    right: 3%;
  }
  .share .share-txt {
    display: inline-block;
    font-size: 13px;
    font-size: 27px;
    font-size: 3.6vw;
    font-family: "Gothic A1", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    position: relative;
  }
  .share .share-txt:after {
    content: "";
    position: absolute;
    top: 40%;
    right: -18px;
    width: 12px;
    height: 1px;
    background-color: #fff;
  }
  .share ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
  }
  .share ul li {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
  }
  .share ul li img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  .share ul .f-icon img {
    width: 12px;
  }
  .share ul .t-icon img {
    width: 17px;
  }

  .contents section {
    position: relative;
    width: 100%;
    margin-bottom: 24%;
  }
  .contents section .sec-cont {
    margin-top: 12%;
  }
  .contents section h2 {
    position: relative;
    width: 100%;
    display: inline;
    padding-left: 3%;
  }
  .contents section h2 .space {
    margin-left: 0.28em;
  }
  .contents section h2:before {
    position: absolute;
    bottom: 0;
    left: 0px;
    content: "";
    width: 0;
    height: 4px;
    margin-bottom: -4%;
    margin-bottom: -10px;
    -webkit-transition: all 900ms cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
    transition: all 900ms cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
  }
  .contents section.lineAnime h2:before {
    width: 100%;
  }
  .contents .view-all {
    text-align: left;
    margin-left: 4%;
    letter-spacing: 0.15em;
    font-size: 15px;
    margin-top: 12%;
  }
  .contents .view-all img {
    width: 13px;
    margin-bottom: 2px;
    margin-left: 5px;
  }
  .contents .info ul {
    margin-left: 4%;
    margin-right: 4%;
  }
  .contents .info li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 4.5%;
    margin-top: 4.5%;
  }
  .contents .info li .new {
    position: absolute;
    top: 2.5%;
    left: 27%;
    padding: 0.5%;
    padding-left: 0.8%;
    line-height: 1;
    font-size: 16px;
    font-size: 2.13333vw;
  }
  .contents .info li .date {
    margin-bottom: 1.5%;
  }
  .contents .info li:last-child {
    border-bottom: none;
  }
  .contents .event .sec-cont {
    margin-left: 4%;
    margin-right: 4%;
  }
  .contents .event ul li {
    margin-bottom: 8%;
  }
  .contents .event ul li img {
    width: 100%;
    display: block;
  }
  .contents .event ul li .img-cont p {
    font-size: 13px;
    font-size: 1.73333vw;
    text-align: right;
  }
  .contents .event ul li .img-cont span {
    font-size: 26px;
    font-size: 3.46667vw;
    vertical-align: middle;
  }
  .contents .event ul li .img-cont .img2 {
    margin-top: 2.66667%;
  }
  .contents .event ul li .img-cont .img8-name {
    margin-right: 22%;
  }
  .contents .event ul li .txt-cont h3 {
    font-size: 44px;
    font-size: 5.86667vw;
    margin-top: 3.33333%;
    margin-bottom: 4%;
    line-height: 1.6;
    letter-spacing: 0.25em;
    width: 90%;
  }
  .contents .event ul li .txt-cont h4 {
    font-size: 38px;
    font-size: 5.06667vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    margin-bottom: 4%;
  }
  .contents .event ul li .txt-cont h5 {
    font-size: 80px;
    font-size: 10.66667vw;
    font-family: "Gothic A1", sans-serif;
    font-style: italic;
    font-weight: 600;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    letter-spacing: -0.06em;
    opacity: 0.1;
    margin-top: 5.33333%;
  }
  .contents .event ul li .txt-cont p {
    font-size: 25px;
    font-size: 3.33333vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .lower-content {
    position: relative;
  }
  .lower-content .chara-base {
    margin-top: 2%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 90%;
    height: auto;
  }
  .lower-content .w100per {
    max-width: 100%;
  }
  .lower-content .contents-title {
    border-bottom: 4px solid;
    width: auto;
    display: inline;
    padding-bottom: 4%;
  }
  .lower-content h2 {
    position: relative;
    padding-left: 0;
    margin-left: 4%;
    display: inline-block;
    width: auto;
    text-align: left;
  }
  .lower-content .sec-cont {
    margin-top: 20%;
  }
  .lower-content .info-content {
    margin-bottom: 20%;
  }

  .common-ticket {
    text-align: center;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    zoom: 1;
    padding-top: 18.66667%;
    padding-bottom: 18%;
    position: relative;
  }
  .common-ticket h2 {
    font-size: 75px;
    font-size: 10vw;
    font-family: "Gothic A1", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    letter-spacing: 0.03em;
    margin-bottom: 4.66667%;
  }
  .common-ticket p {
    font-size: 3.1vw !important;
    line-height: 1.9 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .common-ticket .ticket-btn {
    border: 3px solid #000;
    width: 86%;
    margin: 0 auto;
    margin-top: 8.66667%;
    padding-top: 4.8%;
    padding-bottom: 4.8%;
    display: block;
    position: relative;
  }
  .common-ticket .ticket-btn p {
    line-height: 1 !important;
    letter-spacing: 0.3em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-size: 16px;
    font-size: 3.5vw !important;
    font-weight: bold;
  }

  footer {
    width: 100%;
    padding: 0;
    padding-top: 35.33333%;
  }
  footer nav {
    width: 90%;
    margin-left: 2%;
    letter-spacing: 0.15em;
    padding-bottom: 4%;
  }
  footer nav ul {
    display: -webkit-flex;
    display: flex;
    font-size: 10px;
    font-size: 24px;
    font-size: 3.2vw;
  }
  footer nav ul li {
    margin-left: 2.5%;
    margin-right: 2.5%;
    white-space: nowrap;
  }
  footer .copyright {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    zoom: 1;
    font-family: "Gothic A1", sans-serif;
    letter-spacing: 0.01em !important;
    font-size: 8px !important;
    font-size: 3.15vw !important;
    padding: 3% 0;
    padding-left: 2.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    line-height: 1.6 !important;
  }
  footer .copyright span img {
    width: 98%;
    height: auto;
    margin-left: -1%;
  }
}
@media only screen and (min-width: 769px) {
  header {
    font-size: 14px;
    letter-spacing: 0.075em;
    color: #fff;
    position: relative;
    z-index: 100;
  }
  header nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 34px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 2px;
  }
  header nav ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }
  header nav ul li:after {
    content: "";
    position: absolute;
    border-right: 2px solid #dde5d8;
    height: 62%;
    width: 2px;
    right: -17px;
    top: 4px;
  }
  header nav ul li:last-child {
    margin-right: 0;
  }
  header nav ul li:last-child:after {
    display: none;
  }
  header nav ul li:hover:before {
    opacity: 1;
    width: 100%;
  }
  header nav ul .active {
    pointer-events: none;
  }
  header nav ul .active:before {
    opacity: 1;
    width: 100%;
  }
  header .lang {
    position: fixed;
    top: 35px;
    left: 1.2%;
  }
  header .lang ul li {
    margin-right: 6px;
  }
  header .lang ul li:after {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    border-right: 2px solid #dde5d8;
    height: 55%;
    top: 3px;
    right: -6px;
  }
  header .mm {
    position: fixed;
    top: 35px;
    right: 2%;
  }
  header .mm .check {
    position: absolute;
    top: -23px;
    left: 37px;
    border-radius: 9px;
    padding: 1px 10px 0px 10px;
  }
  header .mm .check p {
    font-size: 12px;
    font-family: "Gothic A1", sans-serif;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  header .mm .check p span {
    display: inline-block;
  }
  header .mm .check:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -3px;
    border-width: 3px;
    border-top-width: 6px;
    z-index: 2;
    border-style: solid;
  }

  .main {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 180px;
  }
  .main h1 {
    width: 100%;
    height: auto;
  }
  .main .title {
    max-width: 100%;
    height: auto;
  }
  .main .chara-top {
    margin-top: 145px;
    margin-left: 16%;
    max-width: 100%;
    height: auto;
  }

  .chara-base {
    position: absolute;
    margin-top: -0.5%;
    margin-left: 48%;
    z-index: -1;
  }

  .share {
    position: absolute;
    bottom: 130px;
    right: 3%;
  }
  .share .share-txt {
    display: inline-block;
    font-size: 12px;
    font-family: "Gothic A1", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    position: relative;
  }
  .share .share-txt:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -22px;
    width: 15px;
    height: 1px;
    background-color: #fff;
  }
  .share ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
  }
  .share ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
  }
  .share ul li img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  .share ul .f-icon img {
    width: 12px;
  }
  .share ul .t-icon img {
    width: 17px;
  }

  .contents {
    width: 80%;
    margin: 0 auto;
  }
  .contents section {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
  }
  .contents section .sec-cont {
    padding-left: 20px;
  }
  .contents section h2 {
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    display: inline-block;
  }
  .contents section:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 0;
    width: 4px;
    -webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .contents section:nth-child(even) {
    text-align: right;
  }
  .contents section:nth-child(even):before {
    position: absolute;
    left: auto;
    right: 0;
  }
  .contents section:nth-child(even) h2 {
    margin-left: 0;
    margin-right: 20px;
  }
  .contents section.lineAnime:before {
    height: 100%;
  }
  .contents .view-all {
    text-align: right;
    margin-top: 55px;
    letter-spacing: 0.15em;
    font-size: 15px;
  }
  .contents .view-all img {
    width: 13px;
    margin-bottom: 2px;
    margin-left: 5px;
  }
  .contents .info h2 {
    padding-bottom: 22px;
  }
  .contents .info ul {
    margin-left: 35px;
  }
  .contents .info li {
    display: -webkit-flex;
    display: flex;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    margin-top: 27px;
  }
  .contents .info li .new {
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 9px;
    padding: 1px;
    line-height: 1;
  }
  .contents .info li .date {
    margin-right: 30px;
  }
  .contents .info li a:hover {
    text-decoration: underline;
  }
  .contents .info li:last-child {
    border-bottom: none;
  }
  .contents .info-content {
    padding-top: 5px;
  }
  .contents .info-content ul {
    margin-left: 0;
  }
  .contents .info-content-en-ch {
    margin-top: 60px;
  }
  .contents .event ul {
    margin-top: 4%;
    margin-left: 4%;
  }
  .contents .event ul li {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
    margin-bottom: 5%;
  }
  .contents .event ul li .txt-cont {
    margin-left: 50px;
    margin-left: 4%;
    width: 42%;
  }
  .contents .event ul li .img-cont {
    display: block;
    width: 58%;
    height: auto;
  }
  .contents .event ul li .img-cont img {
    width: 100%;
    display: block;
  }
  .contents .event ul li .img-cont p {
    text-align: right;
    font-size: 10px;
    font-size: 0.69444vw;
    line-height: 1;
  }
  .contents .event ul li .img-cont p span {
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.25vw;
  }
  .contents .event ul li h3 {
    font-size: 32px;
    font-size: 2.22222vw;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    margin-bottom: 18px;
  }
  .contents .event ul li h4 {
    font-size: 23px;
    font-size: 1.59722vw;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    margin-bottom: 18px;
  }
  .contents .event ul li p {
    line-height: 1.9;
    font-size: 12px;
    font-size: 0.83333vw;
    position: relative;
  }
  .contents .event ul li h5 {
    font-size: 52px;
    font-size: 3.61111vw;
    font-family: "Gothic A1", sans-serif;
    font-style: italic;
    font-weight: 600;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    letter-spacing: -0.06em;
    opacity: 0.1;
    margin-top: 30px;
  }
  .contents .event ul li .img8-name {
    margin-right: 22%;
  }
  .contents .event ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .contents .event ul li:nth-child(even) .txt-cont {
    margin-left: 0;
    margin-right: 50px;
    margin-right: 4%;
  }

  .lower-content {
    position: relative;
  }
  .lower-content .share {
    bottom: auto;
    top: 450px;
  }
  .lower-content .chara-base {
    margin-top: 2%;
    margin-left: 38%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
  }
  .lower-content .contents {
    width: 100%;
    margin-bottom: 160px;
  }
  .lower-content .contents .sec-cont {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }
  .lower-content .contents .event .sec-cont {
    width: 88%;
  }
  .lower-content .contents .tk-acc .sec-cont {
    margin-bottom: 130px;
  }
  .lower-content .contents .contents-title {
    border-bottom: 4px solid;
    width: auto;
    display: inline;
    padding-bottom: 20px;
  }
  .lower-content .contents h2 {
    position: relative;
    padding-left: 0;
    margin-left: 9.8%;
    display: inline-block;
    width: auto;
    text-align: left;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 37px;
    font-size: 2.56944vw;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .lower-content .contents .en {
    font-family: "Gothic A1", sans-serif;
    font-size: 50px;
    font-size: 3.47222vw;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
  }

  .common-ticket {
    text-align: center;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    zoom: 1;
    padding: 100px 0;
    position: relative;
  }
  .common-ticket h2 {
    font-size: 50px;
    font-family: "Gothic A1", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  .common-ticket p {
    font-size: 12px;
    line-height: 2.6 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.1em;
  }
  .common-ticket .ticket-btn {
    border: 3px solid #000;
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    display: block;
    position: relative;
  }
  .common-ticket .ticket-btn:before {
    position: absolute;
    top: 20px;
    right: -20px;
    content: "";
    height: 100%;
    width: 82px;
    height: 2px;
  }
  .common-ticket .ticket-btn:after {
    position: absolute;
    top: 18px;
    right: -30px;
    content: "";
    height: 100%;
    width: 10px;
    height: 6px;
  }
  .common-ticket .ticket-btn p {
    position: relative;
    line-height: 1 !important;
    letter-spacing: 0.3em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-size: 15px;
    z-index: 1;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .common-ticket .ticket-btn .ticket-btn-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: width 600ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  }
  .common-ticket .ticket-btn:hover p {
    color: #fff !important;
    opacity: 0.8;
  }
  .common-ticket .ticket-btn:hover .ticket-btn-bg {
    width: 100%;
  }

  footer {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 8px 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.65);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000,endColorstr=#A6000000);
    zoom: 1;
  }
  footer nav {
    width: 54%;
    margin-left: 9%;
    letter-spacing: 0.15em;
  }
  footer nav ul {
    display: -webkit-flex;
    display: flex;
    font-size: 11px;
  }
  footer nav ul li {
    margin-top: 13px;
    margin-left: 13px;
    margin-right: 13px;
    white-space: nowrap;
  }
  footer .copyright {
    font-family: "Gothic A1", sans-serif;
    letter-spacing: 0.07em;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    text-align: right;
    margin-right: 10%;
    line-height: 1.3;
  }
  footer .copyright span {
    margin-left: 1.5%;
  }
}
.container .en-copy-right {
  font-size: 11px;
  letter-spacing: 0.01em;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.green-grad-bg {
  background: linear-gradient(90deg, #245602, #527d2e, #638c3f, #527d2e, #245602);
}

.purple-bg {
  background-color: #9956d7;
}

.purple-txt {
  color: #9956d7;
}

.purple-bg-border:before {
  background-color: #9956d7;
}
.purple-bg-border:after {
  background-color: #9956d7;
}

.purple-bg-btn:before {
  background-color: #9956d7;
}

.purple-txt-border {
  border-color: #9956d7 !important;
}

.purple-bg-baloon {
  background: #9956d7;
}
.purple-bg-baloon:before {
  border-color: transparent;
  border-top-color: #9956d7;
}

.red-grad-bg {
  background: linear-gradient(90deg, #7e1413, #b8392c, #d34a37, #b8392c, #7e1413);
}

.yellow-bg {
  background-color: #f0e700;
}

.red-txt {
  color: #780000;
}

.yellow-bg-border:before {
  background-color: #f0e700;
}
.yellow-bg-border:after {
  background-color: #f0e700;
}

.yellow-bg-btn:hover a {
  color: #780000;
}
.yellow-bg-btn:before {
  background-color: #f0e700;
}

.yellow-bg-btn.active {
  color: #780000;
}

.yellow-txt-border {
  border-color: #f0e700 !important;
}

.yellow-bg-baloon {
  background: #f0e700;
}
.yellow-bg-baloon:before {
  border-color: transparent;
  border-top-color: #f0e700;
}

.blue-grad-bg {
  background: linear-gradient(90deg, #022863, #295286, #3f699b, #295286, #022863);
}

.red-bg {
  background-color: #c93321;
}

.red-bg-border:before {
  background-color: #c93321;
}
.red-bg-border:after {
  background-color: #c93321;
}

.red-bg-btn:before {
  background-color: #c93321;
}

.lower-content .red-txt {
  color: #c93321;
}

.red-txt-border {
  border-color: #c93321 !important;
}

.red-bg-baloon {
  background: #c93321;
}
.red-bg-baloon:before {
  border-color: transparent;
  border-top-color: #c93321;
}

.orange-grad-bg {
  background: linear-gradient(90deg, #7c3007, #d45f20, #ea6a27, #d45f20, #7c3007);
}

.black-bg {
  background-color: #303030;
}

.ticket-btn .black-bg {
  background-color: #e05c2d;
}

.black-bg-border:before {
  background-color: #303030;
}
.black-bg-border:after {
  background-color: #303030;
}

.black-bg-btn:before {
  background-color: #303030;
}

.black-txt-border {
  border-color: #303030 !important;
}

.black-bg-baloon {
  background: #303030;
}
.black-bg-baloon:before {
  border-color: transparent;
  border-top-color: #303030;
}

.event-cont .common-ticket .black-bg-border:before {
  background-color: #e05c2d;
}
.event-cont .common-ticket .black-bg-border:after {
  background-color: #e05c2d;
}
.event-cont .common-ticket .black-txt-border {
  color: #e05c2d;
  border-color: #e05c2d !important;
}

.purple-grad-bg {
  background: linear-gradient(90deg, #540439, #853369, #954279, #853369, #540439);
}

.lt-blue-bg {
  background-color: #219ea1;
}

.lt-blue-bg-border:before {
  background-color: #219ea1;
}
.lt-blue-bg-border:after {
  background-color: #219ea1;
}

.lt-blue-bg-btn:before {
  background-color: #219ea1;
}

.lt-blue-txt-border {
  border-color: #219ea1 !important;
}

.lt-blue-bg-baloon {
  background: #219ea1;
}
.lt-blue-bg-baloon:before {
  border-color: transparent;
  border-top-color: #219ea1;
}

.blue-txt {
  color: #1c94ea;
}

.blue-bg {
  background-color: #176fb3;
}

.blue-bg-border:before {
  background-color: #176fb3;
}
.blue-bg-border:after {
  background-color: #176fb3;
}

.blue-bg-btn:before {
  background-color: #176fb3;
}

.blue-bg-btn:before {
  background-color: #176fb3;
}

.blue-txt-border {
  border-color: #1c94ea !important;
}

.blue-bg-baloon {
  background: #176fb3;
}
.blue-bg-baloon:before {
  border-color: transparent;
  border-top-color: #176fb3;
}

.pink-txt {
  color: #e35b88;
}

.pink-bg {
  background-color: #e35b88;
}

.pink-bg-border:before {
  background-color: #e35b88;
}
.pink-bg-border:after {
  background-color: #e35b88;
}

.pink-bg-btn:before {
  background-color: #e35b88;
}

.pink-bg-btn:before {
  background-color: #e35b88;
}

.pink-txt-border {
  border-color: #e35b88 !important;
}

.pink-bg-baloon {
  background: #e35b88;
}
.pink-bg-baloon:before {
  border-color: transparent;
  border-top-color: #e35b88;
}

.ocher-txt {
  color: #cc9827;
}

.ocher-bg {
  background-color: #bf8c1f;
}

.ocher-bg-border:before {
  background-color: #cc9827;
}
.ocher-bg-border:after {
  background-color: #cc9827;
}

.ocher-bg-btn:before {
  background-color: #bf8c1f;
}

.ocher-bg-btn:before {
  background-color: #bf8c1f;
}

.ocher-txt-border {
  border-color: #bf8c1f !important;
}

.ocher-bg-baloon {
  background: #bf8c1f;
}
.ocher-bg-baloon:before {
  border-color: transparent;
  border-top-color: #bf8c1f;
}

.green-bg {
  background-color: #83bf13;
}

.green-bg-border:before {
  background-color: #83bf13;
}
.green-bg-border:after {
  background-color: #83bf13;
}

.green-bg-btn:before {
  background-color: #83bf13;
}

.green-txt-border {
  border-color: #83bf13 !important;
}

.green-bg-baloon {
  background: #83bf13;
}
.green-bg-baloon:before {
  border-color: transparent;
  border-top-color: #83bf13;
}

.reg-wt {
  font-weight: 400;
}

.en-font {
  font-family: "Gothic A1", sans-serif;
}

.ch-font {
  font-family: "Noto Sans SC", sans-serif;
}

.container {
  width: 100%;
  height: 100%;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  overflow: hidden;
}

.ofv {
  overflow: hidden;
}

.js-lineW {
  opacity: 0;
}

.js-animeTxt {
  opacity: 0;
}
.js-animeTxt span {
  opacity: 0;
  display: inline-block;
}

.js-opY {
  opacity: 0;
}

.chara {
  opacity: 0;
}

body.no-scroll {
  overflow: hidden;
}

@media only screen and (max-width: 769px) {
  .container h2 {
    font-size: 80px;
    font-size: 10.66667vw;
    font-family: "Gothic A1", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    letter-spacing: -0.01em;
  }
  .container p {
    font-size: 25px;
    font-size: 3.33333vw;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.1em;
  }
  .container .scrl-nav {
    position: fixed;
    bottom: 0;
    right: 3%;
    margin-bottom: 3%;
    margin-right: 3%;
    z-index: 100;
  }
  .container .scrl-nav p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    padding: 18px 4px;
  }
  .container .scrl-nav p img {
    width: 12px;
    height: auto;
  }
  .container .scrl-nav p .scrl_arw {
    margin-bottom: 3px;
  }
  .container .scrl-nav p .scrl_arw1 {
    margin-top: 10px;
  }

  .lower-content .title {
    padding-bottom: 0;
    margin-top: 15%;
    margin-left: 5%;
    opacity: 0;
  }
  .lower-content .title:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 0;
    width: 4px;
    -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }
  .lower-content .title-show:before {
    opacity: 1;
    height: 370px;
  }
  .lower-content .title-show .subtitle {
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 100ms;
    opacity: 1;
  }
  .lower-content h1 {
    padding-top: 325px;
    font-size: 80px;
    font-size: 10.66667vw;
    font-family: "Gothic A1", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    letter-spacing: -0.01em;
    margin-left: 5%;
    line-height: 1;
  }
  .lower-content .subtitle {
    opacity: 0;
    margin-top: -15px;
    margin-left: 5%;
    letter-spacing: 0.35em;
  }
  .lower-content .subtitle-en {
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .lower-content h2 {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 58px;
    font-size: 7.73333vw;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lower-content .en {
    font-family: "Gothic A1", sans-serif;
    font-size: 50px;
    font-size: 6.66667vw;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
  }
  .lower-content .lang-title {
    position: relative;
    text-align: center;
    font-size: 28px;
    font-size: 3.73333vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
    width: 82%;
    margin: 0 auto;
    margin-top: 12%;
    z-index: 1;
  }
  .lower-content .copy {
    text-align: center;
    width: 82%;
    margin: 0 auto;
    font-size: 20px;
    font-size: 2.66667vw;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 5%;
    margin-bottom: 15%;
  }
}
@media only screen and (min-width: 769px) {
  .tf-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .container img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
  }
  .container h2 {
    font-size: 54px;
    font-family: "Gothic A1", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    letter-spacing: -0.01em;
  }
  .container p {
    font-size: 12px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.1em;
  }
  .container .scrl-nav {
    position: fixed;
    bottom: 128px;
    left: 3%;
    z-index: 100;
  }
  .container .scrl-nav p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    padding: 18px 4px;
  }
  .container .scrl-nav p img {
    width: 12px;
    height: auto;
  }
  .container .scrl-nav p .scrl_arw {
    margin-bottom: 3px;
  }
  .container .scrl-nav p .scrl_arw1 {
    margin-top: 10px;
  }
  .container .op-hv {
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .container .op-hv:hover {
    opacity: 0.8;
  }
  .container .op-hv-arw {
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .container .op-hv-arw img {
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  }
  .container .op-hv-arw:hover {
    opacity: 0.8;
  }
  .container .op-hv-arw:hover img {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  .container .share li {
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }
  .container .share li:hover {
    -webkit-transform: scale(1.23);
    transform: scale(1.23);
  }

  .lower-content .title {
    padding-bottom: 115px;
    margin-top: 180px;
    margin-left: 10%;
    margin-bottom: 230px;
    opacity: 0;
  }
  .lower-content .title:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    height: 0;
    width: 4px;
    opacity: 0;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .lower-content .title-show:before {
    opacity: 1;
    height: 310px;
  }
  .lower-content .title-show .subtitle {
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    opacity: 1;
  }
  .lower-content h1 {
    font-size: 54px;
    font-family: "Gothic A1", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9);
    letter-spacing: -0.01em;
    margin-left: 25px;
  }
  .lower-content .subtitle {
    opacity: 0;
    margin-left: 25px;
    letter-spacing: 0.35em;
  }
  .lower-content .subtitle-en {
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .lower-content .lang-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    width: 780px;
    margin: 0 auto;
    padding-top: 90px;
  }
  .lower-content .copy {
    text-align: center;
    width: 780px;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 30px;
    margin-bottom: 80px;
  }

  footer .sp {
    display: none;
  }
  footer .pc {
    display: block;
  }
}
.sp {
  display: block;
}

.pc {
  display: none;
}

#checkSp {
  display: block;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  #checkSp {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .container {
    position: relative;
  }

  .mv-cont {
    width: 100%;
    height: auto;
  }
  .mv-cont iframe {
    width: 100%;
    height: auto;
  }

  .top .title {
    position: relative;
    z-index: 1;
    opacity: 0;
  }

  .bnr-area {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
    text-align: center;
    padding-top: 5.5%;
    padding-bottom: 5%;
  }
  .bnr-area img {
    width: 90%;
  }

  .sns ul {
    width: 80%;
    margin: 0 auto;
  }
  .sns ul li {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 13.33333%;
  }
  .sns ul li p {
    z-index: -1;
    position: absolute;
    right: -13%;
    opacity: 0.1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-family: "Gothic A1", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 100px;
    font-size: 13.33333vw;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .sns ul .fb {
    width: auto;
    padding-right: 0;
  }
  .sns ul .fb iframe {
    width: 100% !important;
  }
  .sns ul .tw {
    width: auto;
  }
  .sns ul .tw .inner {
    height: 500px;
    overflow: hidden;
  }
  .sns ul .tw iframe {
    width: 320px !important;
  }
  .sns ul .insta iframe {
    width: 100% !important;
    height: 500px !important;
  }
  .sns ul li:nth-child(even) p {
    line-height: 1;
    right: auto;
    left: -1em;
  }

  .fun-bnr img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  html {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .title {
    position: absolute;
    top: 190px;
    left: 0;
  }

  .mv-cont {
    margin-left: -20px;
    text-align: left;
    margin-top: 4%;
  }
  .mv-cont img {
    width: 94%;
  }
  .mv-cont iframe, .mv-cont video {
    width: 94%;
  }

  .top .title {
    opacity: 0;
  }

  .bnr-area {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.72);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B8000000,endColorstr=#B8000000);
    zoom: 1;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 13px;
  }
  .bnr-area p {
    display: inline;
    -webkit-transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }

  .sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    min-width: 300px;
    margin-top: 3%;
    margin-right: 3%;
  }
  .sns ul li {
    width: 33.3%;
    overflow: hidden;
    height: 500px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .sns ul li p {
    opacity: 0.1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-family: "Gothic A1", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 52px;
    font-size: 3.61111vw;
    letter-spacing: -0.03em;
    margin-left: -11px;
    line-height: 1;
  }
  .sns ul .tw {
    margin-left: 1.5%;
  }
  .sns ul .tw .tw-inner {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .fun-bnr {
    text-align: center;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.65);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000,endColorstr=#A6000000);
    zoom: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .sns ul li {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .sns ul li p {
    display: none;
  }
}
