@charset "UTF-8";
/* CSS Document */
/* レスポンシブ共通設定*/
/*グローバルナビゲーション Star*/
#navi #menu-btn-check
{
        display: none;
}
#navi li
{
    font-size: 1.6em;
}
/*グローバルナビゲーション End*/
/*テキストアニメーション Star*/
.headline {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  scroll-snap-align: start;
}
.headline:nth-child(1) {
  --color: #f9ca24;
}
.headline:nth-child(2) {
  --color: #3498db;
}
.headline:nth-child(3) {
  --color: #ff7979;
}
.headline:nth-child(4) {
  --color: #1abc9c;
}
.headline:nth-child(5) {
  --color: #e74c3c;
}
.headline:nth-child(6) {
  --color: #f8c291;
}
.headline--jog .char {
  --name: jog;
  --dur: 500ms;
  --del: calc(var(--char-index) * -0.025s);
  --tf: linear;
}
.word,
.char {
  -webkit-animation-delay: var(--del);
          animation-delay: var(--del);
  -webkit-animation-direction: var(--dir, normal);
          animation-direction: var(--dir, normal);
  -webkit-animation-duration: var(--dur);
          animation-duration: var(--dur);
  -webkit-animation-iteration-count: var(--it, infinite);
          animation-iteration-count: var(--it, infinite);
  -webkit-animation-name: var(--name);
          animation-name: var(--name);
  -webkit-animation-timing-function: var(--tf);
          animation-timing-function: var(--tf);
  -webkit-animation-fill-mode: var(--fill, forwards);
          animation-fill-mode: var(--fill, forwards);
  display: inline-block;
  position: relative;
  transform-origin: 50% 100%;
  z-index: 1;
}
@-webkit-keyframes jog {
  0% {
    transform: translate(0, 0) rotate(10deg);
  }
  100% {
    transform: translate(0, 0) rotate(10deg);
  }
}
@keyframes jog {
  0% {
    transform: translate(0, 0) rotate(10deg);
  }
  100% {
    transform: translate(0, 0) rotate(10deg);
  }
}
/*テキストアニメーション End*/
#sns
{
    animation: sns 6s;
    padding-bottom: 2vh;
}
#sns p
{
    color:#fff;
    font-size:1.4em;
    margin:2em 0 1em 0;
}
@keyframes sns
{
    0%
    {
        opacity: 0;
    }
    90%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
#ranking
{
    margin: 6em 0 0 0;
    width: 100%;
}
/*ニュース Start*/
#news
{
    margin: 6em 0 0 0;
    width: 100%;
}
#news h3
{
    line-height: 1.5;
}
#news img
{
    width:100%;
}
/*ニュース End*/
/*コメント Start*/
#comment .attention
{
    text-align: right;
}
#comment .vessel
{
    padding:2em;
}
#comment .comment
{
    margin: 1em;
}
#comment .name
{
    font-weight: bold;
    margin-top: 1em;
    text-align: right;
}
/*コメント End*/
/*イントロダクション Start*/
#intro strong
{
    color:#f08119;
    font-size: 1.5em;
    font-weight: bold;
}
#intro .jyukushun
{
    color:#f08119;
    font-weight: bold;
}
/*イントロダクション End*/
#special .first-contents
{
    margin-bottom:4em;
}
/*キャスト Start*/
#cast .vessel
{
    padding:2em;
}
#cast dl
{
    margin: 2em 0;
}
#cast dt
{
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
#cast dt span
{
    font-size: 0.7em;
    font-weight: normal;
}
#cast .cast img
{
    width:100%;
}
#cast .cast-info
{
}
/*キャスト End*/
.profile
{
    margin-top: 1em;
    font-size: 1em;
    line-height: 1.3;
}
/*スタッフ Start*/
#staff .vessel
{
    padding:2em;
}
#staff dl
{
    margin: 2em 0;
}
#staff dt
{
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
#staff dt span
{
    font-size: 0.7em;
    font-weight: normal;
}
#staff .staff img
{
    width:100%;
}
#staff .staff-info
{
}
/*スタッフ End*/
/*エベント情報 Start*/
#event .event-title
{
    line-height: 1.4;
    margin-bottom: 1em;
}
#event .event-title span
{
  background: -webkit-linear-gradient(transparent 60%, #f9ff52 60%);
  background: -o-linear-gradient(transparent 60%, #f9ff52 60%);
  background: linear-gradient(transparent 60%, #f9ff52 60%);
}
#event .l-tike
{
    font-size: 1.5em;
}
#event dd dl
{
    margin-bottom: 2em;
}
#event dd dt
{
    margin-bottom: 1em;
}
#event dd p
{
    margin-bottom: 1.5em;
}
#event a:link
{
    color: blue;
    text-decoration: underline;
}
#event .items
{
   display: none;
}
#event .info-title
{
    font-size: 1.6em;
    margin: 2em 0 0.5em 0;
    text-align: center;
}
#event li
{
    font-size: 1.4em;
}
#event .btn
{
font-size: 1.4em;
display: inline-block;
text-align: center;
width: 100%;
padding: 0.5em 0;
border-radius:5px;
background: #f08119;
color: #fff;
}
/*エベント情報 End*/
/*劇場情報 Start*/
#theatre
{
    text-align: center;
}
#theatre p
{
    font-size: 1.5em;
    margin-bottom: 0.2em;
}
#theatre p span
{
    font-weight: bold;
}
#theatre img
{
    magin:0 auto;
}
#theatre .info-title
{
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}
#theatre .sub-title
{
    font-size: 1.6em;
    font-weight: bold;
}
#theatre .attention
{
    text-align: center;
}
/*劇場情報 Start*/
.grad-trigger {
  width: 100%;
  margin-top: 1em;
  padding: .5em 0;
  border-radius: 2px;
  background: #f08119;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-trigger::after {
  content: "プロフィール" /*クリック前のボタンのラベル*/
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
    height: 0;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
  content: "Close" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
/*スライダー Start*/
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f137";
  color: #fff; /* 色を白に */  
  margin-left: 20px; /* マージンを追加 */
}
.swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #fff;
  margin-right: 20px;
}
/*スライダー End*/
/*モバイル用（0px 〜 834px） Start*/
@media (max-width: 834px)
{
/*グローバルナビゲーション Start*/
    .menu-btn {
        position: fixed;
        top: 10px;
        left: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: rgba(255, 255, 255, 0);
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #f08119;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        background-color: #fff;
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        background-color: #fff;
        top: 0;
        transform: rotate(-45deg);
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #f08119;
        transition: all 0.5s;/*アニメーション設定*/
    }
    .menu-content ul {
        padding: 70px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;/*メニューを画面内へ*/
    }
/*グローバルナビゲーション End*/
    #sns img
    {
        width: 10vw;
    }
    #intro h3
    {
        transform: rotate(-4deg);
    }
    #news .vessel
    {
        padding:2em 1.5em;
    }
    #news h3
    {
        font-size:1.6em;
        text-align: center;
    }
    #ranking .yahoo
    {
        margin-bottom: 4vh;
    }
    #ranking img
    {
        width:100%;
    }
    #event .event-title
    {
        font-size: 1.4em;
    }
    #event .l-tike
    {
        font-size: 1.1em;
    }
    #event dd dt
    {
        font-size: 1.2em;
    }
    #event dd span
    {
        font-size: 0.8em;
    }
    #event .info-title
    {
        font-size:1.2em;
    }
    #event li
    {
        font-size: 1em;
        line-height: 1.5;
    }
    #theatre .first-contents
    {
        margin-bottom: 1em;
    }
    #theatre img
    {
        width: 80%;
    }
    #theatre .vessel p
    {
        font-size: 1em;
    }
    #theatre .attention
    {
        font-size:0.8em;
    }
    #theatre .sub-title
    {
        text-align: left;
    }
}
/*モバイル用（0px 〜 834px） End*/
/*PC用（835px 〜） Start*/
@media (min-width: 835px)
{
    #navi
    {
        background-color: white;
        padding:2em 0;
    }
    #navi ul
    {
        display: flex;
        -webkit-justify-content: space-around; /* Safari */
        justify-content:space-around;
    }
    #navi li
    {
        white-space: nowrap;
    }
    #ranking
    {
        text-align: center;
        margin-right:  auto;
    }
    #ranking img
    {
        width: 40%;
    }
    #ranking .yahoo
    {
        margin-right: 5%;
    }
    #comment .vessel,
    #event .vessel,
    #theatre .vessel
    {
        padding:2em 18em;
    }
    #comment .attention
    {
        font-size:0.5em;
    }
    #theatre .vessel p
    {
        text-align: center;
    }
    #theatre .sub-title
    {
        text-align: left;
    }
    #event .event-title
    {
        font-size: 2.2em;
    }
    #event dd dt
    {
        font-size: 1.8em;
    }
    #event dd p
    {
        font-size: 1.6em;
    }
    #event dd span
    {
        font-size: 0.8em;
    }
    .theatre
    {
        display: flex;
        justify-content:center;   
    }
    #theatre .first-contents
    {
        margin-right: 2em;
    }
    #comment .vessel p,
    #theatre .vessel p,
    #intro .vessel p,
    #story .vessel p
    {
        font-size:1.6em;
    }
    #comment .attention
    {
        font-size:0.5em;
    }
    #cast .cast-group1,
    #cast .cast-group2,
    #cast .cast-group3
    {
        display: flex;
        justify-content:center;
    }
    #cast .cast
    {
        padding:0 1em;
        width:25%;
    }
    #cast img
    {
        width:100%;
    }
    #staff .staff-group1,
    #staff .staff-group2
    {
        display: flex;
        justify-content:center;
    }
    #staff .staff
    {
        padding:0 1em;
        width:25%;
    }
    #staff img
    {
        width:100%;
    }
    .cast-info,
    .staff-info
    {
        font-size:1.4em;
    }
    .profile
    {
        font-size:1.2em;
    }
    #staff dt span.small
    {
        font-size: 0.5em;
    }
    #sns img
    {
        width: 5vw;
    }
    /*
    #cast #cast-group2
    {
        display: flex;
        justify-content: space-between;
    }
    #cast #cast-group2 dl
    {
      width: 48%;
    }
    */
}
/*PC用（835px 〜） End*/
/*スライダー解除用（1021px 〜） Start*/
@media (min-width: 1201px)
{
.swiper-wrapper
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .swiper-slide
  {
    max-width: 400px;
    padding: 0;
  }
  .swiper-button-prev, .swiper-button-next, .swiper-pagination
  {
    display: none;
  }
}
/*スライダー解除用（1021px 〜） End*/

/*
     FILE ARCHIVED ON 23:44:05 Jan 19, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:07:39 Feb 02, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.078
  exclusion.robots.policy: 0.066
  cdx.remote: 0.107
  esindex: 0.011
  LoadShardBlock: 141.695 (6)
  PetaboxLoader3.datanode: 153.54 (7)
  load_resource: 101.741
  PetaboxLoader3.resolve: 52.383
*/