.pc {
  display: none;
}
.sp {
  display: block;
}

/* 共通タイトル */
.title-container {
  width: 64vw;
  height: 14.93vw;
}
.title-container .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-container .title-inner h2 {
  font-size: 5.6vw;
  margin-right: 2.66vw;
}
.title-container .title-inner p {
  font-size: 2.933vw;
  margin-top: 0;
}
/* ヘッダー */
/* header {
  display: none;
} */

.sp-header {
  display: none;
}
.sp-header.active {
  display: inline-block;
}
.sp-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-image: url(../../img/sp/bg-header.jpg);
  background-size: cover;
  background-position: center center;
  padding: 2.666vw 12.66vw 12vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.sp-header .inner {
  text-align: center;
}
.sp-header .logo {
  width: 45.33vw;
  margin: 0 auto;
}
.sp-header .sns-link ul li {
  width: 8.8vw;
  height: auto;
}
.sp-header .globalnav {
  margin-top: 6.66vw;
}
.sp-header .globalnav li {
  border-top: 1px solid #806800;
  padding: 5.33vw 0;
}
.sp-header .globalnav li:last-of-type {
  border-bottom: 1px solid #806800;
}
.sp-header .globalnav li a {
  font-size: 5.33vw;
  color: #fff;
}
.sp-header .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8vw;
}
.sp-header .sns-link p {
  font-size: 2.933vw;
  color: #fff;
  padding-right: 0.666vw;
}
.sp-header .sns-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-header .sns-link ul li {
  padding: 0 2vw;
}

/* 言語切り替え */
.langbuttons {
  color: #fff;
  font-size: 5.2vw;
  margin-top: 5.333vw;
}

/* ハンバーガーメニュー */
.openbtn1-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
}
.openbtn1{
  position: relative;
  background:#806800;
  cursor: pointer;
  width: 13.333vw;
  height: 13.333vw;
}
.openbtn1 span{
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.5333vw;
  background: #fff;
  width: 7.466vw;
  }
.openbtn1 span:nth-of-type(1) {
  top:4vw;
}
.openbtn1 span:nth-of-type(2) {
  top:6.4vw;
}
.openbtn1 span:nth-of-type(3) {
  bottom: 4vw;
}
.openbtn1.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* メインビジュアル */
main {
  padding-top: 0;
}
.mainvisual {
  background-image: url(../../img/sp/bg-mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 133.3vw;
  /*margin-bottom: 20vw; 重要なお知らせ*/
}
.mainvisual .logo_20th {
  position: absolute;
  top: 2.5vw;
  left: 4vw;
  width: 12vw;
}
.mainvisual .copy {
  width: 94%;
  font-size: 4.266vw;
  line-height: 1.3;
  position: absolute;
  bottom: 8vw;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  text-shadow: 8px 8px 20px #000;
}
.mainvisual .logo {
  width: 80%;
  top: 14vw;
}
.mainvisual .arrow {
  width: 8vw;
  top: 123vw;
}
.mainvisual .notice {
  width: 100%;
  height: 20vw;
  bottom: -20vw;
  left: 0;
  padding: 5.33vw 16vw 5.33vw 6.66vw;
}
.mainvisual .notice .title {
  font-size: 3.2vw;
}
.mainvisual .notice .js-modal-open {
  max-width: 100%;
  font-size: 2.93vw;
  margin-top: 2.66vw;
}

/* お知らせ */
.news {
  padding: 8vw 6.66vw 10.66vw;
}
.news .inner {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.news .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .title h2 {
  font-size: 5.6vw;
  margin-right: 4vw;
}
.news .title p {
  font-size: 2.93vw;
  margin-top: 0;
}
.news .news_item {
  display: block;
  padding: 2.66vw 0;
}
.news .news_item:first-child {
  padding: 0 0 2.66vw;
}
.news .news_list {
  width: 100%;
  margin-top: 8vw;
}
.news .news_date,
.news .news_text {
  width: 100%;
  font-size: 2.933vw;
}
.news .news_date {
  padding-right: 2.66vw;
  padding-bottom: 1.07vw;
  padding-left: 2.66vw;
}
.announce {
  font-size: 3vw;
  line-height: 1.6;
  width: 100%;
  margin: 6vw auto 0;
}

/* ABOUT */
#about {
  padding: 21.33vw 0 10.66vw;
}
#about > .inner {
  width: 94.66vw;
}
#about .title-container {
  top: -9.33vw;
}
#about .contents {
  padding: 1.333vw;
}
#about .contents-inner {
  padding: 9.333vw 5.333vw;
}
#about h3 {
  font-size: 5.33vw;
  line-height: 1.4;
}
#about h3.en{
  font-size: 4vw;
}
#about .description {
  font-size: 2.933vw;
  font-weight: bold;
  margin-top: 9.333vw;
}
#about .description + .description {
  margin-bottom: 9.333vw;
}
#about .movie-container {
  margin-top: 10.66vw;
}
#about .movie-container h4 {
  font-size: 5.6vw;
}
#about .movie-container img {
  width: 80vw;
}
#about .movie-container p {
  margin-top: 5.333vw;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 30px auto 20px auto;
}

/* プログラム */
#program {
  margin-top: -30vw;
  padding-top: 30vw;
  font-size: 2.933vw;
}
#program h4 {
  font-size: 5.6vw;
}
.program-list {
  margin: 8vw auto 0;
  width: auto;
}
.program-list li {
  margin-left: 3vw;
}
.program-list li::before {
  content: "・";
  margin-left: -3vw;
}
#program .and_more {
  font-size: 5.6vw;
}

/* スライダー */
.slider-container {
  margin-top: 20vw;
}
.slider-container h4 {
  font-size: 5.6vw;
}
.caption {
  font-size: 2.4vw;
  line-height: 1.5;
  margin-top: 7.333vw;
}
.slider {
  width: 80vw;
  margin: 8vw auto 0;
}
.slick-prev,
.slick-next {
  top: 44%;
}
.slick-prev {
  width: 8.666vw;
  height: 12vw;
  left: 0;
}
.slick-next {
  width: 8.666vw;
  height: 12vw;
  right: 0;
}
.slick-dots {
  margin-top: 6.666vw;
}
.slick-dots li {
  display: inline-block;
  margin: 0 1.333vw;
}
.slick-dots button {
  width: 10vw;
  height: 0.8vw;
}

/* SCHEDULE */
.schedule-ticker-container{
  padding: 14.64vw 0 12vw;
  background-attachment:scroll;
}
#schedule {
  padding: 13.33vw 0 6vw;
}
#schedule .inner {
  width: 91.73vw;
  background-size: cover;
  padding: 13.33vw 0 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#schedule .title-container {
  top: -9.33vw;
}
#schedule h3 {
  font-size: 5.666vw;
}
#schedule .information {
  width: 80vw;
  margin: 7.333vw auto 0;
  padding-bottom: 5.666vw;
  font-size: 5vw;
}
#schedule .information th {
  width: 29%;
}
#schedule .note {
  font-size: 3vw;
  width: 80vw;
  margin-top: 7.333vw;
}
#schedule h3 small {
  font-size: 3vw;
}
#schedule .information tr.en {
  font-size: 5vw;
}
/*#schedule .information .date {
  font-size: 5.2vw;
  margin-top: 7vw;
}
#schedule .information .note p {
  font-size: 3.2vw;
  margin-top: 2.666vw;
  padding: 2.666vw 8.4vw;
}
#schedule .contact {
  margin-top: 6.666vw;
}
#schedule .contact .title {
  font-size: 2.8vw;
}
#schedule .contact .company {
  font-size: 2.8vw;
  margin-top: 1.666vw;
}
#schedule .contact .link {
  font-size: 3.2vw;
  margin-top: 2.666vw;
}
#schedule .contact .note {
  font-size: 3.2vw;
  margin-top: 2.666vw;
}*/

/* TICKET */
#ticket .inner {
  width: 91.73vw;
  height: auto;
  background-size: cover;
  padding: 13.33vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3vw;
}
#ticket .title-container {
  top: -9.33vw;
}
#ticket h3 {
  font-size: 6.666vw;
}
#ticket .contents {
	/* margin:0 10vw; */
  margin: 0 auto;
  width: 80vw;
}
#ticket h3.contents-title{
  font-size:5vw;
}
#ticket .contents-table th {
  display: block;
  width: auto;
}
#ticket .contents-table tr.play-guide td {
  display: block;
}
#ticket .contents-table .play-guide table {
  width: 100%;
}
#ticket .contents-table .play-guide table td {
  width: 100%;
}
#ticket .contents-table .price-note {
  font-size: 3vw;
}
.link-play-guide a {
  margin-left: 0.5em;
  padding: 0.27vw 1.07vw;
  border-radius: 2.13vw;
  font-size: 3vw;
}
.link-zaiko a {
  font-size: 3.125vw;
  padding: 4.27vw 0;
  width: 60%;
  border-radius: 5.6vw;
}
.ticket-info .info-title {
  font-size: 3vw;
}
.ticket-info .info-text {
  font-size: 3vw;
}
.ticket-info .info-title {
  display: block;
  margin-right: 0;
  width: auto;
}
.ticket-info-note {
  font-size: 3vw;
}
#precedence {
  padding-top: 0;
  margin-top: 0;
}
/*#ticket .description {
  font-size: 3.2vw;
}
#ticket .description span{
    font-size: 2.8vw;
}

#ticket dl.price{
  display: block;
}
#ticket dl.price dt{
	width: 40vw;
    padding: 4px 0;
	margin-bottom:2vw;
	font-size: 3.2vw;
}
#ticket dl.price dd {
    width: 100%;
	margin-left:0vw;
	font-size: 4vw;
}
#ticket dl.price dd span{
	font-size: 2.8vw;
}
#ticket .tiket_site{
  display: block;
}
#ticket .site{
	width: calc(100% - 20px);
  text-align: center;
  padding: 10px;
  margin-bottom:10px;
}
#ticket .site span{
    font-size: 2.8vw;
}
#ticket .site .logo{
	min-height:60px;
	margin-bottom:3vw;
	text-align: center;
}
#ticket .site .logo img{
	height: 12vw;
}
#ticket .site dl dt{
	font-size: 2.8vw;
	font-weight: bold;
	margin-bottom:5px;
}
#ticket .site dl dd{
  font-size: 2.8vw;
}
#ticket .notice{
  font-size: 2.8vw;
}*/

.capcom-title {
  font-size: 3.8vw;
}
.capcom-title span {
  font-size: 3.2vw;
}

/* CAST */
#cast {                
  padding: 13.33vw 0;
}
#cast > .inner > .contents {
  width: 94.66vw;
  margin: 6.666vw auto 0;
  padding: 2.666vw;
}
#cast .contents + .contents {
  margin-top: 6.66vw;
}
#cast .contents .inner img {
  width: 46.66vw;
  height: auto;
}
#cast .contents .performer-container {
  width: 100vw;
  height: 18.66vw;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: table-cell;
  vertical-align: middle;
}
#cast .contents .performer-container .name {
  font-size: 4vw;
}
#cast .contents .performer-container .name span {
  font-size: 5vw;
}
#cast .contents .performer-container .english-translation {
  font-size: 4vw;
  margin-top: 1.333vw;
}
#cast .contents > .inner {
  display: block;
  text-align: center;
  margin-top: 3vw;
  padding: 0 2.666vw;
}
#cast .contents > .inner .description {
  font-size: 2.933vw;
  line-height: 1.64;
  text-align: left;
  margin-top: 5.333vw;
  padding-left: 0;
}
#cast .notice-container {
  border: 0.26vw solid #a49453;
  width: 94.66vw;
  margin: 6.66vw auto 0;
}
#cast .notice-container .inner {
  padding: 0;
}
#cast .notice-container .inner .contents {
  padding: 4vw 0;
}
#cast .notice-container .inner .contents .title {
  font-size: 2.666vw;
  font-weight: bold;
  line-height: 1.3;
}
#cast .notice-container .inner .contents .title span {
  font-size: 4vw;
}
#cast .notice-container .inner .contents .english-translation {
  font-size: 3.171vw;
}

/* TWITTER */
#twitter {
  background-attachment:scroll;
  padding: 20vw 0 13.333vw;
}
#twitter .inner h2 {
  font-size: 5.6vw;
}
#twitter .contents {
  width: 90vw;
  height: auto;
  padding: 11.928vw 0 0;
  margin: 0 auto;
}
#twitter .contents p{
  font-size:2.933vw;
}

/* G00DS */
#goods {
  padding: 21.33vw 0 10.66vw;
}
#goods > .inner {
  width: 94.66vw;
  margin: 0 auto;
  padding: 13.33vw 6.666vw 6.666vw;
  box-sizing: border-box;
}
#goods .title-container {
  top: -9.33vw;
}
.goods-announce {
	width: 100%;
}
.goods-announce dl {
	display: block;
}
.goods-announce dl > * {
	display: block;
	padding: 0;
	margin-bottom: 0;
}
.goods-announce_name_back {
	font-size: 3.5vw;
}
.goods-announce .goods-announce_tex {
  text-align: center;
	font-size: 4.5vw;
  padding: 1em 0;
}
ul.list_note {
	width: 100%;
	margin: 5vw auto 8vw;
	font-size: 4vw;
}
#goods .img {
  width: 100%;
  box-sizing: border-box;
}

/* footer */
footer {
  padding: 0 6.666vw 8vw;
  position: relative;
}
footer .organizer-list {
  width: 100%;
  padding-top: 5.333vw;
  display: block;
}
footer .organizer-list li {
  font-size: 2.8vw;
  line-height: 1;
}
footer .organizer-list li + li {
  margin-top: 5.333vw;
}
footer .organizer-list li span {
  display: inline-block;
  font-size: 2.8vw;
  margin-top: 2vw;
}
footer .link-container {
  width: 100%;
  margin: 9.333vw auto 0;
}
footer .link-container li {
  width: 80%;
}
footer .link-container li + li {
  margin-top: 4vw;
}
footer .site-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 2.66vw * 2 -  15.6vw);
  border-right: none;
  padding: 2.66vw 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .site-link-list li {
  position: relative;
  padding: 2vw 0.33vw 2vw 4vw;
  margin-left: 2vw;
}
footer .site-link-list li::before {
  width: 1.8666vw;
  height: 2.666vw;
}
footer .site-link-list a {
  font-size: 4vw;
  font-weight: bold;
}
footer .copyright-container {
  margin-top: 2.666vw;
  padding-top: 9.333vw;
}
footer .copyright-container .logo {
  width: 40vw;
}
footer .copyright-container .copyright {
  font-size: 1.8666vw;
  margin-top: 6.666vw;
}

#page_top{
  position: absolute;
  right: 8vw;
  top: 6.66vw;
}
#page_top p {
  font-size: 3.2vw;
  margin-top: 2vw;
}
#page_top img {
  width: 14vw;
}