<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

button,
hr,
input {
  overflow: visible
}

audio,
canvas,
progress,
video {
  display: inline-block
}

progress,
sub,
sup {
  vertical-align: baseline
}

@font-face {
  font-family: 'Brutal Regular';
  src: local("Brutal Regular"), url(../fonts/BrutalType.woff2) format("woff2"), url(../fonts/BrutalType.woff) format("woff"), url(../fonts/BrutalType.ttf) format("truetype")
}

@font-face {
  font-family: 'Brutal Bold';
  src: local("Brutal Bold"), url(../fonts/BrutalTypeBold.woff2) format("woff2"), url(../fonts/BrutalTypeBold.woff) format("woff"), url(../fonts/BrutalTypeBold.ttf) format("truetype")
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

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

h1 {
  font-size: 2em
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
select {
  text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=submit]::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=submit]:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

.c-header__link,
body {
  position: relative;
  color: #262626
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

.c-header__text--jp,
body {
  font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

*,
blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0
}

li&gt;ol,
li&gt;ul {
  margin-bottom: 0
}

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

fieldset {
  min-width: 0;
  border: 0
}

body {
  margin: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-weight: 600
}

@media only screen and (min-width:768px) {
  .wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (min-width:992px) {
  .wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.c-header {
  width: 100%
}

.c-header__link {
  height: 100%;
  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;
  padding: 15px;
  text-decoration: none;
  background-color: #c1c1c1
}

.c-header__link--active {
  background-color: #eee
}

.c-header__link--active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #004091
}

.c-header__text {
  margin-left: 10px
}

.c-header__text--jp {
  font-size: 11px;
  font-weight: 600;
  line-height: 17.6px !important
}

.c-header__text--en {
  font-size: 20px;
  font-family: "Brutal Bold", Helvetica, sans-serif;
  font-weight: 600
}

.c-header__text span {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: 600
}

@media only screen and (max-width:640px) {
  header {
    height: 56px
  }

  .c-header__text--en {
    font-size: 11px
  }

  .c-header__text--en span {
    font-size: 11px;
    display: block
  }

  .c-header__text--jp {
    display: none
  }
}

footer {
  background-color: #262626;
  text-align: center;
  position: relative
}

footer .o-container {
  padding: 40px 0 30px
}

.footer__link {
  font-size: 14px;
  color: #a6a6a6;
  font-weight: 300;
  margin-bottom: 30px;
  display: block
}

.footer__copyright {
  font-size: 11px;
  color: #a6a6a6;
  font-family: "Brutal Regular", Helvetica, sans-serif;
  font-weight: 300
}

.footer__button {
  display: none
}


/*! FOR SP ------------------*/

@media only screen and (max-width:640px) {
  .footer__button {
    display: block;
    font-family: "Brutal Bold", Helvetica, sans-serif;
    color: #fff;
    background-color: #004091;
    font-size: 11px;
    border: 3px solid #004091;
    padding: 7.5px 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    cursor: pointer
  }

  .footer__button::before {
    content: '';
    display: inline-block;
    background: url(../images/img-arrow-top.png) 0 -3px no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px
  }

  .footer__button span {
    display: block;
    color: #fff
  }

  .footer__copyright span {
    display: block;
    margin-top: 4px
  }
}

.c-teaser__container,
.c-teaser__wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative
}

.c-teaser {
  position: relative
}

.c-teaser__wrapper {
  max-width: 1024px
}

.c-teaser__container {
  max-width: 840px;
  padding: 0 20px
}

.c-teaser__banner {
  background: url(../images/bg-stadium1.jpg) 50% 50% no-repeat padding-box;
  background-size: cover;
  height: 430px
}

.c-teaser__social {
  position: absolute;
  right: 20px;
  top: 20px
}

.c-teaser__social--link+.c-teaser__social--link {
  margin-left: 10px
}

.c-teaser__content {
  position: relative;
  width: 100%;
  height: 270px;
  background-color: #004091
}

.c-teaser__inside {
  margin: 0 -20px
}

.c-teaser__inside--img {
  position: absolute;
  top: -144%;
  left: -86px
}

.c-teaser__inside--img img {
  height: 620px
}

.c-teaser__inside--right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-left: 300px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-teaser__inside--text {
  color: #fff;
  line-height: 60px;
  font-size: 45px;
  margin-bottom: 19px
}

.c-teaser__inside-store {
  font-size: 0
}

.c-teaser__link {
  display: inline-block;
  font-size: 0
}

.c-teaser__link+.c-teaser__link {
  margin-left: 15px
}

.c-teaser__link img {
  width: 100%
}

.c-teaser__link--appstore {
  width: 170px
}

.c-teaser__link--googleplay {
  width: 207px
}

@media only screen and (max-width:840px) and (min-width:641px) {
  .c-teaser__container {
    max-width: 641px;
    padding: 0
  }

  .c-teaser__inside--img {
    width: 408px;
    top: -85%;
    left: -27px
  }

  .c-teaser__inside--img img {
    height: 494px
  }

  .c-teaser__inside--right {
    margin-left: 250px;
    right: 17px
  }

  .c-teaser__inside--text {
    line-height: 52px;
    font-size: 32px
  }

  .c-teaser__link--appstore {
    width: 130px
  }

  .c-teaser__link--googleplay {
    width: 159px
  }
}


/*! FOR SP ------------------*/

@media only screen and (max-width:640px) {
  .c-teaser__content {
    height: 250px
  }

  .c-teaser__banner {
    background-size: cover;
    height: 405px
  }

  .c-teaser__social {
    right: 15px
  }

  .c-teaser__inside--img {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -112%;
    left: 0
  }

  .c-teaser__inside--img img {
    height: 320px
  }

  .c-teaser__inside--text {
    text-align: left;
    font-size: 28px;
    max-width: 283px;
    line-height: 42px;
    margin: 0 auto 20px
  }

  .c-teaser__inside--right {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    top: 54%;
    left: 0
  }

  .c-teaser__link--appstore {
    width: 122px
  }

  .c-teaser__link--googleplay {
    width: 148px
  }
}

.c-app-info {
  margin-top: 50px
}

.c-app-info--hasBg {
  background-color: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 45px
}

.c-app-info__wrapper {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden
}

.c-app-info__container {
  position: relative;
  max-width: 841px;
  margin: 0 auto
}

.c-app-info__content {
  position: absolute;
  top: 22px;
  left: 21px;
  width: 400px;
  z-index: 1
}

.c-app-info__content--number {
  font-family: "Brutal Regular", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #004091;
  display: inline-block
}

.c-item-xsmall__lead,
.c-item-xsmall__scrollTop {
  font-family: "Brutal Bold", Helvetica, sans-serif
}

.c-app-info__content--number::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 4px solid #004091
}

.c-app-info__content--title {
  margin: 13px 0 10px
}

.c-app-info__content--title h2 {
  line-height: 1.5 !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 20px;
}

.c-app-info__content--lead {
  line-height: 28.8px !important;
  color: #4d4d4d;
  font-weight: 500
}

.c-app-info__content--note {
  font-size: 11px;
  color: #a6a6a6;
  font-weight: 500;
  margin: 10px 0 27px
}

.c-app-info__content--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-app-info__content--gallery2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-app-info__content--gallery img {
  width: 90px
}

.c-app-info__content--gallery2 img {
  width: 90px
}

.c-app-info__content--gallery img+img {
  margin-left: 10px
}

.c-app-info__content--gallery2 img+img {
  margin-left: 10px
}

.c-app-info__bitmap {
  margin-left: 338px;
  padding-bottom: 25px
}

.c-app-info__bitmap img {
  -webkit-transform: rotate(-48deg);
  -ms-transform: rotate(-480deg);
  transform: rotate(-48deg);
  height: 500px;
  padding-top: 27px
}

.c-app-info__bitmap2 {
  margin-left: 495px;
  padding-bottom: 25px
}

.c-app-info__bitmap2 img {
  padding-top: 27px
}

.c-app-info__reverse {
  margin-top: -5px
}

.c-app-info__reverse .c-app-info__wrapper {
  overflow: visible
}

.c-app-info__reverse .c-app-info__bitmap {
  margin-left: -109px;
  padding-bottom: 2px
}

.c-app-info__reverse .c-app-info__bitmap2 {
  margin-left: -109px;
  padding-bottom: 2px
}

.c-app-info__reverse .c-app-info__bitmap img {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  height: 532px;
  padding-top: 0
}

.c-app-info__reverse .c-app-info__bitmap_2 img {
  height: 532px;
  padding-top: 0
}


.c-app-info__reverse .c-app-info__bitmap2 img {
  padding-top: 0
}

.c-app-info__reverse .c-app-info__content {
  left: 415px;
  top: 43px
}

@media only screen and (max-width:840px) and (min-width:641px) {
  .c-app-info {
    margin-bottom: 20px;
    margin-top: 40px
  }

  .c-app-info__container {
    max-width: 641px
  }

  .c-app-info__content {
    top: 0;
    width: 290px
  }

  .c-app-info__bitmap {
    margin-left: 242px;
    padding-top: 35px
  }

  .c-app-info__bitmap2 {
    margin-left: 242px;
    padding-top: 35px
  }

  .c-app-info__bitmap img {
    height: 430px
  }

  .c-app-info__bitmap2 img {
    height: 430px
  }

  .c-app-info__reverse {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 17px;
    padding-bottom: 145px
  }

  .c-app-info__reverse .c-app-info__content {
    left: 300px
  }

  .c-app-info__reverse .c-app-info__bitmap {
    margin-left: -170px;
    padding-top: 84px
  }

  .c-app-info__reverse .c-app-info__bitmap2 {
    margin-left: -170px;
    padding-top: 84px
  }

  .c-app-info__reverse .c-app-info__bitmap img {
    height: 470px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
  }

  .c-app-info__reverse .c-app-info__bitmap_2 img {
    height: 470px;
  }

  .c-app-info__reverse .c-app-info__bitmap2 img {
    height: 470px;
  }
}

@media only screen and (max-width:640px) {
  .c-app-info {
    margin-top: 40px
  }

  .c-app-info__container {
    max-width: 375px
  }

  .c-app-info__content {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -6px
  }

  .c-app-info__content--title {
    margin: 23px 0 10px
  }

  .c-app-info__content--title h2 {
    line-height: 38px !important;
    font-size: 24px
  }

  .c-app-info__content--lead {
    text-align: center;
    padding: 0 10px
  }

  .c-app-info__bitmap {
    margin-left: -90px;
    margin-top: 38px;
    text-align: center
  }

  .c-app-info__bitmap_2 {
    margin-left: -90px;
    margin-top: 38px;
    text-align: center
  }


  .c-app-info__bitmap2 {
    margin-left: 0px;
    margin-top: 38px;
    text-align: center
  }

  .c-app-info__bitmap img {
    height: 420px
  }

  .c-app-info__bitmap_2 img {
    height: 420px
  }


  .c-app-info__reverse {
    margin-top: 45px;
    padding-bottom: 33px
  }

  .c-app-info__reverse .c-app-info__content {
    left: 0;
    margin-top: 0;
    top: 20px
  }

  .c-app-info__reverse .c-app-info__content--note {
    display: none
  }

  .c-app-info__reverse .c-app-info__content--gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
  }

  .c-app-info__reverse .c-app-info__content--gallery2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
  }

  .c-app-info__reverse .c-app-info__bitmap {
    margin-bottom: 30px;
    margin-top: 29px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-left: -20%
  }

  .c-app-info__reverse .c-app-info__bitmap img {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    height: 428px
  }

  .c-app-info__reverse .c-app-info__bitmap2 img {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    height: 428px
  }
}

@media only screen and (max-width:414px) {
  .c-app-info__container {
    max-width: 100%;
    padding: 0 15px;
    overflow: hidden
  }

  .c-app-info__bitmap {
    margin-left: -36px
  }

  .c-app-info__bitmap_2 {
    margin-left: -36px
  }

  .c-app-info__reverse .c-app-info__bitmap {
    margin-left: -42px
  }
}

@media only screen and (max-width:375px) {
  .c-app-info__bitmap {
    margin-left: -41px
  }

  .c-app-info__bitmap_2 {
    margin-left: -62px
  }

  .c-app-info__reverse .c-app-info__bitmap {
    margin-left: -67px
  }
}

@media only screen and (max-width:320px) {
  .c-app-info__reverse .c-app-info__bitmap {
    margin-left: -123px
  }

  .c-app-info__bitmap {
    margin-left: -90px
  }

  .c-app-info__bitmap_2 {
    margin-left: -90px
  }

}

.c-stadium {
  clear: both;
  position: relative;
  background: url(../images/img-banner2024.jpg) center bottom no-repeat padding-box;
  background-size: cover;
  width: 100%;
  height: 395px;
  text-align: center
}

.c-stadium__content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-stadium__content--title {
  color: #fff;
  font-size: 38px;
  margin: 40px 0 15px
}

.c-stadium__content--bitmap {
  width: 92px
}

.c-stadium__link {
  display: inline-block;
  font-size: 0
}

.c-stadium__link+.c-stadium__link {
  margin-left: 20px
}

.c-stadium__link img {
  width: 100%
}

.c-stadium__link--appstore {
  width: 164px
}

.c-stadium__link--googleplay {
  width: 201px
}


/*! FOR SP ------------------*/

@media only screen and (max-width:640px) {
  .c-stadium {
    background: url(../images/img-banner@319.jpg) center bottom no-repeat padding-box;
    height: 340px
  }

  .c-stadium__content--title {
    font-size: 25px
  }

  .c-stadium__link img {
    display: none
  }

  .c-stadium__link--appstore {
    width: 110px;
    height: 40px;
    background: url(../images/img-appstore@320.png) no-repeat;
    background-size: cover
  }

  .c-stadium__link--googleplay {
    width: 134px;
    height: 40px;
    background: url(../images/img-googleplay@320.png) no-repeat;
    background-size: cover
  }
}

.c-item-xsmall__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px
}

.c-item-xsmall__left,
.c-item-xsmall__right {
  width: 50%;
  position: relative;
  text-align: center
}

.c-item-xsmall {
  margin: 80px auto 45px;
  padding: 0 20px
}

.c-item-xsmall__left {
  color: #fff;
  background: url(../images/img-stadium-xsmall.png) center center no-repeat;
  background-size: cover;
  height: 100%
}

.c-item-xsmall__right {
  height: 100%;
  border: 1px solid #e0e0e0
}

.c-item-xsmall__content {
  height: 100%
}

.c-item-xsmall__content::before {
  content: '';
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle
}

.c-item-xsmall__content img {
  width: 180px
}

.c-item-xsmall__align {
  display: inline-block;
  vertical-align: middle
}

.c-item-xsmall__title {
  font-weight: 600
}

.c-item-xsmall__button {
  color: #fff;
  background-color: #004091;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 200px;
  margin: 20px 0 15px;
  padding: 16.5px 0
}

.c-item-xsmall__button::before {
  content: 'チケット購入はコチラ'
}

.c-item-xsmall__lead {
  font-weight: 600;
  color: #fff;
  font-size: 11.5px;
  letter-spacing: 2.37px;
  margin-top: 5px
}

.c-item-xsmall__link {
  color: #004091;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500
}

.c-item-xsmall__info {
  line-height: 17.6px !important;
  color: #a6a6a6;
  font-size: 11px;
  font-weight: 500;
  padding: 0 20px;
  position: relative
}

.c-item-xsmall__scrollTop {
  color: #fff;
  background-color: #004091;
  font-size: 11px;
  border: 3px solid #004091;
  width: 50px;
  padding: 3.5px 0;
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer
}

.c-item-xsmall__scrollTop:hover {
  background-color: #eee;
  color: #004091
}

.c-item-xsmall__scrollTop:hover::before {
  background-position: 0 5px
}

.c-item-xsmall__scrollTop:hover span {
  color: #004091
}

.c-item-xsmall__scrollTop::before {
  content: '';
  display: inline-block;
  background: url(../images/img-arrow-top.png) 0 -3px no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px
}

.c-item-xsmall__scrollTop span {
  display: block;
  color: #fff
}

@media only screen and (min-width:641px) and (max-width:840px) {
  .c-item-xsmall {
    padding: 0
  }

  .c-item-xsmall__info {
    padding: 0 40px 0 70px
  }

  .c-item-xsmall__scrollTop {
    right: 40px
  }
}


/*! FOR SP ------------------*/

@media only screen and (max-width:640px) {
  .c-item-xsmall__body {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    height: auto
  }

  .c-item-xsmall {
    display: block;
    height: 305px;
    color: #fff;
    background: url(../images/img-stadium-xsmall@320.png) center center no-repeat;
    background-size: cover;
    margin: 60px auto 45px
  }

  .c-item-xsmall::before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle
  }

  .c-item-xsmall__scrollTop {
    display: none
  }

  .c-item-xsmall__content img {
    width: 125px
  }

  .c-item-xsmall__left {
    width: 100%;
    background: 0 0
  }

  .c-item-xsmall__right {
    border: 0;
    width: 100%;
    margin-top: 12px
  }

  .c-item-xsmall__lead {
    font-size: 8px;
    letter-spacing: 1.55px
  }

  .c-item-xsmall__title {
    line-height: 28px;
    font-size: 18px
  }

  .c-item-xsmall__title span {
    display: block
  }

  /* .c-item-xsmall__button {
    background-color: #eee;
    color: #004091
  } */
  .c-item-xsmall__button::before {
    content: 'ベイチケでチケット購入'
  }

  .c-item-xsmall__link {
    display: none
  }

  .c-item-xsmall__info {
    padding: 0
  }
}

.o-container,
.o-container__wrapper {
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative
}

.o-container {
  max-width: 840px
}

.o-container__wrapper {
  max-width: 1024px;
  overflow: hidden
}


/*! FOR SP ------------------*/

@media only screen and (max-width:841px) and (min-width:641px) {
  .o-container__wrapper {
    padding: 0
  }
}




/* Biju CODES */

.hero-img-pc {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.hero-img-sp {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

.c-app-info__content--title h2 {
  margin-top: 30px;
}

@media only screen and (max-width:640px) {
  .hero-img-pc {
    display: none;
  }

  .hero-img-sp {
    display: block;
  }
}


.storeblock {
  min-height: 100px;
  text-align: center;
  justify-content: center;
  display: block;
  background-color: #000066;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 841px;
  padding-bottom: 20px;
}

.container p {
  background-image: none;
  background-color: transparent;
  color: white;
  padding: 20px;
  font-size: 24px;
}

.container .text {
  padding-top: 40px;
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width:767px) {
  .container {
    margin: 0 auto;
    width: 375px;
    padding-bottom: 10px;
  }

  .c-app-info__content--title {
    width: 500px;
    margin: 0 auto;
  }

  .c-app-info__content--title h2 {
    line-height: 1.5 !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
  }
}

@media only screen and (max-width:500px) {
  .c-app-info__content--title {
    width: 375px;
  }

  .c-app-info__content--title h2 {
    font-size: 14px;
    font-weight: 700;
  }
}

.storeicon {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.storeicon .icon-logo {
  width: 50px;
}

.storeicon .icon-storeimage {
  width: 150px;
}

.storeicon .icon-storeimage2 {
  width: 180px;
}

.storeicon a {
  transition: 0.3s all ease;
}


.storeicon a:hover {
  opacity: 0.8;
  transition: 0.3s all ease;
}

.info .information-image-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-app-info__content--title.blue-section {
  background-color: #000066;
  padding: 20px;
  color: white;
}

.c-app-info__content--title.blue-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
}

.info .information-image-container .information-image {
  width: 100%;
}

.info.information .information-image-container .information-image {
  width: initial;
}

.event-section .containme {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.event-section .containme p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.containme .last {
  margin-bottom: 0px !important;
}

.event-section .information-image-container {
  margin-bottom: 50px;
}

.gif-image-container {
  display: block;
  justify-items: center;
  align-content: center;
}

/* @media only screen and (max-width:1150px) {
  .gif-information-image {
    max-width: 400px;
  }
} */
@media only screen and (max-width:992px) {
  .gif-information-image {
    max-width: 350px;
  }
}


@media only screen and (max-width:767px) {

  .info .information-image-container {
    margin: 0 auto;
    width: 375px;
    justify-items: center;
  }

  .info .information-image-container .information-image {
    width: 100%;
  }

  .info.information .information-image-container .information-image {
    width: 80%;
  }

  .info.event-section .information-image-container .information-image {
    width: 70%;
  }

  .c-app-info__content--title.blue-section {
    width: 100%;
    padding: 10px;
  }

  .c-app-info__content--title.blue-section h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .storeicon .icon-logo {
    width: 32px;
  }

  .storeicon .icon-storeimage {
    width: 100px;
  }

  .storeicon .icon-storeimage2 {
    width: 120px;
  }

  .container .text {
    padding-top: 20px;
    font-size: 15px;
    padding-bottom: 15px
  }

  .event-section .containme {
    width: 500px;
    margin: 0 auto;
  }

  .event-section .containme p {
    font-size: 13px;
  }

  .event-section .information-image-container {
    margin-bottom: 10px;
  }

  .gif-image-container {
    display: block;
    justify-items: center;
    align-content: center;
    width: 300px;
    margin: 0 auto;
  }

  .gif-information-image {
    width: 300px;
  }
}

@media only screen and (max-width:500px) {
  .event-section .containme {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0px 40px;
    padding-bottom: 20px;
  }

  .event-section .containme p {
    font-size: 11.9px;
    font-weight: 600;
  }

  .c-app-info__content--title.blue-section h2 {
    font-size: 16px;
    font-weight: 600;
  }

  .info.information .information-image-container .information-image {
    width: 50%;
  }
}

.favorite-section .grid {
  display: grid;
  grid-template-columns: 400px 500px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.information-block {
  display: block;
}

.information-block h2 {
  position: relative;
  text-align: center;
  font-size: 20px;
  left: 40px;
}

.information-block .information-about {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 80px;
}

.information-block .information-about .about {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.information-block .information-about .about:nth-child(3) {
  margin-bottom: 40px;
}

.about.last{
  margin-bottom: 0px !important;
}

.information-block .information-about .about img {
  width: 80px;
}

.information-block .information-about .about p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.grey-section {
  display: flex;
  background-color: #a2a2a2;
  padding: 18px 30px;
}

.grey-section p a{
  text-decoration: none;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.grey-section p {
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
}

@media only screen and (max-width:1260px) {
  .information-block h2 {
    position: relative;
    text-align: center;
    font-size: 20px;
    left: 0px;
  }
}



@media only screen and (max-width:1150px) {
  .favorite-section .grid {
    display: grid;
    grid-template-columns: 380px 400px;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
  }

  .information-block .information-about .about p {
    font-size: 10px;
  }

  .information-block h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    left: 0px;
  }
}



@media only screen and (max-width:992px) {
  .favorite-section .grid {
    grid-template-columns: 349px 323px;
  }

  .information-block .information-about {
    padding-top: 30px;
  }

  .information-block .information-about .about:nth-child(3) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:992px) {
  .information-block h2 {
    font-size: 13px;
  }
}

@media only screen and (max-width:767px) {

  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  .favorite-section .grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .grey-section {
    display: flex;
    background-color: #a2a2a2;
    padding: 15px;
  }

  .footer__link {
    font-size: 12px;
  }
}


@media only screen and (max-width:875px) {
  .information-block {
    width: 100%;
  }
}

.container .notice_inn {
  padding: 20px;
  margin: 40px 10px 10px;
  border: 1px solid #000;
}
.container .notice_desc {
  color: #000;
  padding: 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.container .notice_desc:not(:last-child) {
  padding-bottom: 20px;
}
@media only screen and (max-width:767px) {
  
  .container .notice_inn {
    padding: 14px;
    margin: 20px 10px 10px;
  }
  .container .notice_desc {
    font-size: 12px;
}
.container .notice_desc:not(:last-child) {
  padding-bottom: 12px;
}
}</pre></body></html>