@charset"UTF-8";



a, a:visited, a:hover {
  color: #000
}

p, td, th, li, dt, dd, input, textarea, .entryBody, .entryMore {
  font-size: 1.125rem
}

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

* {
  font-famly:sans-seif;
}

BODY, H1, H2, H3, H4, H5, H6, P, TD, TH, DIV, INPUT, TEXTAREA, OL, UL, LI, PRE {
  font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Lato , Roboto,sans-serif;
  line-break: strict;
  font-weight: 500;
}

video {
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

.top-op,.top-op2{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.top-op{
  z-index: 9999;
  background: #000;
  animation-duration: 1.2s;
  animation-delay:1.4s;
  animation-fill-mode: forwards;
  animation-name: top-op;
}
.top-op2{
  z-index: 99999;
  background: #fff;
  animation-duration: 0.7s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: top-op2;
}
 
@keyframes top-op{
0% {
  width: 100%;
  left:0;
}
50% {
  width: 100%;
}
100% {
  width: 0%;
  left: 100%;
}
}
@keyframes top-op2{
0% {
  width: 100%;
  left:0;
}
50% {
  width: 100%;
}
100% {
  width: 0%;
  left: 100%;
}
}


.content-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto
}

.mainBlock {
  padding: 0 0 50px
}


@media screen and (min-width:1400px) {
  .content-inner {
    width: 80%;
    margin: 0 auto
  }
  .content-inner-narrow {
    width: 80%;
    margin: 0 auto;
    max-width: 900px
  }
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

body {
  color: #000;
  background:#fafafa;
}

.center {
  text-align: center
}

a img:hover {
  transition: .3s linear;
  opacity: .7
}

.mincho {
  font-family: "游明朝", YuMincho, 'HG正楷書体-PRO', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-seif,serif}

.pagetop {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  right: 80px;
  bottom: 60px
}


.pcNone {
  display: none
}


.btn {
  border: solid 2px #000;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    display: block;
    width: 100%;
}

.btn.win{
background:#E30613;
border: solid 2px #E30613;
}

.btn.win a,
.btn.win a:link,
.btn.win a:visited{
color:#fff;
}

p.win_announcement{
font-size:min(14px,3vw);
padding-left:1.5em;
}

.btn:hover{
background:#000;
border: solid 2px #000;
}

.btn a {
  color: #000;
  text-decoration: none;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition-duration: .5s;
  display: block;
}

.btn a i {
  margin-right: 10px
}

.btn a:link, .btn a:visited {
  color: #000;
}

.btn .effect {
  width: 260px;
  height: 60px;
  left: -260px;
  background: #c3b15d;
  position: absolute;
  transition: all .5s ease;
  z-index: 1;
  letter-spacing: .1em
}

.btn:hover .effect {
  left: 0
}

.btn a:hover {
  text-decoration: none;
  color: #fff;
  transition-duration: .5s
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.sp_Menu {
  display: none
}

.navigation {
  font-size: 12px
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
  visibility: hidden
}

.clearfix {
  display: inline-block
}

.clearfix {
  display: block
}

#header {
  width: 100%;
  z-index: 999;
  position: fixed;
  height: 80px;
  padding: 20px 0;
  box-sizing: border-box;
  transition-duration: .3s;
}

#header.scroll {
  padding: 10px 0;
  height: 60px;
  box-sizing: border-box;
  transition-duration: .3s;
  background:rgba(255,255,255,0.8);
}

.underPage #header{
  background:rgba(255,255,255,0.8);
}

#headerTitle {
  width: 94%;
  margin: 0 auto;
  position: relative
}

#headerAreaLogo {
  float: left;
  line-height: 40px
}

#headerAreaLogo img {
  height: 40px;
  vertical-align: middle
}

#headerAreaLogo a {
  display: block
}

#headerAreaSub {
  float: right;
  text-align: right
}



#mainMenu ul {
  float: right
}

#mainMenu ul, #mainMenu ul li, #mainMenu ul li a {
  line-height: 40px;
  font-weight: 500
}

#mainMenu ul li {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top
}

#mainMenu ul li:first-of-type {
  margin-left: 0
}

#mainMenu ul li a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color:#000;
}

.scroll #mainMenu ul li a {
color:#000;
}

#mainMenu ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

#mainMenu ul li:hover a:before {
  width: 100%
}

.gnav {
  top: 0;
  background: rgba(0, 0, 0, .85);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .3s
}

.gnav.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.gnav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center
}

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%
}

.gnav__menu li {
  margin: 10px
}

.gnav__menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: .5s;
  display: block;
  padding: 10px 0;
}

.gnav__menu li span {
  display: inline-block;
  margin: 0 10px
}

.gnav__menu li span i {
  font-size: 20px
}


#catchArea {
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  box-sizing:border-box;
}

#catchArea_bg {
  height: 100vh;
  position: relative;
  width: 100%!important;
  min-height: 600px;
  background: url(./assets/images/logo.svg) center center no-repeat;
  background-size: 60%;
  background-attachment: fixed;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    will-change: opacity;
    -webkit-animation-name: slide-zoomin;
    animation-name: slide-zoomin;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes slide-zoomin {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    12.5% {
        opacity: 1
    }
    33% {
        opacity: 1
    }
    45.5% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes slide-zoomin {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    12.5% {
        opacity: 1
    }
    33% {
        opacity: 1
    }
    45.5% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}




#catchArea_sp {
  display: none
}

.front__hero__scroll {
    bottom: 50px;
    display: block;
    height: 78px;
    left: 50%;
    margin: auto;
    pointer-events: all;
    position: absolute;
    right: auto;
    top: auto;
    width: 64px;
    z-index: 0;
}

.front__hero__scroll-inner {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
}

.front__hero__scroll__circle {
    -webkit-animation: scrollIcon 5s ease-in-out;
            animation: scrollIcon 5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    background-color: #000;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 35px;
    width: 10px;
}

@-webkit-keyframes scrollIcon {
    0% {
        top: 35px;
    }
    25% {
        top: 60px;
    }
    50% {
        top: 35px;
    }
    100% {
        top: 35px;
    }
}

@keyframes scrollIcon {
    0% {
        top: 35px;
    }
    25% {
        top: 60px;
    }
    50% {
        top: 35px;
    }
    100% {
        top: 35px;
    }
}




.topPage #mainBg {
  padding-top: 0!important
}

#mainInner {
  max-width: 1200px;
  margin: 0 auto
}

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
  clear: both;
  margin-bottom: 10px
}

#contents h2, #contents h3, #contents h4, #contents H5, #contents H6, #contents p, #contents td, #contents th, #contents li, #contents dt, #contents dd, #contents .entryBody, #contents .entryMore {
  line-height: 1.5
}

#contents p, #contents ul, #contents ol, #contents dl, #contents table {
  margin-bottom: 15px
}



.mainTitle {
  margin: 50px 0;
  display: inline-block;
}

.mainTitle h2 {
  font-size: min(60px,6.5vw);
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 7.125rem;
}



.mainTitle h2:before {
  content: "";
  display: block;
  height: .0625rem;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: calc(50% - .03125rem);
  width: 6.25rem;
  margin-top:5px;
  transition: color 0ms 450ms;
}

.mainTitle.white h2:before {
background:#000;
  transition: color 0ms 450ms;
}

.mainTitle.view h2:before {
  background-color: #000;
  transition: background-color 0ms 450ms;
}

.mainTitle.white.view h2:before {
background-color:#fff;
  transition: background-color 0ms 450ms;
}

.mainTitle {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.mainTitle:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(101%, 0);
}
 
.mainTitle.white:after {
background:#fff;
}

.mainTitle.view {
color:#000;
}

.mainTitle.white.view {
color:#fff;
}

.mainTitle.view::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}
 
@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(101%, 0)
  }
}

.mainTitle p {
  font-weight: 700
}

#contents .mainTitle h3 {
  text-align: center;
  font-size: 120%;
  font-weight: 700
}

#contents h3 {
  font-weight: 700;
  font-size: 16px;
}


#contents .mainContents {
  padding: 10px 0
}



#footer {
  text-align: center;
  background: #efefef;
  clear: both
}

#footerInner {
  width: 1200px;
  padding: 80px 0;
  margin: 0 auto
}

#footerAreaLogo{
text-align: center;
}

#footerAreaLogo img {
  height: 60px
}

#footer #footerCopyrightArea {
  padding: 15px 0;
  clear: both;
  background:#000;
  color:#fff;
}

#footer P#copyright {
  text-align: center;
  font-size: 60%
}


#about {
background: #000;
color:#fff;
position: relative;
}


#about p {
	font-size:min(16px,4vw);
}


#artists{
}


#artists ul {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#artists ul li {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  box-sizing: border-box;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding:0 20px;
}

#artists ul li h3{
font-size:min(26px,5vw);
margin-top:10px;
display: inline-block;
}

#artists ul li span.more{
float: right;
margin-top:15px;
font-size:14px;
font-weight:700;
}

#artists ul li span.more .fa-thin{
font-weight:500;
margin-right:5px;
}


#artists ul li img {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  border-radius: 20px;
}


#artists ul li p {
  font-size: 14px
}

#artists ul li p.exp{
margin-bottom:40px;
}

.remodal{
text-align: left;
}

.remodal h3{
font-size:min(32px,5vw);
margin-bottom:20px;
}



#schedule {
background: #000;
color:#fff;
position: relative;
}

#schedule tr{
vertical-align: baseline;
}

#schedule td{
font-size:min(26px,5vw);
padding-right: 40px;
}

#schedule td.data{
font-size:min(40px,10vw);
}

#schedule td.data span{
font-size:min(20px,3vw);
margin-left:5px;
}

#schedule td a{
color:#fff;
font-size:60%;
margin-left:20px;
}

#schedule td a i{
margin-right:10px;
}

#ticket p.price{
font-size:min(30px,4vw);
font-weight: 700;
}

#ticket p.sell{
font-size:min(14px,3.5vw);
}

#ticket p.price span{
font-size:min(20px,3vw);
margin-left:10px;
}

#ticket ul.caution {
	list-style-type: none;
	margin:0;
	padding:0;
}

#ticket ul.caution li:before {
	content: "※ " ;
}

#ticket ul li{
	font-size:min(14px,3vw);
}
	
#ticket #ticket_block{
margin-top:20px;
border:solid 5px #eee;
padding:15px;
}

#ticket h3{
}

#faq{
background: #000;
color:#fff;
position: relative;
}

#faq .faq_block{
	padding:20px 0;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}


#faq .faq_block h3 {
    cursor:pointer;
	margin-bottom:0;
	position:relative;
	font-size:min(20px,3vw);
	padding-right: 2em;
}

#faq .faq_block h3::before,
#faq .faq_block h3::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 0;
}

#faq .faq_block h3::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

#faq .faq_block h3.active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.answer_area{
    display:none;
    margin:20px 0 0;
    padding-right:20px;
    }

#faq .answer_area p{
	font-size:min(20px,3vw);
} 

.answer_area.open{
display: block;
}



#news {
background: #000;
color:#fff;
position: relative;
}

#news .date {
list-style:none;
margin:0;
padding:0;
}

#news .date li span.dateTime{
font-size:10px;
display: block;
}


#news .date li {
font-size:14px;
padding:25px 0;
border-bottom:solid 1px #ddd;
}

#news .date li:last-child {
border:none;
}

#news .date li a,
#news .date li a:link,
#news .date li a:visited{
color:#fff;
text-decoration: underline;
}

.remodal h2{
font-size:min(20px,6vw);
margin-bottom:15px;
}