@charset "UTF-8";
body {
  font-size: 1.1vw;
}
@media screen and (max-width: 835px) {
  body {
    font-size: 3.3vw;
  }
}
body {
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1vw;
  position: relative;
  background-color: #fff;
  color: #223223;
  display: flex;
  flex-direction: column;
}
body > section {
  width: 100%;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #4da5b6;
}

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

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

main {
  width: 100%;
}

footer {
  margin-top: auto;
}

.mb05 {
  margin-bottom: 0.5vw;
}

.mb10 {
  margin-bottom: 1vw;
}

.mb25 {
  margin-bottom: 2.5vw;
}

.mb50 {
  margin-bottom: 5vw;
}

.mb80 {
  margin-bottom: 8vw;
}

.opa {
  transition: opacity 0.3s ease;
}
.opa:hover {
  opacity: 0.7;
}

.mincho {
  font-family: "Hina Mincho", serif;
}

.headline {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .headline {
    font-size: 7.2vw;
  }
}
.headline {
  text-align: center;
  color: #004972;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
}
.headline::before {
  content: "";
  display: block;
  width: 10vw;
  height: 3px;
  background-color: #004972;
  position: absolute;
  left: calc(50% - 5vw);
  bottom: 0;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 835px) {
  .mb05 {
    margin-bottom: 1vw;
  }
  .mb10 {
    margin-bottom: 2vw;
  }
  .mb25 {
    margin-bottom: 5vw;
  }
  .mb50 {
    margin-bottom: 10vw;
  }
  .mb80 {
    margin-bottom: 15vw;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
#loading {
  width: 100%;
  height: 100vh;
  background: linear-gradient(#313151, #000);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#loading svg {
  width: 30vw;
  height: 30vw;
}

/*======================================
//	■MediaQuery
//======================================*/
@media screen and (max-width: 835px) {
  #loading svg {
    width: 60vw;
    height: 60vw;
  }
}
body.mceContentBody {
  min-width: inherit;
}

.mceContentBody h2 {
  font-size: 2vw;
}
@media screen and (max-width: 835px) {
  .mceContentBody h2 {
    font-size: 6vw;
  }
}
.mceContentBody h2 {
  font-weight: bold;
}
.mceContentBody h3 {
  font-size: 1.7vw;
}
@media screen and (max-width: 835px) {
  .mceContentBody h3 {
    font-size: 5.1vw;
  }
}
.mceContentBody h3 {
  font-weight: bold;
}
.mceContentBody h4 {
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  .mceContentBody h4 {
    font-size: 4.2vw;
  }
}
.mceContentBody h4 {
  font-weight: bold;
}
.mceContentBody p {
  display: block;
  margin: 1rem 0;
}
.mceContentBody ol, .mceContentBody ul {
  margin: 0 0 3rem 2rem;
  list-style: outside disc;
}
.mceContentBody ol ol, .mceContentBody ol ul, .mceContentBody ul ol, .mceContentBody ul ul {
  margin-bottom: 0;
}
.mceContentBody ol.prevention, .mceContentBody ul.prevention {
  position: relative;
  list-style: none;
}
.mceContentBody ol.prevention::before, .mceContentBody ul.prevention::before {
  content: "■";
  position: absolute;
  left: -1rem;
}
.mceContentBody ol.prevention ol, .mceContentBody ol.prevention ul, .mceContentBody ul.prevention ol, .mceContentBody ul.prevention ul {
  list-style: outside disc;
}
.mceContentBody ol.prevention ol::before, .mceContentBody ol.prevention ul::before, .mceContentBody ul.prevention ol::before, .mceContentBody ul.prevention ul::before {
  content: "";
}
.mceContentBody strong {
  font-weight: bold;
}
.mceContentBody em {
  font-style: italic;
}
.mceContentBody blockquote {
  display: block;
  -webkit-margin-before: 1rem;
  -webkit-margin-after: 1rem;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.mceContentBody .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mceContentBody .alignright {
  float: right;
  margin-left: 1rem;
}
.mceContentBody .alignleft {
  float: left;
  margin-right: 1rem;
}
.mceContentBody img[class*=wp-image-], .mceContentBody img[class*=attachment-] {
  height: auto;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mceContentBody iframe {
  height: 400px;
  width: 100%;
}
.mceContentBody a {
  text-decoration: underline;
}
.mceContentBody p.wp-caption-text {
  margin-top: -1rem;
}
.mceContentBody .embed_content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mceContentBody .embed_content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#ui-datepicker-div {
  width: 40vw;
  display: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 12px;
  font-family: sans-serif;
  z-index: 9999 !important; /* 他の要素の裏に隠れるのを防ぐ */
  /* ヘッダー部分（年月のナビゲーション） */
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 8px 0;
  background: none;
  border: none;
}
#ui-datepicker-div {
  /* 前へ・次へボタン */
}
#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
  display: none;
}
#ui-datepicker-div {
  /* タイトル（◯◯年◯月） */
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  color: #1e293b;
  font-size: 15px;
  line-height: 30px;
  /* 年と月のフォーム */
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year, #ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
  width: 30%;
  margin: 0 1vw;
}
#ui-datepicker-div {
  /* 曜日エリア */
}
#ui-datepicker-div .ui-datepicker-calendar th {
  padding: 6px 0;
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}
#ui-datepicker-div .ui-datepicker-calendar {
  /* 日付全体 */
}
#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 2px;
  text-align: center;
  /* 通常の日付（リンク） */
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  color: #334155;
  font-size: 13px;
  border-radius: 50%;
  transition: background 0.2s;
  /* ホバー（マウスを載せたとき） */
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: #f1f5f9;
  color: #0f172a;
}
#ui-datepicker-div {
  /* 今日（現在の日付） */
}
#ui-datepicker-div .ui-datepicker-today a {
  background: #eff6ff;
  color: #2563eb;
  font-weight: bold;
}
#ui-datepicker-div {
  /* 選択された日付 */
}
#ui-datepicker-div .ui-datepicker-current-day a {
  background: #2563eb !important; /* メインカラー */
  color: #ffffff !important;
  font-weight: bold;
}
#ui-datepicker-div {
  /* 選択できない過去の日付など */
}
#ui-datepicker-div .ui-datepicker-unselectable span {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #cbd5e1;
  font-size: 13px;
}

/*======================================
//	■MediaQuery
//======================================*/
@media screen and (max-width: 835px) {
  #ui-datepicker-div {
    width: 80vw;
  }
}
header {
  background-color: #003250;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  border: 0;
  z-index: 9;
  width: 100%;
  padding: 0 2.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5vw;
}
header #header_ticket {
  position: absolute;
  left: 2.5vw;
  top: 5vw;
  z-index: 9;
}
header #header_ticket img {
  width: 7.5vw;
  filter: saturate(100%) drop-shadow(0.05vw 0.05vw 0.25vw #000) drop-shadow(0.1vw 0.1vw 0.5vw #000);
  transition: all 0.3s ease;
}
header #header_ticket img:hover {
  filter: saturate(200%) drop-shadow(0.05vw 0.05vw 0.25vw #000) drop-shadow(0.1vw 0.1vw 1vw #000);
}
header #header_logo {
  margin: 0 auto 0 15vw;
  z-index: 99;
}
header #header_logo img {
  height: 3vw;
  transition: all 0.3s ease;
}
header #header_logo img:hover {
  filter: saturate(300%) drop-shadow(0px 0px 1vw rgba(0, 0, 0, 0.5));
}
header #header_socials ul {
  display: flex;
  gap: 0.5vw;
}
header #header_socials ul li img {
  height: 3vw;
}
header #header_lang {
  color: #fff;
  flex: 0 1 auto;
  display: flex;
  margin-right: 0.5vw;
  margin-left: auto;
  z-index: 99;
}
header #header_lang li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5vw;
}
header #header_lang li a {
  color: #fff;
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  header #header_lang li a {
    font-size: 2.7vw;
  }
}
header #header_lang li a {
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  padding: 0.25vw 0.5vw;
  border-radius: 0.5vw;
}
header #header_lang li a:hover {
  background-color: #fff;
  color: #4da5b6;
}
header #header_lang li.current-lang a {
  background-color: #fff;
  color: #4da5b6;
}
header #header_nav {
  height: 5vw;
  display: flex;
  align-items: center;
}
header #header_nav button {
  z-index: 999;
  background: transparent;
  border: none;
  cursor: pointer;
}
header #header_nav button svg {
  width: 64px;
}
header #header_nav button svg line {
  stroke: #fff;
  stroke-width: 30px;
  stroke-linecap: round;
  transition: 0.2s;
  transform-origin: center center;
}
header #header_nav button svg .border1 {
  transform: translateY(-120px);
}
header #header_nav button svg .border3 {
  transform: translateY(120px);
}
header #header_nav button.active .border1 {
  transform: translateY(0px) rotate(45deg);
}
header #header_nav button.active .border2 {
  opacity: 0;
}
header #header_nav button.active .border3 {
  transform: translateY(0px) rotate(-45deg);
}
header #header_nav #header_nav_menu {
  display: none;
  width: 100vw;
  height: 100lvh;
  background-color: #003250;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  padding-top: 5vw;
}
header #header_nav #header_nav_menu.active {
  display: block;
}
header #header_nav #header_nav_menu ul {
  width: 100%;
  padding: 0 2.5vw;
  overflow-y: auto;
  display: block;
  text-align: center;
  height: calc(100lvh - 7vw);
  background: url("img/bg_nav.webp") no-repeat center top/cover;
}
header #header_nav #header_nav_menu ul li {
  padding: 2.5vw 0;
  border-bottom: 1px solid #fff;
}
header #header_nav #header_nav_menu ul li a {
  color: #fff;
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  header #header_nav #header_nav_menu ul li a {
    font-size: 4.2vw;
  }
}
header #header_nav #header_nav_menu ul li a {
  font-weight: bold;
}
header #header_nav #header_nav_menu ul li.pamphlet {
  background-color: #4da5b6;
  border-bottom: none;
}

@media screen and (max-width: 835px) {
  header {
    padding: 0 5vw;
    height: 10vw;
  }
  header #header_ticket {
    left: 5vw;
    top: 10vw;
  }
  header #header_ticket img {
    width: 12vw;
  }
  header #header_logo {
    margin-left: 0;
  }
  header #header_logo img {
    height: 7vw;
  }
  header #header_socials {
    display: none;
  }
  header #header_nav {
    width: 10vw;
    height: 10vw;
  }
  header #header_nav button svg {
    width: 10vw;
  }
  header #header_nav #header_nav_menu {
    padding-top: 10vw;
  }
  header #header_nav #header_nav_menu ul {
    padding: 0 5vw;
    height: calc(100lvh - 10vw);
  }
  header #header_nav #header_nav_menu ul li {
    padding: 5vw 0;
  }
}
footer {
  background-color: #e4e4e4;
}
footer nav {
  padding: 2vw 5%;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5vw 0;
  gap: 0 2.5vw;
}
footer nav ul a {
  color: #222;
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  footer nav ul a {
    font-size: 2.7vw;
  }
}
footer small {
  display: block;
  text-align: center;
  padding: 1vw;
  background-color: #dbdbdb;
}

@media screen and (max-width: 835px) {
  footer nav {
    padding: 2vw 5vw;
  }
  footer nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5vw 5vw;
  }
}
.single-post #news {
  padding-top: 5vw;
  min-height: 75vh;
}

.staticPageContent {
  margin: 17.5vw auto 7.5vw;
}
.staticPageContent .title {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .staticPageContent .title {
    font-size: 7.2vw;
  }
}
.staticPageContent .title {
  text-align: center;
  color: #004972;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
  margin-bottom: 7.5vw;
}
.staticPageContent .title::before {
  content: "";
  display: block;
  width: 10vw;
  height: 3px;
  background-color: #004972;
  position: absolute;
  left: calc(50% - 5vw);
  bottom: 0;
}
.staticPageContent .content {
  width: 80vw;
  margin: 0 auto;
}
.staticPageContent .content h1 {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .staticPageContent .content h1 {
    font-size: 7.2vw;
  }
}
.staticPageContent .mw_wp_form {
  margin-top: 2vw;
}
.staticPageContent .mw_wp_form table {
  margin: 2vw auto;
}
.staticPageContent .mw_wp_form table th {
  padding: 1vw;
  background-color: #f3f6f9;
  border: 1px solid #e3e6e9;
  width: 17vw;
  vertical-align: middle;
}
.staticPageContent .mw_wp_form table th .attention {
  font-size: 0.7vw;
}
@media screen and (max-width: 835px) {
  .staticPageContent .mw_wp_form table th .attention {
    font-size: 2.1vw;
  }
}
.staticPageContent .mw_wp_form table th .attention {
  color: #c40;
  padding-left: 0.5vw;
}
.staticPageContent .mw_wp_form table th .information {
  font-size: 0.7vw;
}
@media screen and (max-width: 835px) {
  .staticPageContent .mw_wp_form table th .information {
    font-size: 2.1vw;
  }
}
.staticPageContent .mw_wp_form table th .information {
  color: #929292;
}
.staticPageContent .mw_wp_form table td {
  padding: 1vw;
  background-color: #fbfbfb;
  border: 1px solid #e3e6e9;
}
.staticPageContent .mw_wp_form table td input, .staticPageContent .mw_wp_form table td select, .staticPageContent .mw_wp_form table td textarea {
  padding: 0.5vw 1vw;
  border: 1px solid #dbdbdb;
}
.staticPageContent .mw_wp_form table td input.inquiry_price {
  width: 80%;
}
.staticPageContent .mw_wp_form table td textarea {
  height: 15vw;
}
.staticPageContent .mw_wp_form #inquiry_submit {
  text-align: center;
}
.staticPageContent .mw_wp_form #inquiry_submit input[type=submit] {
  padding: 0.5vw 2vw;
  color: #222;
  border: 1px solid #222;
  margin: 1vw 1vw 0 0;
  cursor: pointer;
}
.staticPageContent .mw_wp_form #inquiry_submit input[type=submit].submitButton {
  border: 1px solid #CF6288;
  color: #CF6288;
  transition: all 0.3s ease;
}
.staticPageContent .mw_wp_form #inquiry_submit input[type=submit].submitButton:hover {
  background-color: #CF6288;
  color: #fff;
}
.staticPageContent .mw_wp_form.mw_wp_form_confirm #confirmed_hide {
  display: none;
}
.staticPageContent .paling {
  display: block;
  padding: 1vw;
  margin: 1vw 0;
  background-color: #f0f0f0;
  font-weight: bold;
}
.staticPageContent .paling h4 {
  font-size: inherit;
}
.staticPageContent #ticket_infomation_viparea_images {
  display: flex;
  flex-wrap: wrap;
  margin: 1vw auto;
  gap: 1px;
  list-style: none;
}
.staticPageContent #ticket_infomation_viparea_images li {
  flex: 1 1 calc(33.3333333333% - 2px);
}
.staticPageContent #ticket_infomation_viparea_images li img {
  width: 100%;
}
.staticPageContent #sponsorship_vipareas {
  list-style: none;
  margin: 0;
  background-color: #f0f0f0;
  padding: 0 2vw 2vw;
  margin: 1.5rem 0 2vw;
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area {
  padding: 2vw 0;
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area:not(:first-of-type) {
  margin-top: 1vw;
  border-top: 1px solid #222;
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area h4 {
  font-size: 1.6vw;
}
@media screen and (max-width: 835px) {
  .staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area h4 {
    font-size: 4.8vw;
  }
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area h4 {
  font-weight: bold;
  line-height: 1.4;
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area .sponsorship_vipareas_area_price {
  margin: 0;
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  .staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area .sponsorship_vipareas_area_price {
    font-size: 2.7vw;
  }
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area .sponsorship_vipareas_area_text {
  margin: 0;
  background-color: rgba(4, 5, 6, 0.25);
  margin-top: 0.5vw;
  font-size: 1.1vw;
}
@media screen and (max-width: 835px) {
  .staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area .sponsorship_vipareas_area_text {
    font-size: 3.3vw;
  }
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area .sponsorship_vipareas_area_text {
  font-weight: bold;
  padding: 0.5vw;
  line-height: 1.4;
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area ul {
  display: flex;
  margin: 1vw auto 0;
  gap: 1px;
  list-style: none;
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area ul li {
  flex: 1 1 calc(25% - 3px);
}
.staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area ul li img {
  width: 100%;
}

.page-news {
  padding-top: 7.5vw;
  background-color: #283250;
  position: relative;
}
.page-news::before {
  content: "";
  background: url("img/top/top_news_flower-rt.webp") no-repeat right top/50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 40%;
}
.page-news .news_headline {
  font-size: 2.4vw;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
  margin-bottom: 2.5vw;
}
.page-news .news_headline::before {
  content: "";
  display: block;
  width: 10vw;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 5vw);
  bottom: 0;
}
.page-news #news {
  position: relative;
}
.page-news #news::after {
  content: "";
  background: url("img/top/top_news_flower-lb.webp") no-repeat left bottom/50%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 50%;
}
.page-news #news .content {
  position: relative;
  z-index: 1;
  width: 80vw;
  margin: 0 auto;
  padding: 5vw 0;
}
.page-news #news .content .newsList {
  display: block;
  margin-top: 2px;
  background-color: #fff;
  padding: 1.5vw 2vw;
}
.page-news #news .content .newsList:hover {
  box-shadow: 0 0 15px rgb(255, 255, 255);
}
.page-news #news .content .newsList .news_title {
  font-size: 1.8vw;
}
@media screen and (max-width: 835px) {
  .page-news #news .content .newsList .news_title {
    font-size: 5.4vw;
  }
}
.page-news #news .content .newsList .news_title {
  line-height: 1.4;
  color: #003250;
}
.page-news #news .content .newsList time {
  color: #979797;
  display: block;
  margin-bottom: 1vw;
}
.page-news #news .content .newsList .post_content {
  color: #222;
  line-height: 1.4;
}
.page-news #news .content .post_navigation {
  overflow: hidden;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 2.5vw;
  position: relative;
  z-index: 2;
}
.page-news #news .content .post_navigation > div {
  width: 50%;
}
.page-news #news .content .post_navigation > div a {
  padding: 1.5vw;
  display: block;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.page-news #news .content .post_navigation > div a:hover {
  background-color: #f0f0f0;
  color: #222;
}
.page-news #news .content .post_navigation .prev {
  float: left;
}
.page-news #news .content .post_navigation .next {
  float: right;
}

@media screen and (max-width: 835px) {
  .single-post #news {
    padding-top: 5vw;
  }
  .staticPageContent {
    margin: 30vw auto 7.5vw;
  }
  .staticPageContent .title {
    width: 90vw;
    margin: 0 auto 5vw;
  }
  .staticPageContent .title img {
    width: 100%;
  }
  .staticPageContent .content {
    width: 90vw;
    margin: 0 auto;
  }
  .staticPageContent .mw_wp_form table th {
    display: block;
    padding: 2vw;
    width: 100%;
  }
  .staticPageContent .mw_wp_form table th .attention {
    padding-left: 1vw;
  }
  .staticPageContent .mw_wp_form table td {
    display: block;
    margin: 0 auto 4vw;
  }
  .staticPageContent .mw_wp_form table td input, .staticPageContent .mw_wp_form table td select, .staticPageContent .mw_wp_form table td textarea {
    padding: 1vw 2vw;
  }
  .staticPageContent .mw_wp_form table td textarea {
    height: 35vw;
  }
  .staticPageContent .mw_wp_form #inquiry_submit input[type=submit] {
    padding: 1vw 2.5vw;
    margin: 5vw 1vw 0 0;
  }
  .staticPageContent .paling {
    padding: 2vw;
    margin: 2vw 0;
  }
  .staticPageContent #ticket_infomation_viparea_images {
    margin: 2vw auto;
  }
  .staticPageContent #sponsorship_vipareas {
    padding: 0 5vw;
    margin: 1.5rem 0 5vw;
  }
  .staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area {
    padding: 5vw 0;
  }
  .staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area:not(:first-of-type) {
    margin-top: 2.5vw;
    border-top: 2.5px solid #222;
  }
  .staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area .sponsorship_vipareas_area_text {
    margin-top: 1.5vw;
    padding: 2.5vw;
  }
  .staticPageContent #sponsorship_vipareas .sponsorship_vipareas_area ul {
    margin: 2.5vw auto 0;
  }
  .page-news {
    padding-top: 18vw;
  }
  .page-news .news_headline {
    font-size: 5.2vw;
    padding-bottom: 2vw;
  }
  .page-news #news .content {
    width: 90vw;
  }
  .page-news #news .content .newsList {
    padding: 5vw;
  }
  .page-news #news .content .newsList time {
    margin-bottom: 2vw;
  }
  .page-news #news .content .post_navigation {
    margin-top: 5vw;
  }
}
.archive .page-news {
  padding-top: 7.5vw;
  background-color: #283250;
  position: relative;
}
.archive .page-news::before {
  content: "";
  background: url("img/top/top_news_flower-rt.webp") no-repeat right top/50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 40%;
}
.archive .page-news h1 {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .archive .page-news h1 {
    font-size: 7.2vw;
  }
}
.archive .page-news h1 {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
  margin-bottom: 2.5vw;
}
.archive .page-news h1::before {
  content: "";
  display: block;
  width: 10vw;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 5vw);
  bottom: 0;
}
.archive .page-news #news {
  position: relative;
}
.archive .page-news #news::after {
  content: "";
  background: url("img/top/top_news_flower-lb.webp") no-repeat left bottom/50%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 50%;
}
.archive .page-news #news .content {
  position: relative;
  z-index: 1;
  width: 80vw;
  margin: 0 auto;
  padding: 5vw 0;
}
.archive .page-news #news .content .newsList {
  display: block;
  margin-top: 2px;
  background-color: #fff;
  padding: 1.5vw 2vw;
}
.archive .page-news #news .content .newsList:hover {
  box-shadow: 0 0 15px rgb(255, 255, 255);
}
.archive .page-news #news .content .newsList h3 {
  font-size: 1.8vw;
}
@media screen and (max-width: 835px) {
  .archive .page-news #news .content .newsList h3 {
    font-size: 5.4vw;
  }
}
.archive .page-news #news .content .newsList h3 {
  line-height: 1.4;
  color: #003250;
}
.archive .page-news #news .content .newsList time {
  color: #979797;
  display: block;
  margin-bottom: 1vw;
}
.archive .page-news #news .content .newsList .post_content {
  color: #222;
  line-height: 1.4;
}
.archive .page-news #news .content .post_navigation {
  overflow: hidden;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 2.5vw;
  position: relative;
  z-index: 2;
}
.archive .page-news #news .content .post_navigation > div {
  width: 50%;
}
.archive .page-news #news .content .post_navigation > div a {
  padding: 1.5vw;
  display: block;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.archive .page-news #news .content .post_navigation > div a:hover {
  background-color: #f0f0f0;
  color: #222;
}
.archive .page-news #news .content .post_navigation .prev {
  float: left;
}
.archive .page-news #news .content .post_navigation .next {
  float: right;
}

@media screen and (max-width: 835px) {
  .archive .page-news {
    padding-top: 18vw;
  }
  .archive .page-news h1 {
    padding-bottom: 2vw;
  }
  .archive .page-news #news .content {
    width: 90vw;
  }
  .archive .page-news #news .content .newsList {
    padding: 5vw;
  }
  .archive .page-news #news .content .newsList time {
    margin-bottom: 2vw;
  }
  .archive .page-news #news .content .post_navigation {
    margin-top: 5vw;
  }
}
#topKv {
  position: relative;
  padding-top: 5vw;
}
#topKv img {
  width: 100%;
}
#topKv .kv_attention {
  font-size: 1.5vw;
}
@media screen and (max-width: 835px) {
  #topKv .kv_attention {
    font-size: 4.5vw;
  }
}
#topKv .kv_attention {
  text-align: center;
  font-weight: bold;
  padding: 2vw;
  color: #D7669F;
  background: -webkit-repeating-linear-gradient(-45deg, #fcf1f5, #fcf1f5 0.5vw, #fff 0.5vw, #fff 1vw);
  background: repeating-linear-gradient(-45deg, #fcf1f5, #fcf1f5 0.5vw, #fff 0.5vw, #fff 1vw);
}
#topKv a.kv_announce {
  display: block;
  padding: 2.5vw 1vw;
  background: url("img/top/bg_kv_announce.png") repeat-y center/100% #EDA8B5;
  color: #fff;
  font-size: 2.2vw;
}
@media screen and (max-width: 835px) {
  #topKv a.kv_announce {
    font-size: 6.6vw;
  }
}
#topKv a.kv_announce {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #FF2A5F;
}
#topKv a.kv_announce .kv_announce_small {
  font-size: 1.5vw;
}
@media screen and (max-width: 835px) {
  #topKv a.kv_announce .kv_announce_small {
    font-size: 4.5vw;
  }
}
#topKv a.kv_announce .kv_announce_small {
  display: block;
}
#topKv a.kv_announce .kv_announce_color_y {
  color: #FEE100;
}
#topKv a.kv_announce .kv_announce_color_w {
  color: #fff;
}
#topKv #topKv_performers {
  background-color: #09192f;
  padding: 1.5vw 0;
  color: #fff;
}
#topKv #topKv_performers p {
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  #topKv #topKv_performers p {
    font-size: 4.2vw;
  }
}
#topKv #topKv_performers p {
  text-align: center;
  margin-bottom: 1vw;
}
#topKv #topKv_performers ul {
  display: flex;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
  gap: 1vw;
}
#topKv #topKv_performers ul li {
  flex: 0 0 calc(25% - 0.3333333333vw);
  text-align: center;
}
#topKv #topKv_performers ul li img {
  width: 100%;
}
#topKv #topKv_performers ul li figcaption {
  margin-top: 0.5vw;
}

#topMovie {
  padding: 2vw;
  background-color: #000;
}
#topMovie iframe, #topMovie video {
  width: 81.5vw;
  margin: 0 auto;
  display: block;
}

#topNews {
  background-color: #283250;
  position: relative;
}
#topNews::before {
  content: "";
  background: url("img/top/top_news_flower-rt.webp") no-repeat right top/50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 40%;
}
#topNews::after {
  content: "";
  background: url("img/top/top_news_flower-lb.webp") no-repeat left bottom/50%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 50%;
}
#topNews .content {
  width: 80vw;
  margin: 0 auto;
  padding: 5vw 0;
}
#topNews .content h2 {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  #topNews .content h2 {
    font-size: 7.2vw;
  }
}
#topNews .content h2 {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
  margin-bottom: 2.5vw;
}
#topNews .content h2::before {
  content: "";
  display: block;
  width: 10vw;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 5vw);
  bottom: 0;
}
#topNews .content .newsLists {
  position: relative;
  z-index: 1;
}
#topNews .content .newsLists .newsList {
  display: block;
  margin-top: 2px;
  background-color: #fff;
  padding: 1.5vw 2vw;
}
#topNews .content .newsLists .newsList:hover {
  box-shadow: 0 0 15px rgb(255, 255, 255);
}
#topNews .content .newsLists .newsList h3 {
  font-size: 1.8vw;
}
@media screen and (max-width: 835px) {
  #topNews .content .newsLists .newsList h3 {
    font-size: 5.4vw;
  }
}
#topNews .content .newsLists .newsList h3 {
  line-height: 1.4;
  color: #003250;
}
#topNews .content .newsLists .newsList time {
  color: #979797;
  display: block;
  margin-bottom: 1vw;
}
#topNews .content .newsLists .newsList .post_content {
  color: #222;
  line-height: 1.4;
}
#topNews .content .newsBtn {
  text-align: center;
  margin: 5vw auto 0;
  width: 35vw;
  position: relative;
  z-index: 1;
}
#topNews .content .newsBtn a {
  display: block;
}
#topNews .content .newsBtn a:hover {
  box-shadow: 0 0 15px rgb(255, 255, 255);
}

#topSpecial #special_title {
  padding-top: 5vw;
  background-color: #d1d1d1;
  padding-bottom: 1vw;
}
#topSpecial #special_title .title {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  #topSpecial #special_title .title {
    font-size: 7.2vw;
  }
}
#topSpecial #special_title .title {
  text-align: center;
  color: #004972;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
}
#topSpecial #special_title .title::before {
  content: "";
  display: block;
  width: 10vw;
  height: 3px;
  background-color: #004972;
  position: absolute;
  left: calc(50% - 5vw);
  bottom: 0;
}
#topSpecial #special_title .title_attention {
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  #topSpecial #special_title .title_attention {
    font-size: 2.7vw;
  }
}
#topSpecial #special_title .title_attention {
  padding-right: 5vw;
  text-align: right;
  color: #003250;
}
#topSpecial #special_title .special_title_message {
  width: 80vw;
  margin: 0 auto;
  padding: 2vw;
}
#topSpecial .special_headline {
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
#topSpecial .special_headline h3 span {
  font-size: 3.8vw;
}
@media screen and (max-width: 835px) {
  #topSpecial .special_headline h3 span {
    font-size: 11.4vw;
  }
}
#topSpecial .special_headline h3 span {
  color: #004972;
  background-color: #fff;
  padding: 0 2vw;
}
#topSpecial .special_headline p {
  display: inline-block;
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  #topSpecial .special_headline p {
    font-size: 4.2vw;
  }
}
#topSpecial .special_headline p {
  color: #004972;
  background-color: #fff;
  padding: 1rem 2vw;
  margin-top: 1vw;
}
#topSpecial .special_text a {
  color: #fff;
  text-decoration: underline;
}
#topSpecial #special_ikebun {
  margin: 7.5vw auto -5vw;
}
#topSpecial #special_ikebun .special_headline {
  margin-left: 5vw;
}
#topSpecial #special_ikebun .special_pict {
  position: relative;
  top: -10vw;
}
#topSpecial #special_ikebun .special_pict img {
  width: 100%;
}
#topSpecial #special_ikebun .special_text {
  position: relative;
  width: 83vw;
  top: -13vw;
  left: 17vw;
  padding: 2vw;
  background-color: #003250;
  color: #fff;
}
#topSpecial #special_katakai {
  background-color: #d1d1d1;
  margin-bottom: -20.5vw;
}
#topSpecial #special_katakai .special_headline {
  text-align: right;
  top: 30vw;
}
#topSpecial #special_katakai .special_pict {
  position: relative;
  top: -7.5vw;
  padding-right: 35vw;
}
#topSpecial #special_katakai .special_pict img {
  width: 100%;
}
#topSpecial #special_katakai .special_text {
  position: relative;
  width: 45vw;
  top: -35vw;
  left: 55vw;
  padding: 2vw;
  background-color: #003250;
  color: #fff;
}
#topSpecial #special_nomura {
  background-color: #fff;
  margin-bottom: -27.5vw;
  padding-top: 7.5vw;
}
#topSpecial #special_nomura .special_headline {
  margin-left: 5vw;
}
#topSpecial #special_nomura .special_pict {
  position: relative;
  top: -2vw;
  padding-left: 35vw;
}
#topSpecial #special_nomura .special_pict img {
  width: 100%;
}
#topSpecial #special_nomura .special_text {
  position: relative;
  width: 45vw;
  top: -40vw;
  left: 0;
  padding: 2vw 2vw 2vw 10vw;
  background-color: #003250;
  color: #fff;
}
#topSpecial #special_marutama {
  background-color: #d1d1d1;
  padding-top: 7.5vw;
}
#topSpecial #special_marutama .special_headline {
  margin-left: 5vw;
}
#topSpecial #special_marutama .special_pict {
  position: relative;
  top: 3vw;
  padding-left: 35vw;
}
#topSpecial #special_marutama .special_pict img {
  width: 100%;
}
#topSpecial #special_marutama .special_text {
  position: relative;
  width: 70vw;
  top: -10vw;
  left: 0;
  padding: 2vw 2vw 2vw 10vw;
  background-color: #003250;
  color: #fff;
}

#topIntroduce {
  background: url("img/top/top_introduce_bg.webp") #000 no-repeat top center/cover;
}
#topIntroduce .content {
  width: 70vw;
  margin: 0 auto;
  padding: 5vw;
  background-color: rgba(0, 0, 0, 0.5);
}
#topIntroduce .content h1 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.6vw;
}
@media screen and (max-width: 835px) {
  #topIntroduce .content h1 {
    font-size: 7.8vw;
  }
}
#topIntroduce .content h1 {
  margin-bottom: 15vw;
  text-shadow: 0 0 0.5vw #fff, 0 0 1vw #fff;
}
#topIntroduce .content h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2vw;
}
@media screen and (max-width: 835px) {
  #topIntroduce .content h2 {
    font-size: 6vw;
  }
}
#topIntroduce .content h2 {
  margin-bottom: 15vw;
  text-shadow: 0 0 0.75vw #005197, 0 0 1vw #005197, 0 0 2vw #005197;
}
#topIntroduce .content p {
  color: #fff;
  line-height: 2.2;
  font-size: 1.55vw;
}
@media screen and (max-width: 835px) {
  #topIntroduce .content p {
    font-size: 4.65vw;
  }
}
#topIntroduce .content p {
  font-weight: bold;
  text-shadow: 0 0 0.25vw #000, 0 0 0.5vw #000, 0 0 0.75vw #000, 0 0 1vw #000;
}

#topFeature {
  background: url("img/top/top_feature_bg.webp") no-repeat top center/cover;
  padding: 5vw 0;
}
#topFeature .content {
  width: 70vw;
  margin: 0 auto;
}
#topFeature .content #topFeature_message {
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  #topFeature .content #topFeature_message {
    font-size: 4.2vw;
  }
}
#topFeature .content #topFeature_message {
  color: #fff;
  margin-top: 1vw;
  text-shadow: 0 0 0.25vw #000, 0 0 0.5vw #000, 0 0 0.75vw #000, 0 0 1vw #000;
}
#topFeature .content ul li {
  margin-top: 3vw;
  border-radius: 0.25vw;
  box-shadow: 0 0 0.5vw #000, 0 0 1vw #000;
  padding: 1.5vw;
}
#topFeature .content ul li h3 {
  position: relative;
}
#topFeature .content ul li h3 img {
  position: absolute;
  top: -5vw;
  left: -5vw;
  width: 71.5vw;
  max-width: 71.5vw;
}
#topFeature .content ul li p {
  padding-top: 22vw;
  text-decoration: underline dashed #fff 0.15vw;
  text-underline-offset: 0.5vw;
  line-height: 2.5;
}
#topFeature .content ul li#topFeature_list_01 {
  background-color: #a3d3ca;
}
#topFeature .content ul li#topFeature_list_02 {
  background-color: #a5c9d3;
}
#topFeature .content ul li#topFeature_list_03 {
  background-color: #b1b7e0;
}
#topFeature .content ul li#topFeature_list_04 {
  background-color: #c1b2d1;
}
#topFeature .content ul li#topFeature_list_05 {
  background-color: #ceabc3;
}

#topBanner {
  background: url("img/ticket/souvenir_bg.png") no-repeat top center/cover;
  padding: 2vw 5vw 5vw;
}
#topBanner div {
  margin-top: 3vw;
}
#topBanner div h2 {
  background-color: #222;
  color: #fff;
  padding: 0.25vw 1vw;
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  #topBanner div h2 {
    font-size: 4.2vw;
  }
}
#topBanner div ul {
  display: flex;
  gap: 1vw;
  margin-top: 0.5vw;
}
#topBanner div ul li {
  flex: 1 1 0;
}
#topBanner div ul h2 {
  margin-bottom: 0.5vw;
}
#topBanner div img {
  width: 100%;
}

@media screen and (max-width: 835px) {
  #topKv {
    padding-top: 10vw;
  }
  #topKv .kv_attention {
    padding: 5vw;
    line-height: 1.5;
  }
  #topKv a.kv_announce {
    padding: 2.5vw 1vw;
  }
  #topKv a.kv_announce .kv_announce_small {
    font-size: 2.9vw;
  }
  #topKv #topKv_performers {
    padding: 3.5vw 0;
  }
  #topKv #topKv_performers p {
    margin-bottom: 2.5vw;
  }
  #topKv #topKv_performers ul {
    width: 90vw;
    gap: 3vw 1vw;
    flex-wrap: wrap;
  }
  #topKv #topKv_performers ul li {
    flex: 0 0 calc(50% - 1vw);
  }
  #topKv #topKv_performers ul li figcaption {
    margin-top: 1.5vw;
  }
  #topMovie iframe, #topMovie video {
    width: 100%;
  }
  #topNews::before {
    background: url("img/top/top_news_flower-rt.webp") no-repeat right top/100%;
  }
  #topNews::after {
    background: url("img/top/top_news_flower-lb.webp") no-repeat left bottom/100%;
  }
  #topNews .content {
    width: 90vw;
    padding: 10vw 0;
  }
  #topNews .content h2 {
    padding-bottom: 2vw;
    margin-bottom: 5vw;
  }
  #topNews .content .newsLists .newsList {
    padding: 5vw;
  }
  #topNews .content .newsLists .newsList time {
    margin-bottom: 2vw;
  }
  #topNews .content .newsBtn {
    margin: 10vw auto 0;
    width: 70vw;
  }
  #topSpecial #special_title {
    padding-top: 10vw;
  }
  #topSpecial #special_title .title {
    padding-bottom: 2vw;
  }
  #topSpecial #special_title .title::before {
    content: "";
    display: block;
    width: 10vw;
    height: 3px;
    background-color: #004972;
    position: absolute;
    left: calc(50% - 5vw);
    bottom: 0;
  }
  #topSpecial #special_title .title_attention {
    padding-bottom: 2.5vw;
  }
  #topSpecial #special_title .special_title_message {
    width: 90vw;
    padding: 5vw 0;
  }
  #topSpecial .special_headline h3 span {
    padding: 0;
    background-color: transparent;
  }
  #topSpecial .special_headline p {
    padding: 1rem 4vw;
    margin-top: 2vw;
  }
  #topSpecial #special_ikebun {
    margin: 7.5vw auto -10vw;
  }
  #topSpecial #special_ikebun .special_text {
    width: 90vw;
    top: -20vw;
    left: 10vw;
    padding: 3vw 5vw;
    line-height: 2.2;
  }
  #topSpecial #special_nomura {
    margin-bottom: 0;
  }
  #topSpecial #special_nomura .special_pict {
    top: -5vw;
    padding-left: 20vw;
  }
  #topSpecial #special_nomura .special_text {
    width: 90vw;
    top: -14vw;
    padding: 3vw 5vw;
    line-height: 2.2;
  }
  #topSpecial #special_katakai {
    margin-bottom: 0;
  }
  #topSpecial #special_katakai .special_headline {
    top: 10vw;
    margin-right: 5vw;
  }
  #topSpecial #special_katakai .special_headline p {
    width: 80vw;
  }
  #topSpecial #special_katakai .special_pict {
    position: relative;
    top: 0;
    padding-right: 15vw;
  }
  #topSpecial #special_katakai .special_pict img {
    width: 100%;
  }
  #topSpecial #special_katakai .special_text {
    width: 90vw;
    top: -10vw;
    left: 10vw;
    padding: 3vw 5vw;
    line-height: 2.2;
  }
  #topSpecial #special_marutama .special_text {
    position: relative;
    width: 90vw;
    top: -5vw;
    left: 0;
    padding: 3vw 5vw;
    background-color: #003250;
    color: #fff;
    line-height: 2.2;
  }
  #topIntroduce .content {
    width: 90vw;
  }
  #topIntroduce .content h1 {
    margin-bottom: 30vw;
    text-shadow: none;
    line-height: 1.2;
  }
  #topIntroduce .content h2 {
    font-size: 5vw;
    margin-bottom: 30vw;
  }
  #topIntroduce .content p {
    font-size: 3.7vw;
    line-height: 1.9;
  }
  #topFeature {
    padding: 10vw 0;
  }
  #topFeature .content {
    width: 90vw;
    margin: 0 auto;
  }
  #topFeature .content #topFeature_message {
    margin-top: 2.5vw;
  }
  #topFeature .content ul li {
    margin-top: 10vw;
    border-radius: 0.75vw;
    padding: 5vw;
  }
  #topFeature .content ul li h3 img {
    top: -10vw;
    left: -10vw;
    width: 90vw;
    max-width: 90vw;
  }
  #topFeature .content ul li p {
    padding-top: 25vw;
    text-decoration: underline dashed #fff 0.5vw;
    text-underline-offset: 1.5vw;
  }
  #topBanner div {
    margin-top: 0;
  }
  #topBanner div h2 {
    padding: 1vw 2vw;
    line-height: 1.4;
    margin-top: 1vw;
  }
  #topBanner div ul {
    display: block;
    margin-top: 1vw;
  }
  #topBanner div ul li {
    margin-top: 1vw;
  }
  #topBanner div ul h2 {
    margin-bottom: 1vw;
  }
}
#about_summary {
  background: url("img/overview/about_bg_summary.png") no-repeat top center/cover;
  color: #fff;
}
#about_summary .content {
  padding: 12vw 10vw 7.5vw;
}
#about_summary .content h1, #about_summary .content h2 {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  #about_summary .content h1, #about_summary .content h2 {
    font-size: 7.2vw;
  }
}
#about_summary .content h1, #about_summary .content h2 {
  margin-bottom: 5vw;
  padding-bottom: 1.5vw;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
  letter-spacing: 5px;
}
#about_summary .content div table {
  width: 100%;
  margin: 0 auto;
}
#about_summary .content div table th, #about_summary .content div table td {
  vertical-align: top;
}
#about_summary .content div table th {
  width: 18%;
  border-right: 1px solid #fff;
  text-align: right;
  padding-right: 1.5vw;
}
#about_summary .content div table td {
  padding-left: 1.5vw;
}
#about_summary .content div table td a {
  color: #fff;
  text-decoration: underline;
}
#about_summary .content div table td a#toSpecial {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 1vw;
  margin: 0.5vw 0;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 1.2vw;
}
@media screen and (max-width: 835px) {
  #about_summary .content div table td a#toSpecial {
    font-size: 3.6vw;
  }
}
#about_summary .content div table td a#toSpecial:hover {
  background-color: #fff;
  color: #222;
}

#about_introduce {
  margin: 3.5vw auto;
}
#about_introduce h2 {
  width: 20vw;
  margin: 0 0 2.5vw 2.5vw;
}
#about_introduce h2 img {
  width: 100%;
}
#about_introduce h3 {
  text-align: center;
  color: #003250;
  font-size: 3.4vw;
}
@media screen and (max-width: 835px) {
  #about_introduce h3 {
    font-size: 10.2vw;
  }
}
#about_introduce h3 {
  line-height: 1.4;
  margin: 0 auto 5vw;
}
#about_introduce #about_introduce_images {
  display: flex;
}
#about_introduce #about_introduce_images li {
  flex: 0 0 50%;
  text-align: center;
}
#about_introduce #about_introduce_images li img {
  width: 100%;
}
#about_introduce #about_introduce_images li figcaption {
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  #about_introduce #about_introduce_images li figcaption {
    font-size: 2.7vw;
  }
}
#about_introduce #about_introduce_images li figcaption {
  padding-top: 0.75vw;
}
#about_introduce div {
  margin: 5vw 0;
  text-align: center;
}
#about_introduce div h4 {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  #about_introduce div h4 {
    font-size: 7.2vw;
  }
}
#about_introduce div h4 {
  margin-bottom: 1.5vw;
  font-weight: bold;
}
#about_introduce div p {
  line-height: 2.2;
}
#about_introduce div ul {
  width: fit-content;
  margin: 2.5vw auto 0;
}
#about_introduce div ul li a {
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  #about_introduce div ul li a {
    font-size: 4.2vw;
  }
}
#about_introduce div ul li a {
  color: #003250;
  display: block;
  text-decoration: underline;
}
#about_introduce div ul li a svg {
  width: 1.5vw;
  height: 1.3vw;
  margin-left: 0.5vw;
}

#sponsor {
  padding: 7vw 0 5vw;
  background-color: #f0f0f0;
}
#sponsor div {
  text-align: center;
  margin-top: 5vw;
}
#sponsor div h2 {
  margin: 0 auto 1.5vw;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  #sponsor div h2 {
    font-size: 7.2vw;
  }
}
#sponsor div h2 {
  font-weight: bold;
}
#sponsor div h3 {
  font-size: 3.6vw;
}
@media screen and (max-width: 835px) {
  #sponsor div h3 {
    font-size: 10.8vw;
  }
}
#sponsor div h3 {
  color: #27324F;
  margin-bottom: 1.5vw;
}
#sponsor div ul {
  display: flex;
  justify-content: center;
  gap: 1.5vw;
  flex-wrap: wrap;
}
#sponsor div ul li {
  display: flex;
}
#sponsor div ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29vw;
  background-color: #fff;
  padding: 1vw 1.5vw 0.5vw;
  text-align: center;
  color: #222;
  min-height: 12vw;
}
#sponsor div ul li a img {
  height: 7.5vw;
  object-fit: contain;
}
#sponsor div ul li a figcaption {
  padding-top: 1vw;
}
#sponsor div ul li a:hover {
  background-color: #f7f7f7;
  box-shadow: 0 0 15px #dbdbdb;
}
#sponsor div ul li a p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6vw;
}
@media screen and (max-width: 835px) {
  #sponsor div ul li a p {
    font-size: 4.8vw;
  }
}
#sponsor div ul li a p {
  line-height: 1.4;
}
#sponsor div .sponsor_addition {
  margin: 0 5vw;
  text-align: right;
}
#sponsor div.sponsor_special a {
  width: 50vw;
  padding: 2vw 1.5vw 0.5vw;
  font-size: 2.2vw;
}
@media screen and (max-width: 835px) {
  #sponsor div.sponsor_special a {
    font-size: 6.6vw;
  }
}
#sponsor div.sponsor_special a img {
  height: 8vw;
}
#sponsor div.sponsor_publisher .sponsor_publisher_addition {
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  #sponsor div.sponsor_publisher .sponsor_publisher_addition {
    font-size: 2.7vw;
  }
}
#sponsor div.sponsor_publisher .sponsor_publisher_addition {
  width: 90vw;
  margin: 0 auto 1.5vw;
}
#sponsor div.sponsor_publisher a {
  width: 9.9375vw;
  padding: 0.5vw 1vw;
  min-height: inherit;
}
#sponsor div.sponsor_publisher a p {
  font-size: 1.2vw;
}
@media screen and (max-width: 835px) {
  #sponsor div.sponsor_publisher a p {
    font-size: 3.6vw;
  }
}
#sponsor #sponsor_inquiry {
  margin: 5vw 5vw 0;
}
#sponsor #sponsor_inquiry a {
  display: block;
  width: 100%;
  font-size: 1.3vw;
}
@media screen and (max-width: 835px) {
  #sponsor #sponsor_inquiry a {
    font-size: 3.9vw;
  }
}
#sponsor #sponsor_inquiry a {
  text-align: center;
  padding: 1vw;
  border: 1px solid #FF2A5F;
  background-color: #FECBD9;
  color: #FF2A5F;
}
#sponsor #sponsor_inquiry a:hover {
  background-color: #FF2A5F;
  color: #fff;
}

@media screen and (max-width: 835px) {
  #about_summary .content {
    padding: 22vw 10vw 15vw;
  }
  #about_summary .content h1, #about_summary .content h2 {
    margin-bottom: 5vw;
  }
  #about_summary .content div table {
    width: 100%;
    margin: 0 auto;
  }
  #about_summary .content div table th, #about_summary .content div table td {
    display: block;
  }
  #about_summary .content div table th {
    margin-top: 2vw;
    font-size: 3.9vw;
    font-weight: bold;
    border-right: none;
    text-align: left;
    width: inherit;
  }
  #about_summary .content div table td {
    padding-left: 0;
    padding-bottom: 2vw;
    border-bottom: 1px solid #9d9d9d;
  }
  #about_summary .content div table td a#toSpecial {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0.5vw 2vw;
    margin: 1vw 0;
  }
  #about_introduce {
    margin: 7.5vw auto;
  }
  #about_introduce h2 {
    width: 30vw;
    margin: 0 0 5vw 5vw;
  }
  #about_introduce #about_introduce_images li figcaption {
    padding: 0 3vw;
    line-height: 1.4;
  }
  #about_introduce div p {
    padding: 0 5vw;
  }
  #about_introduce div ul {
    margin: 5vw auto 0;
  }
  #about_introduce div ul li a svg {
    width: 4.5vw;
    height: 4vw;
    margin-left: 1.5vw;
  }
  #sponsor {
    padding: 5vw 0;
  }
  #sponsor div {
    margin-top: 10vw;
  }
  #sponsor div h2 {
    margin: 0 auto 3vw;
  }
  #sponsor div h3 {
    margin-bottom: 2.5vw;
  }
  #sponsor div ul {
    gap: 2.5vw;
  }
  #sponsor div ul li a {
    width: 43.75vw;
    padding: 2.5vw 2.5vw 1vw;
    min-height: 20vw;
  }
  #sponsor div ul li a img {
    height: 10vw;
  }
  #sponsor div ul li a figcaption {
    padding-top: 1.5vw;
    line-height: 1.4;
  }
  #sponsor div ul li a p {
    line-height: 1.4;
  }
  #sponsor div.sponsor_special a {
    width: 90vw;
    padding: 4vw 1.5vw 0.5vw;
  }
  #sponsor div.sponsor_special a img {
    height: 15vw;
    object-fit: contain;
  }
  #sponsor div.sponsor_publisher .sponsor_publisher_addition {
    margin: 0 auto 5vw;
  }
  #sponsor div.sponsor_publisher a {
    width: 21.375vw;
  }
  #sponsor #sponsor_inquiry a {
    padding: 2vw 0;
  }
}
.sectionQanda {
  margin: 17.5vw auto 7.5vw;
}
.sectionQanda .content {
  background-color: #f1f1f1;
  width: 80vw;
  margin: 5vw auto;
  padding: 0 3vw 3vw;
}
.sectionQanda .content ul {
  list-style: outside decimal;
  font-weight: bold;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .sectionQanda .content ul {
    font-size: 7.2vw;
  }
}
.sectionQanda .content ul {
  margin-left: 7.5vw;
}
.sectionQanda .content ul h2 {
  padding-top: 3vw;
  line-height: 1.4;
}
.sectionQanda .content ul dl {
  font-weight: normal;
  margin-left: -2vw;
  border-bottom: 2px solid #fff;
  line-height: 1.4;
}
.sectionQanda .content ul dl dt {
  font-size: 1.3vw;
}
@media screen and (max-width: 835px) {
  .sectionQanda .content ul dl dt {
    font-size: 3.9vw;
  }
}
.sectionQanda .content ul dl dt {
  padding: 1vw 5vw 1vw 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="55" height="18" viewBox="0 0 55 18"><g transform="translate(0,18) scale(0.1,-0.1)" stroke="none"><path d="M19 159 c-6 -12 -9 -22 -7 -25 2 -2 62 -31 132 -65 146 -70 116 -71 299 16 88 42 97 49 91 68 -3 12 -8 23 -9 25 -1 2 -56 -22 -120 -53 -65 -30 -124 -55 -132 -55 -7 0 -40 13 -73 30 -33 16 -84 41 -115 54 -55 25 -55 25 -66 5z"/></g></svg>') no-repeat right bottom 0.5vw/2vw;
  cursor: pointer;
}
.sectionQanda .content ul dl dt::before {
  display: inline-block;
  content: "■";
}
.sectionQanda .content ul dl dt:not(:first-child) {
  border-top: 2px solid #fff;
}
.sectionQanda .content ul dl dt.active {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="55" height="18" viewBox="0 0 55 18"><g transform="translate(0,18) scale(0.1,-0.1)" stroke="none"><path d="M140 110 c-109 -52 -125 -62 -122 -81 1 -13 4 -24 6 -26 2 -2 57 21 121 52 65 30 123 55 130 55 7 0 63 -25 126 -55 103 -49 115 -52 127 -38 6 9 12 20 12 23 0 8 -253 130 -267 130 -4 0 -64 -27 -133 -60z"/></g></svg>');
}
.sectionQanda .content ul dl dd {
  display: none;
  padding: 0 5vw 1vw 0;
  color: #616467;
  font-size: 1vw;
}
@media screen and (max-width: 835px) {
  .sectionQanda .content ul dl dd {
    font-size: 3vw;
  }
}

@media screen and (max-width: 835px) {
  .sectionQanda .content {
    background-color: #f1f1f1;
    padding: 5vw;
  }
  .sectionQanda .content ul dl {
    border-bottom: 1px solid #fff;
  }
  .sectionQanda .content ul dl dt {
    padding: 2vw 5vw 2vw 0;
    background-position: right bottom 2.5vw;
    background-size: 5vw;
  }
  .sectionQanda .content ul dl dd {
    padding-bottom: 2vw;
  }
}
.page-ticket {
  margin: 5vw auto 0;
}
.page-ticket #areamap .content {
  position: relative;
  padding-bottom: 5vw;
}
.page-ticket #areamap .content #areamap_imageMap {
  background: url("img/ticket/areamap_imageMap.webp") no-repeat center top/cover;
  aspect-ratio: 272/167;
  width: 100%;
}
.page-ticket #areamap .content #areamap_imageMap h1 {
  width: 39vw;
  margin-left: 2.5vw;
  padding-top: 5vw;
}
.page-ticket #areamap .content #areamap_imageMap h1 img {
  filter: drop-shadow(0.05vw 0.05vw 0.25vw #000) drop-shadow(0.1vw 0.1vw 0.5vw #000);
}
.page-ticket #areamap .content #areamap_imageMap p {
  margin-left: 4.5vw;
  padding-top: 1.5vw;
  color: #fff;
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #areamap .content #areamap_imageMap p {
    font-size: 2.7vw;
  }
}
.page-ticket #areamap .content #areamap_imageMap p {
  text-shadow: 0.15vw 0.15vw 0.5vw #000, 0px 0px 0.5vw #000, 0.15vw 0.15vw 0.5vw #000, 0.5vw 0.5vw 1.5vw #000, 0.5vw 0.5vw 1.5vw #000, 0.5vw 0.5vw 1.5vw #000, 0.5vw 0.5vw 1.5vw #000, 0.5vw 0.5vw 1.5vw #000, 0.5vw 0.5vw 1.5vw #000, 0.5vw 0.5vw 1.5vw #000, 0.5vw 0.5vw 1.5vw #000, 0.5vw 0.5vw 1.5vw #000;
}
.page-ticket #areamap .content #areamap_pdfLink {
  position: absolute;
  bottom: -2vw;
  right: 5vw;
}
.page-ticket #areamap .content #areamap_pdfLink a {
  display: inline-block;
  padding: 0.5vw 1vw;
  border: 1px solid #004972;
  color: #004972;
  border-radius: 10px;
}
.page-ticket #areamap .content #areamap_pdfLink a:hover {
  color: #fff;
  background-color: #004972;
}
.page-ticket #areamap .content #areamap_courseMap {
  background-color: #fff;
  padding: 2.5vw 0;
  position: relative;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_courseMap_image {
  aspect-ratio: 1740/1050;
  width: 90vw;
  margin: 0 auto;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_courseMap_image img {
  width: 100%;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.5), 0 0 2.5vw rgba(0, 0, 0, 0.25), 0 0 5vw rgba(0, 0, 0, 0.25);
  border-radius: 1vw;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo {
  position: absolute;
  bottom: 4.5vw;
  left: 6vw;
  background-color: #FAFEF1;
  padding: 1vw;
  box-shadow: 0 0.25vw 0.25vw rgba(0, 0, 0, 0.5), 0 0.5vw 0.5vw rgba(0, 0, 0, 0.25), 0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.5);
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list {
  text-align: center;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list:not(:first-of-type) {
  margin-top: 0.75vw;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list p {
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list p {
    font-size: 2.7vw;
  }
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list p {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.25vw;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list ul {
  display: flex;
  gap: 0.5vw;
  justify-content: center;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list ul li a {
  display: inline-block;
  text-align: center;
  font-size: 1.8vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list ul li a {
    font-size: 5.4vw;
  }
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list ul li a {
  font-weight: bold;
  line-height: 1.3;
  width: 2.5vw;
  color: #fff;
  box-shadow: 0.1vw 0.1vw 0.1vw rgba(0, 0, 0, 0.25), 0.25vw 0.25vw 0.25vw rgba(0, 0, 0, 0.5);
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list ul li a:hover {
  opacity: 0.7;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list#areamap_alInfo_lists_list-starring p {
  color: #FB3D3D;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list#areamap_alInfo_lists_list-starring a {
  background-color: #FB3D3D;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list#areamap_alInfo_lists_list-camera p {
  color: #08A33D;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list#areamap_alInfo_lists_list-camera a {
  background-color: #08A33D;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list#areamap_alInfo_lists_list-vip p {
  color: #040506;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list#areamap_alInfo_lists_list-vip a {
  background-color: #040506;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list#areamap_alInfo_lists_list-drivein p {
  color: #0F6BF2;
}
.page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list#areamap_alInfo_lists_list-drivein a {
  background-color: #0F6BF2;
}
.page-ticket #areamap #areamap_linkBtn {
  margin: 3vw auto 10vw;
  text-align: center;
}
.page-ticket #areamap #areamap_linkBtn a {
  display: inline-block;
  background-color: #FF2A5F;
  width: fit-content;
  padding: 2vw 5vw 1vw;
  border-radius: 2vw;
  color: #fff;
  box-shadow: 0 0.6vw 0 rgba(255, 42, 95, 0.5);
}
.page-ticket #areamap #areamap_linkBtn a:hover {
  transform: translate(0, 0.4vw);
  box-shadow: 0 0.2vw 0 rgba(255, 42, 95, 0.5);
}
.page-ticket #areamap #areamap_linkBtn a span {
  display: block;
  border-radius: 1.5vw;
  padding: 0.5vw;
  background-color: #fff;
  font-size: 1.75vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #areamap #areamap_linkBtn a span {
    font-size: 5.25vw;
  }
}
.page-ticket #areamap #areamap_linkBtn a span {
  color: #FF2A5F;
  font-weight: bold;
}
.page-ticket #areamap #areamap_linkBtn a p {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #areamap #areamap_linkBtn a p {
    font-size: 7.2vw;
  }
}
.page-ticket #areamap #areamap_parking {
  margin: 3vw auto;
}
.page-ticket #areamap #areamap_parking a {
  padding: 1vw;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #areamap #areamap_parking a {
    font-size: 7.2vw;
  }
}
.page-ticket #areamap #areamap_parking a {
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  width: 80vw;
  background-color: #000;
  color: #fff;
  display: block;
  box-shadow: 0 0 1vw rgba(255, 255, 255, 0.5);
}
.page-ticket #areamap #areamap_parking a:hover {
  box-shadow: 0 0 2vw rgb(255, 255, 255);
}
.page-ticket #chart {
  background: url("img/ticket/chart_bg.png") no-repeat center top/cover;
  padding: 5vw 0;
}
.page-ticket #chart #chart_categorize_title {
  margin: 0 10vw;
  border: 1px solid #fff;
  padding: 2vw 0;
  text-align: center;
}
.page-ticket #chart #chart_categorize_title img {
  width: 50vw;
}
.page-ticket #chart #chart_headline {
  text-align: center;
  color: #fff;
  margin-top: 3vw;
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chart_headline {
    font-size: 4.2vw;
  }
}
.page-ticket #chart #chart_headline {
  line-height: 2.2;
}
.page-ticket #chart #chartBox {
  margin: 5vw auto 0;
  width: 80vw;
}
.page-ticket #chart #chartBox .chart_categorize {
  margin-bottom: 1.5vw;
  display: flex;
}
.page-ticket #chart #chartBox .chart_categorize h3 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  color: #fff;
  padding: 0 1vw;
  font-size: 1.8vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chartBox .chart_categorize h3 {
    font-size: 5.4vw;
  }
}
.page-ticket #chart #chartBox .chart_categorize h3 {
  font-weight: bold;
  flex: 0 0 4.5vw;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_alertText {
  font-size: 0.95vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_alertText {
    font-size: 2.85vw;
  }
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_alertText {
  line-height: 1.4;
  padding: 0.5vw 1vw;
  margin-bottom: 1vw;
  border: 3px solid #f5dc3d;
  background-color: rgba(245, 220, 61, 0.15);
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-starring h3 {
  background: url("img/ticket/chart_categorize-starring_bg.png") repeat left top/6px;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-starring .chart_categorize_lists_list_info_seats_alpha {
  background-color: #FB3D3D;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-starring h4 {
  color: #FB3D3D;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-starring .chart_categorize_lists_list_info_text {
  background-color: rgba(251, 61, 61, 0.25);
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-camera h3 {
  background: url("img/ticket/chart_categorize-camera_bg.png") repeat left top/6px;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-camera .chart_categorize_lists_list_info_seats_alpha {
  background-color: #08A33D;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-camera h4 {
  color: #08A33D;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-camera .chart_categorize_lists_list_info_text {
  background-color: rgba(8, 163, 61, 0.25);
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-parking h3 {
  background: url("img/ticket/chart_categorize-parking_bg.png") repeat left top/6px;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-parking .chart_categorize_lists_list_info_seats_alpha {
  background-color: #f5dc3d;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-parking h4 {
  color: #f5dc3d;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-parking .chart_categorize_lists_list_info_text {
  background-color: rgba(245, 220, 61, 0.25);
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-vip h3 {
  background: url("img/ticket/chart_categorize-vip_bg.png") repeat left top/6px;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-vip .chart_categorize_lists_list_info_seats_alpha {
  background-color: #040506;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-vip h4 {
  color: #040506;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-vip .chart_categorize_lists_list_info_text {
  background-color: rgba(4, 5, 6, 0.25);
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-drivein h3 {
  background: url("img/ticket/chart_categorize-drivein_bg.png") repeat left top/6px;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-drivein .chart_categorize_lists_list_info_seats_alpha {
  background-color: #0F6BF2;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-drivein h4 {
  color: #0F6BF2;
}
.page-ticket #chart #chartBox .chart_categorize#chart_categorize-drivein .chart_categorize_lists_list_info_text {
  background-color: rgba(15, 107, 242, 0.25);
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists {
  flex: 0 0 calc(100% - 4.5vw);
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list {
  padding: 1vw 2vw;
  background-color: #fff;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list:not(:first-child) {
  border-top: 1px solid #000;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info {
  flex: 0 0 calc(100% - 12vw - 2vw);
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats {
  display: flex;
  align-items: center;
  position: relative;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats:not(:first-child) {
  padding-left: 1vw;
  margin-left: 1vw;
  border-left: 1px solid #000;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats .chart_categorize_lists_list_info_seats_attention {
  position: absolute;
  top: 0;
  right: -13.5vw;
  font-weight: bold;
  background-color: #ff001d;
  color: #fff;
  border-radius: 10px;
  padding: 0 0.5vw;
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats .chart_categorize_lists_list_info_seats_attention {
    font-size: 2.7vw;
  }
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats .chart_categorize_lists_list_info_seats_alpha {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0 1vw;
  font-size: 3.2vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats .chart_categorize_lists_list_info_seats_alpha {
    font-size: 9.6vw;
  }
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats .chart_categorize_lists_list_info_seats_alpha {
  font-weight: bold;
  line-height: 1.3;
  width: 4.5vw;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats .chart_categorize_lists_list_info_seats_alpha:hover {
  opacity: 0.7;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul {
  display: flex;
  margin-left: 1vw;
  letter-spacing: 0;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li:not(:first-child) {
  padding-left: 1vw;
  margin-left: 1vw;
  border-left: 1px solid #000;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4 {
  font-size: 1.6vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4 {
    font-size: 4.8vw;
  }
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4 {
  font-weight: bold;
  line-height: 1.4;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4.chart_categorize_lists_list_info_seats_smalltext {
  font-size: 1.5vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4.chart_categorize_lists_list_info_seats_smalltext {
    font-size: 4.5vw;
  }
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4 .chart_categorize_lists_list_info_seats_soldout {
  margin-left: 1vw;
  width: 10vw;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4 svg {
  margin-left: 0.5vw;
  width: 4vw;
  vertical-align: bottom;
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li p {
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li p {
    font-size: 2.7vw;
  }
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_text {
  background-color: #f1ede5;
  margin-top: 0.5vw;
  font-size: 1.1vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_text {
    font-size: 3.3vw;
  }
}
.page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_text {
  font-weight: bold;
  padding: 0.5vw;
  min-width: 47vw;
  line-height: 1.4;
}
.page-ticket #chart #chart_attention {
  margin: 2.5vw 5vw 0;
  text-align: center;
}
.page-ticket #chart #chart_attention img {
  width: 100%;
}
.page-ticket #ticket {
  background-color: #f7f4ef;
  position: relative;
  padding: 5vw 0 10vw;
  width: 100%;
  overflow: hidden;
}
.page-ticket #ticket .ticket_attention .ticket_attention_title {
  width: 80vw;
  margin: 0 auto 5vw;
  background-color: #283250;
  line-height: 1;
  padding: 2vw;
  font-size: 3vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_attention .ticket_attention_title {
    font-size: 9vw;
  }
}
.page-ticket #ticket .ticket_attention .ticket_attention_title {
  color: #fff;
  position: relative;
}
.page-ticket #ticket .ticket_attention .ticket_attention_title span {
  display: block;
  font-size: 1.7vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_attention .ticket_attention_title span {
    font-size: 5.1vw;
  }
}
.page-ticket #ticket .ticket_attention .ticket_attention_title span {
  padding-top: 1vw;
}
.page-ticket #ticket .ticket_attention .ticket_attention_title img {
  position: absolute;
  right: -9vw;
  top: -1vw;
  width: 34vw;
  box-shadow: 1vw 1vw 1.5vw 0.5vw rgba(0, 0, 0, 0.5);
  transform: rotate(7.5deg);
}
.page-ticket #ticket .ticket_attention .ticket_attention_title_entail {
  color: #283250;
  font-weight: bold;
  margin: -4vw 0 3vw 10vw;
  font-size: 1.6vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_attention .ticket_attention_title_entail {
    font-size: 4.8vw;
  }
}
.page-ticket #ticket .ticket_attention .ticket_attention_title_entail {
  line-height: 1.4;
}
.page-ticket #ticket .ticket_attention .ticket_attention_message {
  border: 5px solid #f12121;
  border-radius: 10px;
  width: 80vw;
  margin: 0 auto 3vw;
}
.page-ticket #ticket .ticket_attention .ticket_attention_message h4 {
  background-color: #f12121;
  text-align: center;
  padding: 1.5vw 0;
  font-size: 2.3vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_attention .ticket_attention_message h4 {
    font-size: 6.9vw;
  }
}
.page-ticket #ticket .ticket_attention .ticket_attention_message h4 {
  color: #fff;
  font-weight: bold;
}
.page-ticket #ticket .ticket_attention .ticket_attention_message h4 img {
  width: 60%;
}
.page-ticket #ticket .ticket_attention .ticket_attention_message p {
  padding: 2vw 3vw;
  background-color: #fff;
}
.page-ticket #ticket .ticket_infomation_group .sponsor_inquiry {
  margin: 5vw auto 0;
}
.page-ticket #ticket .ticket_infomation_group .sponsor_inquiry a {
  display: block;
  width: 100%;
  font-size: 1.6vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .sponsor_inquiry a {
    font-size: 4.8vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .sponsor_inquiry a {
  text-align: center;
  padding: 1vw;
  border: 1px solid #FF2A5F;
  background-color: #FECBD9;
  color: #FF2A5F;
}
.page-ticket #ticket .ticket_infomation_group .sponsor_inquiry a:hover {
  background-color: #FF2A5F;
  color: #fff;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists {
  padding: 0 10vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list {
  padding: 2vw 0 4vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_type {
  width: fit-content;
  padding: 0 1vw;
  font-size: 2.6vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_type {
    font-size: 7.8vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_type {
  font-weight: bold;
  margin: 0 auto 2.5vw;
  line-height: 1.4;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 {
  margin-bottom: 1.5vw;
  display: flex;
  align-items: center;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 .ticket_infomation_group_lists_list_al {
  color: #fff;
  padding: 0px 1.5vw 1vw;
  font-size: 7vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 .ticket_infomation_group_lists_list_al {
    font-size: 21vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 .ticket_infomation_group_lists_list_al {
  line-height: 1;
  min-width: 8vw;
  text-align: center;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 .ticket_infomation_group_lists_list_txt {
  margin-left: 1.5vw;
  font-size: 2.6vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 .ticket_infomation_group_lists_list_txt {
    font-size: 7.8vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 .ticket_infomation_group_lists_list_txt {
  font-weight: bold;
  line-height: 1.2;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_subtitle {
  font-size: 1.8vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_subtitle {
    font-size: 5.4vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_subtitle {
  line-height: 1.4;
  padding-left: 1vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_attention {
  background-color: #f12121;
  text-align: center;
  padding: 1.5vw 0;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_attention {
    font-size: 7.2vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_attention {
  color: #fff;
  font-weight: bold;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_attention span {
  font-size: 1.75vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_attention span {
    font-size: 5.25vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline {
  margin: 4vw calc(50% - 50vw) 2vw;
  width: 100vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div {
  padding: 2.5vw 2.5vw 2.5vw 10vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 {
  font-size: 2.6vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 {
    font-size: 7.8vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 {
  font-weight: bold;
  line-height: 1.2;
  padding-left: 8vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 svg {
  margin-left: 0.5vw;
  width: 6vw;
  vertical-align: bottom;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 span {
  display: block;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 span {
    font-size: 7.2vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 span {
  font-weight: normal;
  margin-top: 0.5vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 span em {
  font-weight: bold;
  font-size: 1.7vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 span em {
    font-size: 5.1vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div hr {
  border: none;
  border-top: 2px dotted #222;
  margin: 2vw 0;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides {
  margin: 4vw 0 2.5vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1vw;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides p {
    font-size: 7.2vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides p {
  font-weight: bold;
  border: 0.25vw solid #222;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 2.5vw);
  width: 5vw;
  height: 2vw;
  background-color: #222;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides h5 {
  background-color: #f12121;
  padding: 0.5vw 1vw;
  color: #fff;
  display: inline-block;
  font-size: 1.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides h5 {
    font-size: 4.2vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides h5 {
  border-radius: 0.5vw 0.5vw 0 0;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul {
  border: 1px solid #f12121;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 3vw;
  padding: 1.5vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul img {
  height: 3vw;
  object-fit: contain;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul .ticket_infomation_group_lists_list_playguides_tel {
  display: inline-block;
  line-height: 1.4;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul .ticket_infomation_group_lists_list_playguides_tel em {
  display: block;
  font-size: 1.6vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul .ticket_infomation_group_lists_list_playguides_tel em {
    font-size: 4.8vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul .ticket_infomation_group_lists_list_playguides_tel span {
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul .ticket_infomation_group_lists_list_playguides_tel span {
    font-size: 2.7vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides .ticket_infomation_group_lists_list_soldout {
  margin: 1vw auto;
  width: 100%;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info {
  border-top: 0.25vw solid #222;
  border-bottom: 0.25vw solid #222;
  margin: 1.5vw auto;
  padding: 1.5vw 0;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info h4 {
  text-align: center;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info h4 {
    font-size: 7.2vw;
  }
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info h4 {
  font-weight: bold;
  margin-bottom: 1vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw 0;
  margin-bottom: 2vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li {
  flex: 0 0 49.5%;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li img {
  width: 100%;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li p {
  line-height: 1.4;
  background-color: #fff;
  padding: 0.5vw 1vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info .ticket_list_info_attention {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1vw;
  margin-top: 1vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info .ticket_list_info_attention h5 {
  font-weight: bold;
  margin-bottom: 0.5vw;
}
.page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info .ticket_list_info_attention p {
  line-height: 1.4;
  font-size: 0.9vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info .ticket_list_info_attention p {
    font-size: 2.7vw;
  }
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-starring .ticket_list_type {
  border: 0.15vw solid #FB3D3D;
  color: #FB3D3D;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-starring h3 .ticket_infomation_group_lists_list_al {
  background-color: #FB3D3D;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-starring .ticket_list_subtitle {
  border-left: 1vw solid #FB3D3D;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-starring .ticket_list_headline {
  background-color: rgba(251, 61, 61, 0.25);
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-starring .ticket_list_headline h4 {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FB3D3D' viewBox='0 0 77.64 67.08'%3E%3Cg%3E%3Cpolygon class='cls-1' points='0 0 0 12.34 21.2 33.54 0 54.74 0 67.08 33.54 33.54 0 0'/%3E%3Cpolygon class='cls-1' points='22.05 0 22.05 12.34 43.25 33.54 22.05 54.74 22.05 67.08 55.59 33.54 22.05 0'/%3E%3Cpolygon class='cls-1' points='44.1 0 44.1 12.34 65.3 33.54 44.1 54.74 44.1 67.08 77.64 33.54 44.1 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center/6.9vw 6vw;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-camera .ticket_list_type {
  border: 0.15vw solid #08A33D;
  color: #08A33D;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-camera h3 .ticket_infomation_group_lists_list_al {
  background-color: #08A33D;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-camera .ticket_list_subtitle {
  border-left: 1vw solid #08A33D;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-camera .ticket_list_headline {
  background-color: rgba(8, 163, 61, 0.25);
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-camera .ticket_list_headline h4 {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2308A33D' viewBox='0 0 77.64 67.08'%3E%3Cg%3E%3Cpolygon class='cls-1' points='0 0 0 12.34 21.2 33.54 0 54.74 0 67.08 33.54 33.54 0 0'/%3E%3Cpolygon class='cls-1' points='22.05 0 22.05 12.34 43.25 33.54 22.05 54.74 22.05 67.08 55.59 33.54 22.05 0'/%3E%3Cpolygon class='cls-1' points='44.1 0 44.1 12.34 65.3 33.54 44.1 54.74 44.1 67.08 77.64 33.54 44.1 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center/6.9vw 6vw;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-parking .ticket_list_type {
  border: 0.15vw solid #f5dc3d;
  color: #f5dc3d;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-parking .ticket_list_headline {
  background-color: rgba(245, 220, 61, 0.25);
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-parking .ticket_list_headline h4 {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f5dc3d' viewBox='0 0 77.64 67.08'%3E%3Cg%3E%3Cpolygon class='cls-1' points='0 0 0 12.34 21.2 33.54 0 54.74 0 67.08 33.54 33.54 0 0'/%3E%3Cpolygon class='cls-1' points='22.05 0 22.05 12.34 43.25 33.54 22.05 54.74 22.05 67.08 55.59 33.54 22.05 0'/%3E%3Cpolygon class='cls-1' points='44.1 0 44.1 12.34 65.3 33.54 44.1 54.74 44.1 67.08 77.64 33.54 44.1 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center/6.9vw 6vw;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip {
  background-color: #dbdbdb;
  padding: 5vw 10vw;
  margin-bottom: 7.5vw;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_list_type {
  width: fit-content;
  padding: 0 1vw;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_list_type {
    font-size: 7.2vw;
  }
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_list_type {
  font-weight: bold;
  margin: 0 auto 2.5vw;
  border: 0.15vw solid #040506;
  color: #040506;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip #ticket_infomation_viparea .paling {
  display: block;
  padding: 1vw;
  margin: 1vw 0;
  background-color: #f0f0f0;
  font-weight: bold;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip #ticket_infomation_viparea #ticket_infomation_viparea_images {
  display: flex;
  flex-wrap: wrap;
  margin: 1vw auto;
  gap: 1px;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip #ticket_infomation_viparea #ticket_infomation_viparea_images li {
  flex: 1 1 calc(33.3333333333% - 2px);
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip #ticket_infomation_viparea #ticket_infomation_viparea_images li img {
  width: 100%;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_infomation_group_lists {
  padding: 0;
  margin-top: 5vw;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_infomation_group_lists h3 .ticket_infomation_group_lists_list_al {
  background-color: #040506;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_infomation_group_lists .ticket_list_subtitle {
  border-left: 1vw solid #040506;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_infomation_group_lists .ticket_list_headline {
  background-color: rgba(4, 5, 6, 0.25);
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_infomation_group_lists .ticket_list_headline h4 {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23040506' viewBox='0 0 77.64 67.08'%3E%3Cg%3E%3Cpolygon class='cls-1' points='0 0 0 12.34 21.2 33.54 0 54.74 0 67.08 33.54 33.54 0 0'/%3E%3Cpolygon class='cls-1' points='22.05 0 22.05 12.34 43.25 33.54 22.05 54.74 22.05 67.08 55.59 33.54 22.05 0'/%3E%3Cpolygon class='cls-1' points='44.1 0 44.1 12.34 65.3 33.54 44.1 54.74 44.1 67.08 77.64 33.54 44.1 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center/6.9vw 6vw;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-drivein .ticket_list_type {
  border: 0.15vw solid #0F6BF2;
  color: #0F6BF2;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-drivein h3 .ticket_infomation_group_lists_list_al {
  background-color: #0F6BF2;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-drivein .ticket_list_subtitle {
  border-left: 1vw solid #0F6BF2;
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-drivein .ticket_list_headline {
  background-color: rgba(15, 107, 242, 0.25);
}
.page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-drivein .ticket_list_headline h4 {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230F6BF2' viewBox='0 0 77.64 67.08'%3E%3Cg%3E%3Cpolygon class='cls-1' points='0 0 0 12.34 21.2 33.54 0 54.74 0 67.08 33.54 33.54 0 0'/%3E%3Cpolygon class='cls-1' points='22.05 0 22.05 12.34 43.25 33.54 22.05 54.74 22.05 67.08 55.59 33.54 22.05 0'/%3E%3Cpolygon class='cls-1' points='44.1 0 44.1 12.34 65.3 33.54 44.1 54.74 44.1 67.08 77.64 33.54 44.1 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center/6.9vw 6vw;
}
.page-ticket div.selling {
  padding-top: 10vw;
  background-color: transparent;
}
.page-ticket .selling {
  background-color: #dd302b;
  position: relative;
}
.page-ticket .selling .selling_inbox {
  width: 80vw;
  margin: 0 auto;
  position: relative;
  top: -5vw;
}
.page-ticket .selling .selling_inbox h2 {
  background-color: #dd302b;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 4.8vw;
}
@media screen and (max-width: 835px) {
  .page-ticket .selling .selling_inbox h2 {
    font-size: 14.4vw;
  }
}
.page-ticket .selling .selling_inbox h2 {
  line-height: 1.7;
  letter-spacing: -0.2vw;
  font-weight: bold;
  color: #fff;
}
.page-ticket .selling .selling_inbox h2 span {
  color: #ff0;
}
.page-ticket .selling .selling_inbox .selling_information {
  background-color: #fff;
  padding: 2vw 5vw;
  border-radius: 0 0 25px 25px;
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores {
  padding: 1.5vw 0;
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores h3 {
  font-size: 1.7vw;
}
@media screen and (max-width: 835px) {
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores h3 {
    font-size: 5.1vw;
  }
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores h3 {
  font-weight: bold;
  background-color: #dd302b;
  color: #fff;
  padding: 0.5vw 2vw;
  display: inline-block;
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 3vw;
  margin-top: 1vw;
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul a {
  display: inline-block;
  vertical-align: middle;
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul a.selling_information_stores_phone {
  font-size: 3vw;
}
@media screen and (max-width: 835px) {
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul a.selling_information_stores_phone {
    font-size: 9vw;
  }
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul a.selling_information_stores_phone {
  padding-left: 3vw;
  line-height: 1.2;
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul a.selling_information_stores_phone span {
  font-size: 1.1vw;
}
@media screen and (max-width: 835px) {
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul a.selling_information_stores_phone span {
    font-size: 3.3vw;
  }
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul a.selling_information_stores_phone span {
  display: block;
}
.page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul img {
  height: 3vw;
  object-fit: contain;
}
.page-ticket #souvenir {
  background: url("img/ticket/souvenir_bg.png") no-repeat top center/cover;
  padding: 3vw 0;
}
.page-ticket #souvenir #souvenir_inbox {
  width: 80vw;
  margin: 0 auto;
}
.page-ticket #souvenir #souvenir_inbox h2 img {
  width: 100%;
}
.page-ticket #souvenir #souvenir_inbox p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3vw;
}
.page-ticket #souvenir #souvenir_inbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}
.page-ticket #souvenir #souvenir_inbox ul li {
  flex: 0 0 48.5%;
}
.page-ticket #souvenir #souvenir_inbox ul li img {
  width: 100%;
  box-shadow: 0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.15);
}

/*======================================
//	■MediaQuery
//======================================*/
@media screen and (max-width: 835px) {
  .page-ticket {
    margin: 10vw auto 0;
  }
  .page-ticket #areamap .content {
    padding-bottom: 0;
  }
  .page-ticket #areamap .content #areamap_imageMap {
    background: url("img/ticket/areamap_imageMap-sp.webp") no-repeat center top/100% #0B192F;
    padding-bottom: 5vw;
  }
  .page-ticket #areamap .content #areamap_imageMap h1 {
    width: 52vw;
    margin-left: 2.5vw;
    padding-top: 5vw;
  }
  .page-ticket #areamap .content #areamap_imageMap p {
    margin-left: 5vw;
    padding-top: 65vw;
  }
  .page-ticket #areamap .content #areamap_pdfLink {
    position: relative;
    bottom: 0;
    margin-top: 2.5vw;
    text-align: right;
  }
  .page-ticket #areamap .content #areamap_pdfLink a {
    padding: 0.5vw 2vw;
  }
  .page-ticket #areamap .content #areamap_courseMap {
    padding: 2.5vw 0 0;
  }
  .page-ticket #areamap .content #areamap_courseMap #areamap_alInfo {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    margin-top: 2.5vw;
    box-shadow: none;
  }
  .page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5vw 2vw;
  }
  .page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin: 0 1vw;
  }
  .page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list p {
    font-size: 2.7vw;
    text-align: left;
    flex: 1 1 0;
  }
  .page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list ul {
    gap: 0.7vw;
  }
  .page-ticket #areamap .content #areamap_courseMap #areamap_alInfo #areamap_alInfo_lists .areamap_alInfo_lists_list ul li a {
    font-size: 3.3vw;
    width: 3.2vw;
  }
  .page-ticket #areamap #areamap_linkBtn {
    margin: 5vw auto 15vw;
  }
  .page-ticket #areamap #areamap_linkBtn a {
    padding: 3vw 7.5vw 2vw;
    border-radius: 3vw;
    box-shadow: 0 0.6vw 0 rgba(255, 42, 95, 0.5);
  }
  .page-ticket #areamap #areamap_linkBtn a span {
    border-radius: 2vw;
    padding: 1vw;
  }
  .page-ticket #areamap #areamap_parking {
    margin-top: 5vw;
  }
  .page-ticket #areamap #areamap_parking a {
    padding: 2vw 0;
    width: 90vw;
    line-height: 1.4;
  }
  .page-ticket #chart #chart_categorize_title {
    margin: 0 5vw;
  }
  .page-ticket #chart #chart_categorize_title img {
    width: 70vw;
  }
  .page-ticket #chart #chart_headline {
    font-size: 3.2vw;
    line-height: 2.2;
  }
  .page-ticket #chart #chartBox {
    width: 90vw;
  }
  .page-ticket #chart #chartBox .chart_categorize {
    margin-bottom: 5vw;
    display: block;
  }
  .page-ticket #chart #chartBox .chart_categorize h3 {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: left;
    padding: 1vw 3vw;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_alertText {
    padding: 2vw;
    margin-bottom: 0;
    border: none;
    background-color: #fff;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list {
    padding: 2vw;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats {
    gap: 0 2vw;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats .chart_categorize_lists_list_info_seats_attention {
    right: auto;
    left: 0;
    padding: 0 1vw;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats .chart_categorize_lists_list_info_seats_alpha {
    padding: 0 1.5vw;
    font-size: 5.2vw;
    line-height: 1.4;
    flex: 0 0 7vw;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul {
    display: block;
    margin-left: 0;
    flex: 0 0 calc(100% - 7vw - 2vw);
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4 .chart_categorize_lists_list_info_seats_soldout {
    display: block;
    margin-top: 1vw;
    margin-left: 0;
    width: 35vw;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_seats ul li h4 svg {
    margin-left: 1.5vw;
    width: 10vw;
  }
  .page-ticket #chart #chartBox .chart_categorize .chart_categorize_lists .chart_categorize_lists_list .chart_categorize_lists_list_info .chart_categorize_lists_list_info_text {
    margin: 1vw 0 2vw;
    padding: 1vw;
  }
  .page-ticket #chart #chart_attention {
    margin: 5vw auto 0;
  }
  .page-ticket .iconInfo {
    padding: 3vw;
    width: 90vw;
  }
  .page-ticket .iconInfo .iconInfo_categorize {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    display: block;
  }
  .page-ticket .iconInfo .iconInfo_categorize ul {
    gap: 0 1vw;
  }
  .page-ticket .iconInfo .iconInfo_categorize ul a {
    padding: 0 2vw;
    line-height: 1.3;
    width: 9vw;
  }
  .page-ticket .iconInfo .iconInfo_categorize .iconInfo_categorize_stationary {
    margin-bottom: 5vw;
  }
  .page-ticket .iconInfo .iconInfo_categorize .iconInfo_categorize_drivein {
    margin-bottom: 5vw;
  }
  .page-ticket .iconInfo .iconInfo_meaning .iconInfo_meaning_iconList li {
    flex: 0 0 50%;
    margin-bottom: 2vw;
  }
  .page-ticket .iconInfo .iconInfo_meaning .iconInfo_meaning_iconList li.iconInfo_meaning_vip {
    flex: 0 0 50%;
  }
  .page-ticket .iconInfo .iconInfo_meaning .iconInfo_meaning_iconList li.iconInfo_meaning_vip span span {
    line-height: 1.2;
  }
  .page-ticket .iconInfo .iconInfo_meaning .iconInfo_meaning_iconList li img {
    width: 10vw;
  }
  .page-ticket .iconInfo .iconInfo_meaning .iconInfo_meaning_iconList li > span {
    padding: 0 2vw;
  }
  .page-ticket .iconInfo .iconInfo_meaning .iconInfo_meaning_attentionList {
    display: block;
  }
  .page-ticket .iconInfo .iconInfo_meaning .iconInfo_meaning_attentionList .iconInfo_meaning_iconList_black span {
    width: 0.8rem;
    height: 0.8rem;
  }
  .page-ticket .iconInfo .iconInfo_meaning .iconInfo_meaning_attentionList .iconInfo_meaning_iconList_red span {
    width: 0.8rem;
    height: 0.8rem;
  }
  .page-ticket #ticket {
    padding: 7.5vw 0 10vw;
  }
  .page-ticket #ticket .ticket_attention .ticket_attention_title {
    width: 90vw;
    line-height: 1.2;
    font-size: 3.2vw;
    padding: 2.5vw 4vw;
  }
  .page-ticket #ticket .ticket_attention .ticket_attention_title span {
    padding-top: 0.5vw;
    font-size: 2.2vw;
  }
  .page-ticket #ticket .ticket_attention .ticket_attention_title img {
    right: -5vw;
    top: 1vw;
    width: 30vw;
  }
  .page-ticket #ticket .ticket_attention .ticket_attention_title_entail {
    margin: -4vw 0 5vw 5vw;
  }
  .page-ticket #ticket .ticket_attention .ticket_attention_message {
    width: 90vw;
  }
  .page-ticket #ticket .ticket_attention .ticket_attention_message h4 {
    padding: 2vw 5vw;
    line-height: 1.4;
  }
  .page-ticket #ticket .ticket_attention .ticket_attention_message h4 img {
    width: 70%;
  }
  .page-ticket #ticket .ticket_infomation_group .sponsor_inquiry a {
    font-size: 3.9vw;
    padding: 2vw 0;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists {
    padding: 0 5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list {
    padding: 0;
    margin-bottom: 7vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_type {
    padding: 0 1.5vw;
    margin: 0 auto 3vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 {
    margin: 5vw 0 1.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 .ticket_infomation_group_lists_list_al {
    padding: 0px 3vw 1vw;
    min-width: 12vw;
    font-size: 10vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list h3 .ticket_infomation_group_lists_list_txt {
    margin-left: 2.5vw;
    font-size: 4.2vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_subtitle {
    padding-left: 2.5vw;
    font-size: 3.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_attention {
    width: 90vw;
    padding: 2vw 5vw;
    line-height: 1.4;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline {
    margin: 4vw 0 2vw;
    width: inherit;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div {
    padding: 2.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 {
    padding-left: 9vw;
    font-size: 5.2vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 svg {
    margin-left: 1.5vw;
    width: 13vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 span {
    margin-top: 1vw;
    font-size: 3.8vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_headline div h4 span em {
    font-size: 2.6vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides {
    margin: 5vw 0;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides p {
    margin: 0 auto 2vw;
    border: 0.5vw solid #222;
    font-size: 3.8vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides p::after {
    left: calc(50% - 5vw);
    width: 10vw;
    height: 4vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides h5 {
    padding: 0.5vw 3vw;
    border-radius: 2vw 2vw 0 0;
    margin-top: 2.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul {
    gap: 2vw 4.8vw;
    padding: 1.5vw 2.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul img {
    height: 4.8vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides ul .ticket_infomation_group_lists_list_playguides_tel {
    margin-top: 5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_infomation_group_lists_list_playguides .ticket_infomation_group_lists_list_soldout {
    margin: 2.5vw auto 0;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info {
    border-top: 0.5vw solid #222;
    border-bottom: 0.5vw solid #222;
    margin: 5vw auto;
    padding: 5vw 0;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info h4 {
    margin-bottom: 2.5vw;
    font-size: 3.8vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul {
    gap: 1vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li {
    flex: 0 0 44.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li.movie--portrait {
    flex: 0 0 100%;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li.movie--portrait iframe {
    aspect-ratio: 9/16;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li.movie--landscape {
    flex: 0 0 100%;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li.movie--landscape iframe {
    aspect-ratio: 16/9;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info ul li p {
    padding: 1vw 2.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info .ticket_list_info_attention {
    padding: 2.5vw;
    margin-top: 2.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group .ticket_infomation_group_lists .ticket_infomation_group_lists_list .ticket_list_info .ticket_list_info_attention h5 {
    margin-bottom: 1.5vw;
  }
  .page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip {
    padding: 5vw;
    margin-bottom: 15vw;
  }
  .page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_list_type {
    padding: 0 1.5vw;
    margin: 0 auto 3vw;
  }
  .page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip #ticket_infomation_viparea .paling {
    padding: 2vw;
    margin: 2vw 0;
  }
  .page-ticket #ticket .ticket_infomation_group#ticket_infomation_group-vip .ticket_infomation_group_lists {
    margin-top: 10vw;
  }
  .page-ticket div.selling {
    background-color: #004972;
  }
  .page-ticket .selling .selling_inbox {
    width: 90vw;
  }
  .page-ticket .selling .selling_inbox h2 {
    font-size: 6.2vw;
  }
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores {
    padding: 4vw 0;
  }
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores h3 {
    line-height: 1.4;
    padding: 1vw 3vw;
  }
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul {
    gap: 2.5vw 4.6vw;
    margin-top: 2vw;
  }
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul a.selling_information_stores_phone {
    padding-top: 2vw;
  }
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores ul img {
    height: 6.5vw;
  }
  .page-ticket .selling .selling_inbox .selling_information .selling_information_stores p {
    line-height: 1.6;
  }
  .page-ticket #souvenir {
    padding: 5vw 0;
  }
  .page-ticket #souvenir #souvenir_inbox {
    width: 90vw;
  }
  .page-ticket #souvenir #souvenir_inbox p {
    text-align: left;
  }
  .page-ticket #souvenir #souvenir_inbox ul {
    display: block;
  }
  .page-ticket #souvenir #souvenir_inbox ul li {
    margin-bottom: 5vw;
  }
  .page-ticket #souvenir #souvenir_inbox ul li img {
    box-shadow: 1.5vw 1.5vw 1.5vw rgba(0, 0, 0, 0.15);
  }
}
.page-tour #tour {
  margin: 12vw auto 0;
  background: url("img/tour/tour_bg.png") repeat-y top center/contain;
}
.page-tour #tour .content {
  width: 60%;
  margin: 7.5vw auto;
}
.page-tour #tour .content #content_tour_header {
  border: 2px solid #004972;
  margin-bottom: 2.5vw;
}
.page-tour #tour .content #content_tour_header h2 {
  font-size: 3.2vw;
}
@media screen and (max-width: 835px) {
  .page-tour #tour .content #content_tour_header h2 {
    font-size: 9.6vw;
  }
}
.page-tour #tour .content #content_tour_header h2 {
  text-align: center;
  color: #004972;
  padding: 1.5vw;
  line-height: 1.4;
  border-bottom: 2px solid #004972;
  background-color: rgba(0, 73, 114, 0.1);
}
.page-tour #tour .content #content_tour_header #tour_attention {
  padding: 2.5vw;
  font-size: 1.2vw;
}
@media screen and (max-width: 835px) {
  .page-tour #tour .content #content_tour_header #tour_attention {
    font-size: 3.6vw;
  }
}
.page-tour #tour .content #content_tour_header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 2.5vw;
}
.page-tour #tour .content #content_tour_header ul li {
  flex: 0 0 calc(25% - 2.6666666667vw - 0.1px);
}
.page-tour #tour .content #content_tour_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  border-bottom: 1px solid #004972;
  margin-bottom: 5vw;
  padding-bottom: 2.5vw;
}
.page-tour #tour .content #content_tour_nav li a {
  display: block;
  border: 1px solid #004972;
  padding: 1vw;
  color: #004972;
  font-weight: bold;
  transition: all 0.3s;
}
.page-tour #tour .content #content_tour_nav li a:hover {
  background-color: #004972;
  color: #fff;
}
.page-tour #tour .content .content_tour {
  margin-bottom: 5vw;
}
.page-tour #tour .content .content_tour h2 {
  display: inline-block;
  background-color: #004972;
  color: #fff;
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-tour #tour .content .content_tour h2 {
    font-size: 7.2vw;
  }
}
.page-tour #tour .content .content_tour h2 {
  padding: 0 2vw;
}
.page-tour #tour .content .content_tour p {
  padding: 1vw 0;
}
.page-tour #tour .content .content_tour dl {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.5vw;
}
.page-tour #tour .content .content_tour dl div {
  display: flex;
}
.page-tour #tour .content .content_tour dl dt, .page-tour #tour .content .content_tour dl dd {
  border-top: 1px solid #e6e6e6;
  padding: 1vw;
}
.page-tour #tour .content .content_tour dl dt {
  flex: 0 0 10vw;
  border-right: 1px solid #e6e6e6;
  background-color: #f0f0f0;
  text-align: center;
}
.page-tour #tour .content .content_tour dl dd {
  flex: 0 0 calc(100% - 10vw);
}
.page-tour #tour .content .content_tour dl.tour_tour_em {
  border-left: 1px solid #e58294;
  border-right: 1px solid #e58294;
  border-bottom: 1px solid #e58294;
}
.page-tour #tour .content .content_tour dl.tour_tour_em dt, .page-tour #tour .content .content_tour dl.tour_tour_em dd {
  border-top: 1px solid #e58294;
}
.page-tour #tour .content .content_tour dl.tour_tour_em dt span, .page-tour #tour .content .content_tour dl.tour_tour_em dd span {
  color: #e58294;
  font-weight: bold;
}
.page-tour #tour .content .content_tour dl.tour_tour_em dt {
  border-right: 1px solid #e58294;
  background-color: #F6D5DB;
}
.page-tour #tour .content .content_tour ul {
  margin-bottom: 1.5vw;
}
.page-tour #tour .content .content_tour ul li {
  margin-bottom: 1vw;
}

/*======================================
//	■MediaQuery
//======================================*/
@media screen and (max-width: 835px) {
  .page-tour #tour {
    margin: 18vw auto 0;
  }
  .page-tour #tour h1 {
    padding-bottom: 2vw;
  }
  .page-tour #tour .content {
    width: 80vw;
  }
  .page-tour #tour .content #content_tour_header {
    margin-bottom: 5vw;
  }
  .page-tour #tour .content #content_tour_header h2 {
    padding: 2.5vw 0;
  }
  .page-tour #tour .content #content_tour_header ul {
    gap: 5vw;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .page-tour #tour .content #content_tour_header ul li {
    text-align: center;
    flex: 0 0 calc(50% - 4vw - 0.1px);
  }
  .page-tour #tour .content #content_tour_nav {
    display: block;
    border-bottom: 1px solid #004972;
    margin-bottom: 10vw;
    padding-bottom: 5vw;
  }
  .page-tour #tour .content #content_tour_nav li {
    margin-top: 0.5vw;
  }
  .page-tour #tour .content #content_tour_nav li a {
    padding: 2.5vw;
    text-align: center;
  }
  .page-tour #tour .content .content_tour {
    margin-bottom: 7.5vw;
  }
  .page-tour #tour .content .content_tour h2 {
    padding: 0 3vw;
  }
  .page-tour #tour .content .content_tour p {
    padding: 3vw 0;
  }
  .page-tour #tour .content .content_tour dl {
    margin-bottom: 5vw;
  }
  .page-tour #tour .content .content_tour dl div {
    display: block;
  }
  .page-tour #tour .content .content_tour dl dt, .page-tour #tour .content .content_tour dl dd {
    padding: 2vw;
  }
  .page-tour #tour .content .content_tour dl dt {
    border-right: none;
    text-align: left;
  }
  .page-tour #tour .content .content_tour dl dd {
    background-color: #fff;
  }
  .page-tour #tour .content .content_tour ul {
    margin-bottom: 5vw;
  }
  .page-tour #tour .content .content_tour ul li {
    margin-bottom: 2.5vw;
  }
}
.page-access #access {
  margin: 12vw auto 0;
}
.page-access #access .content {
  width: 80vw;
  margin: 0 auto 5vw;
}
.page-access #access .content h2 {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-access #access .content h2 {
    font-size: 7.2vw;
  }
}
.page-access #access .content h2 {
  text-align: center;
  color: #004972;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
  margin-bottom: 7.5vw;
}
.page-access #access .content h2::before {
  content: "";
  display: block;
  width: 10vw;
  height: 3px;
  background-color: #004972;
  position: absolute;
  left: calc(50% - 5vw);
  bottom: 0;
}
.page-access #access .content h3 {
  font-size: 1.9vw;
}
@media screen and (max-width: 835px) {
  .page-access #access .content h3 {
    font-size: 5.7vw;
  }
}
.page-access #access .content h3 {
  color: #004972;
  font-weight: bold;
  margin: 5vw 0 1vw;
  line-height: 1.4;
}
.page-access #access .content .iframeBox {
  width: 100%;
  margin-bottom: 1vw;
}
.page-access #access .content .iframeBox iframe {
  width: 100%;
  aspect-ratio: 5/2;
}
.page-access #access .content #access_timeboard {
  width: 60vw;
  font-size: 1.1vw;
}
@media screen and (max-width: 835px) {
  .page-access #access .content #access_timeboard {
    font-size: 3.3vw;
  }
}
.page-access #access .content #access_timeboard {
  border-bottom: 1px solid #c40;
  border-right: 1px solid #c40;
}
.page-access #access .content #access_timeboard tr {
  border-top: 1px solid #c40;
}
.page-access #access .content #access_timeboard tr th {
  padding: 1vw 0;
  text-align: center;
  border-left: 1px solid #c40;
}
.page-access #access .content #access_timeboard tr th:nth-of-type(1), .page-access #access .content #access_timeboard tr th:nth-of-type(3) {
  background-color: #e6e6e6;
}
.page-access #access .content #access_timeboard tr th:nth-of-type(2) {
  background-color: #f9f900;
}
.page-access #access .content #access_timeboard tr td {
  padding: 1vw 0;
  text-align: center;
  border-left: 1px solid #c40;
}
.page-access #parking {
  padding: 7.5vw 0;
  background-color: #f0f0f0;
}
.page-access #parking .content {
  width: 80vw;
  margin: 0 auto 5vw;
}
.page-access #parking .content h2 {
  font-size: 2.4vw;
}
@media screen and (max-width: 835px) {
  .page-access #parking .content h2 {
    font-size: 7.2vw;
  }
}
.page-access #parking .content h2 {
  text-align: center;
  color: #004972;
  position: relative;
  padding-bottom: 1vw;
  font-weight: bold;
  margin-bottom: 7.5vw;
}
.page-access #parking .content h2::before {
  content: "";
  display: block;
  width: 10vw;
  height: 3px;
  background-color: #004972;
  position: absolute;
  left: calc(50% - 5vw);
  bottom: 0;
}
.page-access #parking .content p img {
  width: 100%;
}
.page-access #parking .content #parkingListBox {
  margin: 5vw auto 0;
  width: 80vw;
}
.page-access #parking .content #parkingListBox h2 {
  margin-bottom: 2.5vw;
}
.page-access #parking .content #parkingListBox p {
  margin-bottom: 1.5vw;
}
.page-access #parking .content #parkingListBox .parkingLists {
  margin-bottom: 1.5vw;
  display: flex;
}
.page-access #parking .content #parkingListBox .parkingLists h3 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  color: #fff;
  padding: 0 0.3vw;
  font-size: 2vw;
}
@media screen and (max-width: 835px) {
  .page-access #parking .content #parkingListBox .parkingLists h3 {
    font-size: 6vw;
  }
}
.page-access #parking .content #parkingListBox .parkingLists h3 {
  font-weight: bold;
  flex: 0 0 6vw;
  line-height: 1.3;
  align-content: center;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-starring h3 {
  background: url("img/ticket/chart_categorize-starring_bg.png") repeat left top/6px;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-starring span {
  background-color: #FB3D3D;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-starring a {
  color: #FB3D3D;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-camera h3 {
  background: url("img/ticket/chart_categorize-camera_bg.png") repeat left top/6px;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-camera span {
  background-color: #08A33D;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-camera a {
  color: #08A33D;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-vip h3 {
  background: url("img/ticket/chart_categorize-vip_bg.png") repeat left top/6px;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-vip span {
  background-color: #040506;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-vip a {
  color: #040506;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-drivein h3 {
  background: url("img/ticket/chart_categorize-drivein_bg.png") repeat left top/6px;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-drivein span {
  background-color: #0F6BF2;
}
.page-access #parking .content #parkingListBox .parkingLists#parkingLists-drivein a {
  color: #0F6BF2;
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists {
  flex: 0 0 calc(100% - 4.5vw);
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li {
  padding: 1vw 2vw;
  background-color: #fff;
  font-size: 1.6vw;
}
@media screen and (max-width: 835px) {
  .page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li {
    font-size: 4.8vw;
  }
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li:not(:first-child) {
  border-top: 1px solid #000;
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a {
  display: flex;
  align-items: center;
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a span {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0 1vw;
  font-size: 3.2vw;
}
@media screen and (max-width: 835px) {
  .page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a span {
    font-size: 9.6vw;
  }
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a span {
  font-weight: bold;
  line-height: 1.3;
  width: 4.5vw;
  margin-right: 1vw;
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a:hover {
  opacity: 0.7;
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a em {
  line-height: 1.4;
}
.page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a em svg {
  width: 1.5vw;
  height: auto;
}

/*======================================
//	■MediaQuery
//======================================*/
@media screen and (max-width: 835px) {
  .page-access #access {
    margin: 18vw auto 0;
  }
  .page-access #access .content {
    width: 90vw;
    margin: 0 auto 5vw;
  }
  .page-access #access .content h2 {
    text-align: center;
    color: #004972;
    position: relative;
    padding-bottom: 2vw;
    font-weight: bold;
  }
  .page-access #access .content h2::before {
    content: "";
    display: block;
    width: 10vw;
    height: 3px;
    background-color: #004972;
    position: absolute;
    left: calc(50% - 5vw);
    bottom: 0;
  }
  .page-access #access .content h3 {
    color: #004972;
    font-weight: bold;
    margin: 7.5vw 0 2vw;
  }
  .page-access #access .content .iframeBox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .page-access #access .content .iframeBox iframe {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .page-access #access .content #access_timeboard {
    width: 100%;
  }
  .page-access #access .content #access_timeboard tr th {
    line-height: 1.4;
    vertical-align: middle;
  }
  .page-access #parking {
    padding: 7.5vw 0;
    background-color: #f0f0f0;
  }
  .page-access #parking .content {
    width: 90vw;
    margin: 0 auto 5vw;
  }
  .page-access #parking .content h2 {
    text-align: center;
    color: #004972;
    position: relative;
    padding-bottom: 2vw;
    font-weight: bold;
  }
  .page-access #parking .content h2::before {
    content: "";
    display: block;
    width: 10vw;
    height: 3px;
    background-color: #004972;
    position: absolute;
    left: calc(50% - 5vw);
    bottom: 0;
  }
  .page-access #parking .content p img {
    width: 100%;
  }
  .page-access #parking .content #parkingListBox {
    width: 90vw;
  }
  .page-access #parking .content #parkingListBox h2 {
    margin-bottom: 5vw;
  }
  .page-access #parking .content #parkingListBox p {
    margin-bottom: 3vw;
  }
  .page-access #parking .content #parkingListBox .parkingLists {
    margin-bottom: 5vw;
    display: block;
  }
  .page-access #parking .content #parkingListBox .parkingLists h3 {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: left;
    padding: 1vw 3vw;
    font-weight: bold;
  }
  .page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li {
    padding: 2vw;
  }
  .page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a span {
    padding: 0 1.5vw;
    line-height: 1.4;
    flex: 0 0 7vw;
    margin-right: 2.5vw;
  }
  .page-access #parking .content #parkingListBox .parkingLists .parkingLists_lists li a em svg {
    width: 3.5vw;
  }
}
@keyframes pulse {
  0% {
    fill: #000;
  }
  80% {
    fill: #fff;
    filter: drop-shadow(0 0 5px #fd5);
  }
}
.spark_1, .spark_2, .spark_3 {
  fill: #000;
  animation-duration: 2s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

.spark_1 {
  animation-delay: 0.1s;
}

.spark_2 {
  animation-delay: 0.2s;
}

.spark_3 {
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-duration: 1.5s;
  animation-name: fadeIn;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-duration: 1.5s;
  animation-name: fadeInLeft;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */
