@charset "UTF-8";
/* -----------------------------------
  BASE
----------------------------------- */

.article-contents .each a {
  color: #e60012;
  text-decoration: underline;
}
.article-contents .each a:hover {
  color: #e60012;
  text-decoration: none;
}

.attention a {
  color: #e60012;
  text-decoration: underline;
}
.attention a:hover {
  color: #e60012;
  text-decoration: none;
}

.wide {
  width: 170px;
}
@media (min-width: 769px) {
  .wide {
    width: auto;
  }
}

#ticket-area h4.mB25 {
  font-size: 4.2rem;
  line-height: 1;
  padding: 0;
  margin: 0 0 0;
}
@media (min-width: 769px) {
  #ticket-area h4.mB25 {
    font-size: 2.4rem;
    padding: 0;
    margin: 0 0 0;
  }
}
span.indent a {
  color: #e60012;
  text-decoration: underline;
}
span.indent a:hover {
  color: #e60012;
  text-decoration: none;
}
@media (min-width: 769px) {
  span.indent a {
    color: #e60012;
    text-decoration: underline;
  }
}

.modal-read p {
  font-size: 4rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .modal-read p {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .modal-read p.title {
    margin: 0 0 10px;
  }
}

#ticket-area .attention .black-title {
  font-size: 3.2rem;
  color: #070707;
}
@media (min-width: 769px) {
  #ticket-area .attention .black-title {
    font-size: 1.6rem;
  }
}
#ticket-area .attention .black-text {
  color: #070707;
  font-size: 2.4rem;
}
@media (min-width: 769px) {
  #ticket-area .attention .black-text {
    font-size: 1.4rem;
  }
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
}

body {
  color: #fcfcfc;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 2.8rem;
  line-height: 1.6;
  min-width: 767px;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

.red {
  color: #e60012;
  font-size: 2.8rem;
  color: #070707;
  font-weight: normal;
}
@media (min-width: 769px) {
  .red {
    color: #e60012;
    font-size: 1.4rem;
    color: #070707;
    font-weight: normal;
  }
}

a {
  color: #fcfcfc;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
}

input,
textarea,
select,
button {
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
textarea,
select,
button,
label {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

::selection {
  color: #fcfcfc;
  background: #e60012;
}

.pc-only {
  display: none;
}

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

  .pc-only {
    display: block;
  }
}
body .mfp-container {
  padding: 0;
}
body .mfp-iframe-holder .mfp-content {
  max-width: 1040px;
  height: 100%;
}
body .mfp-iframe-holder .mfp-close {
  cursor: pointer;
  background: url(../images/btn-menu-close.jpg) no-repeat 0 0 / cover;
  font-size: 0;
  height: 134px;
  width: 134px;
  top: 0;
  right: 0;
  opacity: 1;
}
@media (min-width: 769px) {
  body .mfp-iframe-holder .mfp-close {
    height: 67px;
    width: 67px;
  }
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.94;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.bg-video video {
  position: absolute;
  min-width: 100%;
  min-height: 100vh;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  width: inherit;
  z-index: 999;
}
@media (min-width: 769px) {
  #header {
    right: auto;
    left: 0;
    width: 100%;
  }
  #header h2 {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 194px;
    width: 22%;
  }
  #header h2 a {
    background: #e60012;
    display: block;
    padding: 28px 35px 38px 26px;
  }
  #header h2 svg {
    max-width: 133px;
    width: 100%;
  }
  #header h2 .st0 {
    fill: #fcfcfc;
  }
}
#header .btn-menu {
  float: right;
  position: relative;
  z-index: 10;
}

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 768px) {
  .gnavi .navi-contents {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url(../images/bg-navi_sp.jpg) no-repeat right bottom #0c0c0c;
    padding: 502px 0 0;
    overflow-y: auto;
  }
  .gnavi .navi-contents li {
    margin: 0 0 98px 84px;
  }
  .gnavi .navi-contents li svg {
    fill: #fcfcfc;
  }
  .gnavi .navi-contents li svg .st0 {
    fill: #fcfcfc;
  }
  .gnavi .navi-contents li.logo {
    position: absolute;
    top: 109px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    height: 297px;
    width: 591px;
  }
  .gnavi .navi-contents li.logo svg {
    fill: #e60012;
  }
}
@media (min-width: 769px) {
  .gnavi .navi-contents {
    line-height: 1;
    background: #fcfcfc;
    display: flex;
    justify-content: flex-end;
    padding: 30px 5% 30px 250px;
  }
  .gnavi .navi-contents li {
    margin: 0 0 0 30px;
  }
  .gnavi .navi-contents svg {
    height: 15px;
  }
  .gnavi .navi-contents a {
    transition: all 0.3s linear;
    position: relative;
  }
  .gnavi .navi-contents a::before {
    background: #e60012;
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    width: 100%;
    height: 4px;
  }
  .gnavi .navi-contents a:hover .st0 {
    fill: #e60012;
  }
  .gnavi .navi-contents a:hover::before {
    transform: scale(1, 1);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .gnavi .navi-contents svg {
    height: 1.4vw;
  }
}
.gnavi .gnavi_howtoplay {
  width: 342px;
}
@media (min-width: 769px) {
  .gnavi .gnavi_howtoplay {
    width: 116px;
  }
}
.gnavi .gnavi_ticket {
  width: 364px;
}
@media (min-width: 769px) {
  .gnavi .gnavi_ticket {
    width: 128px;
  }
}
.gnavi .gnavi_beginners {
  width: 292px;
}
@media (min-width: 769px) {
  .gnavi .gnavi_beginners {
    width: 102px;
  }
}
.gnavi .gnavi_goods {
  width: 130px;
}
@media (min-width: 769px) {
  .gnavi .gnavi_goods {
    width: 45px;
  }
}
.gnavi .gnavi_faq {
  width: 592px;
}
@media (min-width: 769px) {
  .gnavi .gnavi_faq {
    width: 198px;
  }
}

.follow-btn {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 998;
  text-align: right;
}
.follow-btn li {
  clear: both;
  padding: 0 0 20px;
}
.follow-btn .follow-tw,
.follow-btn .follow-line,
.follow-btn .follow-fb {
  float: right;
  width: 88px;
}
.follow-btn .follow-ticket {
  margin: 0 20px 0 0;
}
.follow-btn .follow-ticket a {
  display: block;
  width: 170px;
  height: 170px;
  position: relative;
}
.follow-btn .follow-ticket a::before {
  content: "";
  background: url(../images/btn-ticket.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .follow-btn li {
    padding: 0 0 10px;
  }
  .follow-btn .follow-tw,
  .follow-btn .follow-line,
  .follow-btn .follow-fb {
    width: 54px;
  }
  .follow-btn .follow-ticket a {
    width: 106px;
    height: 106px;
  }
  .follow-btn .follow-ticket a::before {
    content: "";
    transition: opacity 0.2s;
    z-index: 2;
  }
  .follow-btn .follow-ticket a::after {
    content: "";
    background: url(../images/btn-ticket_on.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .follow-btn .follow-ticket a:hover::before {
    opacity: 0;
  }
}

.sub-navi ul {
  margin: 0 0 80px;
}
@media (min-width: 769px) {
  .sub-navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    width: 100%;
  }
}
.sub-navi ul li {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 20px;
  position: relative;
}
.sub-navi ul li.arrow-bottom span {
  transform: translate(0, -50%) rotate(90deg);
  right: 25px;
}

.strikethrough {
  text-decoration: line-through;
}
@media (min-width: 769px) {
  .sub-navi ul li {
    font-size: 1.8rem;
    margin: 0 20px 0 0;
    min-width: 200px;
    width: 48%;
  }
  .sub-navi ul li:last-child {
    margin: 0;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .sub-navi ul li {
    font-size: 1.2vw;
  }
}
.sub-navi ul li a {
  background: #eee;
  color: #070707;
  padding: 40px 55px 40px 30px;
  transition: all 0.2s;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-navi ul li a div p {
  font-style: normal;
  font-size: 3.2rem;
}
@media (min-width: 769px) {
  .sub-navi ul li a div p {
    font-size: 1.8rem;
  }
}

.flex {
  display: flex;
  align-items: flex-end;
}

.sub-navi_text {
  margin-top: 10px;
}

.mB25_text {
  margin-top: 15px;
}

.mB25 .small_font {
  margin-top: 5px;
}

.sub-navi ul li .finished {
  background: #d3d3d3;
  color: #5c5c5c;
}
.sub-navi ul li .finished span svg .st0 {
  fill: #5c5c5c;
}

@media (min-width: 769px) {
  .sub-navi ul li a {
    padding: 25px 40px 25px 20px;
  }
  .sub-navi ul li a:hover {
    background: #e60012;
    color: #fcfcfc;
  }
  .sub-navi ul li a:hover span .st0 {
    fill: #fcfcfc;
  }
}
.sub-navi ul li em {
  font-style: normal;
  font-size: 3.2rem;
}
@media (min-width: 769px) {
  .sub-navi ul li em {
    font-size: 1.8rem;
    display: contents;
  }
}
.sub-navi ul li span {
  display: block;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 28px;
}
.sub-navi ul li span .st0 {
  fill: #e60012;
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .sub-navi ul li span {
    width: 13px;
  }
}

section {
  padding: 240px 0 0;
  position: relative;
}
@media (min-width: 769px) {
  section {
    padding: 160px 0 0;
  }
}

.inner {
  padding: 0 40px;
}
@media (min-width: 769px) {
  .inner {
    margin: 0 auto;
    max-width: 1120px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .inner {
    padding: 0 5%;
  }
}

.title-hr {
  background: url(../images/title-hr.png) no-repeat 0 bottom;
  font-size: 5.6rem;
  font-weight: bold;
  margin: 0 0 80px;
  padding: 0 0 30px;
}
.title-hr.hr-black {
  color: #070707;
  background-image: url(../images/title-hr-black.png);
}
@media (min-width: 769px) {
  .title-hr {
    font-size: 2.8rem;
    margin: 0 0 40px;
    padding: 0 0 10px;
  }
}

.box {
  margin: 0 0 20px;
  display: inline-block;
}
@media (min-width: 769px) {
  .box {
    margin: 0 0 10px;
  }
}

main {
  padding: 0 5%;
  width: 100%;
  height: 173.177vw;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  background-image: url(../images/mv_bg_sp.png);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  main {
    height: 100vh;
    min-height: 750px;
    background-image: url(../images/mv_bg_pc.png);
    background-size: cover;
    background-position: center center;
    min-height: 550px;
  }
}

main h1 {
  margin-top: 25px;
  width: 100%;
}

@media (min-width: 769px) {
  main h1 {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 472px;
  }
}
@media (min-width: 1400px) {
  main h1 {
    width: 560px;
  }
}

main h2 {
  height: 450px;
}

@media (min-width: 769px) {
  main h2 {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 50vh;
  }
}
main h2 img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

main .logos {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
main .logos .logo-scrap {
  margin: 0 40px 0 0;
  width: 144px;
}
main .logos .logo-eva2020 {
  width: 180px;
}
@media (min-width: 769px) {
  main .logos {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 40px;
  }
  main .logos .logo-scrap {
    margin: 0 20px 0 0;
    width: 72px;
  }
  main .logos .logo-eva2020 {
    width: 90px;
  }
}

#news-area {
  background: url(../images/bg-news.jpg) no-repeat -200px -20px #070707;
}
@media (min-width: 769px) {
  #news-area {
    background-position: center -176px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #news-area {
    background-size: 1137px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  #news-area {
    background-position: -76px -176px;
  }
}
#news-area .read {
  color: #e60012;
}
#news-area .read h2 {
  padding: 0 0 70px;
}
#news-area .read h3 {
  padding: 0 0 160px;
}
#news-area .read p {
  padding: 0 0 70px;
}
@media (min-width: 769px) {
  #news-area .read h2 {
    padding: 0 0 35px;
    width: 486px;
  }
  #news-area .read h3 {
    padding: 0 0 75px;
    max-width: 795px;
  }
  #news-area .read p {
    font-size: 1.8rem;
    padding: 0 0 35px;
  }
}
#news-area .h2-news {
  padding: 0 0 150px;
}
#news-area .h2-news svg {
  width: 333px;
}
#news-area .h2-news .st0 {
  fill: #fcfcfc;
}
@media (min-width: 769px) {
  #news-area .h2-news {
    padding: 0 0 75px;
  }
  #news-area .h2-news svg {
    width: 173px;
  }
}
#news-area .news-list {
  padding: 0 0 120px;
}
#news-area .news-list li {
  padding: 0 0 40px;
}
#news-area .news-list li dt {
  font-weight: bold;
  padding: 0 0 20px;
}
#news-area .news-list a {
  text-decoration: underline;
  transition: all 0.2s linear;
}
@media (min-width: 769px) {
  #news-area .news-list {
    padding: 0 0 50px;
  }
  #news-area .news-list li {
    padding: 0 0 20px;
  }
  #news-area .news-list li dl {
    display: flex;
  }
  #news-area .news-list li dt {
    padding: 0 20px 0 0;
  }
  #news-area .news-list a:hover {
    color: #e60012;
  }
}

.news_movie_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 200px;
}

@media (min-width: 769px) {
  .news_movie_area {
    margin-bottom: 90px;
  }
}

.news_movie_item {
  width: 688px;
}

@media (max-width: 768px) {
  .news_movie_item {
    margin-top: 80px;
  }
  .news_movie_item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .news_movie_item {
    width: calc(50% - 20px);
    margin-top: 40px;
  }
  .news_movie_item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.news_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.news_movie {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .news_movie {
    margin-bottom: 12px;
  }
}

.movie_title {
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .movie_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.movie_title span {
  font-size: 3.8rem;
}

@media (min-width: 769px) {
  .movie_title span {
    font-size: 2rem;
  }
}

#news-area .banner-area {
  padding: 0 0 170px;
}
#news-area .banner-area li {
  margin: 0 0 76px;
}
#news-area .banner-area li a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.banner-off {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.5s;
}

.banner-off:hover {
  opacity: 0;
}

.banner-on {
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  #news-area .banner-area {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    padding: 0 0 120px;
    max-width: 1040px;
    margin: auto;
  }
  #news-area .banner-area li {
    width: calc(33.33333333% - 26.6666666666px);
    margin: 0 0 40px;
  }
  #news-area .banner-area li:nth-child(3n + 4) {
    margin: 0 40px 40px;
  }

  #news-area .banner-area .banner-large {
    margin-left: 40px;
    width: calc(50% - 20px);
    height: auto;
    position: relative;
  }
  #news-area .banner-area .banner-large:first-child {
    margin-left: 0em;
  }
}
#news-area .ss {
  overflow: hidden;
}
#news-area .ss > div {
  background: url(../images/ss.jpg) repeat-x 0 0;
  animation: ss-slide 30s linear infinite forwards;
  height: 320px;
  width: 6816px;
}
@media (min-width: 769px) {
  #news-area .ss > div {
    background-size: contain;
    animation: ss-slide-pc 30s linear infinite forwards;
    height: 160px;
    width: 5112px;
  }
}

@keyframes ss-slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-3408px, 0, 0);
  }
}
@keyframes ss-slide-pc {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1704px, 0, 0);
  }
}

#news-area .covid-19 {
  padding: 0 0 160px;
}

@media (min-width: 769px) {
  #news-area .covid-19 {
    padding: 0 0 75px;
  }
}

#news-area .covid-19_inner {
  padding: 40px;
  background-color: #252525;
}

@media (min-width: 769px) {
  #news-area .covid-19_inner {
    padding: 26px 30px;
  }
}
#news-area .covid-19_title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #61b31e;
}

@media (min-width: 769px) {
  #news-area .covid-19_title {
    font-size: 1.8rem;
  }
}

#news-area .covid-19_top_desc {
  margin-top: 26px;
  font-size: 2.8rem;
}

@media (min-width: 769px) {
  #news-area .covid-19_top_desc {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

#news-area #covid-19_list {
  margin-top: 30px;
}

@media (min-width: 769px) {
  #news-area #covid-19_list {
    margin-top: 15px;
  }
}

#news-area .slide_down {
  padding: 15px 45px 15px 20px;
  width: 100%;
  background-color: #61b31e;
}

@media (min-width: 769px) {
  #news-area .slide_down {
    padding: 10px 45px 10px 20px;
  }
}

#news-area .covid-19_list_title {
  font-size: 2.8rem;
  color: #070707;
  font-weight: bold;
}

@media (min-width: 769px) {
  #news-area .covid-19_list_title {
    font-size: 1.4rem;
  }
}

#news-area .bar {
  border-color: #070707;
}

#news-area .slide_down_item {
  margin: 0;
  background-color: #fcfcfc;
  padding: 15px 20px;
}

@media (min-width: 769px) {
  #news-area .slide_down_item {
    margin: 0;
    padding: 15px 20px;
  }
}

#news-area .slide_down_item li {
  display: flex;
}

#news-area .slide_down_item p {
  font-size: 2.8rem;
  color: #070707;
}

@media (min-width: 769px) {
  #news-area .slide_down_item p {
    font-size: 1.4rem;
  }
}

#story-area h2 {
  padding: 0 0 150px;
}
#story-area h2 svg {
  width: 390px;
}
#story-area h3 {
  padding: 0 0 70px;
}
#story-area h3 svg {
  width: 677px;
}
#story-area h3 .st0 {
  fill: #fcfcfc;
}
#story-area p {
  padding: 0 0 60px;
}
@media (min-width: 769px) {
  #story-area h2 {
    padding: 0 0 70px;
  }
  #story-area h2 svg {
    width: 188px;
  }
  #story-area h3 {
    padding: 0 0 35px;
  }
  #story-area h3 svg {
    width: 593px;
  }
  #story-area p {
    padding: 0 0 30px;
  }
}

#character-area {
  overflow: hidden;
  margin: 0 0 240px;
  padding: 180px 0 0;
  position: relative;
}
@media (min-width: 769px) {
  #character-area {
    margin: 0 0 160px;
  }
}
#character-area h2 {
  padding: 0 0 35px;
}
@media (min-width: 769px) {
  #character-area h2 {
    padding: 0;
    width: 345px;
  }
}
@media (min-width: 769px) {
  #character-area .chara-block {
    position: relative;
  }
}
#character-area .bg-slide {
  background: #0c0c0c;
  position: absolute;
  top: 630px;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  #character-area .bg-slide {
    background: url(../images/bg-slide01.jpg) no-repeat 0 0,
      url(../images/bg-slide02.jpg) no-repeat right bottom #0c0c0c;
    top: auto;
    bottom: 0;
    height: 422px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #character-area .bg-slide {
    height: 466px;
  }
}
@media (min-width: 769px) {
  #character-area .character-slide {
    margin: -50px 0 0;
  }
}
#character-area .character-slide .slick-arrow {
  background: #252525;
  font-size: 0;
  position: absolute;
  top: 36%;
  left: 0;
  transform: translate(0, -50%);
  height: 180px;
  width: 80px;
  z-index: 1;
}
@media (min-width: 769px) {
  #character-area .character-slide .slick-arrow {
    top: 71%;
    height: 90px;
    width: 40px;
  }
  #character-area .character-slide .slick-arrow::before,
  #character-area .character-slide .slick-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.2s;
    z-index: 2;
  }
  #character-area .character-slide .slick-arrow::after {
    z-index: 1;
  }
  #character-area .character-slide .slick-arrow:hover::before {
    opacity: 0;
  }
}
#character-area .character-slide .slick-prev {
  background: url(../images/slide-arrow-left.jpg) no-repeat 0 0;
}
@media (min-width: 769px) {
  #character-area .character-slide .slick-prev::before,
  #character-area .character-slide .slick-prev::after {
    background: url(../images/slide-arrow-left_pc.jpg) no-repeat 0 0;
  }
  #character-area .character-slide .slick-prev::after {
    background: url(../images/slide-arrow-left_pc_on.jpg) no-repeat 0 0;
  }
}
#character-area .character-slide .slick-next {
  background: url(../images/slide-arrow-right.jpg) no-repeat 0 0;
  left: auto;
  right: 0;
}
@media (min-width: 769px) {
  #character-area .character-slide .slick-next::before,
  #character-area .character-slide .slick-next::after {
    background: url(../images/slide-arrow-right_pc.jpg) no-repeat 0 0;
  }
  #character-area .character-slide .slick-next::after {
    background: url(../images/slide-arrow-right_pc_on.jpg) no-repeat 0 0;
  }
}
#character-area .character-slide .slick-slide {
  position: relative;
  overflow: hidden;
}
#character-area .character-slide .eva,
#character-area .character-slide .character {
  position: absolute;
  top: 0;
}
@media (min-width: 769px) {
  #character-area .character-slide .eva,
  #character-area .character-slide .character {
    z-index: 1;
  }
}
#character-area .character-slide .chara-info {
  background: #252525;
  margin: 686px 0 0;
  padding: 80px 40px 70px;
  position: relative;
  min-height: 548px;
}
@media (min-width: 769px) {
  #character-area .character-slide .chara-info {
    background: none;
    margin: 234px 0 0;
    padding: 160px 40px 60px 60%;
    min-height: 488px;
  }
  #character-area .character-slide .chara-info > p {
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
  }
}
#character-area .character-slide .name {
  margin: 0 0 30px;
}
@media (min-width: 769px) {
  #character-area .character-slide .name {
    margin: 0 0 40px;
  }
}
#character-area .character-slide .chara01 .character {
  top: 102px;
  left: 89px;
  width: 414px;
}
#character-area .character-slide .chara01 .name {
  width: 331px;
}
#character-area .character-slide .chara01 .eva {
  left: 134px;
  width: 637px;
}
@media (min-width: 769px) {
  #character-area .character-slide .chara01 .character {
    left: 50%;
    margin: 0 0 0 -553px;
  }
  #character-area .character-slide .chara01 .eva {
    left: 50%;
    margin: 0 0 0 -484px;
  }
  #character-area .character-slide .chara01 .name {
    width: 244px;
  }
}
#character-area .character-slide .chara02 .character {
  top: 64px;
  left: 413px;
  width: 343px;
}
#character-area .character-slide .chara02 .name {
  width: 321px;
}
#character-area .character-slide .chara02 .eva {
  margin: 0 0 0 -190px;
  width: 919px;
}
@media (min-width: 769px) {
  #character-area .character-slide .chara02 .character {
    left: 50%;
    margin: 0 0 0 -190px;
  }
  #character-area .character-slide .chara02 .eva {
    left: 50%;
    margin: 0 0 0 -750px;
  }
  #character-area .character-slide .chara02 .name {
    width: 232px;
  }
}
@media (min-width: 769px) and (max-width: 1050px) {
  #character-area .character-slide .chara02 .eva {
    margin: 0 0 0 -80vw;
  }
}
#character-area .character-slide .chara03 .character {
  top: 127px;
  left: -8px;
  width: 461px;
}
#character-area .character-slide .chara03 .name {
  width: 621px;
}
#character-area .character-slide .chara03 .eva {
  left: 36px;
  width: 959px;
}
@media (min-width: 769px) {
  #character-area .character-slide .chara03 .character {
    left: 50%;
    margin: 0 0 0 -334px;
  }
  #character-area .character-slide .chara03 .eva {
    left: 50%;
    margin: 0 0 0 -866px;
  }
  #character-area .character-slide .chara03 .name {
    max-width: 446px;
  }
}
#character-area .character-slide .chara04 .character {
  top: 116px;
  left: -60px;
  width: 486px;
}
#character-area .character-slide .chara04 .name {
  width: 685px;
}
#character-area .character-slide .chara04 .eva {
  top: 26px;
  left: 216px;
  width: 595px;
}
@media (min-width: 769px) {
  #character-area .character-slide .chara04 .character {
    left: 50%;
    margin: 0 0 0 -722px;
  }
  #character-area .character-slide .chara04 .eva {
    left: 50%;
    margin: 0 0 0 -454px;
  }
  #character-area .character-slide .chara04 .name {
    max-width: 492px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #character-area .character-slide .chara04 .character {
    margin: 0 0 0 -680px;
  }
  #character-area .character-slide .chara04 .eva {
    margin: 0 0 0 -410px;
  }
}
#character-area .character-slide .chara05 .character {
  top: 64px;
  left: 172px;
  width: 422px;
}
#character-area .character-slide .chara05 .name {
  width: 383px;
}
@media (min-width: 769px) {
  #character-area .character-slide .chara05 .character {
    left: 50%;
    margin: 0 0 0 -388px;
  }
  #character-area .character-slide .chara05 .name {
    width: 277px;
  }
}
@media (max-width: 768px) {
  #character-area .inner.sp-none {
    padding: 0;
    margin: -10px 0 0;
  }
}
#character-area .nav-slide .slick-track {
  transform: none !important;
}
#character-area .nav-slide .navi-item {
  height: 88px;
  text-indent: -9999px;
  position: relative;
}
#character-area .nav-slide .navi-item::before,
#character-area .nav-slide .navi-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.2s;
  z-index: 2;
}
#character-area .nav-slide .navi-item::after {
  z-index: 1;
}
#character-area .nav-slide .navi-item.slick-current::before {
  opacity: 0;
}
#character-area .nav-slide .navi01::before {
  background: url(../images/chara_navi01.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi01::after {
  background: url(../images/chara_navi01_on.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi02::before {
  background: url(../images/chara_navi02.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi02::after {
  background: url(../images/chara_navi02_on.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi03::before {
  background: url(../images/chara_navi03.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi03::after {
  background: url(../images/chara_navi03_on.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi04::before {
  background: url(../images/chara_navi04.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi04::after {
  background: url(../images/chara_navi04_on.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi05::before {
  background: url(../images/chara_navi05.jpg) no-repeat 0 0 / cover;
}
#character-area .nav-slide .navi05::after {
  background: url(../images/chara_navi05_on.jpg) no-repeat 0 0 / cover;
}
@media (min-width: 769px) {
  #character-area .nav-slide {
    margin: 40px auto 0;
  }
  #character-area .nav-slide .navi-item {
    cursor: pointer;
    height: 120px;
    padding: 0;
    transition: opacity 0.2s;
  }
  #character-area .nav-slide .navi-item.slick-current::before,
  #character-area .nav-slide .navi-item:hover::before {
    opacity: 0;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #character-area .nav-slide {
    margin: 40px auto 0;
  }
  #character-area .nav-slide .navi-item {
    height: 0;
    padding: 11.56% 0 0;
  }
}

#feature-area {
  background: url(../images/bg-feature_sp.gif) no-repeat 0 0 / cover;
  padding-bottom: 160px;
}
@media (min-width: 769px) {
  #feature-area {
    background: url(../images/bg-feature01.png) no-repeat 0 0,
      url(../images/bg-feature02.png) no-repeat right bottom #d3d3d3;
    padding: 160px 0 100px;
  }
}
#feature-area h2 {
  margin: 0 0 160px;
}
#feature-area h2 svg {
  width: 560px;
}
@media (min-width: 769px) {
  #feature-area h2 {
    margin: 0 0 70px;
  }
  #feature-area h2 svg {
    width: 284px;
  }
}
@media (min-width: 769px) {
  #feature-area ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1040px;
    margin: auto;
  }
  #feature-area ul li {
    background: #070707;
    width: calc(33% - 30px);
    margin: 0 0 40px;
  }
  #feature-area ul li:nth-child(3n + 2) {
    margin: 0 40px 40px;
  }
  #feature-area ul li p span {
    max-width: 134px;
    top: -20px;
  }
}
#feature-area li {
  margin: 0 0 80px;
}
#feature-area li p {
  position: relative;
}
#feature-area li p span {
  position: absolute;
  top: -40px;
  right: 0;
}
#feature-area li dl {
  background: #070707;
  padding: 30px 40px 40px;
}
#feature-area li dl dt {
  color: #e60012;
  padding: 0 0 20px;
  font-size: 3.2rem;
  font-weight: bold;
}
#feature-area li dl dd {
  color: #fcfcfc;
  line-height: 2;
}
@media (min-width: 769px) {
  #feature-area li dl {
    padding: 20px 20px 30px;
  }
  #feature-area li dl dt {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
  #feature-area li dl dd {
    font-size: 1.4rem;
  }
}
#feature-area li a {
  background: #e60012;
  color: #fcfcfc;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  margin: 30px 0 0;
  padding: 15px;
  text-align: center;
}
@media (min-width: 769px) {
  #feature-area li a {
    margin: 15px 0 0;
    padding: 5px;
    transition: all 0.2s;
  }
  #feature-area li a:hover {
    background: #fcfcfc;
    color: #e60012;
  }
}

#beginners-area {
  background: #070707;
  padding-bottom: 240px;
}
@media (min-width: 769px) {
  #beginners-area {
    padding-bottom: 160px;
  }
}
#beginners-area h2 {
  margin: 0 0 160px;
}
#beginners-area h2 svg {
  width: 645px;
}
#beginners-area h2 .st0 {
  fill: #fcfcfc;
}
@media (min-width: 769px) {
  #beginners-area h2 {
    margin: 0 0 70px;
  }
  #beginners-area h2 svg {
    width: 330px;
  }
}
.embed-youtube {
  width: 688px;
  height: 443px;
}
@media (min-width: 769px) {
  .embed-youtube {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  #beginners-area .hr01 {
    background-image: url(../images/hr-beginners01.png);
  }
  #beginners-area .hr02 {
    background-image: url(../images/hr-beginners02.png);
  }
}
#beginners-area .text {
  line-height: 2;
  padding: 0 0 60px;
}
@media (min-width: 769px) {
  #beginners-area .text {
    padding: 0 0 30px;
  }
}
#beginners-area .pb150 {
  padding-bottom: 150px;
}
@media (min-width: 769px) {
  #beginners-area .pb150 {
    max-width: 850px;
    padding: 0 0 60px;
  }
}
#beginners-area .banner-beginner {
  display: block;
  height: 160px;
  position: relative;
}
#beginners-area .banner-beginner::before {
  content: "";
  background: url(../images/banner-beginner.jpg) no-repeat 0 0 / contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  #beginners-area .banner-beginner {
    height: 80px;
    width: 344px;
  }
  #beginners-area .banner-beginner::before {
    content: "";
    transition: opacity 0.2s;
    z-index: 2;
  }
  #beginners-area .banner-beginner::after {
    content: "";
    background: url(../images/banner-beginner_on.jpg) no-repeat 0 0 / contain;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  #beginners-area .banner-beginner:hover::before {
    opacity: 0;
  }
}

#howto-area {
  background: url(../images/bg-howto01.jpg) no-repeat 0 0, url(../images/bg-howto02.jpg) no-repeat right bottom #d3d3d3;
  padding-bottom: 240px;
  margin: 0 0 -2px;
}
@media (min-width: 769px) {
  #howto-area {
    padding: 160px 0 140px;
  }
  #howto-area .hr01 {
    background-image: url(../images/hr-howtoplay01.png);
  }
  #howto-area .hr02 {
    background-image: url(../images/hr-howtoplay02.png);
  }
  #howto-area .block-list {
    display: flex;
  }
}
#howto-area h2 {
  margin: 0 0 160px;
}
@media (min-width: 769px) {
  #howto-area h2 {
    margin: 0 0 70px;
    width: 378px;
  }
}
#howto-area .white-block {
  background: #fcfcfc;
  margin: 0 0 40px;
}
#howto-area .white-block.last {
  margin: 0 0 150px;
}
@media (min-width: 769px) {
  #howto-area .white-block {
    margin: 0 0 80px;
    width: 100%;
  }
  #howto-area .white-block:nth-child(2) {
    background: #eee;
  }
  #howto-area .white-block.last {
    margin: 0 0 80px;
  }
}
#howto-area .block {
  margin: 0 0 40px;
}
@media (min-width: 769px) {
  #howto-area .block.block03 .text {
    padding: 20px 40px;
  }
}
#howto-area .block .number {
  background: #070707;
  padding: 10px 0;
  text-align: center;
  color: #fcfcfc;
  font-size: 8rem;
  font-weight: bold;
}
#howto-area .block .text {
  background: #eee;
  color: #070707;
  padding: 30px 40px 40px;
}
#howto-area .block .text span {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  padding: 0 0 10px;
}
#howto-area .block .text span.indent {
  font-size: 2.4rem;
  color: #666;
  margin: 20px 0 0;
  padding: 0 0 10px 1em;
  font-weight: normal;
}
#howto-area .block .text span.indent a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  #howto-area .block {
    display: flex;
    margin: 0 0 20px;
  }
  #howto-area .block .number {
    font-size: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-width: 80px;
    padding: 0 10px;
  }
  #howto-area .block .text {
    font-size: 1.4rem;
    padding: 10px 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #howto-area .block .text span {
    font-size: 2.4rem;
    padding: 0 0 10px;
  }
  #howto-area .block .text span.indent {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0 0 0 1em;
    margin: 10px 0 0;
    text-indent: -1em;
    color: #666;
  }
  #howto-area .block .text span.indent a {
    color: #e60012;
    text-decoration: underline;
  }
  #howto-area .block .text span.indent a:hover {
    text-decoration: none;
    color: #e60012;
  }
  #howto-area .block .img {
    background: #fcfcfc;
    min-width: 344px;
    max-width: 344px;
    display: flex;
    flex-basis: auto;
    flex-shrink: 0;
    flex-direction: column;
    align-content: center;
  }
  #howto-area .block .img img {
    width: 100%;
  }
}

#ticket-area {
  background: #fcfcfc;
  color: #070707;
  padding-bottom: 240px;
}
@media (min-width: 769px) {
  #ticket-area {
    padding-bottom: 160px;
  }
  #ticket-area .hr01 {
    background-image: url(../images/hr-ticket01.png);
  }
  #ticket-area .hr02 {
    background-image: url(../images/hr-ticket02.png);
  }
  #ticket-area .hr03 {
    background-image: url(../images/hr-ticket03.png);
  }
  #ticket-area .hr04 {
    background-image: url(../images/hr-ticket04.png);
    text-align: left;
  }
  #ticket-area .inenr {
    overflow: hidden;
  }
}
#ticket-area .detail {
  font-size: 3.2rem;
  color: #070707;
  font-weight: bold;
  margin: 0 0 40px;
}
@media (min-width: 769px) {
  #ticket-area .detail {
    margin: 0 0 25px;
    font-size: 2rem;
    color: #070707;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  #ticket-area .right-block {
    padding: 0 0 0;
  }
}
#ticket-area .right-block h4,
#ticket-area .left-block h4 {
  margin: 0 0 40px;
}
@media (min-width: 769px) {
  #ticket-area .right-block h4,
  #ticket-area .left-block h4 {
    margin: 0 0 25px;
  }
}
#ticket-area h2 {
  margin: 0 0 160px;
}
#ticket-area h2 svg {
  width: 390px;
}
@media (min-width: 769px) {
  #ticket-area h2 {
    margin: 0 0 70px;
  }
  #ticket-area h2 svg {
    width: 198px;
  }
}
#ticket-area h4 {
  background: #070707;
  color: #fcfcfc;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px;
}
@media (min-width: 769px) {
  #ticket-area h4 {
    font-size: 2.4rem;
    margin: 0 0 10px;
  }
}

#ticket-area .notice {
  margin-bottom: 40px;
}

#ticket-area .notice a {
  color: #e60012;
  text-decoration: underline;
  transition: all 0.5s;
}
@media (min-width: 769px) {
  #ticket-area .notice a:hover {
    text-decoration-color: rgba(230, 0, 18, 0);
  }
}

@media (min-width: 769px) {
  #ticket-area .notice {
    margin-bottom: 20px;
  }
}

.day_of_week {
  font-size: 3.8rem;
}
@media (min-width: 769px) {
  .day_of_week {
    font-size: 2rem;
  }
}
#ticket-area .price {
  border: #d3d3d3 solid 1px;
  margin: 40px 0 80px;
  width: 100%;
}
#ticket-area .price.mb160 {
  margin: 0 0 80px;
}
#ticket-area .price.first {
  margin: 40px 0 50px;
}
#ticket-area .price.end {
  margin: 40px 0 0;
}

@media (min-width: 769px) {
  #ticket-area .price {
    margin: 20px 0 40px;
  }
  #ticket-area .price.mb160 {
    margin: 0 0 40px;
  }
  #ticket-area .price.first {
    margin: 20px 0 25px;
  }
  #ticket-area .price.end {
    margin: 20px 0 0;
  }
}
#ticket-area .price th,
#ticket-area .price td {
  padding: 10px;
  vertical-align: middle;
}
#ticket-area .price th {
  background: #d3d3d3;
  border-left: #fcfcfc solid 1px;
  font-weight: normal;
  text-align: center;
}
#ticket-area .price th.th-none {
  border-left: #d3d3d3 solid 1px;
  width: 33%;
}
#ticket-area .price th.th-have {
  width: 33%;
}

@media (min-width: 769px) {
  #ticket-area .price th.th-none {
    width: 20%;
  }
  #ticket-area .price th.th-have {
    width: 40%;
  }
}

#ticket-area .price td {
  border: #d3d3d3 solid 1px;
}
@media (min-width: 769px) {
  #ticket-area .price td {
    /* white-space: nowrap; */
  }
}
#ticket-area .price td p {
  padding: 0 0 20px;
}
#ticket-area .price td em {
  color: #666;
  font-style: normal;
  font-size: 1.4rem;
}
#ticket-area .price td em a {
  color: #e60012;
}
#ticket-area .price td em a:hover {
  color: #e60012;
  text-decoration: none;
}
#ticket-area .price td span {
  color: #e60012;
}
#ticket-area .price td span.indent {
  color: #666666;
  display: inline-block;
}

#ticket-area .block_warpper {
  padding: 40px 0 60px;
}
#ticket-area .block dl {
  font-weight: bold;
}

#ticket-area .block dl a {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #ticket-area .block dl a {
    margin-bottom: 0;
  }
}

#ticket-area .block dt {
  color: #e60012;
  font-size: 4.8rem;
  padding: 0 0 10px;
}
#ticket-area .block dd {
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: bold;
}
#ticket-area .block dd:first-child {
  margin-top: 0;
}

@media (min-width: 769px) {
  #ticket-area .block {
    width: 50%;
  }
  #ticket-area .block dt {
    font-size: 2.4rem;
  }
  #ticket-area .block dd {
    font-size: 2rem;
    color: #070707;
    font-weight: bold;
  }
  #ticket-area .block_warpper {
    display: flex;
    padding: 20px 0 50px;
  }
  #ticket-area .block.left-block {
    width: 50%;
  }
  #ticket-area .block.right-block {
    margin-left: 40px;
    width: 50%;
  }
}
#ticket-area .attention {
  background: #eee;
  color: #666;
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 0 0 160px;
  padding: 70px 40px;
}
#ticket-area .attention.mB0 {
  margin: 0;
}
#ticket-area .attention.bg0 {
  background: transparent;
  padding: 0;
  margin: 80px 0 80px;
}
#ticket-area .attention span {
  color: #666;
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 0 20px;
}
#ticket-area .attention .pb60 {
  padding-bottom: 60px;
}
#ticket-area .attention .img-usb {
  padding: 0 0 60px;
}
@media (min-width: 769px) {
  #ticket-area .attention {
    clear: both;
    font-size: 1.2rem;
    margin: 0 0 80px;
    padding: 35px 40px;
  }
  #ticket-area .attention.bg0 {
    margin: 40px 0 40px;
  }
  #ticket-area .attention span {
    font-size: 1.4rem;
    padding: 0 0 6px;
  }
  #ticket-area .attention .pb60 {
    padding-bottom: 10px;
  }
  #ticket-area .attention .img-usb {
    padding: 0 0 30px;
    max-width: 360px;
  }
}
#ticket-area .attention.black {
  color: #070707;
  font-size: 2.4rem;
}
#ticket-area .attention.black span {
  color: #070707;
  font-size: 3.2rem;
}
@media (min-width: 769px) {
  #ticket-area .attention.black {
    font-size: 1.4rem;
  }
  #ticket-area .attention.black span {
    font-size: 1.6rem;
  }
}
#ticket-area .read {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 70px;
}
@media (min-width: 769px) {
  #ticket-area .read {
    font-size: 2.4rem;
  }
}
#ticket-area .banner-fun {
  display: block;
  height: 160px;
  position: relative;
}
#ticket-area .banner-fun::before {
  content: "";
  background: url(../images/banner-fun.jpg) no-repeat 0 0 / contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  #ticket-area .banner-fun {
    height: 80px;
    width: 344px;
  }
  #ticket-area .banner-fun::before {
    content: "";
    transition: opacity 0.2s;
    z-index: 2;
  }
  #ticket-area .banner-fun::after {
    content: "";
    background: url(../images/banner-fun_on.jpg) no-repeat 0 0 / contain;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  #ticket-area .banner-fun:hover::before {
    opacity: 0;
  }
}

#location-area {
  background: #eee;
  padding-bottom: 220px;
}
@media (max-width: 768px) {
  #location-area {
    margin-top: -2px;
  }
}
@media (min-width: 769px) {
  #location-area {
    padding-bottom: 160px;
  }
}
#location-area h2 {
  margin: 0 0 160px;
}
#location-area h2 svg {
  width: 584px;
}
@media (min-width: 769px) {
  #location-area h2 {
    margin: 0 0 70px;
  }
  #location-area h2 svg {
    width: 300px;
  }
}
#location-area p {
  color: #070707;
  font-weight: bold;
  font-size: 5.6rem;
}
@media (min-width: 769px) {
  #location-area p {
    font-size: 2.8rem;
  }
}
#location-area .area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media (min-width: 769px) {
  #location-area .area-list {
    justify-content: flex-start;
  }
}

.date_tokyo {
  display: flex;
}

.update {
  margin-left: 5px;
}

#location-area li {
  font-size: 2rem;
  margin: 0 0 20px;
  position: relative;
  width: 48%;
}
@media (min-width: 769px) {
  #location-area li {
    font-size: 1.2rem;
    margin: 0 1% 1% 0;
    width: 19%;
  }
}
#location-area li.no-link {
  background: #d3d3d3;
  color: #5c5c5c;
  display: block;
  padding: 30px 40px 30px 25px;
}
#location-area li.no-link span {
  display: none;
}
#location-area li.no-link p {
  color: #5c5c5c;
}
@media (min-width: 769px) {
  #location-area li.no-link {
    padding: 15px 30px 15px 10px;
  }
}
#location-area li a {
  height: 100%;
  background: #fcfcfc;
  color: #070707;
  display: block;
  padding: 30px 40px 30px 25px;
  transition: all 0.2s;
}

#location-area .cancel a {
  background: #d3d3d3;
  color: #5c5c5c;
}
#location-area .cancel a p {
  color: #5c5c5c;
}
#location-area .cancel a .st0 {
  fill: #5c5c5c;
}

#location-area .finished-area-list li a {
  background: #d3d3d3;
  color: #5c5c5c;
}
#location-area .finished-area-list li a p {
  color: #5c5c5c;
}
#location-area .finished-area-list li a .st0 {
  fill: #5c5c5c;
}

@media (min-width: 769px) {
  #location-area li a {
    padding: 15px 30px 15px 10px;
  }
  #location-area li a:hover {
    background: #e60012;
    color: #fcfcfc;
  }
  #location-area li a:hover p {
    color: #fcfcfc;
  }
  #location-area li a:hover span .st0 {
    fill: #fcfcfc;
  }
}
#location-area li span {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 28px;
}
#location-area li span .st0 {
  fill: #e60012;
  transition: all 0.2s;
}
@media (min-width: 769px) {
  #location-area li span {
    width: 13px;
  }
}
#location-area li p {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  #location-area li p {
    font-size: 1.8rem;
  }
}

#location-area li .cancel_text {
  font-size: 2rem;
  font-weight: normal;
  text-decoration: line-through;
}
@media (min-width: 769px) {
  #location-area li .cancel_text {
    font-size: 1.2rem;
  }
}
#location-area li a .update_text {
  font-size: 2rem;
  font-weight: normal;
  color: #e60012;
}
@media (min-width: 769px) {
  #location-area li a .update_text {
    font-size: 1.2rem;
  }
}

.update_text_nonte {
  display: flex;
}
#location-area li .originally_date {
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 769px) {
  #location-area li .originally_date {
    font-size: 1.2rem;
  }
}

#about-area {
  background: #070707;
  padding-bottom: 240px;
}
@media (min-width: 769px) {
  #about-area {
    padding-bottom: 160px;
    font-size: 1.4rem;
    overflow: hidden;
  }
  #about-area .right-block {
    float: left;
    margin: 0 0 0 40px;
    width: calc(60% - 40px);
  }
  #about-area .right-block > p {
    line-height: 2;
  }
}
#about-area h2 {
  margin: 0 0 160px;
}
#about-area h2 svg {
  width: 683px;
}
#about-area h2 .st0 {
  fill: #fcfcfc;
}
@media (min-width: 769px) {
  #about-area h2 {
    margin: 0 0 70px;
  }
  #about-area h2 svg {
    width: 356px;
  }
}
#about-area .img {
  margin: 0 0 70px;
}
@media (min-width: 769px) {
  #about-area .img {
    float: left;
    margin: 0;
    max-width: 354px;
    width: 40%;
  }
}
#about-area .sns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about-area .sns li {
  background: #fcfcfc;
  transition: all 0.2s;
  width: 48%;
}
#about-area .sns li a {
  height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-area .sns li.banner {
  background: none;
  width: 100%;
}
#about-area .sns li a.banner-eva {
  display: block;
  height: 210px;
  margin: 70px 0 40px;
  position: relative;
}
#about-area .sns li a.banner-eva::before {
  content: "";
  background: url(../images/banner-eva.jpg) no-repeat 0 0 / contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  #about-area .sns li a.banner-eva {
    height: 0;
    margin: 0;
    padding: 30.8% 0 0;
  }
  #about-area .sns li a.banner-eva::before {
    content: "";
    transition: opacity 0.2s;
    z-index: 2;
  }
  #about-area .sns li a.banner-eva::after {
    content: "";
    background: url(../images/banner-eva_on.jpg) no-repeat 0 0 / contain;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  #about-area .sns li a.banner-eva:hover::before {
    opacity: 0;
  }
}
#about-area .sns .tw svg {
  width: 62px;
}
#about-area .sns .tw path {
  transition: all 0.2s;
  fill: #1da1f2;
}
#about-area .sns .fb svg {
  width: 36px;
}
#about-area .sns .fb path {
  transition: all 0.2s;
  fill: #1877f2;
}
@media (min-width: 769px) {
  #about-area .sns {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 30px 0 0;
    width: 100%;
  }
  #about-area .sns li {
    margin: 0 2% 0 0;
    max-width: 100px;
    width: 24%;
  }
  #about-area .sns li.tw:hover {
    background: #1da1f2;
  }
  #about-area .sns li.tw:hover path {
    fill: #fcfcfc;
  }
  #about-area .sns li.fb:hover {
    background: #1877f2;
  }
  #about-area .sns li.fb:hover path {
    fill: #fcfcfc;
  }
  #about-area .sns li.banner {
    background: none;
    width: 52%;
    max-width: 330px;
  }
  #about-area .sns li a {
    height: 100%;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none) {
  #about-area .sns li {
    /* IE11 */
  }
  #about-area .sns li *::-ms-backdrop,
  #about-area .sns li a {
    height: 5.6vw;
  }
}
@media (min-width: 769px) {
  #about-area .sns .tw svg {
    width: 31px;
  }
}
@media (min-width: 769px) {
  #about-area .sns .fb svg {
    width: 18px;
  }
}

.share-area {
  padding: 240px 0 0;
  position: relative;
}
@media (min-width: 769px) {
  .share-area {
    padding: 160px 0 0;
  }
}
.share-area .banner-eva2019 {
  margin: 0 0 240px;
  text-align: center;
}
@media (min-width: 769px) {
  .share-area .banner-eva2019 {
    margin: 0 auto 160px;
    width: 480px;
  }
}
.share-area .text-img {
  text-align: center;
}
.share-area .text-img svg {
  width: 172px;
}
.share-area .text-img .st0 {
  fill: #fcfcfc;
}
@media (min-width: 769px) {
  .share-area .text-img svg {
    width: 86px;
  }
}
.share-area .share {
  display: flex;
  justify-content: space-between;
  padding: 100px 70px 412px;
}
@media (min-width: 769px) {
  .share-area .share {
    width: 278px;
    margin: auto;
    padding: 48px 0 20vw;
  }
  .share-area .share li {
    width: 65px;
  }
}

.footer-text {
  height: 214px;
  overflow: hidden;
  position: absolute;
  top: -198px;
  left: 0;
  width: 100%;
}
.footer-text .footer-text-inner {
  position: absolute;
  margin: 0 -10px;
  bottom: 0;
  height: 214px;
  width: 790px;
}
@media (min-width: 769px) {
  .footer-text {
    height: 0;
    top: -13vw;
    padding: 14vw 0 0;
  }
  .footer-text .footer-text-inner {
    width: 102%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    margin: auto;
  }
}

footer {
  background: #770d06;
  padding: 80px 40px;
  position: relative;
}
footer .logo {
  display: flex;
  justify-content: center;
}
footer .logo-eva2020 {
  margin: 0 22px 0 0;
  width: 188px;
}
footer .logo-eva2020 .st0 {
  fill: #fcfcfc;
}
footer .logo-scrap {
  margin: 0 0 0 22px;
  width: 152px;
}
footer .logo-scrap .st0 {
  fill: #fcfcfc;
}
footer .banner-mail {
  margin: 80px 0;
}
@media (min-width: 769px) {
  footer .banner-mail {
    margin: 40px auto;
    width: 344px;
  }
}
footer small {
  font-size: 2.4rem;
  text-align: center;
  display: block;
  line-height: 2;
}
@media (min-width: 769px) {
  footer small {
    font-size: 1.4rem;
  }
}

.mission_footer .banner-mail {
  margin: 80px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .mission_footer .banner-mail {
    margin: 40px auto;
  }
}

.underline {
  text-decoration: underline;
}

.small_font {
  font-size: 24px;
}

@media (min-width: 769px) {
  .small_font {
    font-size: 12px;
  }
}

.banner_fun {
  width: 100%;
}

@media (min-width: 769px) {
  .banner_fun {
    width: 344px;
  }
}

.slide_down {
  background: #070707;
  padding: 40px 55px 40px 30px;
  transition: all 0.2s;
  height: 100%;
  width: 100%;
  position: relative;
}

.sub-navi ul li .small_font {
  font-size: 24px;
}

@media (min-width: 769px) {
  .sub-navi ul li .small_font {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .slide_down {
    padding: 25px 45px 25px 20px;
    width: 48%;
  }
  .slide_down:last-child {
    margin: 0;
  }
}

.slide_down .arrow-area {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  transition: all 0.5s;
}

@media (min-width: 769px) {
  .slide_down .arrow-area {
    right: 20px;
    width: 20px;
    height: 28px;
  }
}

.slide_down .arrow-area .bar {
  width: 100%;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide_down .arrow-area .vertical_bar {
  transform: scaleY(1) translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s;
}

/* .slide_down .arrow-area.up {
  transform: translateY(-50%) rotate(-90deg);
} */

.slide_down .arrow-area.up .vertical_bar {
  transform: scaleY(0) translate(-50%, -50%) rotate(90deg);
}

.slide_down .arrow-area .st0 {
  fill: #fff;
}

.slide_down_item {
  margin-top: 30px;
}

#block02 {
  margin-top: 80px;
}
