@charset "utf-8";
/*共通部分*/

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

* {
  -ms-box-sizing: border-box;
  /*Internet Explorer*/
  -webkit-box-sizing: border-box;
  /*Google Chrome、Safari*/
  -moz-box-sizing: border-box;
  /*Firefox*/
  -o-box-sizing: border-box;
  /*Opera*/
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #ffd700;
}

.inner {
  max-width: 1000px;
  padding: 15% 5%;
  width: 100%;
  margin: 0 auto;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

i.fab {
  font-size: 25px;
  color: #000000;
}

.for_sp {
  display: block;
}

.for_pc {
  display: none;
}

.frame {
  border: 1px solid;
  padding: 10px;
}

.bold {
  font-weight: bold;
}

.weight600 {
  font-weight: 600;
}

.font_25 {
  font-size: 25px;
}

.font_20 {
  font-size: 20px;
}

.font_40 {
  font-size: 40px;
}

.font_30 {
  font-size: 30px;
}

.text_s {
  font-size: 70%;
}

.text_L {
  font-size: 120%;
}

.smaller {
  font-size: smaller;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_2 {
  margin-bottom: 2%;
}

.mb_5 {
  margin-bottom: 5%;
}

.mr_5 {
  margin-right: 5%;
}

.asterisk {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 80%;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.parentheses {
  font-size: 0.9em;
}

.red {
  color: #dc143c;
}

.white {
  color: #ffffff;
}

.grey {
  color: #c0c0c0;
}

.bw {
  color: #6F4B3E;
}

.bk {
  color: #000000;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.contents_wrapper {
  width: 100%;
}

.anchor {
  padding-top: 70px;
  margin-top: -70px;
}

.spview {
  display: inherit;
  width: 100%;
}

.fixed_bg {
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
.bgimg_paper {
  background-image: url('../img/bg_img_paper.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}*/

.line-through {
  text-decoration: line-through;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

h2 {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 7%;
  position: relative;
  z-index: 99;
}

h2:before {
  content: "";
  display: block;
  width: 80px;
  max-width: 100%;
  height: 80px;
  position: absolute;
  left: -65px;
  top: -99%;
  z-index: -1;
  background-image: url(../img/tsubuyaki_bird.png);
  background-repeat: no-repeat;
  background-size: 80%;
}



/* メディアクエリ 600px以上の大きい画面 */

@media (min-width: 600px) {
  body {
    font-size: 16px;
  }

  .inner {
    padding: 70px 50px 70px;
  }

  .for_sp {
    display: none;
  }

  .for_pc {
    display: block;
  }

  .spview {
    display: none;
  }

  h2:before {
    content: "";
    display: block;
    width: 80px;
    max-width: 100%;
    height: 80px;
    position: absolute;
    left: -80px;
    top: -70%;
    z-index: -1;
    background-image: url(../img/tsubuyaki_bird.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}


/*ロードすると表示*/
body {
  animation: fadeIn 5s ease 0s 1 normal;
  -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*スクロールすると表示*/
/*アニメーション要素のスタイル*/

.scroll-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

/*アニメーション要素までスクロールした時のスタイル*/

.active {
  visibility: visible;
  opacity: 1;
}

/* menu */

.menuarea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  background: none;
  background-color: rgba(233, 228, 212, 0.8);
  z-index: 100;
}

.menubtn {
  z-index: 101;
  position: fixed;
  top: 1%;
  right: 3.5%;
  width: 12%;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
}

.showMenu .menuarea {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#menu {
  width: 100%;
  z-index: 99;
  overflow: hidden;
  /* heightを戻す */
  padding: 3%;
}

.menu-box li {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3%;
}

.menu-box li:last-child {
  margin-bottom: 0;
}

.menu-box li a {
  font-size: 120%;
  color: #000000;
}

.menu-box li a i.fab {
  text-align: center;
}

.menu-box li a i.fa-facebook-square {
  margin-right: 0.5em;
}

@media (min-width: 769px) {
  .menubtn {
    z-index: 101;
    position: fixed;
    top: 0%;
    right: 1.5%;
    width: 5.5%;
    overflow: hidden;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    transition: all 1.7s;
  }

  .menu-box li {
    margin-bottom: 2%;
  }
}

/* ← 閉じカッコ */


/* top */
#top {
  margin-bottom: 2%;
}

#top .top_img .show {
  opacity: 1;
}

#top .top_img {
  width: 100%;
  height: 100%;
}

#top .top_img .logo {
  width: 50%;
  position: absolute;
  right: 2%;
  top: 2%;
}

#top .top_img .catch {
  width: 8%;
  position: absolute;
  left: 10%;
  top: 13%;
}

#top .top_img .sub_catch {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11%;
}

#top .bnr_theater {
  display: block;
  width: 30%;
  position: absolute;
  left: 1%;
  bottom: 1%;
}

#top .top_img img.credit {
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  margin: auto;
}

#top div.credit {
  padding-top: 2%;
  padding-bottom: 2%;
}

#top .koukai_info {
  background-color: #E8E1BD;
  padding: 2%;
}

#top .koukai_info img {
  width: 70%;
  margin: 0 auto;
}


@media (min-width: 600px) {

  #top .top_txt {
    width: 100%;
  }

  #top .top_txt .logo {
    width: 15%;
    position: absolute;
    right: 5%;
    top: 2%;
  }

  #top .top_txt .catch {
    width: 8%;
    position: absolute;
    left: 20%;
    top: 5%;
  }

  #top .top_txt .sub_catch {
    width: 5%;
    position: absolute;
    left: 5%;
    top: 5%;
  }

  #top .bnr_theater {
    display: block;
    width: 15%;
    position: absolute;
    left: 13%;
    bottom: 15%;
  }

  #top .credit {
    width: 80%;
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -40%;
  }

  #top .credit .credit .img {
    width: 100%;
  }

  #top .koukai_info {
    padding: 1%;
  }

  #top .koukai_info .koukai_info {
    width: 80%;
    margin: 0 auto;
    padding: 1%;
  }

}

/* top_others */

div.sns .inner {
  padding: 15px 15px 0 15px;
}

ul.sns_btn {
  text-align: center;
  margin: 0;
  padding: 1%;
}

.sns_btn li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 5px;
  margin-bottom: 2%;
  height: 20px;
  line-height: 1;
}

.fb_iframe_widget>span {
  vertical-align: baseline !important;
}


ul.sns_timeline {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}

.chirashi_dl {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #000000;
  padding: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.chirashi_dl .text {
  width: 30%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: middle;
}

.chirashi_dl .dl_btn {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}

/* メディアクエリ 600px以上の大きい画面 */

@media (min-width: 600px) {
  ul.sns_timeline {
    max-width: 620px;
  }

  ul.sns_timeline li {
    float: left;
    margin-right: 20px;
    width: 300px;
    height: 350px;
  }

  ul.sns_timeline li:last-child {
    margin-right: 0;
  }

  .chirashi_dl {
    width: 40%;
    margin: 0 auto;
    padding: 1%;
    margin-top: 1%;
    margin-bottom: 2%;
  }

}

/* ← 閉じカッコ */

/*trailer*/

div#trailer {
  width: 100%;
  background: none;
  padding: 0% 0 0 0;
}

div#trailer .inner {
  padding: 0% 3% 3%;
  ;
}

div#trailer .inner.flex {
  justify-content: center;
  align-items: center;
}

div#trailer p {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 3%;
  padding: 1% 2%;
  border: 5px double #000000;
  color: #000000;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
}

#trailer .youtube {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}

#trailer .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#trailer .trailer,
#trailer .teaser {
  width: 80%;
}

#trailer .teaser {
  margin-bottom: 5%;
}


#trailer .none {
  display: none;
}

#cboxOverlay {
  background: #000000;
}

.cboxIframe {
  background: #000000;
}

#cboxClose {
  width: 25px;
  height: 25px;
  background: url('../img/close.png') no-repeat 0 0;
}

#cboxClose:hover {
  background-position: 0 0;
}


#trailer .trailer_img img {
  width: 33.33%;
}

@media (min-width: 600px) {

  #trailer .trailer,
  #trailer .teaser {
    width: 45%;
  }

  #trailer .teaser {
    margin-right: 5%;
    margin-bottom: 0;
  }
}

/* ← 閉じカッコ */


/* news */
#news h2 {
  width: 20%;
}

#news ul {
  width: 80%;
  margin: 0 auto;
  overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
  height: 200px;
}

#news ul li {
  margin-bottom: 2%;
}


#news ul li a {
  text-decoration: underline;
}

#news .news_img img {
  width: 33.33%;
  margin: 0 auto;
}

/* ← 閉じカッコ */

/*introduction */
#introduction h2 {
  width: 50%;
}


#introduction h3 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 2%;
  width: 100%;
}

#introduction p {
  margin-bottom: 2%;
}

#introduction h3+p {
  margin-bottom: 5%;
}

#introduction .intro_img img {
  width: 50%;
}

#introduction .about h3 {
  width: 80%;
  margin-bottom: 2%;
}

#introduction .about h3:before {
  background-image: url(../img/deer.png);
}

#introduction .about .flex {
  align-items: flex-start;
  justify-content: center;
}

#introduction .map {
  width: 70%;
  margin-bottom: 5%;
}

#introduction .text {
  width: 80%;
}

#introduction .about_img img {
  width: 33.33%;
}


@media (min-width: 600px) {
  #introduction h2 {
    width: 40%;
  }

  #introduction .about .flex {
    align-items: flex-start;
  }

  #introduction .map {
    width: 40%;
    margin-right: 10%;
    margin-bottom: 0;
  }

  #introduction .text {
    width: 40%;
  }

}

/* ← 閉じカッコ */

/* comments */
#comments .comments_bgimg {
  background-image: linear-gradient(180deg, rgba(168, 202, 240, 1), rgba(233, 240, 250, 1));
}

#comments h2 {
  width: 25%;
}

#comments h2:before {
  content: "";
  display: block;
  width: 80px;
  max-width: 100%;
  height: 80px;
  position: absolute;
  left: -50px;
  top: -70%;
  z-index: -1;
  background-image: url(../img/deer.png);
  background-repeat: no-repeat;
  background-size: 60%;

}

#comments .note {
  width: 90%;
  text-align: right;
  margin: 0 auto;
  margin-bottom: 2%;
}

#comments .background {
  width: 90%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5%;
  margin: 0 auto;
  margin-bottom: 3%;
}

#comments .border {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5%;
}

#comments .comments {
  margin-bottom: 2%;
}

#comments .name {
  text-align: left;
  font-size: 120%;
  color: #000000;
  font-weight: bold;
}

#comments .name span {
  font-size: 80%;
}

#comments .name span.text_s {
  font-size: 70%;
}

/* メディアクエリ 600px以上の大きい画面 */

@media (min-width: 600px) {

  #comments .comments_bgimg {
    background-image: url('../img/comments_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/* ← 閉じカッコ */

/* staff*/
#staff h2 {
  width: 20%;
}

#staff .staff {
  font-size: 11px;
}

#staff .staff_wrapper {
  margin-bottom: 2%;
}

#staff .staff dl {
  margin-bottom: 2%;
}

#staff .staff dt {
  text-align: right;
  width: 50%;
}

#staff .staff dd {
  text-align: left;
  width: 50%;
}

#staff .staff p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#staff .director,
#staff .producer {
  width: 80%;
  margin: 0 auto;
  border: #000 solid 1px;
  padding: 2%;
}


#staff .border {
  width: 90%;
  margin: 0 auto;
  padding: 1%;
  border-bottom: black 1px solid;
  margin-bottom: 3%;
}

#staff .border p {
  width: 100%;
}

#staff .comments {
  margin-bottom: 2%;
}

#staff .director p,
#staff .producer p {
  margin-bottom: 2%;
  text-align: left;
}

#staff .director .name,
#staff .director .profile,
#staff .producer .name,
#staff .producer .profile {
  margin-bottom: 1%;
}

#staff .director {
  margin-bottom: 2%;
}

#staff .producer {
  margin-bottom: 5%;
}

#staff .staff_img img {
  width: 25%;
}

/* メディアクエリ 600px以上の大きい画面 */

@media (min-width: 600px) {

  #staff .staff {
    font-size: 16px;
  }

  #staff .director p,
  #staff .producer p {
    margin-bottom: 2%;
  }

}

/* ← 閉じカッコ */

/* 劇場情報 */
/*theater*/
#theater p {
  font-size: 200%;
  font-weight: bold;
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

#theater h2 {
  width: 20%;
}

#theater h3 {
  font-size: 120%;
  width: 20%;
  margin: 0 auto;
  margin-bottom: 5%;
  text-align: center;
  color: #696969;
  border: 1px solid #696969;
}

#theater h4 {
  font-size: 120%;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 5%;
  font-size: 120%;
  border-left: 1px solid;
  border-right: 1px solid;
  text-align: center;
}

div#theater .inner {
  max-width: 1100px;
  padding: 7% 2% 4%;
}

#theater table {
  border-collapse: collapse;
  border-spacing: 0;
  width: calc(100% - 20px);
  margin: 0 auto;
  letter-spacing: normal;
}

#theater .table_table {
  margin-bottom: 7%;
}

#theater table th {
  color: #696969;
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  padding-bottom: 7px;
  font-weight: 600;
}

#theater table .cell-area {
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.5;
  font-weight: 700;
}

#theater table .cell-content {
  border-top: 1px solid #696969;
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.5;
  word-break: break-all;
  color: #696969;
}

#theater .theater_inner {
  padding: 2% 7%;
}

#theater table .cell-content.grey {
  color: #c0c0c0;
}

#theater table .cell-content a {
  color: #000;
}

#theater table .cell-content a:hover {
  color: #d80c18;
}

#theater table .cell-content.grey a {
  color: #c0c0c0;
}

#theater table .pref {
  width: 15%;
}

#theater table .venue {
  width: 30%;
}

#theater table .date {
  width: 35%;
}

#theater table .contact {
  width: 20%;
}

#theater table .cell-content>td {
  padding: 18px 2px;
  text-align: left;
}

#theater table .cell-content td .encore {
  border: 2px solid #e24a46;
  padding: 2%;
  text-align: center;
}

#theater table .cell-content td .encore.grey {
  border: 2px solid #c0c0c0;
  ;
}

#theater tbody tr.note td {
  font-size: 10px;
  font-size: .625rem;
  border-top-style: none;
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
  color: #ffa500;
  ;
}

#theater tbody tr.note.grey td {
  color: #c0c0c0;
}

#theater .theaterimg {
  width: 100%;
  margin-top: 10%;
}

#theater table .cell-content.tours {
  border-top: none;
}

/* メディアクエリ 600px以上の大きい画面 */

@media (min-width: 600px) {

  #theater table th {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
  }

  #theater table .cell-area {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
  }

  #theater table .cell-content {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
  }

  #theater tbody tr.note td {
    font-size: 14px;
    font-size: .875rem;
  }
}

/* ← 閉じカッコ */


/* ← contents*/
.contents_bg {
  width: 100%;
  margin: 0 auto;
}

/* ← 閉じカッコ */


/* footer共通 */

footer {
  clear: both;
  background-color: #eee8aa;
}

footer .inner {
  padding: 10px;
}

footer a.footer_logo {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 2%;
}

footer ul.sns {
  text-align: center;
  margin-bottom: 2%;
}

footer .sns li {
  display: inline;
}

footer .sns li a i.fa-twitter,
footer .sns li a i.fa-facebook-square {
  margin-right: 0.5em;
}

footer .footer_txt {
  text-align: center;
  font-size: 80%;
}

footer .footer_credit {
  margin-bottom: 3%;
  font-size: 70%;
}

footer a:hover {
  opacity: 80S;
}

/* メディアクエリ 600px以上の大きい画面 */

@media (min-width: 600px) {
  footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  footer a.footer_logo {
    width: 20%;
  }

  footer .footer_credit {
    margin: 0 auto;
  }
}

/* anounce*/
#announce header {
  background-color: #ffffe0;
  padding: 2%;
}

#announce .announce_logo {
  width: 50%;
}

#announce h3 {
  border: 2px #1c1c1c solid;
  padding: 2%;
  margin-bottom: 5%;
  font-size: larger;
  font-weight: bold;
  text-align: center;
}

#announce .announce_tokyo .inner {
  width: 90%;
}

#announce announce_tokyo img {
  width: 80%;
  margin: 0 auto;
}

#announce li {
  margin-bottom: 2%;
}

#announce .announce_tokyo a {
  text-decoration: underline;
}

#announce .ticket_info {
  border: 1px #1c1c1c dotted;
  padding: 2%;
}