<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  background: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Noto Sans JP, Roboto, YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3",
    "Lucida Grande", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, Verdana,
    "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
}

header {
  position: fixed;
  height: 80px;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  display: block;
  background: #0c3290;
}

ul, ol {
  list-style: none;
  text-align: center;
}

a {
  text-decoration: none;
}

img.responsive {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bar {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 80px;
  position: relative;
  z-index: 1000;
  color: #fff;
  background: #0c3290;
}

.bar .flex {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.bar .flex .logo {
  width: 99px;
}

.bar .flex .logo2 {
  width: 64px;
}

.bar .flex .vs {
  font-size: 20px;
  font-family: urw-din-condensed;
  font-weight: bold;
  margin: 0 15px;
  text-align: center;
}

.bar .flex .date {
  font-size: 61px;
  font-family: urw-din-condensed;
  letter-spacing: 0.05em;
  margin: 0 20px;
  text-align: center;
  line-height: 61px;
}

.bar .flex .time p {
  font-size: 42px;
  font-family: urw-din-condensed;
  letter-spacing: 0.05em;
  margin-right: 20px;
  text-align: center;
  line-height: 40px;
}

.bar .flex .time p span {
  font-size: 34px;
  font-family: urw-din-condensed;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 40px;
}

.bar .flex .time .stadium {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  font-family: "Noto Sans JP";
}

.bar .flex .button {
  width: 300px;
}

.header-menu-button {
  width: 78px;
  height: 80px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nodisplay {
  display: none !important;
}

#header-nav {
  width: 100%;
  height: auto;
  margin: 0;
  background: #000;
  display: none;
  position: absolute;
  bottom: 0;
  padding: 0 0 100px;
  color: #fff;
  z-index: 1;
}

#header-nav.menu .page-top {
  width: 100%;
  height: 60px;
  background: #af9e60;
  margin: 0;
  text-align: center;
}

#header-nav.menu .page-top img {
  width: 57px;
  margin: 12px auto;
}

#header-nav.menu ul {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#header-nav.menu li {
  width: 154px;
}

#vs {
  width: 100%;
  background: center / cover no-repeat url(../img/cv_e02_v.jpg);
  text-align: center;
}

#vs.first {
  background: center / cover no-repeat url(../img/cv_bg.jpg);
}

#vs .container {
  width: 100%;
  background: rgba(224, 223, 213, 0.5);
  padding: 70px 0 80px;
  position: relative;
  z-index: 2;
}

#vs .logo {
  width: 937px;
  margin: 0 auto 30px;
}

#vs .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

#vs .flex .logo {
  width: 225px;
  height: 280px;
}

#vs .flex .logo .img {
  height: 160px;
  margin-top: 10px;
}

#vs .flex .logo .p1 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#vs .flex .logo .p1 amp-img {
  width: 100%;
}

#vs .flex .logo .p2 {
  font-size: 21px;
  font-weight: bold;
}

#vs .flex .logo .color-bar {
  width: 50px;
  height: 10px;
  margin: 20px auto 5px;
  background: #fff;
  position: relative;
}

#vs .flex .logo .color-bar::before {
  content: "";
  width: 50px;
  height: 10px;
  position: absolute;
  left: -50px;
  background: #f80027;
}

#vs .flex .logo .color-bar::after {
  content: "";
  width: 50px;
  height: 10px;
  position: absolute;
  right: -50px;
  background: #161a8b;
}

#vs .flex .logo .color-bar.second,
#vs .flex .logo .color-bar.second::before,
#vs .flex .logo .color-bar.second::after {
  background: #940023;
}

#vs .date {
  width: 460px;
  color: #142d90;
}

#vs .date .p1 {
  font-size: 99px;
  font-family: urw-din-condensed;
  line-height: 1;
  margin-top: -10px;
}

#vs .date .p2 {
  font-size: 59px;
  font-family: urw-din-condensed;
  font-weight: bold;
  line-height: 1.7;
  margin-top: -10px;
}

#vs .date .p2 span {
  font-size: 48px;
  font-family: urw-din-condensed;
  font-weight: bold;
  line-height: 1;
}

#vs .date .p3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}

#vs .abs {
  width: 524px;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 262px);
}

#vs .abs .circ-box {
  width: 460px;
  height: 39px;
  background: #e20010;
  border-radius: 39px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  position: relative;
  margin: 0 auto 40px;
  padding: 10px 0;
}

#vs .abs .circ-box::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #e0000f;
}

.cv-box {
  display: inline-block;
  width: 100%;
}

main h2 {
  font-size: 70px;
  font-family: urw-din-condensed;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #2d3f92;
  text-align: center;
  position: relative;
  z-index: 2;
}

main h2::before {
  content: "";
  width: 1200px;
  height: 50px;
  background: #e0dfd5;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: -1;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  color: #2d3f92;
  text-align: center;
  position: relative;
  z-index: 2;
}

#drawing,
#gourmet,
#seat,
#price,
#sp-ticket,
#schedule {
  width: 1200px;
  padding: 70px calc(50% - 600px);
}

#drawing h2::before {
  height: 95px;
}

#drawing ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 70px auto 30px;
}

#drawing ul li {
  width: 240px;
  margin: 0 17.5px;
}

#drawing ul li .flex,
#drawing .carousel .slider .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

#drawing ul li .flex .num,
#drawing .carousel .slider .flex .num {
  width: 30px;
  height: 30px;
  background: #ada060;
  font-size: 20px;
  font-weight: 200;
  font-family: urw-din-condensed;
  color: #1d2664;
  text-align: center;
  line-height: 30px;
}

#drawing ul li .flex .color-box,
#drawing .carousel .slider .flex .color-box {
  width: 200px;
  height: 30px;
  background: #2d3f92;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
}

#drawing ul li .img,
#drawing .carousel .slider .img {
  width: 100%;
  margin: 0 auto 20px;
}

#drawing ul li p,
#drawing .carousel .slider p {
  text-align: left;
}

#drawing .caution-box {
  width: 770px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #000;
  padding-left: 20px;
  font-weight: bold;
  margin: 60px auto 20px;
}

#drawing .caution-txt {
  width: 790px;
  font-size: 14px;
  margin: 0 auto;
}

.cv-container {
  width: 100%;
  text-align: center;
}

#gourmet {
  padding-bottom: 0;
}

#gourmet h2 {
  font-size: 40px;
  line-height: 1.2;
}

#gourmet h2::before {
  top: 70px;
}

#gourmet .img {
  width: 640px;
  margin: 70px auto 0;
}

#seat,
#drawing {
  padding-bottom: 0;
}

#seat .img {
  width: 800px;
  margin: 70px auto 0;
}

#price table {
  width: 1030px;
  margin: 70px auto;
  border-collapse: collapse;
  background: #fff;
}

#price table th {
  background: #dadada;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  height: 40px;
  vertical-align: middle;
  border: 0.5px solid #707070;
  line-height: 1;
}

#price table th span {
  font-size: 10px;
}

#price table th:nth-child(1) {
  width: 280px;
}

#price table th:nth-child(2) {
  width: 330px;
}

#price table th:nth-child(3),
#price table th:nth-child(4) {
  width: 100px;
}

#price table th:nth-child(5) {
  width: 280px;
}

#price table td {
  height: 27px;
  border: 0.5px solid #707070;
  padding-left: 10px;
  font-size: 13px;
}

#price table td.center {
  padding: 0;
  text-align: center;
}

.color-1,
.table label.color-1 {
  background: #d5b45d;
}

.color-2,
.table label.color-2 {
  background: #db5344;
}

.color-3,
.table label.color-3 {
  background: #cfdb00;
}

.color-4,
.table label.color-4 {
  background: #f3a9c9;
}

.color-5,
.table label.color-5 {
  background: #8ec323;
}
.color-6,
.table label.color-6 {
  background: #f9d1cc;
}

.color-7,
.table label.color-7 {
  background: #008cd6;
}

.color-8,
.table label.color-8 {
  background: #69c097;
}

.color-9,
.table label.color-9 {
  background: #dcdddd;
}

.color-10,
.table label.color-10 {
  background: #b864a4;
}

.color-11,
.table label.color-11 {
  background: #009a8d;
}

.color-12,
.table label.color-12 {
  background: #fff500;
}

.color-13,
.table label.color-13 {
  background: #4b829a;
}

.cp_box {
  width: 1030px;
  margin: 0 auto 70px;
  position: relative;
  padding: 0;
  text-align: left;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #142d90;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
}

.cp_box.caution label {
  background: #ffe200;
  color: #000;
}

.cp_box label:before {
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10px;
  font-size: 20px;
  content: "髢九￥��";
  color: #fff;
}

.cp_box.caution label:before {
  color: #000;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
}

.cp_box input:checked + label:before {
  content: "髢峨§繧銀�";
}

.cp_box input:checked ~ .cp_container {
  height: auto;
  transition: all 0.5s;
}

.cp_container p {
  width: 980px;
  margin: 70px auto 0;
  font-size: 14px;
}

.cp_container p a {
  font-size: inherit;
  color: #1a2890;
}

.cp_container .flex {
  width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 70px auto 0;
}

.cp_container .flex .img {
  width: 317px;
}

.cp_container .flex .text {
  width: 645px;
}

.cp_container .flex .text .tit {
  font-size: 52px;
  font-family: urw-din-condensed;
  letter-spacing: 0.1em;
  color: #1a2890;
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1;
  padding-left: 20px;
}

.cp_container .flex .text .sub {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 20px;
}

.cp_container .flex .text .tit::before {
  content: "";
  width: 640px;
  height: 65px;
  background: #e0dfd5;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
}

.cp_container .flex .text .desc {
  font-size: 24px;
  margin: 30px auto 0;
  width: 100%;
}

#sp-ticket {
  background: #2a4292;
}

#sp-ticket h2,
#sp-ticket h3,
#schedule h2,
#schedule h3 {
  color: #fff;
}

#sp-ticket h2::before,
#schedule h2::before {
  height: 95px;
  background: #192b64;
}

#sp-ticket ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 70px auto 0;
}

#sp-ticket ul li {
  width: 263px;
  height: 80px;
  margin: 0 10px 30px;
  background: center / cover no-repeat url(../img/btn_sp_ticket.svg);
  display: flex;
  align-items: center;
}

#sp-ticket ul li .btn {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 175px;
  padding-left: 35px;
  text-align: center;
}

.special {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.special:nth-child(2n) {
  flex-direction: row-reverse;
}

.special p {
  font-size: 14px;
}

.special .text {
  width: 50%;
  height: 760px;
  background: #d6d3cb;
  display: flex;
  align-items: center;
}

.special .text .container {
  width: 530px;
  margin: 0 auto;
}

.special .text .sp-tit {
  font-size: 20px;
  font-family: urw-din-condensed;
  text-align: center;
  color: #e20010;
  margin: 0 auto 10px;
}

.special .text .title {
  font-size: 30px;
  font-weight: bold;
  color: #1b2964;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto 20px;
}

.special .text .title::before {
  content: "";
  width: 530px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.special .text .title span {
  font-size: 20px;
  font-weight: bold;
  color: #1b2964;
  position: relative;
  z-index: 1;
}

.special .text .color-box {
  width: 100%;
  height: 30px;
  background: #1b2964;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 20px auto 10px;
  line-height: 30px;
}

.special .text .seat-tit {
  font-size: 18px;
  font-weight: bold;
  color: #e0000f;
}

.special .text .seat-txt {
  font-size: 12px;
}

.special .cv-box {
  width: 300px;
  margin: 20px auto 0;
  display: block;
}

.special .carousel {
  width: 50%;
  height: 760px;
  position: relative;
}

.special .carousel .slider {
  width: 100%;
  height: 760px;
}

.special .cp_box {
  width: 100%;
  margin: 0;
}

.special .cp_box label {
  display: none;
}

.special .cp_container {
  height: auto;
}

.special .cp_container p {
  width: 100%;
  margin: 0;
}

.special amp-carousel,
.special amp-carousel amp-img {
  height: 760px;
}
.trim img {
  object-fit: cover;
}

.amp-carousel-button-prev {
  top: 50%;
  left: 0;
  width: 76px;
  height: 65px;
  background-image: url(../img/btn_prev.svg);
  background-size: contain;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.amp-carousel-button-next {
  top: 50%;
  right: 0;
  width: 76px;
  height: 65px;
  background-image: url(../img/btn_next.svg);
  background-size: contain;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.amp-carousel-button-prev:focus,
.amp-carousel-button-next:focus {
  outline: none;
}

.m-list-slideNav {
  text-align: center;
  margin-top: -35px;
  z-index: 2;
  position: relative;
}

.m-list-slideNav__item {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  cursor: pointer;
}

.m-list-slideNav__item button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  color: #ccc;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
}

.m-list-slideNav__item button:focus,
.m-list-slideNav__item button:hover {
  outline: 0;
}

.m-list-slideNav__item button:focus:before,
.m-list-slideNav__item button:hover:before {
  opacity: 1;
}

.m-list-slideNav__item .is-current {
  color: #2d3f92;
}

#schedule {
  background: #2a4292;
}

#schedule h3 {
  margin-bottom: 80px;
}

#schedule .sche-box {
  width: 959px;
  background: #1b2964;
  margin: 0 auto 20px;
  padding-bottom: 50px;
}

#schedule .sche-box.done {
  opacity: 0.5;
}

#schedule .sche-box .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#schedule .sche-box .flex .num {
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: urw-din-condensed;
  color: #1b2964;
  background: #fff;
}

#schedule .sche-box .flex .color-box {
  width: 890px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #1b2964;
  background: #ae9f60;
  padding-left: 30px;
}

#schedule .sche-box .btn {
  width: 348px;
  margin: 45px auto 30px;
}

#schedule .sche-box .p1 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 20px;
}

#schedule .sche-box .p2 {
  font-size: 48px;
  font-family: urw-din-condensed;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
}

#schedule .sche-box .p2 span {
  font-size: 28px;
  font-family: urw-din-condensed;
  color: #fff;
}

#schedule .sche-box .p3 {
  font-size: 14px;
  color: #fff;
  width: 780px;
  margin: 0 auto 30px;
}

#schedule .sche-box .btn2 {
  width: 370px;
  margin: 0 auto;
}

#schedule .sche-box .tit {
  font-size: 60px;
  font-family: urw-din-condensed;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 615px;
  margin: 40px auto 0;
  line-height: 1;
}

#schedule .sche-box .tit::before {
  content: "";
  width: 615px;
  height: 75px;
  background: #2d3f92;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#schedule .sche-box .sub {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}

#schedule .sche-box .bold {
  font-weight: bold;
  text-align: center;
}

#schedule .sche-box .bold a {
  font-size: inherit;
  color: #fff;
  text-decoration: underline;
}

#schedule .tri {
  width: 200px;
  height: 40px;
  position: relative;
  margin: 0 auto 20px;
  background: rgba(0, 0, 0, 0);
}

#schedule .tri::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #fff;
}

.app-caution {
  width: 100%;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.copy {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  font-family: urw-din-condensed;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 50px);
}

#vs.footer {
  position: relative;
}

.bg-j {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: center / cover no-repeat url(../img/cv_j.jpg);
}

footer {
  margin-bottom: 80px;
}

.cp_box.resale .flex{
  width: 810px;
  justify-content: space-between;
  margin: 40px auto 60px;
}

.cp_box.resale .flex .req-btn {
  width: 400px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: bold;
  padding: 30px 40px;
  text-align: center;
  color: #000;
  border: solid 2px #1A2890;
}

.cp_box.resale .tit {
  color: #1A2890;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 auto 50px;
}

.cp_box.resale .tit::after {
  content: '';
  width: 420px;
  height: 30px;
  background: #E0E0D5;
  position: absolute;
  left: calc(50% - 210px);
  top: 20px;
  z-index: -1;
}

.cp_box.resale .tit.second::after {
  width: 150px;
  left: calc(50% - 75px);
}

.cp_box.resale ul.flex {
  width: 820px;
  height: auto;
  align-items: flex-start;
  margin:  0 auto 30px;
}

.cp_box.resale ul.flex li,
.cp_box.resale .slider{
  width: 242px;
  position: relative;
}

.cp_box.resale ul.flex li::after {
  position: absolute;
    top: 300px;
    right: -35px;
    content: '';
    width: 0;
    height: 0;
    border-left: solid 26px #142D90;
    border-bottom: solid 13px transparent;
    border-top: solid 13px transparent;
}
.cp_box.resale ul.flex.second li::after {
  right: -15px;
    border-left: solid 7px #142D90;
    border-bottom: solid 12px transparent;
    border-top: solid 12px transparent;
}
.cp_box.resale ul.flex li:last-child::after {
  display: none;
}
.cp_box.resale ul.flex li .step,
.cp_box.resale .slider .step {
  color: #ACA160;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
}

.cp_box.resale ul.flex li .color-box,
.cp_box.resale .slider .color-box {
  width: 100%;
  min-height: 60px;
  color: #1F2290;
  background: #E0E1D5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0 6px;
  margin-top: -17px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.cp_box.resale ul.flex li .desc,
.cp_box.resale .slider .desc {
  font-size: 14px;
  margin: 0 0 20px;
  width: 100%;
  text-align: left;
}

.cp_box.resale ul.flex li .img,
.cp_box.resale .slider .img {
  width: 242px;
  margin-bottom: 20px;
  border: solid 1px #707070;
}
.cp_box.resale .tri-b {
  width: 132px;
  height: 27px;
  margin: 0 auto 20px;
  position: relative;
}
.cp_box.resale .tri-b::before {
  position: absolute;
    bottom: 0;
    left: calc(50% - 66px);
    content: '';
    width: 0;
    height: 0;
    border-left: solid 66px transparent;
    border-right: solid 66px transparent;
    border-top: solid 27px #142D90;
}

.cp_box.resale .color-box2 {
  width: 500px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #142D90;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
}

.cp_box.resale .flex.done {
  width: 450px;
  position: relative;
}

.cp_box.resale .flex.done .img {
  width: 242px;
  border: solid 1px #707070;
}

.cp_box.resale .flex.done .text {
  width: 195px;
}

.cp_box.resale .flex.done .text .border-req{
  width: 155px;
  height: 45px;
  border-radius: 10px;
  border: solid 2px #1A2890;
  line-height: 45px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1A2890;
  margin: 0 auto 15px;
}

.cp_box.resale .flex.done .text .border-req .gold {
  font-size: inherit;
  color: #ABA260;
}

.cp_box.resale .flex.done .text .desc {
  font-size: 14px;
  margin:  0;
}

.cp_box.resale .flex.done .text .abs {
  font-size: 14px;
  position: absolute;
  bottom: 17px;
  right: 0;
  width: 195px;
  margin: 0;
}

.cp_box.resale .flex.done .text .abs .red {
  font-size: inherit;
  font-weight: bold;
  color: #FF0000;
}

.cp_box.resale .flex.done .text .img-abs {
  width: 68px;
  height: 45px;
  position: absolute;
  bottom: 23px;
  left: 184px;
}

.cp_box.resale ul.flex.second {
  width: 100%;
}

#price .cp_box.resale table {
  width: 980px;
  margin: 20px auto;
  border: 0;
}

#price .cp_box.resale table th {
  border: 0;
  text-align: left;
  font-weight: bold;
  padding-left: 20px;
  width: 33.3%;
  height: 50px;
}

#price .cp_box.resale table td {
  border-top: 0;
  padding: 12px 0 12px 20px;
}

#price .cp_box.resale table td:first-child {
  border-left: 0;
}

#price .cp_box.resale table td:last-child {
  border-right: 0;
}

.cp_box.resale .desc.caution {
  font-size: 12px;
  width: 980px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .pc-hide {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .tab-hide {
    display: none;
  }
  #vs .container {
    padding-bottom: 50px;
}
  #vs .logo {
    width: 760px;
  }
  #vs .container .abs {
    width: 400px;
    left: calc(50% - 200px);
    bottom: 0px;
}
  .bar .flex,
  #drawing,
  #gourmet,
  #seat,
  #price,
  #sp-ticket,
  #schedule,
  h2::before,
  main h2::before,
  .special .text .title::before,
  #header-nav.menu ul {
    width: 100%;
  }
  #price table,
  .cp_box,
  #schedule .sche-box,
  #schedule .sche-box .p3 {
    width: calc(100% - 40px);
  }
  #gourmet h2 {
    font-size: 35px;
  }
  #gourmet h2::before {
    top: 60px;
  }
  #seat .img {
    width: 750px;
  }
  #drawing ul li {
    width: calc(25% - 10px);
    max-width: 240px;
    margin: 0 5px;
  }
  .special .text .container {
    width: calc(100% - 20px);
  }
  .special .text .title {
    font-size: 28px;
  }
  .special .text .title span {
    font-size: 15px;
  }
  .bar .flex .logo2 {
    margin-right: 30px;
  }
  #price table td {
    font-size: 12px;
  }
}

@media (min-width: 700px) and (max-width: 870px) {
  #vs .date .p1 {
    font-size: 80px;
  }
  #vs .abs {
    bottom: -60px;
  }
  #vs .abs .circ-box {
    width: 360px;
    font-size: 14px;
  }
  #vs .flex .logo .img {
    height: 135px;
  }
  #drawing ul {
    flex-wrap: wrap;
  }
  #drawing ul li {
    width: 240px;
    margin: 0 20px 30px;
  }
  #drawing .caution-box {
    width: 580px;
  }
  #drawing .caution-txt {
    width: 600px;
  }
  #schedule .sche-box .p2 {
    font-size: 65px;
  }
}

@media (min-width: 700px) and (max-width: 760px) {
  #vs .logo {
    width: 100%;
  }
  #vs .date .p1 {
    font-size: 50px;
  }
  #vs .date .p2 {
    font-size: 40px;
  }
  #vs .date .p2 span {
    font-size: 30px;
  }
  #vs .flex .logo .p1,
  #vs .flex .logo .p2 {
    font-size: 10px;
  }
  #vs .abs {
    bottom: -30px;
  }
  #vs .abs .circ-box {
    width: 400px;
    font-size: 13px;
  }
  .cv-box {
    width: 400px;
  }
  #drawing .caution-box,
  #drawing .caution-txt,
  #seat .img {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .cp_container p {
    width: 100%;
    margin: 0;
  }
  .cp_box.resale .flex {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
  }
  .cp_box.resale .flex .req-btn {
    width: 260px;
    font-size: 14px;
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  .cp_box.resale .tit {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .cp_box.resale .tit::after {
    width: 100%;
    height: 24px;
    left: 0;
  }
  .cp_box.resale .tit.second::after {
    width: 200px;
    left: calc(50% - 100px);
  }
  .cp_box.resale .color-box2 {
    width: 240px;
  }
  .cp_box.resale .flex.done {
    width: 242px;
    margin: 0 auto 60px;
    flex-direction: column-reverse;
  }
  .cp_box.resale .sp-hide {
    display: none;
  }
  .cp_box.resale .flex.done .text .abs {
    width: 240px;
    bottom: -50px;
  }
  #price .cp_box.resale table {
    width: 100%;
  }
  #price .cp_box.resale amp-carousel {
    width: 300px;
    margin: 0 auto;
    padding: 0 29px;
  }
  #price .cp_box.resale amp-carousel .slider {
    width: 242px;
  }
  .cp_box.resale .amp-carousel-button-next,
  .cp_box.resale .amp-carousel-button-prev {
    width: 32px;
    height: 27px;
  }
  .cp_box.resale .amp-carousel-button-next {
    right: 0;
  }
  .cp_box.resale .amp-carousel-button-prev {
    left: 0;
  }
  .cp_box.resale .mt {
    margin-top: 70px;
  }
  .cp_box.resale .desc.caution {
    width: 100%;
  }
}

@media (max-width: 699px) {
  * {
    font-size: 14px;
  }
  .sp-hide,
  .bar .flex.sp-hide,
  #drawing ul.sp-hide {
    display: none;
  }
  header,
  .bar {
    height: 55px;
  }
  .bar {
    display: flex;
    align-items: center;
  }
  .bar .button {
    width: calc(100vw - 120px);
    margin-left: 20px;
  }
  .header-menu-button {
    width: 88px;
    height: 55px;
  }
  #header-nav {
    padding-bottom: 55px;
  }
  #header-nav.menu ul {
    width: 100%;
  }
  #header-nav.menu li {
    width: 25%;
  }
  #vs .container {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  #vs .container.first {
    padding-bottom: 40px;
  }
  #vs .logo {
    width: 100%;
    margin: 0 auto 20px;
  }
  #vs .flex .logo {
    width: 50%;
    height: 218px;
    margin-bottom: 10px;
  }
  #vs .flex .logo .img {
    height: 120px;
  }
  #vs .flex .logo .p1 {
    font-size: 10px;
    height: 30px;
  }
  #vs .flex .logo .p1 amp-img {
    width: 130px;
  }
  #vs .flex .logo .color-bar {
    width: 38px;
    height: 8px;
  }
  #vs .flex .logo .color-bar::before {
    width: 38px;
    height: 8px;
    left: -38px;
  }
  #vs .flex .logo .color-bar::after {
    width: 38px;
    height: 8px;
    right: -38px;
  }
  #vs .flex .logo .p2 {
    font-size: 14px;
  }
  #vs .abs,
  .app-caution {
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
    margin-bottom: 10px;
  }
  #vs .abs .circ-box {
    width: 295px;
    height: 30px;
    padding: 5px;
    font-size: 11px;
    margin: 0 auto 30px;
  }
  #vs .abs .circ-box::after {
    bottom: -20px;
    left: calc(50% - 10px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #e0000f;
  }
  #vs .date {
    width: 100%;
    margin: 0 auto 20px;
  }
  #vs .date .p1 {
    font-size: 71px;
    line-height: 1.4;
  }
  #vs .date .p2 {
    font-size: 42px;
    line-height: 1.6;
  }
  #vs .date .p2 span {
    font-size: 34px;
  }
  #vs .date .p3 {
    font-size: 15px;
  }
  .cv-box {
    width: 100%;
  }

  .copy {
    font-size: 14px;
  }

  #drawing,
  #seat,
  #gourmet,
  #price,
  #sp-ticket,
  #schedule {
    width: 100%;
    padding: 40px 0;
  }
  #gourmet {
    padding-bottom: 0;
  }
  main h2 {
    font-size: 50px;
  }
  #gourmet h2 {
    font-size: 15px;
  }
  #gourmet h2::before {
    top: 10px;
  }
  #gourmet .img {
    width: calc(100% - 40px);
    margin-top: 30px;
  }
  h3 {
    font-size: 18px;
  }
  main h2::before {
    content: "";
    width: calc(100% - 40px);
    height: 30px;
    background: #e0dfd5;
    position: absolute;
    left: 20px;
    top: 35px;
    z-index: -1;
  }
  #drawing h2::before {
    height: 65px;
  }
  #drawing .carousel {
    width: calc(100% - 40px);
    margin: 40px auto;
  }

  #drawing .carousel .slider {
    width: 100%;
    margin: 0;
  }
  #drawing .carousel .slider .img {
    width: 240px;
  }
  #drawing .carousel .slider p {
    font-size: 12px;
  }
  #drawing .amp-carousel-button-prev {
    width: 30px;
    height: 50px;
    background-image: url(../img/btn_prev_sp.svg);
  }
  #drawing .amp-carousel-button-next {
    width: 30px;
    height: 50px;
    background-image: url(../img/btn_next_sp.svg);
  }
  .m-list-slideNav {
    margin: 20px auto 0 !important;
  }
  .m-list-slideNav__item {
    display: inline-block;
    width: 20px !important;
    margin: 0 10px !important;
    cursor: pointer;
  }
  .m-list-slideNav__item button {
    font-size: 14px;
  }
  #drawing .m-list-slideNav__item button {
    color: #d0d0d0;
  }
  #drawing .m-list-slideNav__item .is-current {
    color: #000;
  }
  #drawing .caution-box {
    width: calc(100% - 40px);
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 25px;
  }
  #drawing .caution-txt {
    width: calc(100% - 40px);
    font-size: 12px;
    margin: 0 auto;
  }
  #drawing .cv-container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #seat,
  #drawing {
    padding-bottom: 0;
  }
  #seat .img {
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }

  #price {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  .cp_box {
    width: 100%;
  }
  .special .cp_box label {
    display: block;
  }
  .special .cp_container {
    height: 0;
  }
  .cp_box label {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
  }
  .cp_box label:before {
    font-size: 16px;
    content: "��";
    line-height: 50px;
  }
  .cp_box input:checked + label:before {
    content: "竏�";
  }
  #price .table {
    margin: 40px 0 70px;
  }
  #price .table .cp_box {
    margin: 0 auto 30px;
  }
  #price .table .cp_box label {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    padding-left: 15px;
    color: #000;
    border: 0.5px solid #707070;
  }
  #price .table .cp_box label.color-w {
    background: #fff;
  }
  #price .table .cp_box label:before {
    line-height: 30px;
    color: #000;
  }
  #price table {
    margin: 30px 0 0;
    width: 100%;
  }
  #price table td {
    height: 30px;
    font-size: 11px;
  }
  #price table td:first-child {
    background: #dadada;
    text-align: center;
  }
  .cp_container p {
    width: 100%;
  }
  .caution .cp_container p {
    padding-top: 60px;
  }
  .cp_container .flex {
    width: 100%;
    flex-direction: column-reverse;
  }
  .cp_container .flex .img {
    width: 70%;
    margin: 0 auto;
  }
  .cp_container .flex .text {
    width: 100%;
  }
  .cp_container .flex .text .tit {
    font-size: 40px;
    padding-left: 15px;
  }
  .cp_container .flex .text .sub {
    font-size: 12px;
    padding-left: 15px;
  }
  .cp_container .flex .text .tit::before {
    width: 100%;
    height: 50px;
    top: 20px;
  }
  .cp_container .flex .text .desc {
    font-size: 14px;
    margin: 20px auto;
  }
  #sp-ticket {
    padding-bottom: 20px;
  }
  #sp-ticket h3 {
    font-size: 14px;
  }
  #sp-ticket ul {
    margin-top: 60px;
  }
  #sp-ticket ul li {
    width: 161px;
    height: 49px;
    margin-bottom: 20px;
  }
  #sp-ticket ul li .btn {
    width: 140px;
    font-size: 11px;
    padding-left: 0;
  }
  .special,
  .special:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .special .text {
    width: calc(100% - 40px);
    height: auto;
    padding: 40px 20px;
  }
  .special .text .container {
    width: 100%;
  }
  .special .carousel {
    width: 100%;
    height: auto;
  }
  .special amp-carousel,
  .special amp-carousel amp-img {
    height: auto;
  }
  .amp-carousel-button-next,
  .amp-carousel-button-prev {
    width: 35px;
    height: 30px;
  }
  .special .m-list-slideNav {
    margin-top: -30px !important;
  }
  .special .text .title {
    font-size: 22px;
  }
  .special .text .title span {
    font-size: 16px;
  }
  .special .text .title::before {
    width: 100%;
    height: 16px;
    top: 15px;
  }
  .special .text .color-box {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .special .text .seat-tit {
    font-size: 14px;
  }
  .special .text .seat-txt {
    font-size: 12px;
  }
  .special .carousel .slider {
    height: auto;
  }
  #schedule h2::before {
    height: 70px;
  }
  #schedule .sche-box {
    width: calc(100% - 40px);
    padding-bottom: 30px;
  }
  #schedule .sche-box .flex .num {
    width: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #schedule .sche-box .flex .color-box {
    width: calc(100% - 25px);
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding-left: 10px;
  }
  #schedule .sche-box .btn {
    width: 157px;
    margin: 20px auto;
  }
  #schedule .sche-box .p1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #schedule .sche-box .p2 {
    font-size: 31px;
    margin-bottom: 10px;
  }
  #schedule .sche-box .p2 span {
    font-size: 21px;
  }
  #schedule .sche-box .p3 {
    width: 300px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  #schedule .sche-box .btn2 {
    width: 200px;
  }
  #schedule .tri {
    width: 100px;
    height: 20px;
  }
  #schedule .tri::before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #fff;
  }
  #schedule .sche-box .tit {
    width: 100%;
    font-size: 33px;
    margin-top: 20px;
  }
  #schedule .sche-box .sub {
    font-size: 12px;
    margin: 0 auto 30px;
  }
  #schedule .sche-box .tit::before {
    width: calc(100% - 36px);
    height: 45px;
    left: 18px;
    top: 20px;
  }
  .special .cp_box {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .special .cp_box label {
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #d6d3cb;
    border: 1px solid #707070;
    bottom: 0;
    top: auto;
  }
  .special .cp_box label:before {
    line-height: 40px;
    color: #707070;
  }
  .special .cp_box label:after {
    width: 70px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: calc(50% - 35px);
    font-size: 14px;
    content: "隧ｳ邏ｰ繧定ｦ九ｋ";
    color: #707070;
    text-align: center;
  }
  .special .cp_box input:checked + label:after {
    content: "髢峨§繧�";
  }
  .special .cp_box input:checked ~ .cp_container {
    padding-bottom: 30px;
  }
  footer {
    margin-bottom: 55px;
  }
  #price .cp_box.resale table td:first-child {
    background: #fff;
  }
  #price .cp_box.resale table td {
    text-align: center;
    padding: 12px;
  }
  #price .cp_box.resale table th {
    font-size: 14px;
    text-align: center;
    width: 45px;
    padding: 0;
  }
  #price .cp_box.resale table th:first-child {
    width: 190px;
  }
}

@media (min-width: 500px) and (max-width: 699px) {
  #vs .flex .logo {
    width: 200px;
  }
  .bar .button {
    width: 240px;
  }
}
@media (min-width: 360px){
#price .cp_box.resale amp-carousel {
  padding: 0;
  width: 280px;
}
}
.fxscHeader__gnav__li a,
.fxscHeader__gnav__li span {
  font-size: 14px;
  font-family: "Comfortaa";
}
</pre></body></html>