@charset "UTF-8";
/* Reset Style */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
 background: transparent;
}
html {
 font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-weight: 400;
 font-size: 93.75%;
 scroll-behavior: smooth;
}
@media only screen and (max-width: 768px) {
 html {
  font-size: 62.5%;
 }
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, tr, th, td, span {
 font-size: 1.066664rem;
 font-size: 1.33333rem;
}
@media only screen and (max-width: 768px) {
 h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, tr, th, td, span {
  font-size: 1.5rem;
  font-size: 1.4rem;
 }
}
body {
 line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
nav ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 vertical-align: baseline;
 background: transparent;
}
/* change colours to suit your needs */
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}
/* change colours to suit your needs */
mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
table {
 width: 100%;
}
table th {
 text-align: center;
 vertical-align: top;
 background: #f3f3f3;
}
table td {
 width: auto;
}
table th, table td {
 border: 1px solid #ccc;
 box-sizing: border-box;
 font-family: -apple-system, BlinkMacSystemFont, YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 padding: 20px 40px;
} /* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
/*input, select {
 vertical-align: middle;
}*/
input[type="radio"i] {
 background-color: initial;
 cursor: default;
 appearance: auto;
 box-sizing: border-box;
 margin: 0;
 padding: initial;
 border: initial;
}
img {
 height: auto;
 width: 100%;
}
img[src$=".svg"] {
 width: 100%;
}
ol, ul {
 list-style: none outside none;
 margin: 0;
 padding: 0;
}
li {
 list-style-type: none;
}
*, *::before, *::after {
 box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
 table {
  width: 100%;
 }
 table th, table td {
  list-style-type: none;
  padding: 15px 15px;
  width: 100%;
 }
 table th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  width: 100%;
 }
 table td {
  text-align: left;
  width: auto;
 }
}
/* ----------------------------------------------------------------
    link
  ----------------------------------------------------------------- */
a {
 color: #333;
 outline: none;
}
a:link {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a.disable {
 cursor: default;
}
a:visited {
 text-decoration: none;
}
a.disable:hover {
 text-decoration: none;
}
a.default:link {
 color: #0000ff;
 text-decoration: underline;
}
a.default:link:hover {
 text-decoration: none;
}
a.default:visited {
 color: #800080;
}
a.default:active {
 color: #ff8000;
}
a.default:hover {
 color: #b80120;
}
a.txt-link {
 color: #666;
 text-decoration: underline;
}
a.txt-link:hover {
 text-decoration: none;
}
.no-link {
 opacity: 0.5;
 pointer-events: none; /*リンクを非リンクに変える*/
 cursor: default; /*マウスカーソルを矢印のまま変えない*/
 text-decoration: none; /*下線を消す*/
}
.btn-area {
 text-align: center;
}
a.btn {
 background: rgb(190, 52, 85);
 border: 1px solid #e93793;
 border-radius: 3rem;
 color: #fff;
 display: inline-block;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-size: 1.5rem;
 font-weight: 700;
 padding: 1.5rem 4.5rem;
 text-align: center;
 text-decoration: none;
 transition: all 0.3s ease-out;
}
a.btn:hover {
 background: none;
 border: 1px solid rgb(190, 52, 85);
 color: rgb(190, 52, 85);
 transition: all 0.3s ease-out;
}
.btn-link {
 font-family: YakuHanJP, 'Oswald', 'Noto Sans JP', sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin: 45px auto 25px;
 max-width: 375px;
 text-align: center;
 width: 90%;
}
.btn-link a {
 background-color: #fff;
 border: 1px solid #333;
 border-radius: 50px;
 color: #333;
 display: block;
 line-height: 1;
 padding: 25px 0;
 width: 100%;
}
.btn-link a:hover {
 background-color: #ccc;
 border: 1px solid #ccc;
 color: #333;
 transition: 0.5s;
}
.btn-link-end a {
 background-color: #ccc;
 border: 1px solid #ccc;
 color: #333;
 pointer-events: none;
}
/* ----------------------------------------------------------------
    common
  ----------------------------------------------------------------- */
.mt-0 {
 margin-top: 0px !important;
}
.mb-0 {
 margin-bottom: 0px !important;
}
.mt-10 {
 margin-top: 10px !important;
}
.mb-10 {
 margin-bottom: 10px !important;
}
.mt-20 {
 margin-top: 20px !important;
}
.mb-20 {
 margin-bottom: 20px !important;
}
.mt-30 {
 margin-top: 30px !important;
}
.mb-30 {
 margin-bottom: 30px !important;
}
.mt-40 {
 margin-top: 40px !important;
}
.mb-40 {
 margin-bottom: 40px !important;
}
.mt-50 {
 margin-top: 50px !important;
}
.mb-50 {
 margin-bottom: 50px !important;
}
.txtL {
 text-align: left !important;
}
.txtR {
 text-align: right !important;
}
.txtC {
 text-align: center !important;
}
.txtRed {
 color: #FF0004 !important;
}
.txtCancell {
 text-decoration: line-through;
}
.indent {
 margin-top: 5px;
 margin-left: 1em;
 text-align: justify;
 text-indent: -1em;
}
/* ----------------------------------------------------------------
    rayout
  ----------------------------------------------------------------- */
html {
 overflow-x: hidden;
}
html, body {
 margin: 0;
 padding: 0;
}
body {
 background-color: #f3f3f3;
 color: #333;
}
body.home {
 background-color: #fff;
}
body.on {
 scroll-bar-width: none;
}
body.on::-webkit-scrollbar {
 display: none;
}
#wrap {
 position: relative;
 width: 100%;
}
/* ----------------------------------------------------------------
    header
  ----------------------------------------------------------------- */
header {
 align-items: center;
 display: flex;
 justify-content: space-between;
 background-color: rgba(255, 255, 255, 1);
 height: 60px;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 11;
}
header .header-wrap {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 0 auto;
 width: calc(100% - 30px);
}
header .logo a {
 align-items: center;
 display: flex;
 justify-content: space-between;
 max-width: 330px;
}
header .date {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin-right: 60px;
 padding-left: 15px;
 width: 495px;
}
@media only screen and (max-width: 768px) {
 header {
  height: 68px;
 }
 header .header-wrap {
  display: block;
  margin: 0;
  width: calc(100% - 68px);
 }
 header .logo {
  margin: 0 0 5px 10px;
  width: calc(100% - 10px);
 }
 header .date {
  margin-left: 10px;
  max-width: 330px;
  padding-left: 0px;
  width: calc(100% - 10px);
 }
}
/* スクロールダウン */
.arrowWrap {
 position: fixed;
 right: 1%;
 bottom: 35px;
 height: 150px;
 z-index: -9;
}
.arrowInner p {
 color: #fff;
 font-family: minion-3-display, serif;
 font-size: 14px;
 font-style: normal;
 font-weight: 700;
 letter-spacing: 0.1em;
 text-align: end;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
.arrow {
 background-color: #ccc;
 display: block;
 width: 1px;
 height: 107px;
 margin: 26px auto 0;
 position: relative;
 overflow: hidden;
}
.arrow::before {
 animation: arrow 2.5s ease-in-out infinite normal;
 -webkit-animation: arrow 2.5s ease-in-out infinite normal;
 display: block;
 content: '';
 width: 1px;
 height: 107px;
 margin: 26px auto 0;
 background: #fff;
 position: absolute;
 bottom: 0;
 left: 0;
}
@keyframes arrow {
 0% {
  transform: translateY(-100%);
 }
 100% {
  transform: translateY(100%);
 }
}
/* ----------------------------------------------------------------
    footer
  ----------------------------------------------------------------- */
footer {
 background-color: rgba(255, 255, 255, 1);
 border-top: 1px solid #2b2b2b;
 color: #b2b2b2;
 position: relative;
 width: calc(100% - 0px);
 z-index: 10;
}
footer .pagetop {
 align-items: center;
 color: #fff;
 display: flex;
 left: 0;
 line-height: 1;
 height: 70px;
 justify-content: center;
 text-align: center;
 width: 100%;
 border-bottom: 1px solid #2b2b2b;
}
footer .txt-icon span {
 font-family: oswald, sans-serif;
 font-size: 20px;
 font-weight: 600;
 line-height: 1em;
 padding-left: 1em;
 position: relative;
 text-indent: 2em;
}
footer .txt-icon span:before {
 background: url(../img/common/icon_arrow.svg) no-repeat;
 background-size: contain;
 content: "";
 display: inline-block;
 height: 1em;
 left: 0;
 position: absolute;
 width: 1em;
}
footer a {
 color: #2b2b2b;
}
footer .footer-inr {
 align-self: center;
 align-items: center;
 display: flex;
 flex-direction: row-reverse;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 min-height: 220px;
 padding: 0;
 width: 100%;
}
footer .footer-l {
 height: 100%;
 width: 33.3%;
}
footer .footer-logo {
 margin: 0 auto;
 width: 66.6%;
}
footer .footer-navi-sub {
 align-items: center;
 display: flex;
 flex-direction: column-reverse;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto;
 width: 90%;
}
footer .title {
 font-family: futura-pt, sans-serif;
 font-size: 16px;
 line-height: 1;
 text-align: center;
 width: 100px;
}
footer .sns-follow {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 line-height: 1;
 margin: 60px auto;
 width: 100%;
}
footer .btn-sns {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 font-family: oswald, sans-serif;
 font-size: 24px;
 justify-content: flex-start;
 line-height: 1;
}
footer .sns-follow .sns-item {
 font-size: 36px;
 text-align: center;
 text-shadow: 1px 2px 3px #fff;
 width: 20%;
}
footer .item-wrap {
 width: calc(100% - 120px);
}
footer .footer-r {
 border-left: 1px solid #2b2b2b;
 height: 100%;
 width: 66.6%;
}
footer .footer-navi {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 width: 100%;
}
footer .footer-navi-menu {
 align-items: stretch;
 display: flex;
 flex-wrap: wrap;
 font-family: oswald, sans-serif;
 font-size: 36px;
 justify-content: space-between;
 line-height: 1;
 margin: 0 auto;
 max-width: 1000px;
 padding: 5% 0;
 width: 90%;
}
footer .navi-item {
 line-height: 1.25;
 margin: 1%;
 padding: 15px 0;
 text-align: left;
 width: 23%;
}
footer .navi-item .active-item {
 color: rgb(190, 52, 85);
 font-weight: 600;
 line-height: 1;
}
footer .navi-item .sub-menu {
 border-top: 1px solid #ccc;
 margin-top: 15px;
}
footer .navi-item .sub-item {
 font-size: 13px;
 margin-top: 15px;
 /*padding-left: 15px;
 position: relative;*/
}
/*footer .navi-item .sub-item::before {
 content: "";
 width: 10px;
 height: 1px;
 background-color: #333;
 position: absolute;
 top: 50%;
 left: 0;
}*/
footer .footer-navi-item:last-child {
 margin-bottom: 0px;
}
footer .footer-navi-item:nth-child(9) {
 margin-bottom: 0px;
}
footer .history {
 align-items: center;
 background: #2b2b2b;
 display: flex;
 flex-wrap: wrap;
 font-family: oswald, sans-serif;
 font-size: 30px;
 font-weight: 500;
 justify-content: flex-start;
 margin: 0 auto;
 padding: 20px 5% 0;
 width: 100%;
}
footer .history li {
 font-size: 2.0rem;
 width: 9.09090909091%;
}
footer .history li a {
 color: #fff;
}
footer .credit-wrap {
 align-items: center;
 background-color: #2b2b2b;
 display: flex;
 height: 52px;
 width: 100%;
}
footer .credit {
 align-items: center;
 background-color: #2b2b2b;
 display: flex;
 justify-content: space-around;
 margin: 0 auto;
 max-width: 820px;
 width: 90%;
}
footer .credit {
 color: #fff;
 font-size: 12px;
 line-height: 1;
 width: 100%;
}
footer .credit .ys {
 width: 105px;
}
footer .credit .rc {
 width: 28px;
}
footer .credit .pt {
 width: 127px;
}
footer .copyright {
 font-size: 1.0rem;
}
@media only screen and (max-width: 1024px) {
 footer {
  background: none;
  border-top: 1px solid #ccc;
  height: auto;
  margin-right: 0px;
  min-height: 100%;
  position: static;
  width: calc(100% - 0px);
 }
 footer .pagetop {
  border-bottom: none;
  height: 60px;
 }
 footer .footer-inr {
  display: block;
  height: auto;
  min-height: 100%;
 }
 footer .footer-l {
  display: block;
  margin-bottom: 40px;
  width: 100%;
 }
 footer .footer-logo {
  margin: 30px auto;
  max-width: 512px;
  min-width: 160px;
  padding: 0;
  width: 50%;
 }
 footer .footer-navi-sub {
  display: block;
  margin: 0 auto;
  width: 100%;
 }
 footer .title {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  max-width: 100px;
  text-align: center;
  width: 20%;
 }
 footer .item-wrap {
  width: calc(100% - 25%);
 }
 footer .sns-follow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
  margin: 20px auto 0;
  width: 90%;
 }
 footer .btn-sns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: oswald, sans-serif;
  justify-content: flex-start;
  line-height: 1;
 }
 footer .sns-follow .sns-item {
  font-size: 30px;
  text-align: center;
  text-shadow: 1px 2px 3px #fff;
  width: 20%;
 }
 footer .footer-r {
  border-left: none;
  margin: 0 auto 40px;
  width: 100%;
 }
 footer .footer-navi {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
 }
 footer .footer-navi-menu {
  padding: 0;
  width: 100%;
 }
 footer .navi-item {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33.3%;
 }
 footer .navi-item a {
  display: block;
  height: 100%;
  padding: 20px 0px;
  width: 100%;
 }
 footer .navi-item:nth-of-type(1) {
  border-right: 1px solid #ccc;
 }
 footer .navi-item:nth-of-type(2) {
  border-right: 1px solid #ccc;
 }
 footer .navi-item:nth-of-type(3) {}
 footer .navi-item:nth-of-type(4) {
  border-right: 1px solid #ccc;
 }
 footer .navi-item:nth-of-type(5) {
  border-right: 1px solid #ccc;
 }
 footer .navi-item:nth-of-type(6) {}
 footer .navi-item:nth-of-type(7) {
  border-right: 1px solid #ccc;
 }
 footer .navi-item:nth-of-type(8) {
  border-right: 1px solid #ccc;
 }
 footer .navi-item:nth-of-type(9) {}
 footer .navi-item:nth-of-type(10) {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
 }
 footer .navi-item:nth-of-type(11) {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
 }
 footer .navi-item:nth-of-type(12) {
  border-bottom: 1px solid #ccc;
 }
 footer .active-item {
  font-size: 20px;
 }
 footer .sub-menu {
  display: none;
 }
 footer .history li {
  font-size: 2.0rem;
  width: 16.6%;
 }
 footer .credit-wrap {
  width: 100%;
 }
 footer .credit {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: 100%;
 }
 footer .credit .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  width: 100%;
 }
 footer .credit .ys {
  width: 94px;
 }
 footer .credit .rc {
  width: 25px;
 }
 footer .credit .pt {
  width: 114px;
 }
}
/* ----
/* ----------------------------------------------------------------
    第二階層
  ----------------------------------------------------------------- */
.tit-area {
 align-items: flex-end;
 display: flex;
 height: 33vw;
 justify-content: center;
 margin: 60px auto 0;
 position: relative;
 width: 100%;
 z-index: -1;
}
.tit-txt {
 background-color: #fff;
 color: #b43552;
 font-family: YakuHanJP, 'futura-pt', sans-serif;
 font-size: 4.8em;
 font-weight: 700;
 line-height: 0.5;
 max-width: calc(1200px + 10%);
 padding: 67px 0 3px;
 text-align: center;
 width: 90%;
}
.tit-txt span {
 color: #000;
 font-size: 1.2rem;
 font-weight: 500;
 text-stroke: 1px #000;
 -webkit-text-stroke: 1px #000;
}
body#news .tit-area {
 background: url("../img/news/tit_bkg.jpg") no-repeat center bottom;
 background-size: cover;
}
body#topics .tit-area {
 background: url("../img/topics/tit_bkg.jpg") no-repeat center bottom;
 background-size: cover;
}
body#guide .tit-area {
 background: url("../img/guide/tit_bkg.jpg") no-repeat center bottom;
 background-size: cover;
}
body#artist .tit-area {
 background: url("../img/artist/tit_bkg.jpg") no-repeat center bottom;
 background-size: cover;
}
body#ticket .tit-area {
 background: url("../img/ticket/tit_bkg.jpg") no-repeat center bottom;
 background-size: cover;
}
body#access .tit-area {
 background: url("../img/access/tit_bkg.jpg") no-repeat center;
 background-size: cover;
}
body#area .tit-area {
 background: url("../img/area/tit_bkg.jpg") no-repeat center bottom;
 background-size: cover;
}
body#support .tit-area {
 background: url("../img/support/tit_bkg.jpg") no-repeat center;
 background-size: cover;
}
body#goods .tit-area {
 background: url("../img/goods/tit_bkg.jpg") no-repeat center center;
 background-size: cover;
}
body#notice .tit-area {
 background: url("../img/notice/tit_bkg.jpg") no-repeat center bottom;
 background-size: cover;
}
body#guideline .tit-area {
 background: url("../img/guideline/tit_bkg.jpg") no-repeat center center;
 background-size: cover;
}
.circle-bnr {
 bottom: 15px;
 position: fixed;
 right: 170px;
 z-index: 2
}
.keyvisual {
 position: relative;
}
.keyvisual__scroll {
 width: 150px;
 position: absolute;
 bottom: 0;
 left: 0;
}
.keyvisual__scroll--circle {
 height: auto;
 width: 100%;
 animation: rotate 15s linear infinite;
}
.keyvisual__scroll--arrow {
 height: auto;
 width: 50px;
 position: absolute;
 top: 48%;
 left: 50%;
 transform: translate(-50%, -50%);
}
@keyframes rotate {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(360deg);
 }
}
#contents {
 background-color: #fff;
 display: flex;
 margin: 0 auto 5%;
 max-width: calc(1200px + 10%);
 padding: 0 5% 5% 5%;
 position: relative;
 width: 90%;
}
#side-area {
 height: auto;
 position: relative;
 width: 200px;
}
#side-area .page-tit {
 bottom: 0;
 height: calc(100% - 0);
 left: 2.5%;
 overflow: hidden;
 position: fixed;
 width: 5%;
 z-index: 1;
}
#side-area .side-navi {
 left: 0;
 padding: 60px 0px;
 position: sticky;
 top: 30px;
 width: 200px;
}
#side-area .side-navi a {
 display: block;
 padding: 15px 0px 15px 10px;
 width: 100%;
}
#side-area .side-navi .side-item {
 font-size: 1.0rem;
}
#side-area .side-navi .main-item {
 background-color: #f3f3f3;
 border-bottom: 1px solid #ccc;
 color: #333;
 position: relative;
}
#side-area .side-navi .main-item:hover {
 background-color: #b43552;
 color: #fff;
}
#side-area .side-navi .main-item:hover a {
 color: #fff;
}
#side-area .side-navi .on {
 background-color: #b43552;
 color: #fff;
 padding: 15px 0px 15px 10px;
 width: 100%;
}
#side-area .side-navi .sub-item {
 border-bottom: 1px solid #ccc;
 position: relative;
}
#side-area .side-navi .sub-item::before {
 content: "";
 width: 10px;
 height: 1px;
 background-color: #333;
 position: absolute;
 top: 50%;
 left: 0;
}
#main-area {
 margin: 0 auto;
 padding: 0 0 60px 5%;
 width: calc(100% - 200px);
}
section {
 padding-top: 90px;
}
section#sec-1 {
 padding-top: 60px;
}
/*.block-inr {
 background-color: #fff;
 padding: 3.3%;
}*/
.block-tit {
 align-items: center;
 color: #333;
 display: flex;
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
 font-weight: 700;
 font-size: 1.5rem;
 letter-spacing: 0.03em;
 line-height: 1.25;
 margin: 60px 0 30px;
}
.block-tit:first-child {
 margin: 0 0 30px;
}
.block-tit::after {
 flex: 1;
 margin-left: 0.3em;
 border-top: solid 1px #333;
 content: "";
}
@media (max-width: 1024px) {
 #contents {
  display: block;
  margin-top: 0px;
  padding: 0 0 5%;
  width: calc(100% - 0px);
 }
 #side-area {
  height: auto;
  position: relative;
  width: 100%;
 }
 #side-area .page-tit {
  bottom: 0;
  height: calc(100% - 0);
  left: 2.5%;
  overflow: hidden;
  position: fixed;
  width: 5%;
  z-index: 1;
 }
 #side-area .side-navi {
  padding: 60px 0px;
  position: static;
  width: 100%;
 }
 #side-area .side-navi a {
  padding: 15px 0 15px 0;
 }
 #side-area .side-navi .on {
  padding: 15px 0 15px 0;
 }
 #side-area .side-navi .side-menu {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  text-align: center;
  width: 90%;
 }
 #side-area .side-navi .side-item {
  margin: 0.5%;
  width: 49%;
 }
 #side-area .side-navi .main-item {
  border: 1px solid #ccc;
 }
 #side-area .side-navi .sub-item {
  background-color: #f4e8e7;
  border: 0px;
  padding: 0.5%;
 }
 #side-area .side-navi .sub-item::before {
  display: none;
 }
 .page-tit {
  margin: 0 auto;
  width: 100%;
 }
 .page-tit {
  color: #0d57a7;
  font-weight: 800;
  font-size: 60px;
  font-style: normal;
  left: auto;
  line-height: 0.5em;
  text-align: center;
  position: fixed;
  bottom: calc(100% - 120px - 535px);
  top: 0;
  right: 0%;
  height: auto;
  overflow: hidden;
  width: 60px;
  opacity: 0;
  z-index: -1;
 }
 .page-tit::after {
  content: " ";
  position: absolute;
  top: -50vh;
  left: 50%;
  background-color: #f5ce21;
 }
 .page-tit::after {
  height: calc(0vh - 0px);
  margin: 0px;
  width: 0px;
 }
 .tit-area {
  align-items: flex-end;
  display: flex;
  height: 33vw;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
  width: 100%;
  z-index: -1;
 }
 .tit-area {
  height: calc(66.6vw + 122px);
  margin: 60px auto 0;
 }
 body#news .tit-area {
  background: url("../img/news/tit_bkg.jpg") no-repeat center bottom 122px;
  background-size: cover;
 }
 body#topics .tit-area {
  background: url("../img/topics/tit_bkg.jpg") no-repeat center bottom 122px;
  background-size: cover;
 }
 body#guide .tit-area {
  background: url("../img/guide/tit_bkg.jpg") no-repeat center bottom 122px;
  background-size: cover;
 }
 body#artist .tit-area {
  background: url("../img/artist/tit_bkg.jpg") no-repeat center bottom 122px;
  background-size: cover;
 }
 body#ticket .tit-area {
  background: url("../img/ticket/tit_bkg.jpg") no-repeat center bottom 122px;
  background-size: cover;
 }
 body#access .tit-area {
  background: url("../img/access/tit_bkg.jpg") no-repeat center bottom 122px;
  background-size: cover;
 }
 body#area .tit-area {
  background: url("../img/area/tit_bkg.jpg") no-repeat center bottom 61px;
  background-size: cover;
 }
 body#goods .tit-area {
  background: url("../img/goods/tit_bkg.jpg") no-repeat center bottom 122px;
  background-size: cover;
 }
 body#support .tit-area {
  background: url("../img/support/tit_bkg.jpg") no-repeat bottom 122px;
  background-size: cover;
 }
 body#notice .tit-area {
  background: url("../img/notice/tit_bkg.jpg") no-repeat center bottom 122px;
  background-size: cover;
 }
 body#guideline .tit-area {
  background: url("../img/guideline/tit_bkg.jpg") no-repeat center center;
  background-size: cover;
 }
 .tit-txt {
  background-color: #fff;
  color: #b43552;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 0.5;
  max-width: calc(1200px + 10%);
  padding: 67px 0 3px;
  text-align: center;
  width: 100%;
 }
 .circle-bnr {
  display: none;
 }
 #main-area {
  margin: 0 auto;
  padding: 0 3.3% 60px;
  width: 100%;
 }
 .block-inr {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
 }
 .block-table {
  background-color: #fff;
 }
}
@media only screen and (max-width: 768px) {
 #side-area .side-navi .side-item {
  font-size: 1.2rem;
 }
}
/* ----------------------------------------------------------------
    youtubeレスポンシブ
  ----------------------------------------------------------------- */
.movie-wrap {
 overflow: hidden;
 padding-bottom: 56.25%;
 height: 0;
 position: relative;
}
.movie-wrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
 .display-sp {
  display: none !important;
 }
}
@media only screen and (max-width: 768px) {
 .hidden-sp {
  display: none !important;
 }
}
@media only screen and (min-width: 769px) {
 .hidden-pc {
  display: none !important;
 }
}
@media only screen and (max-width: 1024px) {
 .hidden-tb {
  display: none !important;
 }
}
@media only screen and (min-width: 1025px) {
 .display-tb {
  display: none !important;
 }
}
@media only screen and (max-height: 667px) {
 .hidden-h667 {
  display: none !important;
 }
}