@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
}
body a {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  opacity: 0.7;
}
body a:active {
  color: #666;
}
body img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body .wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  body .wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper {
    min-width: auto;
    width: 90%;
  }
}
body p, body li, body a, body dt, body dd, body tr, body td {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  body p, body li, body a, body dt, body dd, body tr, body td {
    font-size: 1.5rem;
  }
}
body .pc {
  display: block;
}
body .sp, body .ssp {
  display: none;
}
body .pc-tb {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc, body .ssp {
    display: none;
  }
  body .sp, body .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  body .sp, body .ssp {
    display: block;
  }
  body .pc-tb, body .pc {
    display: none;
  }
}
body .bg {
  width: 100%;
}
body .bg::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/common/bg_mirai.webp) repeat-y;
  background-size: 100%;
  content: "";
}

.bg_gry {
  background: #C9CACA;
}

.bg_gra {
  background: rgb(120, 1, 251);
  background: linear-gradient(90deg, rgb(120, 1, 251) 0%, rgb(237, 66, 36) 100%);
}

.bg-line {
  background: #b8ff0b;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.wide-wrapper {
  width: 90%;
  margin: 0 auto;
}

.btn_container {
  width: 30rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .btn_container {
    width: 20rem;
  }
}
@media screen and (max-width: 420px) {
  .btn_container {
    width: 100%;
  }
}
.btn_container .more_btn {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  width: 100%;
  /*ボタンの形状*/
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 35px;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .btn_container .more_btn {
    font-size: 1.6rem;
  }
}
.btn_container .more_btn span {
  border: 2px solid #000;
  position: relative;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  z-index: 2;
  /*テキストの形状*/
  display: block;
  padding: 15px;
  border-radius: 35px;
  color: #000;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn_container .more_btn span {
    padding: 1rem;
  }
}
.btn_container .more_btn span svg {
  transform: rotate(180deg);
  vertical-align: baseline;
  margin-left: 1.4rem;
}
.btn_container .more_btn.pushdown::before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background-color: #fff;
  border: 1px solid #000;
}
.btn_container .more_btn.pushdown:hover {
  border-color: transparent;
  opacity: 1;
}
.btn_container .more_btn.pushdown:hover span {
  transform: translateY(4px);
}

.btn_container.green .more_btn span {
  background: #b8ff0b;
}
.btn_container.green .more_btn.pushdown:hover span {
  background-color: #b8ff0b;
}

.btn_container.red .more_btn span {
  background: #ff4800;
  color: #fff;
}
.btn_container.red .more_btn span svg {
  fill: #fff;
}

.btn_container.pp .more_btn span {
  background: #7600ff;
  color: #fff;
}
.btn_container.pp .more_btn span svg {
  fill: #fff;
}

.btn_container.white .more_btn span {
  background: #fff;
  color: #7600ff;
}
.btn_container.white .more_btn span svg {
  fill: #7600ff;
}

.btn_container.contact {
  width: 60rem;
  height: 12rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 768px) {
  .btn_container.contact {
    width: 80%;
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 420px) {
  .btn_container.contact {
    width: 100%;
    height: 8rem;
  }
}
.btn_container.contact .more_btn {
  height: 100%;
}
.btn_container.contact .more_btn span {
  height: 100%;
  background: #b8ff0b;
  color: #000;
  border-radius: 8.5rem;
  font-size: 3rem;
  padding: 2.3rem 2rem;
}
@media screen and (max-width: 420px) {
  .btn_container.contact .more_btn span {
    padding: 1.3rem 1rem;
    font-size: 2rem;
  }
}
.btn_container.contact .more_btn span svg {
  fill: #000;
}
.btn_container.contact .more_btn p {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  background: #000;
  padding: 1px 3px;
  line-height: 1.4;
  color: #fff;
  font-size: 1.2rem;
  transition: 0.3s;
}
@media screen and (max-width: 420px) {
  .btn_container.contact .more_btn p {
    font-size: 1rem;
    bottom: 1.8rem;
  }
}
.btn_container.contact .more_btn.pushdown::before {
  border-radius: 8.5rem;
}
.btn_container.contact .more_btn.pushdown:hover p {
  transform: translate(-50%, 4px);
}

.no-event {
  pointer-events: none;
}

/*************************************************
animation
*************************************************/
.fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn {
  animation: fadeInAnime 0.5s ease forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time1 {
  animation-delay: 1s;
}

/*************************************************
header
*************************************************/
.header {
  display: flex;
  background: #fff;
  border-bottom: 2px solid #000;
  padding: 2.5rem 2rem;
  justify-content: space-between;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 1rem 2rem;
  }
}
.header .logo {
  max-width: 236px;
}
@media screen and (max-width: 420px) {
  .header .logo {
    width: 35%;
    height: 3rem;
  }
}
.header .logo a:hover {
  opacity: 1;
  transform: scale(0.97);
}
.header .box-wrapper {
  display: flex;
  flex-basis: 80%;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2vw;
}
@media screen and (max-width: 768px) {
  .header .box-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.header .box-wrapper .navi {
  flex-basis: 45%;
}
@media screen and (max-width: 768px) {
  .header .box-wrapper .navi {
    width: 80%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 420px) {
  .header .box-wrapper .navi {
    margin-top: 2.4rem;
  }
}
.header .box-wrapper .navi ul {
  display: flex;
  justify-content: space-between;
  column-gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .header .box-wrapper .navi ul {
    flex-direction: column;
  }
}
.header .box-wrapper .navi ul a {
  font: 700 1.4rem/1.5 "Zen Kaku Gothic New", sans-serif;
  padding: 5px;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .header .box-wrapper .navi ul a {
    font-size: 7vw;
    line-height: 1;
    padding: 2rem 0;
    display: flex;
    align-items: flex-end;
  }
  .header .box-wrapper .navi ul a span {
    font-size: 2vw;
    color: #7600ff;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .header .box-wrapper .navi ul a span {
    margin-left: 1rem;
  }
  .header .box-wrapper .navi ul a span::before {
    content: "/";
    font-size: 1.8rem;
  }
}
.header .box-wrapper .navi ul a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 5px;
  /*背景の形状*/
  width: 0;
  height: 2px;
  background: #7600ff;
  /*アニメーションの指定*/
  transition: all 0.2s;
  /*はじめは透過0*/
}
.header .box-wrapper .navi ul a:hover {
  color: #7600ff;
  opacity: 1;
}
.header .box-wrapper .navi ul a:hover::after {
  width: 85%;
  opacity: 1;
}
.header .box-wrapper .navi ul .ticket_link a {
  background: #000;
  color: #b8ff0b;
  padding: 5px 2rem;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .header .box-wrapper .navi ul .ticket_link a {
    width: fit-content;
    padding: 1rem 2rem;
    border-radius: 3rem;
    margin-top: 3rem;
  }
}
.header .box-wrapper .navi ul .ticket_link a:hover {
  background: #b8ff0b;
  color: #000;
  transform: scale(0.95);
  opacity: 1;
}
.header .box-wrapper .navi ul .ticket_link a:hover::after {
  content: none;
}

#header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
  padding: 1rem 2rem;
  width: 100%;
}

.sns_wrapper {
  display: flex;
  column-gap: 0.3vw;
}
@media screen and (max-width: 768px) {
  .sns_wrapper {
    width: 80%;
    margin-top: 3rem;
    column-gap: 3vw;
  }
}
.sns_wrapper .btn {
  width: 38px;
  height: 38px;
}
.sns_wrapper .btn.tweet {
  background: url(../images/common/sns-twitter.png) no-repeat;
  background-size: contain;
}
.sns_wrapper .btn.insta {
  background: url(../images/common/sns-insta.png) no-repeat;
  background-size: contain;
}
.sns_wrapper .btn:hover {
  transform: scale(0.95);
}
.sns_wrapper .btn:hover.tweet {
  background: url(../images/common/sns-twitter_hover.png) no-repeat;
  background-size: contain;
}
.sns_wrapper .btn:hover.insta {
  background: url(../images/common/sns-insta_hover.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .nav-header-menu {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 52px;
    right: -120%;
    width: 80%;
    height: 94vh;
    /*ナビの高さ*/
    background: #fff;
    border-left: 2px solid #000;
    /*動き*/
    transition: all 0.6s;
  }
  #g-nav.active {
    right: 0;
    top: 52px;
  }
  .burger-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 3;
    border: none;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .burger-btn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn .txt {
    color: #fff;
    font-size: 1rem;
    position: absolute;
    bottom: 0.8rem;
    left: 18%;
  }
  .burger-btn .bar {
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .burger-btn .bar {
    width: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn .bar_top {
    top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .burger-btn .bar_top {
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn .bar_mid {
    top: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .burger-btn .bar_mid {
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn .bar_bottom {
    top: 26px;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .burger-btn .bar_bottom {
    top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn.close .bar_top {
    transform: translate(-50%, 7px) rotate(45deg);
    transition: transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -9px) rotate(-45deg);
    transition: transform 0.3s;
  }
}
/*************************************************
footer
*************************************************/
footer {
  margin-top: 20rem;
  border-top: 2px solid #000;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 10rem;
  }
}
footer.bg_gry {
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  footer.bg_gry {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 420px) {
  footer.bg_gry {
    padding: 4rem;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    align-items: center;
  }
}
footer .container .box {
  width: 25%;
}
@media screen and (max-width: 768px) {
  footer .container .box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  footer .container .box {
    width: 80%;
  }
}
footer .container .box .sns_wrapper {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  footer .container .box .sns_wrapper {
    margin: 2rem auto;
    justify-content: center;
  }
}
footer .container .box .past-site {
  margin-top: 1.6rem;
  border: 1px solid #000;
  font-size: 1.4rem;
  width: fit-content;
  padding: 2px 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .container .box .past-site {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 420px) {
  footer .container .box .past-site {
    margin-top: 0;
  }
}
footer .container .box .past-site::before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
footer .container .box .past-site:hover {
  color: #7600ff;
}
footer .container .box .past-site:hover::before {
  width: 100%;
}
footer .container .pc {
  flex-basis: 50%;
}
footer .container .txtbox {
  display: flex;
}
footer .container .txtbox .inner {
  flex-basis: 50%;
}
footer .container .txtbox .inner dl:not(:first-child) {
  margin-top: 2rem;
}
footer .container .txtbox .inner dl dt {
  color: #7600ff;
  font-size: 1.8rem;
}
footer .container .txtbox .inner dl dd {
  margin-top: 1rem;
}
footer .container .txtbox .inner dl dd a {
  font-size: 1.4rem;
  line-height: 2;
}
footer .container .txtbox .inner dl dd a:hover {
  color: #7600ff;
  opacity: 1;
}

.copyright {
  background: #000;
  padding: 4px 1rem 1rem;
}
.copyright p {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .copyright p {
    font-size: 1rem;
  }
}

#info3 {
  display: none;
  background: #000;
}

/*モーダルの横幅を変更したい場合*/
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding: 0 1rem;
  }
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  width: 100%;
  height: 90vh;
  background: #333;
  padding: 5rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .modaal-container {
    padding: 0;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modaal-container .modaal-content-container {
    padding: 2rem;
  }
}
.modaal-container .modaal-content-container .thanks-title {
  font-size: 3rem;
  font-weight: 600;
  color: #2C467B;
  background: #C5FF00;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .modaal-container .modaal-content-container .thanks-title {
    font-size: 2.4rem;
  }
}
.modaal-container .modaal-content-container .modal-video {
  text-align: center;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .modaal-container .modaal-content-container .modal-video {
    padding-top: 2rem;
  }
}
.modaal-container .modaal-content-container iframe {
  width: 100%;
  height: 60vh;
}
@media screen and (max-width: 768px) {
  .modaal-container .modaal-content-container iframe {
    height: 40vh;
  }
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
  transition: 0.3s;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  transition: 0.3s;
  background: #666;
}

/*************************************************
                    top
*************************************************/
.kv {
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  .kv {
    min-width: auto;
    margin-top: 6rem;
  }
}
.kv .main_ttl {
  width: 80%;
  margin: 4vw auto 0;
}
@media screen and (max-width: 768px) {
  .kv .main_ttl {
    width: 95%;
  }
}
.kv .event_date {
  width: 60%;
  margin: 2vw auto 0;
}
@media screen and (max-width: 768px) {
  .kv .event_date {
    width: 75%;
    margin-top: 4vw;
  }
}

/*************************************************
top01-bnr-main メインバナー
*************************************************/
.slider-outer {
  margin-top: 5vw;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  /*ドットナビゲーションの設定*/
}
@media screen and (max-width: 768px) {
  .slider-outer {
    padding-top: 0;
  }
}
.slider-outer .slider-wrapper {
  width: 100%;
}
.slider-outer .slick-slider {
  width: 100%;
}
.slider-outer .slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  margin: 0 auto;
}
.slider-outer .slick-slide {
  position: relative;
  height: 500px;
  max-width: 920px;
  width: 48vw;
  border-radius: 6px;
  margin-top: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .slider-outer .slick-slide {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .slider-outer .slick-slide {
    width: 63vw;
    height: 380px;
  }
}
.slider-outer .slick-slide::before {
  width: 100px;
  height: 200px;
  background: url(../images/top/bnr_main_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  left: 2px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .slider-outer .slick-slide {
    height: 300px;
  }
}
.slider-outer .slick-slide img {
  object-fit: contain;
  height: 500px;
  border-radius: 6px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .slider-outer .slick-slide img {
    height: 300px;
  }
}
.slider-outer .slick-slide .inner-box:hover {
  opacity: 1;
}
.slider-outer .slider .slick-slide {
  transform: scale(0.95); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
}
.slider-outer .slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
.slider-outer .slider .slick-slide.slick-center:hover {
  transform: scale(1.03);
}
.slider-outer .slick-dots {
  text-align: center;
  margin: 80px 0 10px 0;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .slider-outer .slick-dots {
    margin-top: 2rem;
  }
}
.slider-outer .slick-dots .box {
  display: inline-block;
  margin: 0 5px;
}
.slider-outer .slick-dots button {
  color: transparent;
  outline: none;
  width: 18px; /*ドットボタンのサイズ*/
  height: 18px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff; /*ドットボタンの色*/
}
@media screen and (max-width: 768px) {
  .slider-outer .slick-dots button {
    width: 13px; /*ドットボタンのサイズ*/
    height: 13px; /*ドットボタンのサイズ*/
  }
}
.slider-outer .slick-dots .slick-active button {
  background: #7600ff; /*ドットボタンの現在地表示の色*/
}

/*************************************************
                top_concept コンセプト
*************************************************/
.top_concept {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .top_concept {
    margin-top: 6.4rem;
  }
}
.top_concept .concept_head img {
  vertical-align: bottom;
}
.top_concept .concept_bottom img {
  vertical-align: top;
}
.top_concept .concept_content {
  padding: 10rem 5rem 9rem;
  background: #efefef;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .top_concept .concept_content {
    padding: 6.4rem 2rem 8rem;
  }
}
@media screen and (max-width: 420px) {
  .top_concept .concept_content {
    padding: 4rem 2rem;
    border-left: 2.9px solid #000;
    border-right: 2.9px solid #000;
    margin-top: -1px;
  }
}
.top_concept .concept_content h3 {
  display: flex;
  align-items: baseline;
  padding: 0 1rem;
}
@media screen and (max-width: 420px) {
  .top_concept .concept_content h3 {
    padding: 0;
    flex-direction: column;
  }
}
.top_concept .concept_content h3 span {
  flex-basis: 80%;
}
.top_concept .concept_content h3 p {
  font-size: 3.4rem;
  line-height: 1;
}
@media screen and (max-width: 420px) {
  .top_concept .concept_content h3 p {
    font-size: 2rem;
  }
}
.top_concept .concept_content .lead_txt {
  margin-top: 3rem;
  padding: 0 1rem;
}
@media screen and (max-width: 420px) {
  .top_concept .concept_content .lead_txt {
    padding: 0;
  }
}
.top_concept .concept_content .area_map {
  background: #fff;
  padding: 0 1.2rem 3rem;
  width: 100%;
  margin: 4rem auto 0;
}
.top_concept .concept_content .area_map h2 {
  width: 28.7%;
}
@media screen and (max-width: 420px) {
  .top_concept .concept_content .area_map h2 {
    width: 40%;
  }
}
.top_concept .concept_content .area_map .txt_box .img-box {
  width: 100%;
  margin-top: 2rem;
}
.top_concept .concept_content .area_map .txt_box .img-box img {
  width: 100%;
}
.top_concept .concept_content .area_map .txt_box p {
  text-align: center;
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.top_concept .concept_content .area_map .txt_box .bold {
  margin-top: 4.2rem;
  color: #7600ff;
  font-size: 2.4rem;
}
@media screen and (max-width: 420px) {
  .top_concept .concept_content .area_map .txt_box .bold {
    font-size: 1.4rem;
  }
}
.top_concept .concept_content .container {
  display: flex;
  justify-content: center;
  column-gap: 2vw;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top_concept .concept_content .container {
    flex-direction: column;
  }
}
.top_concept .concept_content .container .box {
  background: #64EDB9;
  width: 47%;
  border-radius: 4rem;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_concept .concept_content .container .box {
    width: 80%;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 420px) {
  .top_concept .concept_content .container .box {
    width: 100%;
  }
}
.top_concept .concept_content .container .box h3 {
  width: 90%;
}
.top_concept .concept_content .container .box p {
  font-size: 1.8rem;
}
.top_concept .concept_content .container .box .btn_container {
  margin-top: 1rem;
}
.top_concept .concept_content .container .box_02 {
  background: #FFBFEC;
}

/*************************************************
                top_news お知らせ
*************************************************/
.top_news {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .top_news {
    margin-top: 8rem;
  }
}
.top_news .news_wrapper {
  position: relative;
  width: 22vw;
  height: 22vw;
  max-width: 220px;
  height: 220px;
  left: -6vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top_news .news_wrapper {
    width: 20vw;
    height: 20vw;
    max-width: 140px;
    height: 140px;
    left: -1vw;
  }
}
@media screen and (max-width: 420px) {
  .top_news .news_wrapper {
    width: 33vw;
    height: 33vw;
    max-width: auto;
    height: 124px;
  }
}
.top_news .news_wrapper h2 {
  position: absolute;
  width: 17vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 153px;
}
@media screen and (max-width: 420px) {
  .top_news .news_wrapper h2 {
    width: 27vw;
  }
}
.top_news .news_wrapper .gizagiza {
  position: absolute;
  width: 22vw;
  height: 22vw;
  top: 0;
  max-width: 220px;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .top_news .news_wrapper .gizagiza {
    width: 20vw;
    height: 20vw;
    max-width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 420px) {
  .top_news .news_wrapper .gizagiza {
    width: 33vw;
    height: 33vw;
    max-width: auto;
    height: auto;
  }
}
.top_news .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  width: 95%;
  margin: -4rem auto 0;
}
@media screen and (max-width: 768px) {
  .top_news .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  .top_news .container {
    margin-top: -2rem;
  }
}
.top_news .container .box {
  width: calc(33.3333333333% - 0.6666666667rem);
  background: #fff;
  border: 2px solid #000;
  padding: 5rem 1.5rem 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_news .container .box {
    width: 100%;
    border-bottom: none;
    padding: 3rem;
  }
  .top_news .container .box:last-child {
    border-bottom: 2px solid #000;
  }
}
.top_news .container .box .date {
  font-size: 1.6rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top_news .container .box .date {
    font-size: 1.4rem;
  }
}
.top_news .container .box .ttl {
  font-size: 2.4rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  line-height: 1.45;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top_news .container .box .ttl {
    font-size: 1.8rem;
  }
}
.top_news .container .box .txt {
  font: 400 1.6rem/1.45 "Zen Kaku Gothic New", sans-serif;
  transition: 0.3s;
  margin-top: 2rem;
}
.top_news .container .box .arrow {
  position: absolute;
  bottom: 4rem;
  right: 1.5rem;
}
.top_news .container .box .arrow svg {
  transition: 0.3s;
  stroke: #000;
}
.top_news .container .box:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.top_news .container .box:hover .date, .top_news .container .box:hover .ttl, .top_news .container .box:hover .txt {
  color: #7600ff;
}
.top_news .container .box:hover .ttl {
  border-bottom: 1px solid #7600ff;
}
.top_news .container .box:hover .arrow svg {
  stroke: #7600ff;
}
.top_news .btn_container {
  margin: 8rem auto 0;
}
@media screen and (max-width: 768px) {
  .top_news .btn_container {
    margin-top: 6.4rem;
  }
}

@keyframes r1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*************************************************
                areamap エリアマップ
*************************************************/
.top_area-map {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .top_area-map {
    margin-top: 6.4rem;
  }
}
.top_area-map .area_map {
  background: #F5F5F5;
  padding: 4rem 3rem 10rem;
}
@media screen and (max-width: 768px) {
  .top_area-map .area_map {
    padding: 4rem 2rem;
  }
}
.top_area-map .area_map h2 span {
  background: #fff;
  width: fit-content;
  display: block;
  width: 26rem;
}
@media screen and (max-width: 420px) {
  .top_area-map .area_map h2 span {
    width: 50%;
  }
}
.top_area-map .area_map h2 p {
  background: #fff;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 420px) {
  .top_area-map .area_map h2 p {
    font-size: 1.4rem;
  }
}
.top_area-map .area_map .txt_box {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .top_area-map .area_map .txt_box {
    margin-top: 4rem;
  }
}
.top_area-map .area_map .txt_box .bold {
  color: #7600ff;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 420px) {
  .top_area-map .area_map .txt_box .bold {
    font-size: 1.4rem;
  }
}
.top_area-map .area_map .txt_box p {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}

/*************************************************
                contents コンテンツ
*************************************************/
.top_contents {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .top_contents {
    margin-top: 8rem;
  }
}
.top_contents h2 {
  width: 62%;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .top_contents h2 {
    width: 80%;
  }
}
.top_contents .contents_wrapper {
  background: #b8ff0b;
  border-radius: 4rem;
  padding: 8rem 3rem;
  /*  artist アーティスト  */
  /*  ticket チケット  */
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper {
    padding: 6.4rem 2rem;
  }
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper {
    padding: 4rem 1.6rem;
  }
}
.top_contents .contents_wrapper h3 {
  width: 20%;
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper h3 {
    width: 40%;
  }
}
.top_contents .contents_wrapper .txtbox {
  margin-top: 3rem;
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .txtbox {
    margin-top: 2rem;
  }
}
.top_contents .contents_wrapper .txtbox p {
  font: 700 3rem/1.33 "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .txtbox p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .txtbox p {
    font-size: 1.8rem;
  }
}
.top_contents .contents_wrapper .txtbox a {
  color: #7600ff;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .txtbox a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .txtbox a {
    margin-top: 1rem;
  }
}
.top_contents .contents_wrapper .txtbox a span {
  display: block;
}
.top_contents .contents_wrapper .txtbox a span svg {
  vertical-align: baseline;
  margin-left: 2.7rem;
}
.top_contents .contents_wrapper .container {
  margin-top: 1.3rem;
  display: grid;
  column-gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 2px solid #000;
  padding-bottom: 4rem;
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .container {
    column-gap: 0.4rem;
    padding-bottom: 2.4rem;
  }
}
.top_contents .contents_wrapper .inner_02 {
  margin-top: 4rem;
}
.top_contents .contents_wrapper .artist_container {
  background: #7600ff;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .artist_container {
    flex-direction: column;
  }
  .top_contents .contents_wrapper .artist_container .btn_container {
    margin-top: 2rem;
  }
}
.top_contents .contents_wrapper .artist_container .box {
  flex-basis: 50%;
}
.top_contents .contents_wrapper .artist_container .box h3 {
  width: 85%;
  margin-left: 2rem;
}
.top_contents .contents_wrapper .ticket_container {
  background: #fff;
  border-radius: 4rem;
  margin-top: 8rem;
  padding: 2.8rem;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .ticket_container {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .ticket_container {
    margin-top: 4rem;
    padding: 2.8rem 1.6rem;
  }
}
.top_contents .contents_wrapper .ticket_container h3 {
  width: 28%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .ticket_container h3 {
    width: 60%;
  }
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .ticket_container h3 {
    width: 80%;
  }
}
.top_contents .contents_wrapper .ticket_container .container {
  width: 95%;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .ticket_container .container {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .ticket_container .container {
    width: 95%;
  }
}
.top_contents .contents_wrapper .ticket_container .container .box h4 {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.top_contents .contents_wrapper .ticket_container .container .box h4 p {
  font: 600 3rem/1.6 "Zen Kaku Gothic New", sans-serif;
  color: #7600ff;
  flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .ticket_container .container .box h4 p {
    font-size: 2.2rem;
    flex-basis: 25%;
  }
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .ticket_container .container .box h4 p {
    flex-basis: 31%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .top_contents .contents_wrapper .ticket_container .container .box h4 .long {
    flex-basis: 50%;
  }
}
.top_contents .contents_wrapper .ticket_container .container .box h4 span {
  width: 90%;
  height: 2px;
  background: #7600ff;
  display: block;
}
.top_contents .contents_wrapper .ticket_container .container .box h4 .short {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .ticket_container .container .box h4 .short {
    width: 80%;
  }
}
.top_contents .contents_wrapper .ticket_container .container .box .price {
  font: 500 2rem/1.5 "Zen Kaku Gothic New", sans-serif;
}
.top_contents .contents_wrapper .ticket_container .container .box .price strong {
  font: 700 3rem/1.5 "Zen Kaku Gothic New", sans-serif;
}
.top_contents .contents_wrapper .ticket_container .container .box .price i {
  font: normal 400 1.2rem/1.5 "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .ticket_container .container .box .price {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .top_contents .contents_wrapper .ticket_container .container .box .price {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .contents_wrapper .ticket_container .container .box .price strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .top_contents .contents_wrapper .ticket_container .container .box .price strong {
    font-size: 2.4rem;
  }
}
.top_contents .contents_wrapper .ticket_container .btn_container {
  margin: 4rem auto 0;
}

/*************************************************
                タイムテーブル
*************************************************/
.time_table {
  margin-top: 10rem;
  background: #fff;
  padding: 6rem 0;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .time_table {
    margin-top: 6.4rem;
  }
}
.time_table h2 {
  width: 28.7%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .time_table h2 {
    width: 50%;
  }
}
.time_table .img {
  width: 86%;
  margin: 2rem auto 0;
}

/*************************************************
                アクセス
*************************************************/
.top_access {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .top_access {
    margin-top: 6.4rem;
  }
}
.top_access .bg_gry {
  position: relative;
  border-radius: 6rem;
  border: 2px solid #000;
  padding: 8rem 0 13rem;
}
@media screen and (max-width: 768px) {
  .top_access .bg_gry {
    padding: 6.4rem 0 8rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 420px) {
  .top_access .bg_gry {
    padding: 4rem 0 6rem;
  }
}
.top_access .bg_gry .dots {
  position: absolute;
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .top_access .bg_gry .dots {
    width: 12px;
    height: 12px;
  }
}
.top_access .bg_gry .dots01 {
  top: 6rem;
  left: 6rem;
}
@media screen and (max-width: 768px) {
  .top_access .bg_gry .dots01 {
    top: 3rem;
    left: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .top_access .bg_gry .dots01 {
    top: 2rem;
    left: 2rem;
  }
}
.top_access .bg_gry .dots02 {
  top: 6rem;
  right: 6rem;
}
@media screen and (max-width: 768px) {
  .top_access .bg_gry .dots02 {
    top: 3rem;
    right: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .top_access .bg_gry .dots02 {
    top: 2rem;
    right: 2rem;
  }
}
.top_access .bg_gry .dots03 {
  bottom: 6rem;
  left: 6rem;
}
@media screen and (max-width: 768px) {
  .top_access .bg_gry .dots03 {
    bottom: 3rem;
    left: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .top_access .bg_gry .dots03 {
    bottom: 2rem;
    left: 2rem;
  }
}
.top_access .bg_gry .dots04 {
  bottom: 6rem;
  right: 6rem;
}
@media screen and (max-width: 768px) {
  .top_access .bg_gry .dots04 {
    bottom: 3rem;
    right: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .top_access .bg_gry .dots04 {
    bottom: 2rem;
    right: 2rem;
  }
}
.top_access h2 {
  width: 23%;
  margin-left: 11%;
}
@media screen and (max-width: 768px) {
  .top_access h2 {
    width: 38%;
  }
}
@media screen and (max-width: 420px) {
  .top_access h2 {
    width: 42%;
    margin-left: 8%;
  }
}
.top_access .container {
  width: 78%;
  margin: 4rem auto 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .top_access .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top_access .container {
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .top_access .container {
    width: 85%;
    margin-top: 2rem;
  }
}
.top_access .container .txtbox {
  flex-basis: 62%;
  padding-bottom: 2rem;
}
.top_access .container .txtbox dl {
  display: flex;
}
@media screen and (max-width: 420px) {
  .top_access .container .txtbox dl {
    flex-direction: column;
  }
}
.top_access .container .txtbox .place {
  column-gap: 3.4rem;
}
.top_access .container .txtbox .place dt {
  font-size: 2.4rem;
}
@media screen and (max-width: 420px) {
  .top_access .container .txtbox .place dt {
    font-size: 2rem;
  }
}
.top_access .container .txtbox .place dd p {
  font-size: 2.4rem;
}
@media screen and (max-width: 420px) {
  .top_access .container .txtbox .place dd p {
    font-size: 2rem;
  }
}
.top_access .container .txtbox .place dd span {
  font-size: 1.6rem;
}
@media screen and (max-width: 420px) {
  .top_access .container .txtbox .place dd span {
    font-size: 1.2rem;
  }
}
.top_access .container .txtbox .item {
  column-gap: 1.6rem;
  margin-top: 2.6rem;
  align-items: flex-start;
}
.top_access .container .txtbox .item dt {
  display: flex;
  align-items: center;
}
.top_access .container .txtbox .item dt span {
  height: 23px;
}
.top_access .container .txtbox .item dt span svg {
  vertical-align: baseline;
}
.top_access .container .txtbox .item dt p {
  margin-left: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 420px) {
  .top_access .container .txtbox .item dt p {
    font-size: 1.6rem;
  }
}
.top_access .container .txtbox .item dd {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 420px) {
  .top_access .container .txtbox .item dd {
    font-size: 1.2rem;
  }
}
.top_access .map {
  width: 77%;
  margin: 4rem auto 0;
}
.top_access .map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_access .map {
    width: 90%;
  }
  .top_access .map iframe {
    height: 300px;
  }
}

/*************************************************
                注意事項
*************************************************/
.attention-contents {
  background: #000;
  position: relative;
  width: 70%;
  max-width: 740px;
  margin: 10rem auto 0;
  text-align: center;
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .attention-contents {
    width: 90%;
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 420px) {
  .attention-contents {
    width: 100%;
  }
}
.attention-contents h2 {
  color: #fff;
  font: 900 3.4rem/1.5 "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .attention-contents h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 420px) {
  .attention-contents h2 {
    font-size: 2rem;
  }
}
.attention-contents p {
  color: #fff;
  font: 400 2rem/1.5 "Zen Kaku Gothic New", sans-serif;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .attention-contents p {
    font-size: 1.6rem;
  }
}
.attention-contents .btn_container {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .attention-contents .btn_container {
    margin-top: 2.4rem;
  }
}
.attention-contents::after, .attention-contents::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
}
.attention-contents::after {
  top: -1rem;
}
.attention-contents::before {
  bottom: -1rem;
}

.remodal {
  padding-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .remodal {
    padding: 5rem 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .remodal .attention-remodal {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .remodal .attention-remodal {
    width: 90%;
  }
}
.remodal .attention-remodal h3 {
  font: 600 2.4rem/2 "Zen Kaku Gothic New", sans-serif;
}
.remodal .attention-remodal .group {
  margin-top: 4rem;
}
.remodal .attention-remodal h4 {
  font: 600 1.8rem/1.6 "Zen Kaku Gothic New", sans-serif;
  background: #f5f5f5;
  text-align: left;
  width: fit-content;
}
@media screen and (max-width: 420px) {
  .remodal .attention-remodal h4 {
    font-size: 1.6rem;
  }
}
.remodal .attention-remodal ul {
  margin-top: 2rem;
}
.remodal .attention-remodal ul li {
  font-weight: 500;
  margin-bottom: 8px;
  text-align: left;
  text-indent: -2rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 420px) {
  .remodal .attention-remodal ul li {
    font-size: 1.4rem;
  }
}
.remodal .attention-remodal ul li::before {
  content: "⚫︎";
  margin-right: 0.5rem;
}
.remodal .attention-remodal ul li ul {
  margin-top: 1rem;
}
.remodal .attention-remodal ul li ul li {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 420px) {
  .remodal .attention-remodal ul li ul li {
    font-size: 1.4rem;
  }
}
.remodal .attention-remodal ul li ul li::before {
  content: "・";
}
.remodal .attention-remodal ul li:last-child {
  margin-bottom: 0px;
}
.remodal .attention-remodal p {
  text-align: left;
  margin-top: 2rem;
  font: 500 1.6rem/1.8 "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 420px) {
  .remodal .attention-remodal p {
    font-size: 1.4rem;
  }
}
.remodal .attention-remodal dl {
  margin-top: 2rem;
}
.remodal .attention-remodal dl dt, .remodal .attention-remodal dl dd {
  text-align: left;
  font: 500 1.6rem/1.6 "Zen Kaku Gothic New", sans-serif;
  margin-top: 1rem;
}
@media screen and (max-width: 420px) {
  .remodal .attention-remodal dl dt, .remodal .attention-remodal dl dd {
    font-size: 1.4rem;
  }
}
.remodal .attention-remodal dl dt {
  text-decoration: underline;
  font-weight: 600;
}

/*************************************************
                sponsor スポンサー
*************************************************/
.sponsor {
  background: #fff;
  border: 1px solid #000;
  border-radius: 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .sponsor {
    margin-top: 6.4rem;
  }
}
.sponsor .box {
  width: fit-content;
  margin: 4rem auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sponsor .box {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 420px) {
  .sponsor .box {
    padding: 2rem 1rem;
  }
}
.sponsor dl {
  display: flex;
}
.sponsor dl dt, .sponsor dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sponsor dl dt, .sponsor dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 420px) {
  .sponsor dl dt, .sponsor dl dd {
    font-size: 1.2rem;
  }
}
.sponsor dl dt {
  flex-basis: 9%;
}
.sponsor dl dd {
  flex-basis: 89%;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 420px) {
  .sponsor dl dt {
    flex-basis: 20%;
  }
  .sponsor dl dd {
    flex-basis: 80%;
    text-indent: -1rem;
    padding-left: 1rem;
  }
  .sponsor dl .item {
    flex-basis: 20%;
  }
}

/*************************************************
                お知らせ一覧
*************************************************/
.page-news-list .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-news-list .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  .page-news-list .container {
    margin-top: -2rem;
  }
}
.page-news-list .container .box {
  width: calc(33.3333333333% - 0.6666666667rem);
  background: #fff;
  border: 2px solid #000;
  padding: 5rem 1.5rem 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-news-list .container .box {
    width: 100%;
    padding: 3rem 3rem 6rem;
  }
  .page-news-list .container .box:last-child {
    border-bottom: 2px solid #000;
  }
}
.page-news-list .container .box .date {
  font-size: 1.6rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .page-news-list .container .box .date {
    font-size: 1.4rem;
  }
}
.page-news-list .container .box .ttl {
  font-size: 2.4rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  transition: 0.3s;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .page-news-list .container .box .ttl {
    font-size: 1.8rem;
  }
}
.page-news-list .container .box .txt {
  font: 400 1.6rem/1.45 "Zen Kaku Gothic New", sans-serif;
  transition: 0.3s;
  margin-top: 2rem;
}
.page-news-list .container .box .arrow {
  position: absolute;
  bottom: 4rem;
  right: 1.5rem;
}
.page-news-list .container .box .arrow svg {
  transition: 0.3s;
  stroke: #000;
}
@media screen and (max-width: 768px) {
  .page-news-list .container .box .arrow {
    bottom: 3rem;
  }
}
.page-news-list .container .box:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.page-news-list .container .box:hover .date, .page-news-list .container .box:hover .ttl, .page-news-list .container .box:hover .txt {
  color: #7600ff;
}
.page-news-list .container .box:hover .ttl {
  border-bottom: 1px solid #7600ff;
}
.page-news-list .container .box:hover .arrow svg {
  stroke: #7600ff;
}

/*************************************************
                お知らせ詳細
*************************************************/
.page-news-details .container {
  background-color: #fff;
  border: 1px solid #000;
}
.page-news-details .detail-contents {
  padding: 6.3rem 0 6.6rem;
  margin: 0 5.4rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents {
    padding: 6rem 0 4.6rem;
    margin: 0 2rem;
  }
}
.page-news-details .detail-contents .ttl {
  position: relative;
  border-bottom: 2px solid #000;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .ttl {
    margin-bottom: 2rem;
  }
}
.page-news-details .detail-contents .ttl .time {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .ttl .time {
    font-size: 1.4rem;
  }
}
.page-news-details .detail-contents .ttl h3 {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .ttl h3 {
    font-size: 1.8rem;
  }
}
.page-news-details .detail-contents .ttl .btn_container {
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .ttl .btn_container {
    top: -4.5rem;
    width: 12.5rem;
  }
}
.page-news-details .detail-contents .ttl .btn_container span svg {
  transform: none;
  margin-left: 0;
  margin-right: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .ttl .btn_container span svg {
    margin-right: 1rem;
  }
}
.page-news-details .detail-contents .content {
  width: 100%;
}
.page-news-details .detail-contents .content p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.page-news-details .detail-contents .content p:last-of-type {
  margin-bottom: 0;
}
.page-news-details .detail-contents .content p span {
  font-weight: 600;
}
.page-news-details .detail-contents .content p a {
  display: inline-block;
  color: #7600ff;
  font-size: 2rem;
}
.page-news-details .detail-contents .content p a span {
  vertical-align: super;
  margin-left: 0.5rem;
}
.page-news-details .detail-contents .content p a span img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content p a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.page-news-details .detail-contents .content p a.url {
  font-size: 1rem;
}
.page-news-details .detail-contents .content .img-box {
  margin: 6rem 0;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content .img-box {
    margin: 3rem 0;
  }
}
.page-news-details .detail-contents .content .img-box img {
  width: 100%;
}
.page-news-details .detail-contents .content .img-box.margin_0 {
  margin-top: 0;
}
.page-news-details .detail-contents .content .img-box.marginB_0 {
  margin-bottom: 0;
}
.page-news-details .detail-contents .content .half img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content .half img {
    width: 100%;
  }
}
.page-news-details .detail-contents .content .inner {
  margin: 6rem 0;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content .inner {
    margin: 3rem 0;
  }
}
.page-news-details .detail-contents .content .inner h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content .inner h4 {
    font-size: 1.6rem;
  }
}
.page-news-details .detail-contents .content .inner p {
  margin: 1rem 0 0 0;
}
.page-news-details .detail-contents .content .inner a {
  color: #7600ff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content .inner a {
    font-size: 1.6rem;
  }
}
.page-news-details .detail-contents .content .inner ul {
  margin-top: 1rem;
}
.page-news-details .detail-contents .content .inner ul li {
  font-size: 1.8rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content .inner ul li {
    font: 400 1.4rem/1.6 "Zen Kaku Gothic New", sans-serif;
  }
}
.page-news-details .detail-contents .content .inner .mt_10 {
  margin-top: 3rem;
}
.page-news-details .detail-contents .content .inner table {
  width: 90%;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content .inner table {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .page-news-details .detail-contents .content .inner table tr {
    border-left: 1px solid #ccc;
  }
}
.page-news-details .detail-contents .content .inner table tr th {
  color: #7600ff;
  background: #C9CACA;
  font-size: 1.8rem;
  padding: 1.4rem 1rem;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
}
@media screen and (max-width: 420px) {
  .page-news-details .detail-contents .content .inner table tr th {
    display: block;
    width: 100%;
  }
}
.page-news-details .detail-contents .content .inner table tr:first-child th:last-child {
  border-right: 1px solid #ccc;
}
.page-news-details .detail-contents .content .inner table tr .t-head {
  width: 20%;
}
@media screen and (max-width: 420px) {
  .page-news-details .detail-contents .content .inner table tr .t-head {
    width: 100%;
  }
}
.page-news-details .detail-contents .content .inner table tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.4rem 1rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .page-news-details .detail-contents .content .inner table tr td {
    display: block;
  }
}
.page-news-details .detail-contents .content .inner table tr td span {
  font-size: 1.4rem;
}
.page-news-details .detail-contents .content .inner .dance_list p {
  font-size: 1.6rem;
  font-weight: 600;
  background: #C9CACA;
  color: #7600ff;
  text-align: center;
  padding: 0.8rem 0;
}
.page-news-details .detail-contents .content .inner .dance_list dl {
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.page-news-details .detail-contents .content .inner .dance_list dl dt {
  color: #7600ff;
  padding: 1rem 1rem 0;
}
.page-news-details .detail-contents .content .inner .dance_list dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 1rem 1rem;
}
.page-news-details .detail-contents .content .img-only {
  margin: 1rem 0;
}
.page-news-details .detail-contents .content .img-only figure img {
  margin: 0 0 1rem 0;
}
.page-news-details .detail-contents .content .img-only_2 {
  margin: 2rem 0;
}
.page-news-details .detail-contents .content .img-box.container02 {
  width: 80%;
  display: flex;
  column-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .detail-contents .content .img-box.container02 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .page-news-details .detail-contents .content .img-box.container02 {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.page-news-details .details-pagenate {
  margin-bottom: 9.8rem;
}
.page-news-details .details-pagenate .inner {
  margin: 0 5.4rem;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-news-details .details-pagenate .inner {
    margin: 0 3rem;
    display: block;
  }
}
.page-news-details .details-pagenate .inner .prev, .page-news-details .details-pagenate .inner .next {
  flex-basis: 40%;
}
.page-news-details .details-pagenate .inner .prev a, .page-news-details .details-pagenate .inner .next a {
  display: flex;
  align-items: center;
}
.page-news-details .details-pagenate .inner .prev span svg, .page-news-details .details-pagenate .inner .next span svg {
  vertical-align: baseline;
  fill: #7600ff;
}
@media screen and (max-width: 768px) {
  .page-news-details .details-pagenate .inner .prev {
    margin-bottom: 2rem;
  }
}
.page-news-details .details-pagenate .inner .prev span svg {
  margin-right: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-news-details .details-pagenate .inner .next a {
    justify-content: end;
  }
}
.page-news-details .details-pagenate .inner .next span svg {
  transform: rotate(180deg);
  margin-left: 1.4rem;
}
.page-news-details .details-pagenate .flex-end {
  justify-content: end !important;
}

.subpage_title {
  margin: 5.8rem 0 9rem;
  width: 39rem;
}
@media screen and (max-width: 768px) {
  .subpage_title {
    margin-bottom: 6.4rem;
  }
}
.subpage_title p {
  font-size: 1.8rem;
}
@media screen and (max-width: 420px) {
  .subpage_title p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 420px) {
  .subpage_title {
    margin: 5.8rem 0 4rem;
    width: 60%;
  }
}

/*************************************************
                アーティスト一覧
*************************************************/
.part-date {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .part-date {
    display: block;
  }
}

.line-up_container {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .line-up_container {
    width: 100%;
    margin-bottom: 10rem;
  }
}
.line-up_container .date_img {
  width: 40%;
  margin: 0 auto;
  max-width: 20rem;
}
@media screen and (max-width: 768px) {
  .line-up_container .date_img {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .line-up_container .date_img {
    width: 40%;
  }
}
.line-up_container .container {
  margin-top: 6.4rem;
}
@media screen and (max-width: 420px) {
  .line-up_container .container {
    margin-top: 4rem;
  }
}
.line-up_container .container .outer-box:not(:first-child) {
  margin-top: 4rem;
}
.line-up_container .container .outer-box .sub_head {
  background: #b8ff0b;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.line-up_container .container .outer-box .sub_head span {
  width: 28%;
  margin: 0 auto;
  display: block;
}
.line-up_container .container .outer-box .sub_head.paid span {
  width: 45%;
}
@media screen and (max-width: 420px) {
  .line-up_container .container .outer-box .sub_head.paid span {
    width: 42%;
  }
}
.line-up_container .container .outer-box .inner-container {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5vw 1vw;
}
@media screen and (max-width: 768px) {
  .line-up_container .container .outer-box .inner-container {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 420px) {
  .line-up_container .container .outer-box .inner-container {
    gap: 6vw 3vw;
  }
}
.line-up_container .container .coming p {
  background: #ccc;
  color: #7600ff;
  width: fit-content;
  margin: 5rem auto 2rem;
  font-size: 1.5vw;
  line-height: 1.2;
  padding: 0 2px;
}
@media screen and (max-width: 420px) {
  .line-up_container .container .coming p {
    font-size: 1.8rem;
  }
}

.a-item {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .a-item {
    display: flex;
    flex-wrap: wrap;
  }
  .a-item a {
    width: 100%;
  }
}
.a-item .thumb {
  overflow: hidden;
  border-radius: 3px;
  line-height: 0;
  background-color: #000;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .a-item .thumb {
    margin-bottom: 2vw;
  }
}
.a-item .img {
  display: block;
  position: relative;
  background-color: #000;
  padding-top: 77.78%;
}
.a-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  z-index: 1;
}
.a-item .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.a-item .a-name {
  font-size: 2rem;
  background: #fff;
  width: fit-content;
  padding: 0 2px;
  line-height: 1.2;
  font-weight: 600;
}
.a-item .a-name.other {
  display: flex;
  flex-direction: column;
}
.a-item .a-name.other span {
  font-size: 1.2rem;
  color: #707070;
}
.a-item .a-name.other .pp {
  color: #7600ff;
}
.a-item .a-name.other i {
  font-size: 1.2rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .a-item .a-name.other i {
    font-size: 0.9rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .a-item .a-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .a-item .a-name {
    font-size: 1.4rem;
  }
}

/*************************************************
                コンテンツページ
*************************************************/
.pages_concept .lead_txt {
  width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .pages_concept .lead_txt {
    width: 100%;
  }
}
.pages_concept .concept_content {
  padding: 7.5rem 8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .pages_concept .concept_content {
    padding: 6.4rem 4rem;
  }
}
@media screen and (max-width: 420px) {
  .pages_concept .concept_content {
    padding: 4rem 2rem;
  }
}
.pages_concept .concept_content .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 420px) {
  .pages_concept .concept_content .container {
    flex-direction: column;
  }
}
.pages_concept .concept_content .container .box {
  flex-basis: 19%;
}
@media screen and (max-width: 768px) {
  .pages_concept .concept_content .container .box {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 420px) {
  .pages_concept .concept_content .container .box {
    width: 80%;
  }
}
.pages_concept .concept_content .container .txt {
  flex-basis: 73%;
}
@media screen and (max-width: 768px) {
  .pages_concept .concept_content .container .txt {
    flex-basis: 70%;
  }
}
@media screen and (max-width: 420px) {
  .pages_concept .concept_content .container .txt {
    margin-top: 2rem;
  }
}
.pages_concept .concept_content .container .txt p {
  color: #fff;
  font-size: 2rem;
}
.pages_concept .concept_content .container .txt p:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .pages_concept .concept_content .container .txt p {
    font-size: 1.6rem;
  }
}

.area-contents_container {
  width: 1040px;
  margin: 8rem auto 0;
}
@media screen and (max-width: 1024px) {
  .area-contents_container {
    width: 95%;
  }
}
.area-contents_container.paid {
  margin-top: 4rem;
}
.area-contents_container .wrapper {
  padding: 0 2rem;
}
@media screen and (max-width: 1280px) {
  .area-contents_container {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .area-contents_container {
    width: 95%;
    min-width: auto;
  }
  .area-contents_container .wrapper {
    padding: 0;
  }
}
.area-contents_container .bg_gry {
  border-radius: 5.5rem;
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 420px) {
  .area-contents_container .bg_gry {
    padding: 4rem 0 6rem;
  }
}
.area-contents_container h3 {
  border-left: 8px solid #7600ff;
  width: 20%;
  padding-left: 1.4rem;
}
@media screen and (max-width: 420px) {
  .area-contents_container h3 {
    width: 50%;
  }
}
.area-contents_container .txtbox {
  margin-top: 2.4rem;
}
@media screen and (max-width: 420px) {
  .area-contents_container .txtbox {
    margin-top: 1.8rem;
  }
}
.area-contents_container .txtbox p {
  font-size: 1.8vw;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .area-contents_container .txtbox p {
    font-size: 1.8rem;
  }
}
.area-contents_container .img_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4vw 1.6vw;
  margin-top: 4rem;
}
@media screen and (max-width: 420px) {
  .area-contents_container .img_container {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
}
.area-contents_container .img_container .box {
  position: relative;
  z-index: 0;
}
.area-contents_container .img_container .box .item {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  width: 100%;
  /*ボタンの形状*/
  display: inline-block;
  background: transparent;
  border-radius: 14px;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}
.area-contents_container .img_container .box .item .inner {
  padding: 2rem;
  border: 2px solid #000;
  position: relative;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  z-index: 2;
  background-color: #fff;
  /*テキストの形状*/
  display: block;
  border-radius: 14px;
  color: #000;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .area-contents_container .img_container .box .item .inner {
    padding-bottom: 4rem;
  }
}
.area-contents_container .img_container .box .item .inner h4 {
  color: #ff4800;
  font-size: 2.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .area-contents_container .img_container .box .item .inner h4 {
    font-size: 2rem;
  }
}
.area-contents_container .img_container .box .item .inner h4.pp {
  color: #7600ff;
}
.area-contents_container .img_container .box .item .inner p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .area-contents_container .img_container .box .item .inner p {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}
.area-contents_container .img_container .box .item.pushdown::before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 0;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: #b8ff0b;
  border: 1px solid #000;
}
.area-contents_container .img_container .box .item.pushdown:hover {
  border-color: transparent;
  opacity: 1;
}
.area-contents_container .img_container .box .item.pushdown:hover .inner {
  transform: translateY(10px);
}
.area-contents_container .container {
  display: flex;
  column-gap: 2vw;
  padding: 0 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .area-contents_container .container {
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  .area-contents_container .container {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.area-contents_container .container .paid_inner {
  padding: 8rem 6rem;
  border-radius: 5rem;
}
@media screen and (max-width: 1024px) {
  .area-contents_container .container .paid_inner {
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .area-contents_container .container .paid_inner {
    padding: 6.4rem 3rem;
  }
}
.area-contents_container .container .paid_inner h4 {
  width: 70%;
  margin: 0 auto;
}
.area-contents_container .container .paid_inner p {
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .area-contents_container .container .paid_inner p {
    font-size: 1.4rem;
  }
}
.area-contents_container .container .paid_inner .btn_container {
  margin: 2rem auto 0;
}
.area-contents_container .container .paid_inner.artist {
  background: #ff4800;
}
.area-contents_container .container .paid_inner.ticket {
  background: #7600ff;
}
.area-contents_container .container .paid_inner.ticket p {
  color: #fff;
}

.gallery {
  margin-top: 15rem;
}
@media screen and (max-width: 420px) {
  .gallery {
    margin-top: 10rem;
  }
}
.gallery h3 {
  width: 68%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #000;
  filter: drop-shadow(0 3px 0 rgb(0, 0, 0));
  border-radius: 60px;
  padding: 1.4rem 3rem;
  min-width: 1088px;
}
@media screen and (max-width: 1088px) {
  .gallery h3 {
    min-width: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .gallery h3 {
    width: 95%;
  }
}
@media screen and (max-width: 420px) {
  .gallery h3 {
    padding: 1.6rem 2rem;
  }
}
.gallery h3 span {
  width: 60%;
  display: block;
}
@media screen and (max-width: 420px) {
  .gallery h3 span {
    width: 100%;
  }
}
.gallery .gallery_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
  margin-top: 3.5rem;
}
@media screen and (max-width: 420px) {
  .gallery .gallery_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}
.gallery .gallery_container img {
  border: 1px solid #7600ff;
  border-radius: 1rem;
}

/* -------------------------------------- */
/* ---     フォトギャラリーのモーダル     --- */
/* -------------------------------------- */
.swiperModalButton {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 420px) {
  .modal {
    padding: 3rem 2rem;
  }
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

.modal_inner {
  width: 90%;
  margin: 0 auto;
  border-radius: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .modal_inner {
    width: 100%;
  }
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 4rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}

.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

p.swiperText {
  margin: 0;
  text-align: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #b8ff0b;
}
@media screen and (max-width: 420px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem;
  }
}

@media screen and (max-width: 420px) {
  .swiper-button-prev {
    left: -1rem;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -1rem;
  }
}
/*************************************************
                チケットページ
*************************************************/
.subpage_title.ticket {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .subpage_title.ticket {
    width: 30%;
  }
}
@media screen and (max-width: 420px) {
  .subpage_title.ticket {
    width: 50%;
  }
}

.ticket_info {
  background: #fff;
  padding: 8rem 0;
  border-radius: 4rem;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .ticket_info {
    padding: 6.4rem 0;
  }
}
.ticket_info .inner_contents_container {
  width: 81%;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .ticket_info .inner_contents_container {
    width: 90%;
  }
}
.ticket_info .info_head {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ticket_info .info_head {
    flex-direction: column;
  }
}
.ticket_info .info_head h3 {
  padding-left: 3rem;
  border-left: 13px solid #b8ff0b;
  font: 700 3rem/1.4 "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 420px) {
  .ticket_info .info_head h3 {
    font-size: 2.2rem;
    border-left: 10px solid #b8ff0b;
    padding-left: 1rem;
  }
}
.ticket_info .info_head p {
  margin-left: 4.3rem;
}
@media screen and (max-width: 420px) {
  .ticket_info .info_head p {
    margin-left: 2rem;
  }
}
.ticket_info .info_head p span {
  font-size: 1.2rem;
}
.ticket_info .info_head .place {
  font-size: 2rem;
  margin: 1rem auto 0 3rem;
}
@media screen and (max-width: 768px) {
  .ticket_info .info_head .place {
    margin-left: 4.3rem;
  }
}
@media screen and (max-width: 420px) {
  .ticket_info .info_head .place {
    margin: 0 2rem;
    font-size: 1.8rem;
  }
}
.ticket_info .price_table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 420px) {
  .ticket_info .price_table {
    margin-top: 2.4rem;
  }
  .ticket_info .price_table .item {
    display: none;
  }
}
.ticket_info .price_table tr:last-child td:last-child {
  border-bottom: none;
}
.ticket_info .price_table th {
  font-size: 2.4rem;
  line-height: 1;
  padding: 3.5rem 2rem;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ticket_info .price_table th {
    font-size: 2rem;
    padding: 3rem 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  .ticket_info .price_table th {
    background: #f5f5f5;
    display: block;
    text-align: center;
    padding: 1.6rem;
  }
}
.ticket_info .price_table th i {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ticket_info .price_table th i {
    font-size: 1rem;
  }
}
.ticket_info .price_table th.center {
  text-align: center;
}
.ticket_info .price_table td {
  border-bottom: 1px solid #000;
  font-size: 3.4rem;
  padding: auto 2rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ticket_info .price_table td {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 420px) {
  .ticket_info .price_table td {
    display: block;
    position: relative;
    padding: 2rem 1.6rem;
    line-height: 1.2;
  }
  .ticket_info .price_table td::before {
    content: attr(data-label);
    display: block;
    font-size: 1.6rem;
    color: #7600ff;
  }
}
.ticket_info .price_table td span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ticket_info .price_table td span {
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 420px) {
  .ticket_info .price_table td span {
    margin-left: 0.5rem;
  }
}
.ticket_info .ticket_link {
  margin-top: 8.4rem;
}
@media screen and (max-width: 420px) {
  .ticket_info .ticket_link {
    margin-top: 4rem;
  }
}
.ticket_info .ticket_link h4 {
  font: 700 2.4rem/1.4 "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 420px) {
  .ticket_info .ticket_link h4 {
    font-size: 2rem;
  }
}
.ticket_info .ticket_link .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  column-gap: 1vw;
}
@media screen and (max-width: 420px) {
  .ticket_info .ticket_link .container {
    display: flex;
    flex-direction: column;
    row-gap: 4vw;
  }
}
.ticket_info .ticket_link .btn_container {
  width: 100%;
}
.ticket_info .ticket_link .btn_container .more_btn svg {
  transform: none;
}
.ticket_info .ticket_link .attention_box {
  margin-top: 6.4rem;
}
@media screen and (max-width: 420px) {
  .ticket_info .ticket_link .attention_box {
    margin-top: 4rem;
  }
}
.ticket_info .ticket_link .attention_box p {
  font-size: 1.4rem;
  text-indent: -1.4rem;
  padding-left: 1rem;
}
@media screen and (max-width: 420px) {
  .ticket_info .ticket_link .attention_box p {
    font-size: 1.2rem;
  }
}

.free_info {
  background: #fff;
  padding: 5rem 4rem 4rem;
  border-radius: 4rem;
  border: 1px solid #000;
  margin-top: 17rem;
  position: relative;
}
@media screen and (max-width: 420px) {
  .free_info {
    padding: 6rem 0 4rem;
  }
}
.free_info::before {
  content: "";
  width: 245px;
  height: 246px;
  background: url(../images/pages/ticket_01.png) no-repeat;
  position: absolute;
  background-size: contain;
  left: -5rem;
  top: -27%;
}
@media screen and (max-width: 768px) {
  .free_info::before {
    width: 200px;
    height: 200px;
    left: -2rem;
  }
}
@media screen and (max-width: 420px) {
  .free_info::before {
    width: 130px;
    height: 130px;
    left: -1rem;
    top: -30%;
  }
}
.free_info .inner_contents {
  width: 75%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 420px) {
  .free_info .inner_contents {
    width: 90%;
    margin: 0 auto;
  }
}
.free_info .inner_contents h4 {
  font: 700 3.2rem/1.4 "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .free_info .inner_contents h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 420px) {
  .free_info .inner_contents h4 {
    font-size: 2rem;
    text-align: center;
  }
}
.free_info .inner_contents h4 strong {
  background: linear-gradient(transparent 80%, #b8ff0b 80%);
}
.free_info .inner_contents p {
  font-size: 2.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .free_info .inner_contents p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 420px) {
  .free_info .inner_contents p {
    line-height: 1.4;
  }
}

/*************************************************
                イベント情報
*************************************************/
.about_container .event_date {
  width: 85%;
  max-width: 1050px;
  margin: 0 auto;
}
.about_container .access_map {
  width: 1040px;
  margin: 0 auto;
  margin-top: 13rem;
}
@media screen and (max-width: 1024px) {
  .about_container .access_map {
    width: 95%;
    margin-top: 10rem;
  }
}
.about_container .access_map .bg_gry {
  border: none;
  padding: 8rem 0;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .bg_gry {
    padding: 4.8rem 0;
  }
}
@media screen and (max-width: 1280px) {
  .about_container .access_map {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .about_container .access_map {
    width: 95%;
    min-width: auto;
  }
  .about_container .access_map .wrapper {
    padding: 0;
  }
}
.about_container .access_map .txtbox {
  width: 72%;
  margin: 2rem auto 0;
  padding-bottom: 2rem;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox {
    width: 87%;
  }
}
.about_container .access_map .txtbox dl {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .about_container .access_map .txtbox dl {
    flex-direction: column;
  }
}
.about_container .access_map .txtbox .place {
  column-gap: 3.4rem;
}
.about_container .access_map .txtbox .place dt {
  font-size: 2.4rem;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox .place dt {
    font-size: 2rem;
  }
}
.about_container .access_map .txtbox .place dd p {
  font-size: 2.4rem;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox .place dd p {
    font-size: 2rem;
  }
}
.about_container .access_map .txtbox .place dd span {
  font-size: 1.6rem;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox .place dd span {
    font-size: 1.2rem;
  }
}
.about_container .access_map .txtbox .map02 {
  margin-top: 2rem;
}
.about_container .access_map .txtbox h3 {
  font: 600 1.8rem/1.6 "Zen Kaku Gothic New", sans-serif;
  margin-top: 6.4rem;
}
.about_container .access_map .txtbox .item {
  column-gap: 1.6rem;
  margin-top: 4rem;
  align-items: flex-start;
}
.about_container .access_map .txtbox .item dt {
  display: flex;
  align-items: center;
}
.about_container .access_map .txtbox .item dt span {
  height: 23px;
}
.about_container .access_map .txtbox .item dt span svg {
  vertical-align: baseline;
}
.about_container .access_map .txtbox .item dt p {
  margin-left: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox .item dt p {
    font-size: 1.6rem;
  }
}
.about_container .access_map .txtbox .item dd {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 5px;
}
.about_container .access_map .txtbox .item dd .inner {
  display: flex;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox .item dd .inner {
    flex-direction: column;
  }
}
.about_container .access_map .txtbox .item dd .inner a {
  color: #7600ff;
}
.about_container .access_map .txtbox .item dd ul {
  margin-top: 1.4rem;
}
.about_container .access_map .txtbox .item dd ul li {
  font-size: 1.6rem;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox .item dd ul li {
    font-size: 1.2rem;
  }
}
.about_container .access_map .txtbox .item dd ul li strong {
  font-size: 1.8rem;
}
.about_container .access_map .txtbox .item dd ul li i {
  font: normal 500 1.2rem/1.4 "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox .item dd {
    font-size: 1.2rem;
  }
}
.about_container .access_map .txtbox .item dd .attention_park {
  margin-top: 3rem;
}
.about_container .access_map .txtbox .item dd .attention_park h4 {
  font: 500 1.2rem/1.6 "Zen Kaku Gothic New", sans-serif;
  color: #ff4800;
}
.about_container .access_map .txtbox .item dd .attention_park ul {
  margin-top: 1rem;
}
.about_container .access_map .txtbox .item dd .attention_park ul li {
  font-size: 1.2rem;
  line-height: 1.8;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 420px) {
  .about_container .access_map .txtbox .item dd .attention_park ul li {
    font-size: 1rem;
  }
}
.about_container .access_map .txtbox .item dd .attention_park .inner_attention {
  margin-top: 2rem;
}
.about_container .access_map .txtbox .map {
  width: 100%;
}
.about_container .access_map .txtbox .bus_timetable {
  margin-top: 4rem;
}
.about_container .access_map .item-long {
  margin-top: 6.4rem;
}
.about_container .access_map .item-long dt {
  flex-basis: 21%;
}
.about_container .access_map .item-long dd {
  flex-basis: 77%;
}

.overview_container {
  margin-top: 10rem;
}
.overview_container table {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 768px) {
  .overview_container table {
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .overview_container table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .overview_container table tr:first-child {
    border-top: 0.5px solid #000;
  }
}
.overview_container table caption {
  background: #000;
  color: #fff;
  padding: 7px;
  font: 700 1.6rem/1.5 "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview_container table caption {
    margin-bottom: 1rem;
  }
}
.overview_container table th {
  padding: 2rem;
  width: 20%;
  border: 0.1px solid #000;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .overview_container table th {
    border: none;
    border-bottom: 0.5px solid #000;
    width: 100%;
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
    background: #C9CACA;
  }
}
.overview_container table td {
  border: 1px solid #000;
  padding: 2rem;
  vertical-align: middle;
  font-weight: 500;
}
.overview_container table td p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .overview_container table td {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
    width: 100%;
    border: none;
    border-bottom: 0.5px solid #000;
  }
}
.overview_container table td span {
  font-weight: 500;
  padding: 0 0.8rem;
  margin-left: 1.6rem;
  vertical-align: baseline;
}
.overview_container table td dl {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .overview_container table td dl {
    width: 75%;
    margin: 0 auto;
  }
}
.overview_container table td dl dt {
  font-weight: 400;
  letter-spacing: 0.08em;
}
.overview_container table td dl dd {
  letter-spacing: 0.08em;
}
.overview_container table dd p {
  font-weight: 500;
}
.overview_container table .pl {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .overview_container table .pl {
    border: none;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .overview_container table .pl {
    color: #7600ff;
    margin-top: 0;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .overview_container table .item {
    padding: 0 0 2rem 0;
    border: none;
    border-bottom: 0.5px solid #000;
  }
  .overview_container table .item p {
    padding-top: 0;
    padding-left: 4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .overview_container table .item p {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .overview_container table .item02 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .overview_container table .item02 {
    padding-bottom: 1rem;
  }
}
.overview_container table .price_box {
  padding: 0;
}
@media screen and (max-width: 420px) {
  .overview_container table .price_box {
    padding-bottom: 1rem;
  }
}
.overview_container table .price_box dl {
  width: 100%;
  justify-content: flex-start;
  padding: 2rem 3rem;
}
@media screen and (max-width: 420px) {
  .overview_container table .price_box dl {
    padding: 0.5rem 2rem;
  }
}
.overview_container table .price_box dl:not(:last-child) {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 420px) {
  .overview_container table .price_box dl:not(:last-child) {
    border-bottom: none;
  }
}
.overview_container table .price_box dl dt, .overview_container table .price_box dl dd {
  font-weight: 500;
}
@media screen and (max-width: 420px) {
  .overview_container table .price_box dl dt, .overview_container table .price_box dl dd {
    font-size: 1.4rem;
  }
  .overview_container table .price_box dl dt p, .overview_container table .price_box dl dd p {
    font-size: 1.4rem;
  }
}
.overview_container table .price_box dl dt {
  flex-basis: 25%;
}

/*************************************************
                ブース一覧
*************************************************/
.subpage_title.booth {
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .subpage_title.booth {
    width: 45%;
  }
}

.booth_container .container {
  display: flex;
  column-gap: 4vw;
}
@media screen and (max-width: 768px) {
  .booth_container .container {
    flex-direction: column;
    row-gap: 10vw;
  }
}
.booth_container .container .outer-box {
  flex: 1;
}
.booth_container .container .outer-box .date_img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .booth_container .container .outer-box .date_img {
    width: 85%;
  }
}
.booth_container .container .outer-box .date_img img {
  height: 55px;
  object-fit: contain;
}
@media screen and (max-width: 420px) {
  .booth_container .container .outer-box .date_img img {
    height: 31px;
  }
}
.booth_container .container .outer-box .sub_head {
  background: #b8ff0b;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .booth_container .container .outer-box .sub_head {
    margin-top: 1rem;
  }
}
.booth_container .container .outer-box .sub_head span {
  width: 36%;
  display: block;
  margin: 0 auto;
}
.booth_container .container .outer-box .inner_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
  gap: 3.5vw 1vw;
}
@media screen and (max-width: 768px) {
  .booth_container .container .outer-box .inner_container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.8rem;
    gap: 5vw 3vw;
  }
}
@media screen and (max-width: 420px) {
  .booth_container .container .outer-box .inner_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.booth_container .container .outer-box .inner_container .a-item .a-name {
  margin: 0 0.5rem;
  padding: 3px 5px 0;
}
.booth_container .container .outer-box .inner_container .a-item .cp {
  margin: 0 0.5rem;
  background: #fff;
  font-size: 1.4rem;
  padding: 5px 5px;
  color: #555;
}
@media screen and (max-width: 1024px) {
  .booth_container .container .outer-box .inner_container .a-item .cp {
    font-weight: 500;
    font-size: 1.2rem;
  }
}
.booth_container .coming p {
  background: #ccc;
  color: #7600ff;
  width: fit-content;
  margin: 5rem auto 2rem;
  font-size: 1.5vw;
  line-height: 1.2;
  padding: 0 2px;
}
@media screen and (max-width: 420px) {
  .booth_container .coming p {
    font-size: 1.8rem;
  }
}