@charset "utf-8";
/*========================================================================
  - デフォルト（メディアクエリなし）= SP（スマホ）表示
  - @media (min-width: 768px)  = タブレット/PC共通調整
  - @media (min-width: 1024px) = PCヘッダー・グローバルナビ表示
  ========================================================================*/
/*--------------------------------------
 * reset / base
 * ---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  background: transparent;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  background-color: #0c0c0c;
  color: #f6f6f6;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
  word-break: break-all;
  line-height: 1.6;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #f6f6f6;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  color: #d82226;
  -moz-opacity: .6;
  opacity: .6;
}
.pc-only {
  display: none;
}
.smp-only {
  display: block;
}
.br_pc {
  display: none;
}
.br_sp {
  display: block;
}
.mv_smp {
  display: none;
}
section {
  padding: 3rem 1.5rem;
}
/* h2 ttl*/
h2.heading {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: .05em .5em;
  font-size: 2rem;
  letter-spacing: 1.8;
  line-height: 1.2;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #f6f6f6; 
}
h2.heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #111;
  transform: skewX(-16deg);
  z-index: -1;
}
/* 白版 */
h2.heading.-white {
  color: #0c0c0c;
}
h2.heading.-white::before {
  background: #fff;
}
h2.heading span {
  display: block;
  font-size: 0.85rem;
  font-weight: normal;
  letter-spacing: .1rem;
  font-family: "Noto Sans JP", sans-serif;
}
h2.heading span.font_gold {
  color: #f6f6f6;
  display: inline;
  font-size: 2.2rem;
  letter-spacing: .4rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth"100;
}
.txt_box {
  margin-top: 1.5rem;
}
/*--------------------------------------
 * CONTENTS
 * ---------------------------------------*/
.wrapper {
  overflow: hidden;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
}
.inner {
  margin-top: 2.5rem;
}
/*--------------------------------------
 * header（SP）
 * ---------------------------------------*/
header {
  width: 100%;
  z-index: 10;
  color: #5F5F5F;
  padding: 0 24px;
}
.header_flexbox {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #d82226;
}
h1.logo {
  max-width: 180px;
  cursor: pointer;
}
.global-nav {
  display: flex;
  align-items: center;
}
.heading_menu {
  display: flex;
}
.heading_menu li {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: .2rem;
  font-size: 1.4rem;
  margin-right: 30px;
}
.heading_menu li a {
  color: #f6f6f6;
}
.heading_menu li a:hover {
  opacity: .7;
}
.global-nav .sns {
  display: flex;
}
.global-nav .sns li a {
  color: #f6f6f6;
}
.global-nav .sns li {
  margin-right: 32px;
  font-size: 1.5rem;
}
.global-nav .sns li:nth-last-child(1) {
  margin-right: 0;
}
.global-nav .sns a {
  color: #f6f6f6;
}
.global-nav .sns a:hover {
  opacity: .7;
}
header .sns {
  display: flex;
}
header .sns li {
  margin-right: 32px;
  font-size: 1.5rem;
}
header .sns li:nth-last-child(1) {
  margin-right: 0;
}
header .sns a {
  color: #f6f6f6;
}
header .sns a:hover {
  color: #d82226;
}
/*--------------------------------------
 * smp_nav（ハンバーガーメニュー）
 * ---------------------------------------*/
.trigger {
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
  background: #d82226;
  padding: 10px 12px;
  cursor: pointer;
}
.menu-trigger {
  position: fixed;
  width: 35px;
  height: 40px;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f6f6f6;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  top: 31px;
}
.menu-trigger.active {
  height: 40px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  left: 0;
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  top: 25px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background: #0c0c0c;
  transition: all 0.3s ease-in-out;
  display: none;
}
.smp-nav-list.active {
  display: block;
  right: 0;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.smp-nav-list ul.fix_menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: 'Bodoni 72', sans-serif;
  font-weight: bold;
  text-align: center;
}
.smp-nav-list.active ul {
  font-size: 1.6rem;
  margin: 0 auto;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.smp-nav-list ul.fix_menu a {
  color: #f6f6f6;
}
.smp-nav-list ul.fix_menu > li {
  width: 100%;
  font-size: 1.5rem;
}
.smp-nav-list ul.fix_menu > li.menu a {
  display: block;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out 0s;
}
.smp-nav-list ul.fix_menu > li.menu a:hover {
  color: #d82226;
  opacity: 1;
}
.smp-nav-list ul.fix_menu > li.nav_sns {
  max-width: 100%;
  margin-top: 2rem;
  font-size: 2rem;
}
.smp-nav-list ul .nav_sns li {
  display: inline-block;
  margin-right: 2rem;
}
.smp-nav-list ul .nav_sns li:last-child {
  margin-right: 0;
}
.smp-nav-list ul .nav_sns a:hover {
  opacity: 1;
  color: #d82226;
}
/*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
.main_visual {
  background: #0c0c0c000;
}
.main_visual.pc {
  display: none;
}
.main_visual.smp {
  display: block;
}
/*--------------------------------------
 * catch_copy
 * ---------------------------------------*/
.catch_copy {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1rem;
}
.catch_copy p{
  line-height: 2;
	font-size: 1.2rem;
			letter-spacing: 1.5;
}
.catch_copy .catch_sp {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.catch_copy .catch_pc {
  max-width: 1000px;
  margin: 0 auto;
}
/*--------------------------------------
 * catch_copy
 * ---------------------------------------*/
#top_youtube {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#top_youtube .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#top_youtube .youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------
 * NEWS
 * ---------------------------------------*/
#news {
  background-color: #f6f6f6;
  color: #0c0c0c;
}
#news .inner {
  padding: .5rem 0;
}
#news .news_list {
  display: flex;
  padding: .8rem;
}
#news .news_lists li {
  display: block;
  text-align: left;
}
#news .news-data {
  font-size: 1.4rem;
  color: #d82226;
  margin-right: 2rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1;
}
#news .news-title {
  font-size: 1rem;
}
#news .news-title a {
  text-decoration: underline;
  color: #0c0c0c;
}
#news .line {
  margin: 2rem 0;
}
.archive_news_lists {
  display: none;
}
.archive_news_lists.open {
  display: block;
}
.btn_news-more {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: .75rem 0;
  border-radius: 32px;
  transition: 0.2s ease-in-out;
  margin-top: 2rem;
}
.btn_news-more:hover {
  opacity: .6;
  transition: 0.2s ease-in-out;
}
.btn_news-more p {
  text-align: center;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4rem;
  color: #0c0c0c;
}
details summary {
  list-style: none;
  cursor: pointer;
  text-align: left;
}
details summary span {
  text-decoration: underline;
  text-decoration-color: black;
}
details summary::-webkit-details-marker {
  display: none;
}
details p {
  text-align: left;
  font-size: 1rem;
}
/* ==========================
   ABOUT
========================== */
#about {
  position: relative;
  overflow: hidden;
}
/* YouTube背景 */
.movie-wrap {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
  pointer-events: none;
}
.movie-wrap.active {
  opacity: 1;
  visibility: visible;
}
#youtube-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
#youtube-bg iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*字幕修正*/
.ytp-caption-window-container, .caption-window {
  display: none !important;
}
.hero-video-wrap {
  position: relative;
  overflow: hidden;
}
.hero-video-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 2;
}
.about_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6);
}
#about .container {
  position: relative;
  z-index: 2;
}
#about, #ticket {
  position: relative;
  z-index: 2;
  background: transparent;
}
#about .container, #ticket .container {
  position: relative;
  z-index: 2;
}
.about_inner {
  width: 100%;
  font-size: 16px;
}
.about-title {
  max-width: 560px;
  width: 76%;
  margin: 0 auto 50px;
}
.about_info {
  margin-bottom: 50px;
}
.about_info_end {
  margin-bottom: 0;
  margin-top: 2rem;
}
.about_info h3 {
  font-size: 18px;
  font-weight: 700;
}
.about_date {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}
.about_time {
  font-size: 16px;
}
.about_venue {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.seatmap {
  margin: 3px 0 0;
}
.seatmap span {
  display: block;
  margin: 5px 0;
  font-size: .75rem;
  font-weight: 200;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 1.8;
}
#about .btn-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 220px;
  height: 46px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  border-radius: 999px;
  background: #f6f6f6;
  border: 2px solid #f6f6f6;
  color: #111;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-decoration: none;
  transition: .3s;
  box-sizing: border-box;
}
#about .btn-link a i {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
}
#about .btn-link a:hover {
  background: #111;
  color: #f6f6f6;
  border-color: #f6f6f6;
  opacity: 1;
}
.about_cast {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.about_cast_ate {
    font-size: .75rem;
	    font-weight: 200;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 20px;
}

.cast_item {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cast_row {
  display: flex;
  justify-content: center;
  gap: .3em;
}
.about_note {
  margin-top: .2rem;
  font-size: 12px;
  text-align: center;
}
.about_credit {
  margin-top: 70px;
}
.about_credit p {
  margin-bottom: 10px;
  font-size: 14px;
}
/*--------------------------------------
 * ticket
 * ---------------------------------------*/
#ticket {
  text-align: center;
  background: #f6f6f6;
  color: #0c0c0c;
}
#ticket h2 {
  color: #f6f6f6;
}
#ticket .inner {
  max-width: 1000px;
  margin: 2.5rem auto 0;
}
.black_link {
  color: #f6f6f6;
}
.black_link:hover {
  color: #f6f6f6;
}
#ticket .line {
  margin: 2.4rem 0;
}
#ticket .ticket-btn {
  padding-bottom: 3rem;
}
#ticket .data li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0c0c0c;
  color: #f6f6f6;
  font-size: 1rem;
  padding: .6rem 1.5rem;
}
#ticket .data li:not(:first-of-type) {
  border-top: solid #f6f6f6 3px;
}
#ticket .txt_box {
  text-align: left;
  font-size: .9rem;
}
#ticket .txt_box span {
  font-size: 1rem;
}
#ticket .seat {
  text-align: left;
}
#ticket .seat span {
  font-size: .8rem;
}
#ticket .note {
  margin-top: 3rem;
  font-size: 12px;
}
#ticket h3.ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3rem;
  letter-spacing: 1;
}
#ticket .kikan {
  font-size: 1.2rem;
  letter-spacing: 1;
  line-height: 1.5;
  margin: 1rem 0;
}
#ticket .kikan span {
  font-size: .9rem;
  display: block;
}
#ticket .kikan p {
  font-size: .9rem;
}
#ticket .fin {
  text-align: left;
  margin-top: 3rem;
  font-size: .9rem;
}
#ticket .btn-link {
  margin-top: .5rem;
}
#ticket .btn-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* ←追加 */
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 50px 8px 50px;
  border-radius: 42px;
  text-align: center;
  color: #f6f6f6;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: #d82226;
  border: 3px solid #d82226;
}
#ticket .btn-link a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#ticket .btn-link a:hover {
  background: #f6f6f6;
  color: #d82226;
  opacity: 1;
  border: 3px solid #d82226;
}
#ticket .price {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.45rem;
  display: flex;
  align-items: baseline;
}
#ticket .price span {
  font-size: .8rem;
  display: block;
  margin: 0 2px;
}
/*--------------------------------------
 goods
 * ---------------------------------------*/
#goods h3 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #f6f6f6;
}

#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
}
#goods .goods_lists li {
  width: 100%;
}
#goods .goods_lists li.mt0 {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
#goods .goods_list .goods_ttl {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  color: #700606;
  margin-top: 1rem;
  text-align: center;
}
#goods .goods_list .goods_detail {
  margin-top: 1.2rem;
  line-height: 1.6;
  font-size: 85%;
}
#goods .goods_list .goods_price {
  margin-top: 1rem;
  line-height: 1.4;
}
#goods .goods_list .goods_price a {
  color: #e4007f;
}
#goods span.small {
  font-size: 90%;
  display: block;
  line-height: 1.6;
  text-align: center;
}
#goods .goods_list .thum {
  margin: 0 auto;
}
#goods .goods_list .thum img {
  height: auto;
  margin: 0 auto;
  border: 2px solid #d82226;
}
#goods .txt_box {
  font-size: 1rem;
  text-align: left;
}
#goods .txt_box:nth-child(1) {
  font-size: 1.3rem;
  font-weight: 700;
}
#goods .ate_box {
  font-size: 85%;
  margin-top: 1rem;
  padding: 1rem;
  background: #eeeeee;
}
#goods .ate_box li {
  list-style-position: inside;
  margin-bottom: 6px;
}
#goods .ttl {
  text-align: center;
}
#goods .goods_img {
  width: 100%;
  margin: 1rem auto 0;
}
#goods .btn-link {
  margin-top: 2rem;
}
#goods .btn-link a {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 42px;
  text-align: center;
  color: #0c0c0c;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: #d82226;
  border: 3px solid #d82226;
}
#goods .btn-link a:hover {
  background: #f6f6f6;
  color: #0c0c0c;
  opacity: 1;
  border: 3px solid #d82226;
}
/* footer_link */
.footer_link {
  padding: 0;
  margin: 2rem 0;
}
.footer_link .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footer_link .btn-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 10px 8px 10px;
  border-radius: 42px;
  text-align: center;
  color: #f6f6f6;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background: #111;
  border: 3px solid #111;
}
.footer_link .btn-link a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.footer_link .btn-link a:hover {
  background: #f6f6f6;
  color: #111;
  opacity: 1;
  border: 3px solid #111;
}
/*--------------------------------------
 * archive
 * ---------------------------------------*/
#archive {
  background-color: #f6f6f6;
  color: #0c0c0c;
}
#archive p {
  font-size: 1.15rem;
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 15px;
  transition: 0.3s transform;
  -webkit-transition: 0.3s transform;
  display: none;
}
.pagetop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #d82226;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 0.5rem;
  color: #f6f6f6;
}
.pagetop a:hover {
  color: #fff;
}
.pagetop i {
  transform: rotate(-90deg);
  color: #f6f6f6;
}
footer {
  position: relative;
  background: #0c0c0c;
}
.footer_container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: .5rem 0;
  color: #f6f6f6;
  width: 100%;
}
.footer_container .sns {
  font-size: 2rem;
  margin-bottom: .5rem;
  text-align: center;
}
.footer_container .sns li {
  display: inline-block;
  margin: 0 .5rem;
}
.footer_container .sns li a {
  display: inline-block;
  color: #f6f6f6;
}
.footer_container .sns li a:hover {
  opacity: 1;
  color: #d82226;
}
.copyright {
  font-size: 85%;
  line-height: 1.4;
  padding: 1rem;
}
/*--------------------------------------
 * 調整用ユーティリティ
 * ---------------------------------------*/
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearBoth {
  clear: both;
}
.ta_c {
  text-align: center;
  display: block;
}
.ta_l {
  text-align: left;
  display: block;
}
.ta_r {
  text-align: right;
  display: block;
}
.bold {
  font-weight: 500;
}
.red {
  color: red !important;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.fs_bl {
  font-size: 140%;
}
.fs_it {
  font-style: italic;
}
.fs_l {
  font-size: 115% !important;
}
.fs_m {
  font-size: 95% !important;
}
.fs_ms {
  font-size: 65% !important;
}
.fs_s {
  font-size: 50% !important;
}
/*========================================================================
  タブレット/PC調整
  ========================================================================*/
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
  #top_youtube {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  .catch_copy {
    font-size: 1.76rem;
  }
	.catch_copy p{
  line-height: 2.2;
	font-size: 2rem;
}
	
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
  section {
    padding: 4rem 1rem;
  }
  .container {
    padding: 3rem 0;
  }
  .inner {
    margin-top: 3rem;
  }
  h2.heading {
    font-size: 3rem;
  }
  h2.heading::before {
    left: -80px;
    width: 400px;
    background-size: 120px auto;
  }
  h2.heading::after {
    right: -192px;
    width: 120px;
    background-size: 120px auto;
  }
  /* #goods, #about, #archive共通のPCレイアウト調整 */
  #goods h2.heading, #about h2.heading, #archive h2.heading {
    font-size: 4rem;
  }
  /* #archiveだけpaddingリセット */
  #archive h2.heading {
    padding: 0;
  }
  h2.heading span {
    font-size: 1rem;
  }
  h2.heading span.font_gold {
    font-size: 3rem;
  }
  .txt_box {
    margin-top: 2rem;
  }
  h1.logo {
    max-width: 200px;
  }
  header {
    padding: 0 48px;
  }
  .menu-trigger.active {
    height: 35px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-90deg);
    transform: translateY(-8px) rotate(-90deg);
    top: 25px;
  }
  /* NEWS */
  #news h2 {
    font-size: 4rem;
  }
  #news .news_list {
    padding: 1rem;
  }
  #news .news-data {
    font-size: 1.3rem;
  }
  #news .news-title {
    font-size: 1.2rem;
  }
  .btn_news-more {
    width: 350px;
  }
  .btn_news-more p {
    font-size: 1.1rem;
  }
  /* about */
  #about h2 {
    font-size: 4rem;
  }
  #about .inner {
    padding: 4rem 2rem 2.5rem;
  }
  .about_date {
    font-size: 28px;
  }
  .about_venue {
    font-size: 28px;
  }
  .cast_item {
    font-size: 20px;
  }
  .about_time {
    font-size: 18px;
  }
  #about .about-title {
    max-width: 660px;
    width: 64%;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #about .table {
    margin-top: 2.5rem;
  }
  #about dl {
    width: 80%;
    margin: 1.5rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-bottom: 1.5rem;
  }
  #about dl .small {
    font-size: 75%;
  }
  #about dt {
    width: 30%;
    font-size: 1.5rem;
    text-align: center;
  }
  #about dd {
    width: 400px;
    font-size: 1.5rem;
    margin-top: 0;
  }
  #about iframe {
    width: 400px;
  }
  /* TICKET */
  #ticket .inner {
    margin: 3rem auto 0;
  }
  .black_link:hover {
    color: #d82226;
  }
  #ticket .data li {
    font-size: 1.5rem;
    display: flex;
  }
  #ticket .txt_box {
    font-size: 14px;
  }
  #ticket h2 {
    font-size: 4rem;
  }
  #ticket .txt_box span {
    font-size: 1.2rem;
  }
  #ticket .note {
    margin-top: 5rem;
  }
  #ticket h3.ttl {
    margin-top: 4rem;
    font-size: 2rem;
  }
  #ticket .kikan {
    font-size: 1.6rem;
  }
  #ticket .kikan p {
    font-size: inherit;
  }
  #ticket .fin {
    font-size: 1rem;
  }
  #ticket .btn-link a {
    max-width: 650px;
    padding: 6px 20px;
    font-size: 1.3rem;
  }
  #ticket .price {
    font-size: 1.8rem;
  }
  /* MEDIA / GOODS */
 
  #goods .txt_box {
    font-size: 1.1rem;
    text-align: center;
  }
  #goods .ate_box {
    padding: 1.5rem;
  }
  #goods .goods_lists {
    flex-direction: row;
  }
  #goods .goods_lists li {
    width: 60%;
  }
  #goods .goods_list .goods_ttl {
    font-size: 1.5rem;
  }
  #goods .goods_img {
    width: 900px;
  }
  .footer_link .btn-link a {
    width: 70%;
    font-size: 1rem;
  }
  /* FOOTER */
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
  .pagetop a {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    font-size: 0.6rem;
  }
}
/*========================================================================
  PCヘッダー・グローバルナビ表示
  ========================================================================*/
@media screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
  .smp-only {
    display: none;
  }
  .header_flexbox {
    display: flex;
  }
  .main_visual.pc {
    display: block;
  }
  .main_visual.smp {
    display: none;
  }
}