@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
/*---------------------------------
/* 画像のプリント禁止 */
@media print {
  img {
    display: none !important;
  }
  .nocopy {
    display: none !important;
  }
}


#top{
  margin: 0;
  background: linear-gradient(0deg, #696969 0%, #31383d 40%, #000 80%) no-repeat #c0e0f3
}
.confetti canvas {
  height: 100%;
  width: 100%;
  position: absolute;z-index: 9;
}



body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",  Meiryo, sans-serif;
  color: #f0f0f0;
font-size:1rem;
font-weight: 400;
line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;background: #000;
}
@media screen and (max-width:768px) {
  body {
    font-size: 0.8rem;
  }
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
p {
  font-size: 1.1rem;letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0 0 20px 0;
  font-weight: 400;
  text-align: justify;
}
.red {
  color: #e80034;
}


/* font-family */
#splash-logo, .top-lead, h1, #g-nav, #pc-nav, .openbtn, .copyright {  font-family:"Oswald", sans-serif;}


.al,.topics_title ,h2,#ticket h3{
  font-family: "Satisfy", cursive;
}



.bg_bk {
  background: #000;
  width: 100%;
}
.small, small {
  font-size: 0.9rem;
}
.medium, medium {
  font-size: 1rem;
}
.large, large {
  font-size: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
  margin: 0 auto;
}
.text-right {
  text-align: right;
}

/* splash */
#splash-logo {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #f0f0f0;
}
/* g-nav #g-nav.panelactive li:last-child a {
  margin: 30px 0 0 0;
  padding: 10px 20px;
  border: 2px solid #333;
  white-space: nowrap;
}*/
/*pc-nav*/
#pc-nav span.bgLRextend::before {
  background: #000;
}
@media screen and (max-width:990px) {
  #pc-nav {
    display: none;
  }
  p {
    font-size: 1rem;
    line-height: 1.7;
    padding: 0 5% 3%;
    font-weight: 400;
    text-align: justify;
    width: 100%;
  }
}

h1 {
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  top: 40%;
  left: 1%;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width:550px) {
  h1 {
    font-size: 1.2rem;
    top: 32%;
  }
}
h1 a {
  color: #e80034;
}
h2 {
  padding: 0;
  color: #e80034;
  margin: 0 auto; /* デフォルトCSS打ち消し */
  text-align: center;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  padding-bottom: 10px; /* 余白指定 */
  margin-bottom: 20px;  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

h2:before {
  content: ''; /* 空白の要素を作る */
  width: 200px; /* 幅指定 */
  height: 2px; /* 高さ指定 */
  background-color: #e80034; /* 背景色指定 */
  position: absolute; /* 位置調整 */
  bottom: 0px; /* 位置調整 */
  margin-left: -100px;
  left: 50%;  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}


.topics_title {
  padding: 0;
  color: #e80034;
  margin: 0 auto; /* デフォルトCSS打ち消し */
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 10px; /* 余白指定 */
  margin-bottom: 30px; /* 周りの余白指定 */
  position: relative; /* 位置調整 */
  width: 300px;  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}
.topics_title:before {
  content: ''; /* 空白の要素を作る */
  width: 200px; /* 幅指定 */
  height: 2px; /* 高さ指定 */
  background-color: #e80034; /* 背景色指定 */
  position: absolute; /* 位置調整 */
  bottom: 0px; /* 位置調整 */
  margin-left: -100px;
  left: 50%;  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}
@media screen and (max-width:768px) {
  h2 {
    font-size: 2rem;
  }
  .topics_title {
    font-size: 2rem;
  }
}
/* lead */
.top-lead {
  position: fixed;
  bottom: 10%;
  left: 5%;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
}
.top-lead span.bgLRextend::before {
  background: #333;
}
@media screen and (max-width:550px) {
  .top-lead {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:380px) {
  .top-lead {
    font-size: 1.8rem;
  }
}


/* ------------------------------------------------------------------- 
 * top
 * ------------------------------------------------------------------- */
#top {
    position: relative;
    overflow: hidden;
}
#top .bg_mc {
    width: 100%;
    overflow: hidden;
    position: relative;
    animation-name: blur-main;
    animation-duration: 3.5s;
}
#top .bg_mc img {
    width: 100%; /*メインカット幅*/
}

#top .title-logo {display: none;
    animation-duration: 7s;
    animation-name: blur-title;
    position: absolute;
   left: 28.5%;
    width:43%;
    top: 38%;
}

@keyframes blur-main {
    0% {
        filter: blur(60px);
    }
    
        80% {
        filter: blur(60px);
    }
    100% {
        filter: blur(0);
    }
}
@keyframes blur-main-s {
    0% {
        opacity: 0;
        filter: blur(60px);
        transform: translateY(30px);
    }
    50% {
        opacity: 0;
        filter: blur(60px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}
@keyframes blur-title {
    0% {
        opacity: 0;
    filter: blur(60px);
         transform: translateY(60px);
    }
    50% {
        opacity: 0;
    filter: blur(60px);
         transform: translateY(60px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
     transform: translateY(0px);
    }
}
/* ------------------------------------------------------------------- 
 * responsive:
 * top
 * ------------------------------------------------------------------- */
@media screen and (max-width:992px) {

#top .bg_mc img {
    padding-top: 80px;
    width: 100%; /*メインカット幅*/
}

#top .title-logo {
position: absolute;
       left: 2%;
        width:96%;
        top: 43%;
    filter: none;
}
 .scrolldown{display: none;}
} /**/

@media screen and (max-width:768px) {

} /**/
@media screen and (max-width:480px) {

} /**/


@media screen and (max-width:375px) {

   
} /**/
@keyframes blur {
    0% {
        filter: blur(0px);
    }
    90% {
        filter: blur(30px);
    }
}
@keyframes flicker-1 {
    0%, 100% {
        opacity: 1;
    }
    41.99% {
        opacity: 1;
    }
    42% {
        opacity: 0;
    }
    43% {
        opacity: 0;
    }
    43.01% {
        opacity: 1;
    }
    47.99% {
        opacity: 1;
    }
    48% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    49.01% {
        opacity: 1;
    }
}
/*scrolldown*/
.scrolldown { animation-duration: 8s;animation-name: fadey_bottom_start;
    position: absolute;
    left: 48%;
    bottom: 1%;
    height: 80px;
}
.scrolldown span {
    transform: rotate(90deg);
    text-transform: uppercase;
    position: absolute;
    left: -12px;
    top: 50px;
    color: #eee;
    font-size: 0.6rem;
    letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 80px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 80px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 80px;
        opacity: 0;
    }
}
@media screen and (max-width:992px) {
    .scrolldown span {
        display: none;
    }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * mainbg
 * ------------------------------------------------------------------- */
.fixed-bg {
  position: relative;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.fixed-bg .fixed-bg-content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.scroll-bg-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.bg01 {
  background-image: url(../img/bg-2stage4c.jpg);
  pointer-events: none;
}
.bg02 {
  background-image: url(../img/bg-2stage2c.jpg);
}
.bg03 {
  background-image: url(../img/bg-bw4c.jpg);
}
.bg04 {
  background-image: url("../img/bg-room1c.jpg");
}
.bg05 {
  background-image: url(../img/bg-stage4c.jpg);
}
/* main-area */
#main-area {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /*background-image: url(../images/bgyoko.jpg);*/
  overflow: hidden;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * mainbg
 * ------------------------------------------------------------------- */
@media screen and (max-width:991px) {
  .fixed-bg {
    position: relative;
    min-height: auto;
    background: none;
    z-index: 1;
  }
  .scroll-bg-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #main-area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-image: none;
    overflow: hidden;
  }
  .bg01 {
    background-image: none;
  }
  .bg02 {
    background-image: none;
  }
  .bg03 {
    background-image: none;
  }
  .bg04 {
    background-image: none;
  }
  .bg05 {
    background-image: none;
  }
} /*end*/



#topics-movie .videos {
    width: 100%;
    max-width: 80%;
    padding: 25px 0;
    margin: 0 auto;
    text-align: center;
}
.videos {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.movie--node {
    position: relative;
    padding-top: calc(9/16 * 100%);
}
#topics-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col_1 {
    width: 100%;
    max-width: 100%;
}

.col_2 {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; align-items: center;
}
.col_2 > div {
    width: 45%;margin: auto;
    padding:0 0.5% 0;
}
.col_2 > div > div {
    position: relative;
    overflow: hidden
}

.col_3 {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; align-items: center;
}
.col_3 > div {
    width: 32.3%;
    padding:0 0.5% 0;
}
.col_3 > div > div {
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 992px) {
    #topics-movie .videos {
        padding: 0;
        width: 100%;
        max-width: 80%;
        background: none;
    }
    .col_2 > div {
        width: 100%;
        padding: 20px 0 20px 0;
    }
        .col_3 > div {
        width: 100%;
        padding: 20px 0 20px 0;
    }

} /*end*/




/* ------------------------------------------------------------------- 
 * topics
 * ------------------------------------------------------------------- */
#topics {
  padding: 30px 0 50px;

}
.topics-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  max-width: 1100px;
}
.topics-L {
  width: 100%;
}
.topics-R {
  width:  100%;
}
.index_kokuchi img{
  width: 100%;
  max-width:680px;
  margin: 0 auto;
  text-align: center;opacity: 1;
transition: all 0.5s;
}

.index_kokuchi img:hover{
opacity: 0.2;transform: translate(2px,-2px);
}



.news-box {}
#feed {
    width: 100%;
}
#feed .entry {
    margin-left: 30px;
}
#feed .entry {
    line-height: 1.2;
    padding: 20px;
    margin: 0;
    text-align: left;
    margin-bottom: 8px;
    border-bottom: 1px solid #999; 
}
#feed .entry  a, #feed .entry a:visited {
    color: #eee;
    text-decoration: none;
}
#feed .entry .entry-date {
    color: #e80034;
    margin-right: 10px;
}

.bloglink {margin: 1rem 0;text-align: center;

}
.bloglink a {
  color: #eee;
	text-decoration: none;
	position: relative;
	padding-bottom: 10px; 
}
.bloglink a::before {
	content: "";
	position: absolute;
	right: 0%;
	bottom: 0;
	width:100%; 
	height: 2px; 
	background-color:#eee;
	transition: all 0.3s ease; 
}

.bloglink a:hover::before {
	width: 0%;
}


::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #333;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #555; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * topics
 * ------------------------------------------------------------------- */
@media screen and (max-width:992px) {
 .topics-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  max-width:  90%;
}
	.topics-L {
  width: 100%;
}
.topics-R {
  width: 100%;
}

#feed {
        width: 100%;
    }
    #feed ul.entry {
        margin: 0 auto;
    }
    #feed ul.entry li {
        line-height: 1.8;
    }
    #feed ul.entry li .entry-date {
        display: block;
    }
	
} /*end*/
/* ------------------------------------------------------------------- 
 * intro
 * ------------------------------------------------------------------- */

#intro-before{
  padding:0;
}

#intro{
  padding: 30px 0;
}
.intro-content {
  width: 100%;
  max-width: 1100px;
  padding: 80px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}
.intro-L {padding-top:20%;
  width: 55%;
  max-width: 600px;
}
.intro-R {
  width: 40%;
  max-width: 500px;
  padding-top: 2rem;
}
#intro p {
  line-height: 2;
  background: rgba(0, 0, 0, 0.4);
}
#intro-after p {
  line-height: 2;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * intro
 * ------------------------------------------------------------------- */
@media screen and (max-width:991px) {
  .intro-content {display: block;
    width: 100%;
    max-width: 100%;
  }
  .intro-L {padding-top:0;
    width: 100%;
    max-width: 100%;
  }
  .intro-R {
    width: 100%;
    max-width: 100%;
  }
  #intro p {
    line-height: 1.7;
    background: rgba(0, 0, 0, 0);
  }
    
      #intro-after{margin-top: -20px;
    background:#e40033;
  }
    
  #intro-after p {
    line-height: 1.72;
  }
  .introcatch {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
} /*end*/
/* ------------------------------------------------------------------- 
 * story
 * ------------------------------------------------------------------- */
#story {
  padding: 30px 0;
}
#story .scroll-bg-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#story h2{color: #fff;}

#story h2:before {background: #fff;}
    
    
    
#story p {
  line-height: 2;
    /*background: rgba(0, 0, 0, 0.1);*/
}

#story p {
  line-height: 2;
    /*background: rgba(0, 0, 0, 0.1);*/
}


#story p span{font-weight: 700;
  border-radius: 50%;
  display: inline-block;
color: #e80034;
  padding: 0 4px;
  animation: invertColors 8s infinite;
}
#story p span.ichi{font-weight: 700;
  border-radius: 50%;
  display: inline-block;
color: #e80034;
  padding: 0 10px;
  animation: invertColors 8s infinite;
}
@keyframes invertColors {
  0% {
   background:#e3be12;
    color: #000;
  }
    
    50% {
    background:#fff;
    color: #e80034;
  }
  100% {
   background:#000;
    color: #e80034;
  }
}



.story-lead {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 60px 0 30px 0;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * story
 * ------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  #story .scroll-bg-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #story p {
    line-height: 1.7;
  }
  .story-lead {font-size: 1.5rem;
    font-weight: 600;
    margin: 30px 0 15px 0;
  }
}


/* ------------------------------------------------------------------- 
 * onstage
 * ------------------------------------------------------------------- */
#onstage {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(circle at center,
    #9c7acc 0%,     /* 明るい紫 */
    #bfa3ff 40%,    /* さらに明るいラベンダー */
    #5a3d7c 80%,    /* 落ち着いた紫 */
    #2e1a3b 100%    /* 暗い紫 */
  );
  overflow: hidden;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;padding: 60px 0;
}
/* 背景の光の粒アニメーション */
.particles {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.particles .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  /*border-radius: 50%;*/
  background: rgba(255, 200, 255, 0.8);  /* 蛍光ピンク〜紫 */
  box-shadow: 0 0 8px rgba(255, 200, 255, 0.8);
  animation: twinkle 4s infinite ease-in-out, rotateDot 6s infinite linear;
  transform-origin: center;
}

/* 点滅（またはフェード）アニメーション */
@keyframes twinkle {
  0%, 100% { opacity: 0.1; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.2); }
}

@keyframes rotateDot {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.onstage-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
  text-align: center;
  max-width: 1080px;
}
.onstage-L {
  width: 100%;
}

.onstage-L img{
  max-width: 300px;
}

.onstage-R {
  width:  100%;
}

.section_guest {
    display: flex;
    flex-wrap: wrap;justify-content: center;
    width: 100%;
    max-width:100%;
    margin: auto;
}


.onstage-content h3 {font-size: 1.2rem;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 2em;
  padding:10px 10px;
  min-width: 60%;
  max-width: 100%;
   color: #f5f5f5;background: #e7161b;border-radius: 30px;
}

.onstage-content h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e7161b;
}

.onstage-content p {
  margin: auto;text-align: center;
  padding: 0;
}


.guest-name{font-weight: 700;
    color: #f5f5f5;
    font-size: 1.1rem;
    line-height: 1.2;padding: 8px 0;letter-spacing: 0.02em;min-height: 110px;
}
.guest-name small{font-weight: 400;background: #896ec4;padding: 0 0.2em;
    font-size:0.85rem;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * onstage
 * ------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
    
#onstage{}
    
    
.onstage-content {display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
.onstage-L img{
  max-width: 80%;
}
.section_guest {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width:94%;
    margin: auto;
}
    

    

}/**/


/* ------------------------------------------------------------------- 
 * caststaff
 * ------------------------------------------------------------------- */
#caststaff {
    padding: 60px 0;background-color: rgba(0,0,0,1);
}
#caststaff .section_cast {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width:940px;
    margin: auto;
}



.charactor1{
width:220px;
    margin: auto;
    text-align: center;
    padding:0.5% 0%;

}

.charactor1 button{
width:220px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.charactor1 button img{
  width: 100%;
  transition-duration: 0.5s;
}
.charactor1 button:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.charactor1 button{
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.charactor1 .plus-icon-wrapper{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  /* ここが回転の中心になるので中央に設定 */
  transform-origin: center center;
}

.charactor1 .plus-icon{
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(232, 0, 52, 0.9);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  user-select: none;
  transition: transform 1s ease;
}


/*guest1*/
.guest1{
width:165px;
    margin: auto;
    text-align: center;
    padding:0.5% 0%;

}

.guest1 button{
width:165px;
    height:165px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.guest1 button img{
  width: 100%;
  transition-duration: 0.5s;
}
.guest1 button:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.guest1 button {
  position: relative;
width:165px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.guest1 .plus-icon-wrapper {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  /* ここが回転の中心になるので中央に設定 */
  transform-origin: center center;
}

.guest1 .plus-icon{
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(232, 0, 52, 0.9);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  user-select: none;
  transition: transform 1s ease;
}


/* ホバー時にラッパーを回転 */
.charactor1 button:hover .plus-icon-wrapper,.guest1 button:hover .plus-icon-wrapper {
  animation: rotatePlus 1s linear infinite;
}

@keyframes rotatePlus {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


#caststaff .ensemble{text-align:center;
    width: 100%;
    max-width:900px;
    margin:2rem auto;
}
#caststaff .ensemble img { width: 100%;}



.cast-credit {
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.cast-name{font-weight: 700;min-height: 80px;
    color: #f5f5f5;
    font-size: 1.15rem;
    line-height: 1.1;padding: 8px 0;letter-spacing: 0.02em;
}
.cast-name small{font-weight: 400;
    font-size:0.65rem;
}
.cast-name span.as, .staff-name span.as {
    color: #86cab6;
    font-size: 0.8rem;
    /*display: block;*/
    font-weight: 700;
    padding-top:  0.8em;background: linear-gradient(transparent 50%, #330f42 50%);
}




.section_staff {font-size: 1.15rem;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
    }

.section_staff small{color: #e80034;}

/* ------------------------------------------------------------------- 
 * responsive:
 *caststaff
 * ------------------------------------------------------------------- */
@media screen and (max-width:992px) {
    #caststaff {
        padding: 60px 0 150px;
        margin: 0 auto;
        text-align: center;
    }
#caststaff .section_cast {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 94%;
    margin: auto;
}
  
.charactor1,.guest1{
width:47%;
}
 
    .charactor1 button,.guest1 button{
width:100%;
  height:100%;

}

    
    
.cast-name{  font-size: 1rem;font-weight: 700;min-height: 100px;
    color: #f5f5f5;
    line-height: 1;padding: 8px 0;
}
    
    
    
#caststaff .ensemble{
    max-width:80%;
}
    
    
} /*end*/

@media screen and (max-width:768px) {

  .cast-name{    font-size: 1rem;font-weight: 700;min-height: 100px;
    color: #f5f5f5;
    line-height: 1;padding: 8px 0;
}  
} /*end*/









/*
---------------------------------------------
ticket
---------------------------------------------
*/
#ticket {
  padding: 30px 0;background: #f5f5f5;color: #333;
}
#ticket .scroll-bg-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.ticket-content {
  margin: 0 auto;
  text-align: center;
}
#ticket h3 {
  padding: 0;
  color: #e80034;
  margin: 0; /* デフォルトCSS打ち消し */
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 10px; /* 余白指定 */
  margin-bottom: 30px; /* 周りの余白指定 */
  position: relative; /* 位置調整 */
  width: 200px;
transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}


#ticket h3:before {
  content: ''; /* 空白の要素を作る */
  width: 200px; /* 幅指定 */
  height: 2px; /* 高さ指定 */
  background-color: #e80034; /* 背景色指定 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 位置調整 */
  left: 0; /* 位置調整 */
  bottom: 0px; /* 位置調整 */  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}

.tour-area {width: 100%;margin: auto;}
.tour-sch {width: 80%;margin: auto;}

.castlist{font-size: 0.8em;}
.castlist small{font-size: 0.9em;}
.castlist img{width: 20px;vertical-align: bottom;}
.playguide {
}
.dotline{border-bottom: 1px dotted #777;padding: 0.5em;margin-bottom: 0.5em;}
.komidashi{font-weight: 700;}
.kokomidashi{font-weight: 700;}

.price{font-size: 1em;font-weight: 700;}
.price_day{
  background: #777;color: #fff;padding: 0 0.3em;font-size: 0.9em;
}
.price_holiday {
  background: #e61f19;color: #fff;padding: 0 0.3em;font-size: 0.9em;
}
.price_sat {
  background: #0768ab;color: #fff;padding: 0 0.3em;font-size: 0.9em;
}

.table-ticket {margin: 30px 0;
 width: 100%;
 text-align: left;
 border-collapse: collapse;
 border-spacing: 0;
 border-top: solid 1px #999;
}
.table-ticket td:first-child{background: #000;color:#fff;white-space:nowrap;}
.table-ticket th,
.table-ticket td {
 padding: 10px;
 border-bottom: solid 1px #999;vertical-align: top;
}
.table-ticket a{
  color: #333;
  text-decoration: underline;
}
.table-ticket a:hover {
color: #999;
  text-decoration: none;
}


/*==================================================
劇場ボタンチケット
===================================*/
.halllink {
}
.button-hall {border-radius: 30px;
  font-size: 0.8em;
  font-weight: 700;
  display: inline-block;
  width: 150px;
  padding: 5px 25px 5px 15px;
  text-align: center;
  margin: 0.5em 0;background: #eee;
  color: #333;
  cursor: pointer;
  position: relative;
  text-decoration: none;border: 2px solid #333;
}
.button-hall::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #e80034;
  border-bottom: 1px solid #e80034;
  transform: skew(45deg);
  transition: .3s;
}
.button-hall:hover {
  background: #000;
  color: #ccc;
}
.button-hall:hover::after {
  right: 10px;
  width: 30px;
  border-right: 2px solid #e80034;
  border-bottom: 1px solid #e80034;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * button
 * ------------------------------------------------------------------- */
/*==================================================
矢印ボタンチケット SP
===================================*/
@media screen and (max-width:992px) {

.button-hall {
  margin: 1.5em 0 0;
}
} /**/




/* ------------------------------------------------------------------- 
 * responsive:
 * ticket
 * ------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
 #ticket .scroll-bg-content {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
    
    .onsale {
    font-size: 1.1rem;
    line-height: 2.1rem;
  }
  #ticket h3 {
    padding: 0;
    color: #e80034;
    margin: 0; /* デフォルトCSS打ち消し */
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px; /* 余白指定 */
    margin-bottom: 30px; /* 周りの余白指定 */
    position: relative; /* 位置調整 */
    width: 160px;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
  #ticket h3:before {
    content: ''; /* 空白の要素を作る */
    width: 160px; /* 幅指定 */
    height: 2px; /* 高さ指定 */
    background-color: #e80034; /* 背景色指定 */
    display: block; /* ブロック要素にする */
    position: absolute; /* 位置調整 */
    left: 0; /* 位置調整 */
    bottom: 0px; /* 位置調整 */
  }
    
    .table-ticket {
    width: 100%;
  }
.table-ticket th,
.table-ticket td {text-align: center;
    display: block;
    width: 100%;padding: 1% 0;
  }
    
    
    .castlist{font-size: 1em;}
    
    .castlist small{font-size: 0.85em;}
} /*end*/

/*
---------------------------------------------
footer-before
---------------------------------------------
*/
#footer-before {
  padding: 100px 0;
}
/*
---------------------------------------------
footer
---------------------------------------------
*/
#footer {
  padding: 60px 0 0;
  background: #000;
}


.footer_logo{filter: drop-shadow(0px 0px 10px rgba(3, 11,27, 0.9)) drop-shadow(0px 0px 10px rgba(3, 11,27, 0.8));
  max-width: 400px;
  width: 25%;
  margin: 60px auto 20px;

}

.footer_sns {
  max-width: 160px;
  width: 50%;
  margin: 60px auto 20px;
   display: flex;
}

img.footer-x{width:65px;margin-right: 20px;}
img.footer-in{width:65px}
.footname {
  color: #eee;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
}

.copyright {
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
  }


.archive-area{
  padding: 20px;width: 300px;margin: auto;
}
ul.archive-list{
width: 230px;margin: auto;
}


ul.archive-list li{
  padding: 3px 15px 6px 37px;border-radius: 30px;color: #333;font-size: 0.9rem;
  background:url("../svg/icon-and.svg") no-repeat 10px #eee;
  background-size:auto 33px;
}
ul.archive-list li:hover{
 color: #eee;
  background:url("../svg/icon-and.svg") no-repeat 10px #fbf19b;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  #footer-before {
    display: none;
  }
    
    
    .footer_logo{width:100%;
  max-width: 80%;


}

    
    
  .share .ln {
    width: 200px;
    margin-top: 20px;
  }

  .footer_copyright {
    max-width: 100%;
  }
} /*end*/




.kokuchi-content {
    padding: 30px;
    width: 100%;
    max-width:350px;
    margin: 0 auto;
    text-align: center;
}


.kokuchi-content img:hover,.kokuchi-content img:active {
  filter:   hue-rotate(320deg );opacity: 0.8;
    animation:none;
}


.yura{
   animation: yurayura 2.5s infinite;
  opacity: 1;
}

@keyframes yurayura {
 0%, 80% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(2deg, 2deg);
  }
  10% {
    transform: skew(-1deg, -1deg);
  }
  15% {
    transform: skew(1deg, 1deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0deg, 0deg);
  }
}
@media screen and (max-width:768px) {
.kokuchi-content {

    max-width:70%;
 
}
}/**/


/* ------------------------------------------------------------------- 
 * overlay banner
 * ------------------------------------------------------------------- */
/*==================================================
告知ボタン
===================================*/
.button-kokuchi {
  font-size: 1.1em;
  font-weight: 700;
  display: inline-block;
  margin: 0.5em 0;background: #e80034;
  color: #fff;
  width: 65%;
  padding:15px 30px 15px 20px;border-radius: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  text-decoration: none;line-height: 1.2;
}
.button-kokuchi::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #eee;
  border-bottom: 1px solid #eee;
  transform: skew(45deg);
  transition: .3s;
}
.button-kokuchi:hover {
  background: #999;
}
.button-kokuchi:hover::after {
  right: 10px;
  width: 30px;
  border-right: 2px solid #eee;
  border-bottom: 1px solid #eee;
}



.foot-kokuchi img {
  width: 130px;
  height: 133px;
}
.foot-kokuchi-img {
  width: 100%;
}
.foot-adjust {
  padding-left: 30px;
}
.fix-pc {
  position: fixed;
  animation-name: fadey_bottom_start;
  animation-duration: 8s;
  z-index: 998;
  bottom: 10px;left: 10px;
	   /*transform: translateX(-50%);*/
}
.fix-pc-wrap {
  margin: 0;
  line-height: 1;
}
.fix-pc-wrap a {
  position: relative;
  padding: 0.8em 0.8em 1em;
  min-width:360px;
  transition: 0.3s;
}
.fix-pc-wrap a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* ------------------------------------------------------------------- 
 * responsive:
 * overlay banner
 * ------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
    
    
        
      .button-kokuchi {
font-size: 0.9em;
    width: 80%;

  }
    
  .foot-kokuchi img {
    width: 90px;
    height: 99px;
  }
  .foot-kokuchi-img {
    width: 90px;
  }
  .foot-adjust {
    padding-left: 0px;
  }
  .fix-sp {
    width: 100%;
    max-width: 80%;
    position: fixed;
    animation-name: fadey_bottom_start;
    animation-duration: 8s;
    z-index: 998;
left: 50%;
	   transform: translateX(-50%);
    bottom: 0;
  }
  .fix-sp-wrap {
    margin: 0;
    line-height: 1;
  }
  .fix-sp-wrap a {
    position: relative;width: 94%;
  padding: 0.8em 0.8em 1em 0.5em;
    transition: 0.3s;
  }
  .fix-sp-wrap a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
} /*end*/
@keyframes fadey_bottom_start {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




/* ------------------------------------------------------------------- 
 * etc
 * ------------------------------------------------------------------- */
.kome {text-align: left;font-size: 0.85em;font-weight: 400;
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.1em;
}
.kome li {
  text-indent: -1.5em;
    line-height: 1.7;
}
.kome li:before {
  content: "※";
  margin-right: 0.5em;}
/* ------------------------------------------------------------------- 
 * responsive:
 * etc
 * ------------------------------------------------------------------- */
@media screen and (max-width:992px) {


}/**/
/*-------------------------------------------------------------------*/
.mt-1, .pt-1 {
  padding-top: 0.5em;
}
.mt-2, .pt-2 {
  padding-top: 1em;
}
.mt-3, .pt-3 {
  padding-top: 1.5em;
}
.mt-4, .pt-4 {
  padding-top: 2em;
}
.mt-5, .pt-5 {
  padding-top: 2.5em;
}
.mb-1, .pb-1 {
  padding-bottom: 0.5em;
}
.mb-2, .pb-2 {
  padding-bottom: 1em;
}
.mb-3, .pb-3 {
  padding-bottom: 1.5em;
}
.mb-4, .pb-4 {
  padding-bottom: 2em;
}
.mb-5, .pb-5 {
  padding-bottom: 2.5em;
}
/* ------------------------------------------------------------------- 
 * e.t.c
/*-------------------------------------------------------------------*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* ------------------------------------------------------------------- 
 * responsive:
 *  e.t.c
 * ------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
} /*end*/

/* モーダル */
.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: 10000;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #333; color:#eee;
  width: 100%;
  max-width:  800px;padding:  30px;
}


.swiper-slide{ width: 100%;margin: auto;}
.swiper-slide .p-in-ph{ width: 200px;margin: auto;}
.swiper-slide .p-in-ph img{
  width:200px;}
.swiper-slide .p-in-text{margin: 0 auto;line-height: 1.6;font-size: 1em;
  width:100%;text-align: justify;}
.swiper-slide .p-in-name{margin: 0 auto 15px;font-weight: 700;text-align: center;line-height: 1.4;font-size: 1.1em;}


/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;  color: #eee;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #e40031;
  cursor: pointer;
  z-index: 10;
}
/* Swiperの矢印部分 */
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }

@media (max-width: 768px) {
  .modal {
    padding: 10px;
  }

  .modal__content {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    max-height: 90vh;
    overflow-y: auto;
  }

  .swiper-slide .p-in-ph {
    width:120px;
  }

  .swiper-slide .p-in-ph img {
    width: 120px;
  }

  .swiper-slide .p-in-text {
    font-size: 1em;
    padding: 0 5px;
  }

  .swiper-slide .p-in-name {
    font-size: 1em;
  }
}

/* CSS（スタイル） */
#gallery {
  padding: 30px 16px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Helvetica Neue", Arial;
}


/* ギャラリー全体のラップ */
.gallery_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC：3列 */
  gap: 16px;
  align-items: stretch;
}

/* 各アイテム */
.gallery_item {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f4f4;
  display: block;
  margin: 0;
}

/* 画像を枠いっぱいにフィットさせる（切り抜き） */
.gallery_item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10; /* 任意：比率を揃える */
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

/* ホバーの軽い拡大エフェクト（任意） */
.gallery_item:hover img {
  transform: scale(1.03);
}

/* And more ボタン部分 */
.gallery_more {
  margin-top: 18px;
  text-align: center;
}

.btn_more {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  background: #bfa14b; /* アクセントカラー（必要なら調整） */
  color: white;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform .15s ease, box-shadow .15s ease;
}

.btn_more:active,
.btn_more:focus {
  transform: translateY(1px);
  outline: none;
}

/* スマホ対応：縦1列 */
@media (max-width: 768px) {
  .gallery_wrap {
    grid-template-columns: 1fr; /* 1列 */
  }

  .topics_title {
    text-align: center;
  }

  .btn_more {
    width: 90%;
    max-width: 360px;
  }

  #gallery {width: 90%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

