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

  MIXINS

***************************************/
/*  clearfix
-----------------------*/
/*  transition
-----------------------*/
/**************************************

  BASE

***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
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-style: normal;
}

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd, span {
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}

ul li {
  list-style: none;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

section {
  line-height: 0;
}

img {
  width: 100%;
}

a {
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  line-height: 1;
}

a:hover {
  opacity: .7;
}

b {
  font-weight: 600;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*color
-----------------------*/
html {
  visibility: hidden;
}

html.loading-delay,
html.wf-active {
  visibility: visible;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  margin: auto;
  min-height: calc(100vh - 179px);
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  visibility: visible;
  min-height: 100vh;
}

body {
  background-color: #f6f6f6;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

main {
  min-height: calc(100vh - 179px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.intro__p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  letter-spacing: normal;
  line-height: 1.6;
  max-width: 1020px;
  width: 100%;
  margin: auto;
}

footer {
  position: absolute;
  bottom: 0;
}
.footer h3,
.location__section h3 {
  padding-top: 25px;
  color: #fff !important;
}

.footer h3::before,

.footer table,
.location__section table {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  margin: 21px 0 0;
}

.footer table td,
.location__section table td {
  border-top: 1px solid #cccccc;
  width: 50%;
  position: relative;
}

.footer table td:nth-of-type(1),
.location__section table td:nth-of-type(1) {
  border-right: 1px solid #cccc;
}

.footer table td a,
.location__section table td a {
  padding: 14px 20px;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  letter-spacing: normal;
  line-height: 1;
}

.footer table td::after,

.footer table td:hover::after,
.location__section table td:hover::after {
  right: 30px;
}

.footer table tr:nth-of-type(1) td,
.location__section table tr:nth-of-type(1) td {
  border-top: none;
}

.footer table tr:nth-of-type(2) td,
.location__section table tr:nth-of-type(2) td {
  border-right: none;
}

.calendar-table .next span,
.calendar-table .prev span {
  color: #fff;
  border: solid #ff3264 !important;
  border-width: 0 2px 2px 0 !important;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.auth__div,
.contact__div,
.location__section,
.login__div,
.options__div,
.price__div,
.purchase__table,
.salesprice__div,
.seat__div,
.setup__div,
.ticket__table,
.top-div {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.15);
  max-width: 1020px;
  width: 100%;
  margin: auto;
  border-spacing: 0;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 768px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    margin: auto;
  }
  main {
    min-height: calc(100vh - 89px);
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }

  .footer h3,
  .location__section h3 {
    padding-top: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: normal;
    line-height: 1;
  }
  .footer table,
  .location__section table {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    margin: 21px 0 0;
  }
  .footer table td,
  .location__section table td {
    border-top: 1px solid #cccccc;
    width: 50%;
    position: relative;
  }
  .footer table td:nth-of-type(1),
  .location__section table td:nth-of-type(1) {
    border-right: 1px solid #cccc;
  }
  .footer table td a,
  .location__section table td a {
    padding: 14px 20px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    letter-spacing: normal;
    line-height: 1;
  }
  .footer table td::after,
  .footer table td:hover::after,
  .location__section table td:hover::after {
    right: 30px;
  }
  .footer table tr:nth-of-type(1) td,
  .location__section table tr:nth-of-type(1) td {
    border-top: none;
  }
  .footer table tr:nth-of-type(2) td,
  .location__section table tr:nth-of-type(2) td {
    border-right: none;
  }
}

/**************************************

  HEADER

***************************************/
.header {
  width: 100%;
  margin: auto;
  position: relative;
  background: #fff;
}

.header .menu__button {
  color: #000;
}

.header .menu__button.open {
  color: #ff3264 !important;
}

.header .menu-one-side {
  margin-left: auto;
}

.header .open__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  display: none;
}

.header .open__menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .closed__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.header .closed__menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header__container {
  height: 55px;
  max-width: 1020px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.header h1 {
  max-width: 175.5px;
}

.header .nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 50%;
  width: 100vw;
}

.header .nav__container a img {
  max-width: 17px;
  display: inline;
}

.header .nav__container a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #ff3264;
  letter-spacing: normal;
  line-height: 1;
}

.header .nav__container .my-menu {
  text-align: right;
}

.header .nav__container .my-menu .name {
  margin-top: 0.3rem;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  letter-spacing: normal;
  line-height: 1;
}

.header .tickets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .tickets span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 20px;
  width: 20px;
  background-color: #ff3264;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
  line-height: 1;
  border-radius: 100%;
  margin-right: 25px;
}

.header .passnote::after {
  content: 'AnyPASSアプリへ';
  font-size: 14px;
  font-weight: normal;
  color: #ff3264;
  letter-spacing: normal;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
  float: right;
  margin-right: 25px;
}

.header .back__btn {
  max-width: 10px;
  margin-right: 10px;
}

.header .close__btn {
  max-width: 10px;
  margin-right: 5px;
}

.header .links__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header .navigation__container {
  position: absolute;
  z-index: 5;
  left: -1000%;
  top: 100%;
  max-width: 340px;
  width: 100vw;
  margin: auto;
  padding: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #fff;
}

.header .navigation__container.open {
  right: 0;
  left: auto;
}

.header .navigation__container ul {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.15);
}

.header .navigation__container ul:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}

.header .navigation__container ul li {
  position: relative;
}

.header .navigation__container ul li a {
  padding: 15px 12px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  letter-spacing: normal;
  line-height: 1;
}

.header .navigation__container ul li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #f6f6f6;
}

.header .navigation__container ul li:hover::after {
  right: 20px;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 768px) {
  .header h1 img {
    width: 100%;
  }
  .header .nav__container {
    max-width: 170px;
  }
  .header .nav__container .my-menu .name {
    font-size: 10.5px;
    font-weight: normal;
    color: #000;
    letter-spacing: normal;
    line-height: 1;
  }
  .header .navigation__container {
    position: absolute;
    overflow-y: auto;
    z-index: 5;
    left: -1000%;
    top: 100%;
    height: calc(100vh - 55px);
    max-width: 100%;
    width: 100vw;
    margin: auto;
    padding: 20px 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #f6f6f6;
  }
  .header .navigation__container.open {
    left: 0;
    right: auto;
  }
  .header .navigation__container ul {
    width: calc(100% - 24px);
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.15);
  }
  .header .navigation__container ul:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
  .header .navigation__container ul li {
    position: relative;
  }
  .header .navigation__container ul li a {
    padding: 12px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: normal;
    line-height: 1;
  }
  .header .navigation__container ul li:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #f6f6f6;
  }

  .header .navigation__container ul li:hover::after {
    right: 20px;
  }
}

.login main {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 15px 15px 0;
  background-color: #f6f6f6;
}

.footer {
  width: 100%;
  margin: auto;
  background-color: #ff3264;
  padding: 0px 15px;
  color: #fff;
}

.footer .footer__container {
  max-width: 1020px;
  margin: auto;
}

.footer h3 {
  text-align: center;
  margin: 30px 0;
  padding-top: 60px;
}

.footer ul {
  text-align: center;
  border-top: 1px solid #f6f6f6;
  margin-top: 30px;
}

.footer ul li {
  display: inline-block;
  margin: 30px 16px 0 0;
}

.footer ul li a {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
  line-height: 1;
  display: inline-block;
}

.footer ul li::after {
  content: '|';
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
  line-height: 1;
  display: inline-block;
  margin-left: 16px;
}

.footer ul li:last-child:after {
  content: "";
}

.footer .link__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1020px;
}

.footer .link__container a {
  padding: 18px;
  background-color: #fff;
  color: black;
  width: calc(25% - 9px);
  margin: 10px 12px 0px 0px;
}

.footer .link__container .link__big {
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .link__container .link__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(75% - 9px);
}

.footer .link__container .link__small a {
  width: calc(33.33% - 12px);
}

.footer .link__container .link__small a:nth-of-type(3) {
  margin-right: 0;
}

.footer p {
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 20px;
}

.footer p span {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 768px) {
  .footer {
    padding: 0px 15px;
    color: #fff;
  }
  .footer table {
    display: table;
  }
  .footer h3 {
    text-align: left;
    margin: 0;
    padding-top: 25px;
  }
  .footer ul {
    padding-bottom: 32px;
    border-top: transparent;
  }
  .footer ul li {
    border-bottom: 1px solid #fff;
    position: relative;
    display: block;
    margin: 0;
  }

  .footer ul li a {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    letter-spacing: normal;
    line-height: 1;
    padding: 18px 0;
  }
  .footer ul li:hover::after {
    right: 30px;
  }
  .footer ul li:nth-of-type(1) {
    padding-top: 0;
  }
  .footer p {
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 0;
  }
  .footer p span {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    letter-spacing: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  body:not(.home) .footer {
    background-color: #ff3264;
  }
  body:not(.home) .footer p {
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    letter-spacing: normal;
    line-height: 1;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  body:not(.home) .footer p span {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    letter-spacing: normal;
    line-height: 1;
  }
}
