@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.3em;
  font-size: 14px;
  color: #222;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

:root {
  --vw: 1vw; /* 初期値（JSで上書きされる） */
}

a {
  color: #0000ee;
}

#wrap {
  width: 100%;
  overflow: hidden;
}

.header {
  padding-bottom: 69px;
}

.fv {
  position: relative;
  width: 1000px;
  height: 369px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../img/title_image.jpg") center center/cover no-repeat;
}
.fv img {
  display: block;
  width: 100%;
  height: auto;
}
.fv__title-en, .fv__title, .fv__date {
  position: absolute;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv__title-en {
  top: 83px;
  left: 8px;
  -webkit-transform: none;
          transform: none;
  width: 347px;
}
.fv__title {
  top: 125px;
  width: 722px;
}
.fv__date {
  top: 282px;
  width: 637px;
}

.header-nav {
  margin-top: 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
.header-nav__list {
  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;
}
.header-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav__item:nth-child(n+2) {
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-left: 12px;
  }
}
.header-nav a {
  color: #0000ee;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 36px;
  }
  .fv {
    width: 100%;
    height: 50vw;
    min-height: 160px;
    max-height: 328px;
    background-size: cover;
  }
  .fv__title-en {
    top: 21.6%;
    width: 46%;
  }
  .fv__title {
    top: 34.7%;
    width: 92.2667%;
  }
  .fv__date {
    top: 76.1%;
    width: 86%;
  }
  .header-nav {
    margin-top: 24px;
    padding: 0 12px;
    font-size: 14px;
  }
  .header-nav__list {
    white-space: nowrap;
  }
  .header-nav__item:not(:last-child)::after {
    height: 12px;
    margin: 0 8px;
  }
}
.main {
  letter-spacing: 0;
}

.section-inner {
  width: 1000px;
  margin: 0 auto;
}

.section-divider {
  width: 866px;
  height: 25px;
  margin: 0 auto;
  background: url("../img/hr.png") center center/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .section-divider {
    background: url("../img/hr_sp.png") center center/100% auto no-repeat;
  }
}

.section-title,
.box-title,
.ticket__heading,
.ticket__notes-title {
  font-weight: bold;
  text-align: center;
}

.profile {
  background: url("../img/bg_profile.png") center 54px repeat;
  background-position: 50% 150px;
}
@media screen and (max-width: 768px) {
  .profile {
    background-size: 40vw !important;
    background-position: 50% 5px !important;
  }
}
.profile__body {
  width: 860px;
  min-height: 326px;
  margin: 75px auto 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile .section-title {
  font-size: 20px;
  margin-bottom: 26px;
  padding-top: 14px;
}
.profile__figure {
  float: left;
  width: 275px;
  margin: 0px 25px 0 0;
  text-align: center;
}
.profile__figure img {
  display: block;
  width: 275px;
  height: auto;
}
.profile__figure figcaption {
  position: relative;
  margin-top: 0;
  top: -23px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  background: #0000ee;
  display: inline-block;
  color: #fff;
  padding: 2px 0 0 6px;
}
.profile__figure a {
  background-color: #d8d8ff;
  text-decoration: underline;
}
.profile__text {
  font-size: 20px;
  line-height: 1.75;
}
.profile__text h2 {
  text-align: left;
}
.profile__text p {
  margin: 0;
}
.profile .section-divider--bottom {
  clear: both;
}

.information {
  padding-top: 54px;
}
.information__box {
  width: 100%;
}
.information__lead {
  padding: 22px 41px 23px;
  border: 1px solid #333;
  font-size: 20px;
  line-height: 1.7;
}
.information__lead,
.information .box-title + .box-title {
  margin-top: 3px;
}
.information__lead + .box-title {
  margin-top: 3px;
}
.information__divider {
  margin-top: 46px;
}
.information__message {
  height: 27px;
  margin: 46px auto 0;
  overflow: hidden;
  background-color: #21ee78;
  font-family: inherit;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  text-align: center;
  width: 1000px;
  overflow: hidden;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .information__message {
    padding: 2px 0;
  }
}
.information__message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: information-marquee 20s linear infinite;
          animation: information-marquee 20s linear infinite;
}
.information__message .inner > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .information__message .inner > span {
    padding-right: 15px;
  }
}

@-webkit-keyframes information-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes information-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.framed-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  border: 1px solid #333;
  background-color: transparent;
}

.box-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 43px;
  padding: 20px 10px 3px;
  border: 1px solid #333;
  font-size: 20px;
  line-height: 1.55;
}

.information-table,
.ticket-price {
  width: calc(100% + 6px);
  border-collapse: separate;
  border-spacing: 3px 3px;
  table-layout: fixed;
  font-size: 18px;
  line-height: 1.4;
  margin-left: -3px;
}
.information-table th,
.information-table td,
.ticket-price th,
.ticket-price td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 7px;
  border: 1px solid #333;
  vertical-align: middle;
}
.information-table td,
.ticket-price td {
  margin-left: 10px;
}
.information-table__label-col,
.ticket-price__label-col {
  width: 150px !important;
}
.information-table__type-col, .information-table__amount-col, .information-table__action-col,
.ticket-price__type-col,
.ticket-price__amount-col,
.ticket-price__action-col {
  width: 18%;
}
.information-table__area-col,
.ticket-price__area-col {
  width: 31%;
}
.information-table a,
.ticket-price a {
  color: #0000ee;
}

.information-table {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-bottom: -3px;
  border-spacing: 3px 3px;
}
.information-table th {
  width: 220px;
  font-weight: bold;
  text-align: left;
}

.ticket {
  padding: 71px 0 0;
  background: url("../img/bg_ticket.png") center top repeat;
  background-position: 10% -70%;
}
.ticket__box {
  width: 100%;
}
.ticket__heading {
  padding: 5px 10px;
  border: 1px solid #333;
  font-size: 16px;
}
.ticket__notes {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 3px;
}
.ticket__notes-title {
  padding: 7px 10px;
  border: 1px solid #333;
  font-size: 18px;
  text-align: left;
}

.ticket-price thead th, .ticket-price__header th:not(.ticket-price__label) {
  color: #fff;
  background-color: #f300c2;
  font-weight: bold;
  text-align: left;
}
.ticket-price__label-col {
  width: 15%;
}
.ticket-price__type-col {
  width: 20%;
}
.ticket-price__amount-col {
  width: 20%;
}
.ticket-price__action-col {
  width: 32%;
}
.ticket-price__area-col {
  width: 31%;
}
.ticket-price__label {
  font-weight: bold;
  text-align: left;
  vertical-align: top !important;
}
.ticket-price small {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.ticket-price__buy {
  position: relative;
  text-align: center;
}
.ticket-price__buy .inner {
  width: 100%;
  overflow: hidden;
  container-type: inline-size;
}
.ticket-price__buy a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  color: #0000ee;
  font-size: 20px;
  text-decoration: underline;
  -webkit-animation: buy-bounce 1s linear infinite alternate;
          animation: buy-bounce 1s linear infinite alternate;
  z-index: 9;
}
@-webkit-keyframes buy-bounce {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(100cqw - 100%));
            transform: translateX(calc(100cqw - 100%));
  }
}
@keyframes buy-bounce {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(100cqw - 100%));
            transform: translateX(calc(100cqw - 100%));
  }
}
.ticket-price__buy img {
  position: relative;
  top: 1px;
  width: 21px;
  height: 21px;
  margin-right: 4px;
}

.ticket-notes {
  padding: 14px 12px 20px;
  border: 1px solid #333;
  font-size: 16px;
  line-height: 1.6;
}
.ticket-notes__section + .ticket-notes__section {
  margin-top: 28px;
}
.ticket-notes h4 {
  margin-bottom: 2px;
  font-weight: bold;
}
.ticket-notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.ticket-notes li::before {
  content: "・";
}

.footer {
  padding: 32px 20px 54px;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
}
.footer__thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f40017;
  font-size: 18px;
  font-weight: bold;
  -webkit-animation: thanks-marquee 12s linear infinite;
          animation: thanks-marquee 12s linear infinite;
}
@-webkit-keyframes thanks-marquee {
  from {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes thanks-marquee {
  from {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.footer__thanks img {
  position: relative;
  top: -1px;
  width: 14px;
  height: 20px;
  margin: 0 4px;
}
.footer__logos {
  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;
  gap: 38px;
  margin-top: 33px;
}
.footer__logos img {
  width: 108px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 24px;
  font-size: 10px;
}
.footer__translation {
  max-width: 1000px;
  margin: 12px auto 0;
  font-size: 10px;
  line-height: 1.5;
}
.footer__copyright {
  margin-top: 31px;
  font-size: 10px;
}

.footer-nav {
  margin-top: 30px;
  font-size: 15px;
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
    line-height: 1.9;
  }
}
.footer-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
}
.footer-nav a {
  color: #0000ee;
}

@media screen and (max-width: 768px) {
  .section-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 14px;
  }
  .section-divider {
    width: 100%;
    height: 5vw;
    background-size: 100% auto;
  }
  .profile {
    background-position: center 26px;
    background-size: 143px 62px;
  }
  .profile__body {
    width: 100%;
    min-height: 0;
    margin: 16px auto 24px;
  }
  .profile .section-title {
    margin: 25px 0 0;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
  }
  .profile__figure {
    width: 40%;
    margin: 0 12px 4px 0;
  }
  .profile__figure img {
    width: 100%;
  }
  .profile__figure figcaption {
    top: -3vw;
    margin-top: 2px;
    font-size: 13px;
    white-space: nowrap;
  }
  .profile__text {
    width: 60%;
    font-size: 13px;
    line-height: 1.65;
  }
  .profile .section-divider--bottom {
    padding-top: 4px;
  }
  .information {
    padding-top: 40px;
  }
  .information__lead {
    padding: 11px 8px 12px;
    font-size: 13px;
    line-height: 1.6;
  }
  .information__divider {
    margin-top: 42px;
  }
  .information__message {
    height: 20px;
    margin-top: 45px;
    font-size: 13px;
    line-height: 20px;
  }
  .box-title {
    min-height: 30px;
    padding: 8px 4px 3px;
    font-size: 14px;
    line-height: 1.5;
  }
  .information-table,
  .ticket-price {
    font-size: 13px;
    line-height: 1.45;
  }
  .information-table th,
  .information-table td,
  .ticket-price th,
  .ticket-price td {
    padding: 4px;
  }
  .information-table th {
    width: 25%;
  }
  .ticket {
    padding: 56px 0 40px;
    background-size: 130px 72px;
  }
  .ticket__heading {
    margin-top: 3px;
    padding: 6px 0 1px;
    font-size: 13px;
    line-height: 1.45;
  }
  .ticket__notes {
    display: block;
  }
  .ticket__entry {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 0px 3px;
    padding: 2px 5px;
    border: 1px solid #333;
    color: #fff;
    background-color: #f300c2;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  .ticket__buy {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 12px 5px;
    margin: 0 0px 3px;
    border: 1px solid #333;
    color: #0000ee;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
  }
  .ticket__buy img {
    position: relative;
    top: 1px;
    width: 21px;
    height: 21px;
    margin-right: 3px;
  }
  .ticket__notes-title {
    margin-bottom: 3px;
    padding: 4px 4px 3px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .ticket-price.sp {
    display: table;
  }
  .ticket-price th:nth-child(1),
  .ticket-price td:nth-child(1) {
    width: 25%;
  }
  .ticket-price th:nth-child(2),
  .ticket-price td:nth-child(2) {
    width: 29%;
  }
  .ticket-price th:nth-child(3),
  .ticket-price td:nth-child(3) {
    width: 46%;
  }
  .ticket-price small {
    font-size: 9px;
  }
  .ticket__buy {
    width: 100%;
    overflow: hidden;
    container-type: inline-size;
  }
  .ticket__buy .btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    -webkit-animation: buy-bounce 3s linear infinite alternate;
            animation: buy-bounce 3s linear infinite alternate;
  }
  .ticket__buy .btn-inner img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ticket-notes {
    padding: 14px 8px 20px 5px;
    font-size: 13px;
    line-height: 1.45;
  }
  .ticket-notes__section + .ticket-notes__section {
    margin-top: 16px;
  }
  .footer {
    padding: 0 12px 35px;
  }
  .footer__thanks {
    font-size: 14px;
  }
  .footer__thanks img {
    width: 10px;
    height: auto;
  }
  .footer__logos {
    gap: 36px;
    margin-top: 27px;
  }
  .footer__logos img {
    width: 94px;
    height: auto;
  }
  .footer__legal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 14px;
    max-width: 350px;
    margin: 32px auto 0;
    font-size: 10px;
    line-height: 2;
  }
  .footer__translation {
    max-width: 350px;
    margin-top: 8px;
    font-size: 8px;
    line-height: 1.4;
  }
  .footer__copyright {
    margin-top: 24px;
    font-size: 10px;
    line-height: 1.5;
  }
  .footer-nav {
    margin-top: 22px;
    font-size: 14px;
  }
  .footer-nav li:not(:last-child)::after {
    height: 10px;
    margin: 3px 6px 0;
  }
}
.footer__thanks-wrap {
  overflow: hidden;
}

.footer__thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: footer-thanks-marquee 10s linear infinite;
          animation: footer-thanks-marquee 10s linear infinite;
}
.footer__thanks > 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-negative: 0;
      flex-shrink: 0;
  width: 100vw;
  white-space: nowrap;
}

@-webkit-keyframes footer-thanks-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes footer-thanks-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */