/*---------------------------------------------------------------------
  グローバルリセット（全画面共通）
---------------------------------------------------------------------*/
/* 既存の reset よりも上（または別ファイル）の先頭に追加）*/
html {
  scroll-behavior: smooth;
}




body, div, td, p, ul, ol, dl, dd, img, form, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: center;
}

body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
}


.blue{
  color: #d4f19c !important;
}

.darkblue{
  color: #3558a2 !important;
}

.pink{
  color: #fcc3c5 !important;
}

.x3{
  font-weight: bold;
}
a {
    color: #fff !important;
    text-decoration: none;
    z-index: 999;
    position: relative;
}

a:hover {
opacity: 0.8;
}

#news a{
  color: #fff !important;
}

@media screen and (min-width: 767px) {
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs19 {font-size: 19px;}
.fs20 {font-size: 20px;}
.fs21 {font-size: 21px;}
.fs22 {font-size: 22px;}
.fs23 {font-size: 23px;}
.fs24 {font-size: 24px; letter-spacing: 1.5;}
.fs25 {font-size: 25px; font-weight: bold}
.fs26 {font-size: 26px;}
.fs27 {font-size: 27px;}
.fs28 {font-size: 28px;}
.fs29 {font-size: 29px;}
.fs30 {font-size: 30px;}

.fsize16{font-size: 16px}
.fsize25{font-size: 25px}

.hr1{
  width: 70%;
  margin: 0 auto;
  border-top: 0;
  border-bottom: dashed 1px #fff;
}
}

@media screen and (max-width: 767px) {
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 12px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 15px;}
.fs19 {font-size: 19px;}
.fs20 {font-size: 20px;}
.fs21 {font-size: 21px;}
.fs22 {font-size: 22px;}
.fs23 {font-size: 16px;}
.fs24 {font-size: 24px;}
.fs25 {font-size: 20px;}
.fs26 {font-size: 26px;}
.fs27 {font-size: 27px;}
.fs28 {font-size: 4vw;}
.fs29 {font-size: 26px;}
.fs30 {font-size: 30px;}

.fsize16{font-size: 14px}
.fsize25{font-size: 20px}

.hr1{
  width: 70%;
  margin: 0 auto;
  border-top: 0;
  border-bottom: dashed 1px #fff;
}
}


/*---------------------------------------------------------------------
  デスクトップ向けスタイル（min-width: 767px）
---------------------------------------------------------------------*/
@media screen and (min-width: 767px) {

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

  /* ラッパー・コンテンツ基本設定 */
  #wrapper {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    min-width: 1280px;
    font-size: 20px;
    line-height: 2em;
    color: #31333b;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-weight: 500;
  }
  
  #contents-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  #main-area {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 13%;
    height: 100vh;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
  }
  
  #main-area .main-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  /* グランジテキスト */
  .grunge-text { 
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .grunge-text.animate {
    opacity: 1;
    filter: blur(0);
  }




  .grunge-text_story { 
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #006b8c;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .grunge-text_story.animate {
    opacity: 1;
    filter: blur(0);
  }


  .grunge-text_news { 
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .grunge-text_news.animate {
    opacity: 1;
    filter: blur(0);
  }




  .grunge-text:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  .grunge-text-sub_story {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
  }
  
  .grunge-text-sub {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
  }
  .grunge-text-sub.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }


  .grunge-text-sub-info {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
  }
  .grunge-text-sub-info.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub-info:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }



  .grunge-text-sub-cast_news {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    color: #006b8c;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
    line-height: 30px;
  }
  .grunge-text-sub-cast_news.animate {
    opacity: 1;
    filter: blur(0);
  }


  .grunge-text-sub-cast {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
    line-height: 30px;
  }
  .grunge-text-sub-cast.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub-cast:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }




  .grunge-text-sub-tickets {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
    line-height: 40px;
  }
  .grunge-text-sub-tickets.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub-tickets:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }

  
  /* 白文字バージョン */
.grunge-text-wht {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
}

  .grunge-text-wht.animate {
    opacity: 1;
    filter: blur(0);
  }
  
  .grunge-text-sub-wht {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
  }
  .grunge-text-sub-wht.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub-wht:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  /* INTROセクション */
  section#intro .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 1440px;
    padding: 0 80px;
    text-align: center;
  }
  #intro {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #006b8c;
    color: #fff;
  }
  .intro-text {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .strong {
    font-size: 25px;
    font-weight: 700;
    color: #000;
  }
  .intro-text.animate {
    opacity: 1;
    filter: blur(0);
  }
  
  /* CASTセクション */
  section#cast .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 80px;
    text-align: center;
  }
  #cast {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    color: #000;
  }
  .cast-text {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .cast-text.animate {
    opacity: 1;
    filter: blur(0);
  }
  #cast h2 {
    margin: 0 auto 80px;
  }
  #cast h5 {
    font-size: 50px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  #cast h5.left {
    font-size: 40px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 20px;
  }
  #cast h6 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }
  #cast h6.left {
    font-size: 18px;
    text-align: left;
  }
  #cast .left-box {
    float: left;
    width: 64%;
  }
  #cast .right-box {
    float: right;
    width: 30%;
  }
  #cast .right-box img {
    width: 100%;
  }
  #cast .left-box2 {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 3%;
  }
  #cast .right-box2 {
    float: right;
    width: 55%;
    box-sizing: border-box;
    padding-left: 3%;
    border-left: 1px solid #CCCCCC;
  }
  #cast h3 {
    padding: 0 3em;
    display: inline-block;
    line-height: 2em !important;
    font-weight: 600 !important;
    background: #000;
    color: #b2b1b1 !important;
    font-size: 20px !important;
    text-align: left !important;
    margin-bottom: 15px;
  }
  #cast h4 {
    font-size: 24px;
  }
  #cast p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 17px;
    line-height: 1.7em;
    margin-bottom: 0;
  }
  .box.comment {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .box.comment.animate {
    opacity: 1;
    filter: blur(0);
  }

  /* INFO */
  section#info .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 1440px;
    padding: 0 80px;
    text-align: center;
  }
  #info {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
    overflow: hidden;
    color: #FFFFFF;
  }
  .info-text {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .info-text.animate {
    opacity: 1;
    filter: blur(0);
  }

  
  /* STORY */
  section#story .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 1440px;
    padding: 0;
    text-align: center;
  }
#story {
    /* position: relative; */
    background: url(../img/contents_bg.jpg) #006b8c;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: 50% auto;
    background-repeat: no-repeat;
}


  #story {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #019ebd;
    overflow: hidden;
    color: #FFFFFF;
  }
  .story-text {
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
    color: #006b8c;
  }
  .story-text.animate {
    opacity: 1;
    filter: blur(0);
  }
  
  .x {
    color: #fff;
  }


  /* Xセクション */
  section#x .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 1440px;
    padding: 0 80px;
    text-align: center;
  }
  #x {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    color: #000;
  }
  .x_frame {
    width: 600px;
    margin: 50px auto 0;
    height: 600px;
  }


  /* メインボックス＆ロゴ */
  .main-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .logo {
    width: 630px;
  }
  .line {
    display: flex;
    margin-bottom: 10px;
  }
  .line:last-child {
    margin-bottom: 0;
  }
  .logo span {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    filter: blur(8px);
    transform: translateY(20px);
    transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease;
  }
  .line span:last-child {
    margin-right: 0;
  }
  .logotxt {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  .margintop30px {
    margin-top: 30px !important;
  }
  .margintop150px {
    margin-top: 150px !important;
  }
  
  .fbin {
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate(0,0);
    opacity: 1.0;
  }
  
  /* フッター */
.copy {
    text-align: center !important;
    padding: 30px 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center !important;
  }
  
} /* end: min-width:767px */

/*---------------------------------------------------------------------
  モバイル向けスタイル（max-width: 767px）
---------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

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


  #wrapper {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 2em;
    color: #31333b;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-weight: 500;
  }
  
  #contents-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  #main-area {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    height: 90vh;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
  }
  
  #main-area .main-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  /* グランジテキスト */
  .grunge-text { 
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 9vw;
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .grunge-text.animate {
    opacity: 1;
    filter: blur(0);
  }

  .grunge-text_story { 
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #006b8c;
    font-size: 9vw;
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .grunge-text_story.animate {
    opacity: 1;
    filter: blur(0);
  }


  .grunge-text_news { 
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 7vw;
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .grunge-text_news.animate {
    opacity: 1;
    filter: blur(0);
  }


  .grunge-text:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }



  .grunge-text-sub_story {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 4vw;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .grunge-text-sub {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 4vw;
    margin-bottom: 50px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
  }
  .grunge-text-sub.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }


  .grunge-text-sub-info {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 4vw;
    margin-bottom: 0;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
    line-height: 25px;
  }
  .grunge-text-sub-info.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub-info:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  



  .grunge-text-sub-cast_news {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    color: #006b8c;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
  }
  .grunge-text-sub-cast_news.animate {
    opacity: 1;
    filter: blur(0);
  }


  .grunge-text-sub-cast {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
    line-height: 30px;
  }
  .grunge-text-sub-cast.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub-cast:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }




  .grunge-text-sub-tickets {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
    line-height: 35px;
  }
  .grunge-text-sub-tickets.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub-tickets:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }



  /* 白文字バージョン */
  .grunge-text-wht { 
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 6vw;
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .grunge-text-wht.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-wht:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  .grunge-text-sub-wht {
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 4vw;
    margin-bottom: 50px;
    text-align: center;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
  }
  .grunge-text-sub-wht.animate {
    opacity: 1;
    filter: blur(0);
  }
  .grunge-text-sub-wht:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  /* INTROセクション */
  section#intro .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
  }
  #intro {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #006b8c;
    color: #fff;
  }
  .intro-text {
    font-size: 15px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .strong {
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }
  .intro-text.animate {
    opacity: 1;
    filter: blur(0);
  }
  
  /* castセクション */
  section#cast .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
  }
  #cast {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    color: #000;
  }
  .cast-text {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .cast-text.animate {
    opacity: 1;
    filter: blur(0);
  }
  #cast h2 {
    margin: 0 auto 80px;
  }
  #cast h5 {
    font-size: 50px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  #cast h5.left {
    font-size: 25px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
  }
  #cast h6 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  #cast h6.left {
    font-size: 16px;
    text-align: center;
  }
  #cast .left-box {
    float: right;
    width: 100%;
  }
  #cast .right-box {
    float: left;
    width: 100%;
    text-align: center;
  }
  #cast .right-box img {
    width: 70%;
    margin: 0 auto;
  }
  #cast .left-box2 {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 3%;
  }
  #cast .right-box2 {
    float: right;
    width: 55%;
    box-sizing: border-box;
    padding-left: 3%;
    border-left: 1px solid #CCCCCC;
  }

  .box.comment {
    display: flex;
    flex-direction: column;
  }
  /* ヘッダー部分はそのまま先頭に表示 */
  .box.comment > h5,
  .box.comment > h6 {
    order: 0;
    width: 100%;
  }
  /* right-box を left-box の前に表示 */
  .box.comment > .right-box {
    order: 1;
    width: 100%;
    /* floatを解除 */
    float: none;
    margin-bottom: 40px;
  }
  .box.comment > .left-box {
    order: 2;
    width: 100%;
    /* floatを解除 */
    float: none;
  }

#cast h3 {
    padding: 0;
    /* display: inline-block; */
    line-height: 2em !important;
    font-weight: 600 !important;
    background: #000;
    color: #b2b1b1 !important;
    font-size: 20px !important;
    text-align: left !important;
    margin-bottom: 15px;
    /* margin: 0 auto; */
    text-align: center !important;
}
  #cast h4 {
    font-size: 24px;
  }
  #cast p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 0;
  }
  .box.comment {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .box.comment.animate {
    opacity: 1;
    filter: blur(0);
  }
  
  /* INFOセクション */
  section#info .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
  }
  #info {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000000;
    overflow: hidden;
    color: #FFFFFF;
  }
  .info-text {
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .info-text.animate {
    opacity: 1;
    filter: blur(0);
  }

  /* STORYセクション */
  section#story .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
  }
  #story {
    padding-top: 100px;
    padding-bottom: 0;
    background-color: #019ebd;
    overflow: hidden;
    color: #FFFFFF;
  }
  .story-text {
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
    color: #006b8c;
  }
  .story-text.animate {
    opacity: 1;
    filter: blur(0);
  }
  
  /* Xセクション */
  section#x .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 1440px;
    padding: 0 80px;
    text-align: center;
  }
  #x {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    color: #000;
  }
  .x_frame {
    width: 100%;
    margin: 50px auto 0;
    height: 600px;
    padding: 0 20px;
  }
  
  /* メインボックス＆ロゴ */
  .main-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .logo {
    width: 100%;
  }
  .line {
    display: flex;
    margin-bottom: 10px;
  }
  .line:last-child {
    margin-bottom: 0;
  }
  .logo span {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    filter: blur(8px);
    transform: translateY(20px);
    transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease;
  }
  .line span:last-child {
    margin-right: 0;
  }
  .logotxt {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .margintop30px {
    margin-top: 30px !important;
  }
  .margintop150px {
    margin-top: 150px !important;
  }
  
  .fbin {
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate(0,0);
    opacity: 1.0;
  }
  
  /* フッター */
  #footer {
    text-align: center !important;
    padding: 30px 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 14px;
    color: #fff;
  }
  #footer .copy{
    text-align: center !important;
  }
  
  
} /* end: max-width:767px */





@media(min-width:767px){

/*------------------------------------------------------------------------------
                MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
  position:fixed;
  width:70px;
  height:65px;
  right:26px;
  top:20px;
  z-index:900;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 70px;
  height: 65px;
  top:0px;
  left:0px;
}
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #888;
}
.menu-icon span:nth-of-type(1) {
  top: 8px;
}
.menu-icon span:nth-of-type(2) {
  top: 29px;
}
.menu-icon span:nth-of-type(3) {
  bottom: 8px;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-icon.active span:nth-of-type(2) {

  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
#menu-icon a {
  position:absolute;
  width:100%;
  height:100%;
  left:0px;
  top:0px;
  text-indent:-99999px;
}

/*------------------------------------------------------------------------------
                MENU
------------------------------------------------------------------------------*/
#menu-back {
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background:rgba(255,255,255,0.0);
  z-index:700;
  display: none;
}
.menu-area {
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  right:0px;
  z-index:800;
  overflow-y:auto;
  background:rgba(0,0,0,0.9);
}
.menu-area {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  top:-100%;
}
.menu-area.act {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  top:0px;
  background:rgba(0,0,0,0.9);
}
.menu-area .menu-logo {
  width: 90%;
  margin: 0 auto;
  line-height: 0px;
  padding-top: 18%;
  margin-top: 100px;
}
.menu-area ul.menu {
  padding: 0;
  margin-top: 100px;
}
.menu-area ul.menu li {
  width:100%;
  margin: 20px auto 80px;
  position:relative;
  list-style:none;
  text-align: center;
}
.menu-area ul li a {
 font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff !important;
    font-size: 50px;
}



.menu-area ul li a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }


}


@media(max-width:767px){

/*------------------------------------------------------------------------------
                MENU ICON
------------------------------------------------------------------------------*/
#menu-icon {
  position:fixed;
  width:30px;
  height:45px;
  right:10px;
  top:10px;
  z-index:900;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 30px;
  height: 45px;
  top:0px;
  left:0px;
}
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #888;
}
.menu-icon span:nth-of-type(1) {
  top: 2px;
}
.menu-icon span:nth-of-type(2) {
  top: 12px;
}
.menu-icon span:nth-of-type(3) {
  bottom: 18px;
}

.menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.menu-icon.active span:nth-of-type(2) {

  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
#menu-icon a {
  position:absolute;
  width:100%;
  height:100%;
  left:0px;
  top:0px;
  text-indent:-99999px;
}

/*------------------------------------------------------------------------------
                MENU
------------------------------------------------------------------------------*/
#menu-back {
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background:rgba(255,255,255,0.0);
  z-index:700;
  display: none;
}
.menu-area {
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  right:0px;
  z-index:800;
  overflow-y:auto;
  background:rgba(0,0,0,0.9);
}
.menu-area {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  top:-100%;
}
.menu-area.act {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  top:0px;
  background:rgba(0,0,0,0.9);
}
.menu-area .menu-logo {
  width: 90%;
  margin: 0 auto;
  line-height: 0px;
  padding-top: 18%;
  margin-top: 100px;
}
.menu-area ul.menu {
  padding: 0;
  margin-top: 100px;
}
.menu-area ul.menu li {
  width:100%;
  margin: 20px auto;
  position:relative;
  list-style:none;
  text-align: center;
}
.menu-area ul li a {
 font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff !important;
    font-size: 7vw;
}



.menu-area ul li a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }


}




.gridlist {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  animation-name: fadeinmenu;
  animation-duration: 5.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 8.5s;
      opacity: 0;
}

ul.gridlist li.cell {
    width: 28% !important;
    height: auto !important;
    margin: 0 auto 5%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    position: relative !important;
}

@keyframes fadeinmenu {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}


.gridlistcast img{
width: 100%;
}



.cellcast {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
  }
.cellcast.animate {
    opacity: 1;
    filter: blur(0);
  }



.cellcast5 {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 2s ease, filter 2s ease;
  }
.cellcast5.animate {
    opacity: 1;
    filter: blur(0);
  }

@media(min-width:767px){



.gridlistcast {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 1200px;
}

.cellcast1st {
    width: 58%;
    height: auto;
    margin: 1rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}

.cellcast {
    width: 29%;
    height: auto;
    margin: 1rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px;
}



.cellcast5 {
    width: 16%;
    height: auto;
    margin: 1rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px;
}
}


@media(max-width:767px){

.gridlistcast {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.cellcast1st {
    width: 75%;
    height: auto;
    margin: 1rem 0.5rem 80px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}
.cellcast {
    width: 75%;
    height: auto;
    margin: 1rem 0.5rem 80px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}


.cellcast5 {
    width: 55%;
    height: auto;
    margin: 1rem 0.5rem 80px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.6rem;
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
}
}






@media(min-width:767px){
  
  /* COMMENTSセクション */
  section#schedule .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 80px;
    text-align: center;
  }
  #schedule {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
    color: #fff;
  }
  .schedule-text {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .schedule-text.animate {
    opacity: 1;
    filter: blur(0);
  }
  #schedule h2 {
    margin: 0 auto 80px;
  }
  #schedule h5 {
    font-size: 50px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  #schedule h5.left {
    font-size: 40px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 20px;
  }
  #schedule h6 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }
  #schedule h6.left {
    font-size: 18px;
    text-align: left;
  }
  #schedule .left-box {
    float: left;
    width: 64%;
  }
  #schedule .right-box {
    float: right;
    width: 30%;
  }
  #schedule .right-box img {
    width: 100%;
  }
  #schedule .left-box2 {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 3%;
  }
  #schedule .right-box2 {
    float: right;
    width: 55%;
    box-sizing: border-box;
    padding-left: 3%;
    border-left: 1px solid #CCCCCC;
  }
  #schedule h3 {
    padding: 0 3em;
    display: inline-block;
    line-height: 2em !important;
    font-weight: 600 !important;
    background: #000;
    color: #b2b1b1 !important;
    font-size: 20px !important;
    text-align: left !important;
    margin-bottom: 15px;
  }
  #schedule h4 {
    font-size: 24px;
  }
  #schedule p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 0;
    text-align: justify;
  }
  .box.comment {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .box.comment.animate {
    opacity: 1;
    filter: blur(0);
  }



.table_001 {
    width: 95%;
    margin: 0px auto 0px auto;
    padding: 0px;
    border-collapse: collapse;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
}

.table_001 td,
.table_001 th {
    word-break: break-word;
    white-space: normal;
}
  .table_001.animate {
    opacity: 1;
    filter: blur(0);
  }

.table_001 th {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.table_001 td {
    text-align: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    vertical-align: middle;
}

}




@media(max-width:767px){

  
  /* scheduleセクション */
  section#schedule .box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
  }
  #schedule {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
    color: #fff;
  }
  .schedule-text {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .schedule-text.animate {
    opacity: 1;
    filter: blur(0);
  }
  #schedule h2 {
    margin: 0 auto 80px;
  }
  #schedule h5 {
    font-size: 50px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  #schedule h5.left {
    font-size: 25px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
  }
  #schedule h6 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  #schedule h6.left {
    font-size: 16px;
    text-align: center;
  }
  #schedule .left-box {
    float: right;
    width: 100%;
  }
  #schedule .right-box {
    float: left;
    width: 100%;
    text-align: center;
  }
  #schedule .right-box img {
    width: 70%;
    margin: 0 auto;
  }
  #schedule .left-box2 {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 3%;
  }
  #schedule .right-box2 {
    float: right;
    width: 55%;
    box-sizing: border-box;
    padding-left: 3%;
    border-left: 1px solid #CCCCCC;
  }

  .box.comment {
    display: flex;
    flex-direction: column;
  }
  /* ヘッダー部分はそのまま先頭に表示 */
  .box.comment > h5,
  .box.comment > h6 {
    order: 0;
    width: 100%;
  }
  /* right-box を left-box の前に表示 */
  .box.comment > .right-box {
    order: 1;
    width: 100%;
    /* floatを解除 */
    float: none;
    margin-bottom: 40px;
  }
  .box.comment > .left-box {
    order: 2;
    width: 100%;
    /* floatを解除 */
    float: none;
  }

#schedule h3 {
    padding: 0;
    /* display: inline-block; */
    line-height: 2em !important;
    font-weight: 600 !important;
    background: #000;
    color: #b2b1b1 !important;
    font-size: 20px !important;
    text-align: left !important;
    margin-bottom: 15px;
    /* margin: 0 auto; */
    text-align: center !important;
}
  #schedule h4 {
    font-size: 24px;
  }
  #schedule p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 0;
    text-align: justify;
  }
  .box.comment {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
  }
  .box.comment.animate {
    opacity: 1;
    filter: blur(0);
  }



.table_001sp  {
width: 80%;
margin:0px auto 0px auto;
padding:0px;
border-collapse:collapse;
border-top:1px solid #fff;
border-right:1px solid #fff;
border-left:0px solid #fff;
border-bottom:0px solid #fff;
font-size:13px;
    font-family: "source-han-sans-japanese", sans-serif;

    font-weight: 400;
    font-style: normal;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
}


  .table_001sp.animate {
    opacity: 1;
    filter: blur(0);
  }

.table_001sp th {
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.table_001sp td {
    text-align: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}

}





.l-accordion input {
  display: none;
}




@media(min-width:767px){


.accessbtn {
    position: relative;
    background-color: #87a4e1;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #fff !important;
    width: 70px;
    height: 30px;
    margin-top: 5px;
    line-height: 45px;
}
.l-accordion .l-accordion-switch {
    position: relative;
    display: block;
    background-color: #f19cac;
    font-weight: normal;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
    border-radius: 40px;
}

.l-accordion-switch.animate {
    opacity: 1;
    filter: blur(0);
  }




.l-accordion .l-accordion-switch::before,
.l-accordion .l-accordion-switch::after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 3px;
  background: #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.l-accordion .l-accordion-switch::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.l-accordion input:checked~.l-accordion-switch::after {
  transform: rotate(0);
  transition: 0.5s;
}


.l-accordion .l-accordion-inside {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  font-size: 16px;
  line-height: 25px;
  padding-top: 30px;
}

.l-accordion input:checked~.l-accordion-inside {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}


.button019 a {
    background: #fff;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0;
    max-width: 280px;
    padding: 10px 35px;
    color: #006b8c !important;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-family: "source-han-sans-japanese", sans-serif;
    border-radius: 40px;
}

.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #87a4e1;
  color: #FFF !important;
  opacity: 1 !important;
}
.button019 a:hover:after {
  right: 1.4rem;
}


.x{width: 80px;
margin: 0 auto;}

.x img{width: 100%;}

}


@media(max-width:767px){



#schedule_table {
text-align: center;
margin: 50px 0;
}

#schedule_table img{
width: 90%;
margin: 0 auto;
}


.x{width: 15%;
margin: 0 auto;}

.x img{width: 100%;}


.accessbtn {
    position: relative;
    background-color: #87a4e1;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    color: #fff !important;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    line-height: 50px;
}

.menulight {
    display: none;
}


.menulight .btnlight {
    display: none;
}


.l-accordion .l-accordion-switch {
    position: relative;
    display: block;
    background-color: #f19cac;
    font-weight: normal;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin: 15px auto 0;
    filter: blur(5px);
    transition: opacity 1s ease, filter 1s ease;
    border-radius: 40px;
    width: 80%;
}

.l-accordion-switch.animate {
    opacity: 1;
    filter: blur(0);
  }


.l-accordion .l-accordion-switch::before,
.l-accordion .l-accordion-switch::after {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 3px;
  background: #fff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.l-accordion .l-accordion-switch::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.l-accordion input:checked~.l-accordion-switch::after {
  transform: rotate(0);
  transition: 0.5s;
}


.l-accordion .l-accordion-inside {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  font-size: 13px;
  line-height: 20px;
  padding-top: 30px;
  font-weight: normal;
}

.l-accordion input:checked~.l-accordion-inside {
  height: auto;
  opacity: 1;
}



.button019 a {
    background: #fff;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 15px;
    max-width: 60%;
    padding: 10px 35px;
    color: #006b8c !important;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-family: "source-han-sans-japanese", sans-serif;
    border-radius: 40px;
    font-size: 16px;
}

.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #87a4e1;
  color: #FFF !important;
  opacity: 1 !important;
}
.button019 a:hover:after {
  right: 1.4rem;
}


}


use-chat-gpt-ai.open, #USE_CHAT_GPT_AI_ROOT.open, use-chat-gpt-ai-content-menu {
    visibility: visible !important;
    outline: none;
    display: none;
}




@media(min-width:767px){

#schedule_table {
text-align: center;
margin: 0 auto 50px;
width: 95%;
max-width: 800px;

}

#schedule_table img{
width: 100%;
margin: 0 auto;
}

.box29 {
    margin: 2em auto;
    width: 80%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding-bottom: 40px;
}

.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box29 p {
    text-align: center;
    padding: 0 20px 20px;
    margin: 0;
}


.box30 {
    margin: 2em auto;
    width: 80%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding-bottom: 40px;
}

.box30 .box-title {
    font-size: 1.2em;
    background: #f19cac;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box30 p {
    text-align: center;
    padding: 0 20px 20px;
    margin: 0;
}


.telicon img {
    width: 20px;
    padding: 10px 5px 0 15px;
}

.naiotoko-background-sp{
  display: none;
}

.credit {
    float: left;
    width: auto;
    position: absolute;
    bottom: 2%;
    left: 4%;
    height: 31vh;
}

.credit img{
  width: auto;
  height: 100%;
}

.logo {
    float: left;
    width: auto;
    position: absolute;
    bottom: 4%;
    right: 4%;
    height: 22vh;
}



.logo img{
  width: auto;
  height: 100%;
}
}

@media(max-width:767px){

.notice{
  width: 90%;
  margin: 0 auto;
  line-height: 22px;

}


.box29 {
    margin: 2em auto;
    width: 80%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    line-height: 20px;
}

.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box29 p {
   text-align: center;
    padding: 15px 20px;
    margin: 0;
}



.box30 {
    margin: 2em auto;
    width: 80%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    line-height: 20px;
}

.box30 .box-title {
    font-size: 1.2em;
    background: #f19cac;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box30 p {
   text-align: center;
    padding: 15px 20px;
    margin: 0;
}




.telicon img {
    width: 20px;
    padding: 7px 0 0 5px;
}


.credit {
    float: left;
    width: 50%;
    position: absolute;
    bottom: 14%;
    left: 4%;
    height: auto;
}

.credit img{
  width: 100%;
  height: auto;
}

.logo {
    float: left;
    width: 40%;
    position: absolute;
    bottom: 16%;
    right: 4%;
    height: auto;
}



.logo img{
  width: 100%;
  height: auto;
}

.noticetit {
    text-align: center;
    font-weight: bold !important;
}



}




@media(min-width:767px){

.linkbtn {
    background: #e5847e;
    color: #fff;
    padding: 0.5% 1%;
    font-size: 10px;
}

.cat {
    border: 2px solid #fff;
    padding: 0px 2%;
    width: 70px;
    margin: 0 auto 20px;
    font-size: 16px;
}

.notice{
  width: 80%;
  margin: 0 auto;
  line-height: 30px;
}

.noticetit {
    text-align: center;
    font-weight: bold !important;
}

#news {
    /* position: relative; */
    background: #0fa5c3;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: 50% auto;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}
html.is-loaded .main {
    background: #72bcd8 !important;
    box-shadow: -0.2rem 0 2rem 0 rgba(40,28,121,.1),.2rem 0 2rem 0 rgba(40,28,121,.1) !important;
}

}

@media(max-width:767px){

.cat {
    border: 2px solid #fff;
    padding: 0px 2%;
    width: 70px;
    margin: 0 auto 20px;
    font-size: 15px;
}

.linkbtn {
    background: #e5847e;
    color: #fff;
    padding: 0.5% 1%;
    font-size: 10px;
}

#news {
    /* position: relative; */
    background: #0fa5c3;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: 50% auto;
    background-repeat: no-repeat;
    padding: 50px 0;
    color: #fff;
}
}


.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #fb7b7b;
  line-height: 1;
  position: relative;
  width: 0.9em;
  height: 0.9em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 5px;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}



a {color: #d4f19c !important;}



@media(max-width:767px){
.box {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 15px !important;
}
}



@media(min-width:767px){
.box{
  width: 90%;
  margin: 0 auto;
  color: #fff;
    font-size: 18px !important;
}
}
}


@keyframes bulge {
from {
    width: 4%;
  }
to {
    width: 12%
  }
}

@keyframes bulge2 {
from {
    width: 5%;
  }
to {
    width: 15%
  }
}

@keyframes bulge3 {
from {
    width: 16.666%;
  }
to {
    width: 35.333%
  }
}

@keyframes bulge4 {
from {
    width: 7.333%;
  }
to {
    width: 16.666%
  }
}

body {
  margin: 0;
}
#header {
  background-color: #f4e9d9;
  height: 4em;
}
#fancybar {
  background-color: #666;
  padding-left: 10%; /*start the boxes at 10%*/
  height: 4px;
}
#fancybar div, #fullwidth div {
  height: 4px;
  padding: 0;
  margin: 0;
  float: left;
  /* turn on shadows by commenting this out */
  box-shadow: 0 0 0 0 transparent;
  border-left: 2px solid #fff;
  animation-timing-function: linear;
}

#fancybar div:last-child {
  border-right: 2px solid #fff
}

#fullwidth {
  margin: 30px 0;
  height: 5px;
}

#fullwidth div {
  border: none;
}
.purple {
  background-color: #6cb5d1;
  box-shadow: 0px 4px 25px 0px #6cb5d1;
  width: 8%;
  animation: bulge2 12s infinite alternate linear;
  }

.blue {
  background-color: #35698b;
  box-shadow: 0px 5px 25px 0px #35698b;
  width: 8%;
  animation: bulge 7s infinite alternate-reverse linear;

 }
.green {
  background-color: #c1dc9e;
  box-shadow: 0px 5px 25px 0px #c1dc9e;
  width: 8%;
    animation: bulge 7s infinite alternate linear;

 }
.olive {
  background-color: #e5847e;
  box-shadow: 0px 5px 25px 0px #e5847e;
  width: 8%;
  animation: bulge 5s infinite alternate-reverse linear;
 }
.yellow {
  background-color: #fc9e39;
  box-shadow: 0px 5px 25px 0px #fc9e39;
  width: 8%;
  animation: bulge 5s infinite alternate linear;
 }
.red {
  background-color: #f0c6c7;
  box-shadow: 0px 5px 25px 0px #f0c6c7;
  width: 8%;
  animation: bulge2 12s infinite alternate-reverse linear;
 }

#fullwidth .purple {
  animation: bulge3 12s infinite alternate linear;
  }

#fullwidth .blue {
  animation: bulge4 7s infinite alternate-reverse linear;

 }
#fullwidth .green {
  animation: bulge4 7s infinite alternate linear;

 }
#fullwidth .olive {
  animation: bulge4 5s infinite alternate-reverse linear;
 }
#fullwidth .yellow {
  animation: bulge4 5s infinite alternate linear;
 }
#fullwidth .red {
  animation: bulge3 12s infinite alternate-reverse linear;
 }
