/*
 * Common Style
 */
body {
  /* color: #332F2C; */
  color: #3B3E42;
  background: url('../img/bg_craftpaper02.jpg');
  font-size: 1.0em;
  line-height: 2em;
  letter-spacing: .05em;
  font-family: Verdana, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* font-family: 'Times New Roman', Times, '游明朝体', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; */
}

p {
  margin-bottom: 0;
}

ul,ol {
  margin-left: 0;
  padding-left: 0;
}
li {
  list-style: none;
  margin-left: 0;
}

dl {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
  margin-bottom: 0;
}
dd {
  margin-bottom: 0;
}

a {
  /* color: #332F2C; */
  color: #3B3E42;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}
a:hover {
  /* color: #332F2C; */
  color: #651900;
}
a:focus {
  /* color: #332F2C; */
  color: #651900;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*
 * Font Style
 */
.cmq-font-gothc {
  font-family: Verdana, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.cmq-font-mincho {
  font-family: 'Times New Roman', Times, '游明朝体', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
.cmq-font-normal {
  font-weight: normal;
}
.cmq-font-bold {
  font-weight: bold;
}
.cmq-font-lighter {
  font-weight: lighter;
}
.cmq-font-bolder {
  font-weight: bolder;
}
.cmq-font-w100 {
  font-weight: 100;
}
.cmq-font-w200 {
  font-weight: 200;
}
.cmq-font-w300 {
  font-weight: 300;
}
.cmq-font-w400 {
  font-weight: 400;
}
.cmq-font-w500 {
  font-weight: 500;
}
.cmq-font-w600 {
  font-weight: 600;
}
.cmq-font-w700 {
  font-weight: 700;
}
.cmq-font-w800 {
  font-weight: 700;
}
.cmq-font-w900 {
  font-weight: 700;
}
.cmq-font-s20 {
  font-size: 2.0em;
}
.cmq-font-s19 {
  font-size: 1.9em;
}
.cmq-font-s18 {
  font-size: 1.8em;
}
.cmq-font-s17 {
  font-size: 1.7em;
}
.cmq-font-s16 {
  font-size: 1.6em;
}
.cmq-font-s15 {
  font-size: 1.5em;
}
.cmq-font-s14 {
  font-size: 1.4em;
}
.cmq-font-s13 {
  font-size: 1.3em;
}
.cmq-font-s12 {
  font-size: 1.2em;
}
.cmq-font-s11 {
  font-size: 1.1em;
}
.cmq-font-s10 {
  font-size: 1em;
}
.cmq-font-s09 {
  font-size: 0.9em;
}
.cmq-font-s08 {
  font-size: 0.8em;
}
.cmq-font-s07 {
  font-size: 0.7em;
}
.cmq-font-s06 {
  font-size: 0.6em;
}
.cmq-font-s05 {
  font-size: 0.5em;
}
.cmq-font-c-black01 {
  color: #000000;
}
.cmq-font-c-black02 {
  color: #2F2F2F;
}
.cmq-font-c-normal {
  color: #3B3E42;
}
.cmq-font-c-white01 {
  color: #FFFFFF;
}
.cmq-font-c-white02 {
  color: #FEFEFE;
}

/*
 * Margin Style
 */
.cmq-margin-top-05em {
  margin-top: 0.5em;
}
.cmq-margin-top-06em {
  margin-top: 0.6em;
}
.cmq-margin-top-07em {
  margin-top: 0.7em;
}
.cmq-margin-top-08em {
  margin-top: 0.8em;
}
.cmq-margin-top-09em {
  margin-top: 0.9em;
}
.cmq-margin-top-10em {
  margin-top: 1.0em;
}
.cmq-margin-top-11em {
  margin-top: 1.1em;
}
.cmq-margin-top-11em {
  margin-top: 1.1em;
}
.cmq-margin-top-12em {
  margin-top: 1.2em;
}
.cmq-margin-top-13em {
  margin-top: 1.3em;
}
.cmq-margin-top-14em {
  margin-top: 1.4em;
}
.cmq-margin-top-15em {
  margin-top: 1.5em;
}
.cmq-margin-top-16em {
  margin-top: 1.6em;
}
.cmq-margin-top-17em {
  margin-top: 1.7em;
}
.cmq-margin-top-18em {
  margin-top: 1.8em;
}
.cmq-margin-top-19em {
  margin-top: 1.9em;
}
.cmq-margin-top-20em {
  margin-top: 2.0em;
}
.cmq-margin-bottom-05em {
  margin-bottom: 0.5em;
}
.cmq-margin-bottom-06em {
  margin-bottom: 0.6em;
}
.cmq-margin-bottom-07em {
  margin-bottom: 0.7em;
}
.cmq-margin-bottom-08em {
  margin-bottom: 0.8em;
}
.cmq-margin-bottom-09em {
  margin-bottom: 0.9em;
}
.cmq-margin-bottom-10em {
  margin-bottom: 1.0em;
}
.cmq-margin-bottom-11em {
  margin-bottom: 1.1em;
}
.cmq-margin-bottom-11em {
  margin-bottom: 1.1em;
}
.cmq-margin-bottom-12em {
  margin-bottom: 1.2em;
}
.cmq-margin-bottom-13em {
  margin-bottom: 1.3em;
}
.cmq-margin-bottom-14em {
  margin-bottom: 1.4em;
}
.cmq-margin-bottom-15em {
  margin-bottom: 1.5em;
}
.cmq-margin-bottom-16em {
  margin-bottom: 1.6em;
}
.cmq-margin-bottom-17em {
  margin-bottom: 1.7em;
}
.cmq-margin-bottom-18em {
  margin-bottom: 1.8em;
}
.cmq-margin-bottom-19em {
  margin-bottom: 1.9em;
}
.cmq-margin-bottom-20em {
  margin-bottom: 2.0em;
}

/*
 * Background Style
 */
.cmq-bg-color-beige01 {
  background: url('../img/bg_color_beige01.jpg');
}
.cmq-bg-color-brown01 {
  background: url('../img/bg_color_brown01.jpg');
}
.cmq-bg-color-darkgray01 {
  background: url('../img/bg_color_darkgray01.jpg');
  color: #FEFEFE;
}
.cmq-bg-color-green01 {
  background: url('../img/bg_color_green01.jpg');
}
.cmq-bg-color-orange01 {
  background: url('../img/bg_color_orange01.jpg');
}
.cmq-bg-color-white01 {
  background: url('../img/bg_color_white01.jpg');
}
.cmq-bg-color-white02 {
  background: url('../img/bg_color_white02.jpg');
}
.cmq-bg-craft1 {
  background: url('../img/bg_craftpaper01.jpg');
}
.cmq-bg-craft2 {
  background: url('../img/bg_craftpaper02.jpg');
}
.cmq-bg-craft3 {
  background: url('../img/bg_craftpaper03.jpg');
}
.cmq-bg-craft4 {
  background: url('../img/bg_craftpaper04.jpg');
}
.cmq-bg-dark {
  background: #3B3E42;
}
.cmq-bg-white {
  background: url('../img/bg_color_white02.jpg');
  background: #FCFCFC;
}

/*
 * Botton Style
 */
.btn-primary {
  color: #fff;
  background-color: #651900;
  border-color: #651900;
  font-size: 0.8em;
  padding: 0.5em 0.75em;
}
.btn-primary:hover {
  color: #fff;
  background-color: #980000;
  border-color: #980000;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #651900;
  border-color: #651900;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #980000;
  border-color: #980000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/*
 * PageTop Scroll Style
 */
.cmq-pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.cmq-pagetop a {
  display: block;
  background-color: #651900;
  text-align: center;
  color: #FEFEFE;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 10px;
  width: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
  opacity: 0.5;
}
.cmq-pagetop a:hover {
  display: block;
  background-color: #651900;
  text-align: center;
  color: #FEFEFE;
  padding: 5px 10px;
  width: 40px;
  text-decoration: none;
  opacity: 1;
}

/*
 * Other Style
 */
.cmq-text-underline {
  text-decoration: underline;
}
.cmq-text-none-underline {
  text-decoration: none;
}

.navbar-brand img.hide {
  display: none;
}

/*
 * PC
 */
@media (min-width: 992px) {
  /* nav */
  nav {
    color: #3B3E42;
  }
  nav.navbar {
    position: fixed;
    width: 220px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  nav.navbar-dark a.navbar-brand {
    color: #3B3E42;
    font-weight: 700;
  }
  nav.navbar-dark a.navbar-brand .sp {
    display: none;
  }
  nav.navbar-dark a.navbar-brand:hover,
  nav.navbar-dark a.navbar-brand:focus {
    color: #3B3E42;
  }
  nav a.navbar-brand {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: inherit;
    white-space: nowrap;
    font-size: 1em;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /*font-family: 'Times New Roman', Times, '游明朝体', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;*/
  }
  nav button.navbar-toggler {
    display: none;
  }
  nav.navbar-dark ul.navbar-nav a.nav-link {
    color: #3B3E42;
  }
  nav.navbar-dark ul.navbar-nav a.nav-link:hover {
    /* color: #997146; */
    color: #651900;
  }
  nav.navbar-dark ul.navbar-nav a.nav-link:focus {
    /* color: #997146; */
    color: #651900;
  }
  nav.navbar-dark ul.navbar-nav a.nav-link.disabled {
    color: #3B3E42;
  }
  nav.navbar-dark ul.navbar-nav a.active>.nav-link,
  nav.navbar-dark ul.navbar-nav a.nav-link.active,
  nav.navbar-dark ul.navbar-nav a.nav-link.show,
  nav.navbar-dark ul.navbar-nav a.show>.nav-link {
    color: #3B3E42;
  }
  nav.navbar-expand-md ul.navbar-nav a.nav-link {
    padding: 0 0 0.5em 0;
    margin: 0;
    font-weight: 700;
  }
  nav ul.navbar-nav {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  nav ul.navbar-nav li {
    padding: 0;
    margin: 0 0 0 3px;
    font-size: 0.9em;
    line-height: 2em;
  }
  nav ul.navbar-nav li a.nav-link {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /*font-family: 'Times New Roman', Times, '游明朝体', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;*/
  }
  nav ul.navbar-nav li a.nav-link i {
    width: 23px;
  }
  nav ul.navbar-nav li.sns-link {
    margin-top: 1em;
  }
  /* main */
  main {
  }
  /* main common tag */
  main section {
    margin: 0;
    padding: 0;
  }
  main h1 {
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: 0.5em;
  }
  main h2 {
    font-weight: 700;
    font-size: 1.25em;
    margin-top: 0px;
    margin-bottom: 0.75em;
  }
  main h3 {
    font-weight: 700;
    font-size: 1.25em;
    margin-top: 0px;
    margin-bottom: 0.75em;
  }
  main h4 {
    font-weight: 700;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 1em;
  }
  main h5 {
    font-weight: 500;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 1em;
  }
  main h6 {
    font-weight: 500;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 1em;
  }
  main p {
    margin-top: 0px;
    margin-bottom: 0.25em;
  }
  main dt {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0.25em;
  }
  main dd {
    margin-top: 0px;
    margin-bottom: 0.25em;
  }
  main header {
    margin-top: 0px;
    margin-bottom: 1.5em;
  }
  main article {
    margin-top: 0px;
    margin-bottom: 1.5em;
  }
  /* main common class */
  main .jumbotron {
    margin: 0;
    padding: 0;
  }
  main .cmq-vertical-rl {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0;
    margin: 0;
  }
  main  .cmq-upright {
    -webkit-text-orientation: upright; /* 実装済 */
    -moz-text-orientation: upright; /* 未実装 */
    -ms-text-orientation: upright; /* 実装済 */
    text-orientation: upright; 
  }
  main .wow {
    opacity: 0;
  }
  main div.container {
    padding-left: 220px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1em;
    line-height: 1.75em;
  }
  /* main #top */
  main section#top div.container {
    padding-top: 25px;
    padding-bottom: 75px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#top header#top-play-title h1 {
    font-size: 1.75em;
    margin: 0;
    line-height: 1em;
  }
  main section#top header#top-play-title h2 {
    font-size: 2.75em;
    margin: 0 0.5em 0 0;
    line-height: 1em;
  }
  main section#top section#top-play-info {
    font-size: 1.25em;
    margin: 0;
  }
  main section#top section#top-play-info dl {
  }
  main section#top section#top-play-info dl.cmq-dl01 {
    width: 100%;
    height: 340px;
    margin-top: 0em;
    padding-top: 0.5em;
    padding-right: 0.5em;
    line-height: 3.75em;
  }
  main section#top section#top-play-info dl.cmq-dl02 {
    margin-top: 0em;
  }
  main section#top section#top-play-info dl.cmq-dl02 dd {
    margin-top: 0.5em;
    line-height: 1.75em;
  }
  main section#top section#top-play-info dl.cmq-dl03 {
    margin-top: 1em;
  }
  main section#top section#top-play-info dl.cmq-dl03 dt {
    line-height: 1.5em;
  }
  main section#top section#top-play-info dl.cmq-dl03 dd#top-play-info-ticket {
    margin-top: 0.75em;
  }
  main section#top section#top-news {
    padding-top: 0px;
    background-image: url('../img/image_all.png');
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: center 15px;
  }
  main section#top section#top-news section#top-info {
    height: 330px;
    margin: 0;
    padding-top: 10px;
  }
  main section#top section#top-news section#top-info h3 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  main section#top section#top-news section#top-info p {
    line-height: 1.75em;
    font-size: 0.9em;
  }
  main section#top section#top-news header {
    margin:0 0 15px 0;
    padding:0;
  }
  main section#top section#top-news header h3 {
    font-size: 1.5em;
    margin:0;
    padding:0;
  }
  main section#top section#top-news article.blog {
    max-height: 100px;
    overflow-y: scroll;
  }
  main section#top section#top-news article.blog table {
    width: 95%;
  }
  main section#top section#top-news article.blog table td.date {
    vertical-align: top;
    width: 30%;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  main section#top section#top-news article.blog table td.title {
    vertical-align: top;
    word-break: break-all;
    width: 70%;
    font-size: 0.9em;
    line-height: 1.5em;
    padding-bottom: 0.5em;
  }
  main section#top section#top-news article.twitter a.twitter-timeline {
    width: 80%;
  }
  /* main #about */
  main section#about div.container {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 1.15em;
    line-height: 2.0em;
    text-align: center;
  }
  main section#about img {
    margin-top: 0em;
    margin-bottom: 2em;
  }
  /* main #member */
  main section#member div.container {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#member h2 {
    font-size: 1.75em;
    line-height: 1em;
  }
  /* main #work */
  main section#work div.container {
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#work header h2 {
    font-size: 1.75em;
    line-height: 1em;
    margin-bottom: 0;
  }
  main section#work header.title {
    border-bottom: solid 1px #333;
    margin-top: 20px;
  }
  main section#work header.title h3 {
    font-size: 1.75em;
    line-height: 1em;
  }
  main section#work article {
    height: 350px; 
    margin-top: 20px;
    padding: 0;
    border-bottom: solid 1px #333;
  }
  main section#work article.ikeda {
    background-image: url('../img/image_ikeda.png');
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: left 15px;
  }
  main section#work article.kamauchi {
    background-image: url('../img/image_kamauchi.png');
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: left 15px;
  }
  main section#work article.takizawa {
    background-image: url('../img/image_takizawa.png');
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: left 15px;
  }
  main section#work article.tanaka {
    background-image: url('../img/image_tanaka.png');
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: left 15px;
  }
  main section#work article .cmq-div01,
  main section#work article .cmq-div02 {
    height: 350px; 
  }
  main section#work article .cmq-div01 {
  }
  main section#work article .cmq-div01 h4 {
    font-size: 1.5em;
  }
  main section#work article .cmq-div01 p {
    padding-top: 1em;
    font-size: 1.25em;
    line-height: 1.75em;
  }
  main section#work article .cmq-div01 dl {
    font-size: 1em;
  }
  main section#work article .cmq-div01 dd {
    padding-top: 1em;
  }
  main section#work article .cmq-div01 dd span {
    display: none;
  }
  /* main #cast_staff */
  main section#cast_staff div.container {
    padding-top: 75px;
    padding-bottom: 10px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#cast_staff header {
    margin-bottom: 0;
  }
  main section#cast_staff section {
    text-align: center;
    margin-bottom: 30px;
  }
  main section#cast_staff section h2 {
    font-size: 1.75em;
    line-height: 1em;
    text-align: center;
    margin-bottom: 55px;
  }
  main section#cast_staff section h3 {
    text-align: center;
  }
  main section#cast_staff section dl {
    text-align: center;
    margin-bottom: 45px;
  }
  main section#cast_staff section dt {
    margin-bottom: 15px;
  }
  main section#cast_staff section dt img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 150px;
    width: 150px;
  }
  main section#cast_staff section dd {
    font-size: 1em;
    margin-bottom: 0;
    line-height: 1.25em;
  }
  main section#cast_staff section dt.name,
  main section#cast_staff section dd.name {
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    line-height: 0.5em;
  }
  main section#cast_staff section dd.kana {
    font-size: 0.7em;
    margin-bottom: 0.5em;
  }
  main section#cast_staff section dd.group {
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }
  main section#cast_staff section dd ul {
    display: table;
    margin: 0 auto 0 auto;
  }
  main section#cast_staff section dd ul li {
    display: table-cell;
    padding: 0 0.25em;
  }
  main section#cast_staff section dd ul li a {
    opacity: 0.5;
  }
  main section#cast_staff section dd ul li a:hover {
    opacity: 1;
  }
  main section#cast_staff section dd ul li.hide {
    display: none;
    /* opacity: 0.2; */
  }
  main section#cast_staff section#staff ul li {
    font-size: 1em;
    padding-bottom: 0.5em;
  }
  /* main #ticket */
  main section#ticket div.container {
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#ticket header h2 {
    font-size: 1.75em;
    line-height: 1em;
    margin-bottom: 30px;
  }
  main section#ticket div#ticket-play-info {
    margin-bottom: 30px;
  }
  main section#ticket div#ticket-play-info h3 {
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  main section#ticket div#ticket-play-info h4 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 1em;
  }
  main section#ticket div#ticket-play-info p {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 1.25em;
  }
  main section#ticket div#ticket-ticket-info h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  main section#ticket div#ticket-ticket-info {
    margin-bottom: 0px;
  }
  main section#ticket div#ticket-ticket-info h3 {
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  main section#ticket div#ticket-ticket-info h4 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  main section#ticket div#ticket-ticket-info p {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  main section#ticket div#ticket-ticket-info p.sale {
    line-height: 1em;
  }
  main section#ticket div#ticket-ticket-info p.sale {
    line-height: 1em;
  }
  main section#ticket table.program {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#ticket table.program th {
    width: 23%;
    font-size: 1em;
  }
  main section#ticket table.program td {
    width: 77%;
    font-size: 1em;
  }
  main section#ticket table.timetable {
    width: 80%;
    border-top: solid 1px #3B3E42;
    border-left: solid 1px #3B3E42;
    margin-bottom: 10px;
  }
  main section#ticket table.timetable th {
    width: 30%;
    border-right: solid 1px #3B3E42;
    border-bottom: solid 1px #3B3E42;
    padding: 3px;
    font-size: 0.8em;
    text-align: center;
  }
  main section#ticket table.timetable td {
    width: 35%;
    border-right: solid 1px #3B3E42;
    border-bottom: solid 1px #3B3E42;
    padding: 3px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
  }
  /* main #access */
  main section#access div.container {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#access header h2 {
    font-size: 1.75em;
    line-height: 1em;
    margin-bottom: 30px;
  }
  main section#access article.gmap iframe {
    height: 400px;
  }
  /* footer */
    main section#contact {
    font-size: 1em;
    line-height: 1.75em;
    color: #FEFEFE;
  }
  main section#contact div.container {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#contact a {
    color: #FEFEFE;
  }
  main section#contact a:hover {
    color: #FEFEFE;
  }
  main section#contact article ul.mail_tel {
  }
  main section#contact article ul.mail_tel li {
    margin: 0 1.5em 0.5em 0.25em;
  }
  main section#contact article ul.mail_tel li i {
    width: 25px;
  }
  main section#contact article ul.link {
    display: table;
  }
  main section#contact article ul.link li {
    display: table-cell;
    padding: 0 2em 0 0;
  }
  main section#contact article ul.link li i {
    font-size: 2.5em;
  }
  main section#contact article p.copy {
    margin-top: 0;
    font-size: 0.8em;
  }
  main section#contact .jumbotron {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  main section#top section#top-play-info {
    font-size: 1em;
    margin: 0;
  }
  main section#top section#top-news {
    background-size: 100%;
  }
  main section#top section#top-news article.blog {
    max-height: 100px;
    overflow-y: scroll;
  }
  main section#top section#top-news article.blog table {
    width: 100%;
  }
  main section#top section#top-news article.blog table td.date {
    width: 30%;
  }
  main section#top section#top-news article.blog table td.title {
    width: 70%;
  }
  main section#top section#top-news article.twitter a.twitter-timeline {
    width: 80%;
  }
  main section#access h3 {
    font-size: 1.15em;
  }
}

/*
 * SmartPhone Style
 */
@media (max-width: 991px) {
  /* nav */
  nav a.navbar-brand {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /*font-family: 'Times New Roman', Times, '游明朝体', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;*/
  }
  nav ul.navbar-nav li a.nav-link {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /*font-family: 'Times New Roman', Times, '游明朝体', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;*/
  }
  nav.navbar-dark a.navbar-brand .pc {
    display: none;
  }
  /* main */
  main .container {
    font-size: 1em;
  }
  main h1 {
    font-weight: 700;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0.25em;
  }
  main h2 {
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: 0.25em;
  }
  main h3 {
    font-weight: 700;
    font-size: 1,25em;
    margin-top: 0px;
    margin-bottom: 0.75em;
  }
  main h4 {
    font-weight: 500;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0.5em;
  }
  main h5 {
    font-weight: 300;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0.5em;
  }
  main h6 {
    font-weight: 300;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0.5em;
  }
  main p {
    margin-top: 0px;
    margin-bottom: 0.25em;
  }
  main dt {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0.25em;
  }
  main dd {
    margin-top: 0px;
    margin-bottom: 0.25em;
  }
  main header {
    margin-top: 0px;
    margin-bottom: 1.5em;
  }
  main article {
    margin-top: 0px;
    margin-bottom: 1.5em;
  }
  /* main common class */
  main .jumbotron {
    margin: 0;
    padding: 0;
  }
  main .cmq-vertical-rl {
  }
  main .cmq-upright {
  }
  main div.container {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1em;
    line-height: 1.75em;
  }
  /* main #top */
  main section#top div.container {
    padding-top: 100px;
    padding-bottom: 25px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#top header#top-play-title h1 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
    line-height: 1em;
  }
  main section#top header#top-play-title h2 {
    font-size: 1.75em;
    margin: 0 0.5em 0 0;
    line-height: 1em;
  }
  main section#top section#top-play-info {
    font-size: 1.25em;
    margin: 0;
    background-image: url('../img/image_all_sp.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
  }
  main section#top section#top-play-info dl {
  }
  main section#top section#top-play-info dl.cmq-dl01 {
    width: 100%;
    margin-top: 0em;
    padding-top: 0.5em;
    padding-right: 1.5em;
    line-height: 1.5em;
  }
  main section#top section#top-play-info dl.cmq-dl02 {
    margin-top: 2em;
  }
  main section#top section#top-play-info dl.cmq-dl02 dd {
    margin-top: 0.5em;
    line-height: 1.5em;
  }
  main section#top section#top-play-info dl.cmq-dl03 {
    margin-top: 1em;
  }
  main section#top section#top-play-info dl.cmq-dl03 dd#top-play-info-ticket {
    margin-top: 0.75em;
  }
  main section#top section#top-play-info a.btn {
    width: 100%;
  }
  main section#top section#top-news {
    padding-top: 40px;
  }
  main section#top section#top-news section#top-info {
    margin-bottom: 30px;
    padding:0;
  }
  main section#top section#top-news section#top-info h3 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  main section#top section#top-news section#top-info p {
    line-height: 1.75em;
    font-size: 0.9em;
  }
  main section#top section#top-news header {
    margin:0 0 15px 0;
    padding:0;
  }
  main section#top section#top-news header h3 {
    font-size: 1.5em;
    margin:0;
    padding:0;
  }
  main section#top section#top-news article.blog {
    max-height: 80px;
    overflow-y: scroll;
  }
  main section#top section#top-news article.blog table {
    width: 90%;
  }
  main section#top section#top-news article.blog table td.date {
    vertical-align: top;
    width: 35%;
  }
  main section#top section#top-news article.blog table td.title {
    vertical-align: top;
    word-break: break-all;
    width: 65%;
  }
  main section#top section#top-news article.twitter a.twitter-timeline {
    width: 80%;
  }
  /* main #about */
  main section#about div.container {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 1.15em;
    line-height: 2.0em;
    text-align: center;
  }
  main section#about h3 {
    font-size: 1.4em;
    line-height: 1.75em;
  }
  main section#about img {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
  }
  /* main #member */
  main section#member div.container {
    padding-top: 75px;
    padding-bottom: 50px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#member h2 {
    font-size: 1.75em;
    line-height: 1em;
  }
  main section#member h3 {
    font-size: 1.5em;
    line-height: 1em;
  }
  /* main #work */
  main section#work div.container {
    padding-top: 75px;
    padding-bottom: 0px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#work header h2 {
    font-size: 1.75em;
    line-height: 1em;
    margin-bottom: 0;
  }
  main section#work header.title {
    margin-top: 20px;
    padding-bottom: 1em;
    border-bottom: solid 1px #333;
  }
  main section#work header.title h3 {
    font-size: 1.75em;
    line-height: 1em;
  }
  main section#work article {
    margin-top: 20px;
    border-bottom: solid 1px #333;
  }
  main section#work article.ikeda {
    background-image: url('../img/image_ikeda.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: right 15px bottom 15px;
  }
  main section#work article.kamauchi {
    background-image: url('../img/image_kamauchi.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: right 15px bottom 15px;
  }
  main section#work article.takizawa {
    background-image: url('../img/image_takizawa.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: right 15px bottom 15px;
  }
  main section#work article.tanaka {
    background-image: url('../img/image_tanaka.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: right 15px bottom 15px;
  }
  main section#work article.last {
    border-bottom: none;
  }
  main section#work article .cmq-div01 h4 {
    font-size: 1.5em;
    font-weight: 700;
  }
  main section#work article .cmq-div01 p {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#work article .cmq-div01 p.story {
    font-size: 1.25em;
  }
  main section#work article .cmq-div01 dl {
    font-size: 1em;
  }
  main section#work article .cmq-div01 dd {
    padding-bottom: 1em;
    font-weight: 700;
  }
  main section#work article .cmq-div01 dd br {
    display: none;
  }
  /* main #cast_staff */
  main section#cast_staff div.container {
    padding-top: 75px;
    padding-bottom: 10px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#cast_staff header {
    margin-bottom: 0;
  }
  main section#cast_staff section {
    text-align: center;
    margin-bottom: 10px;
  }
  main section#cast_staff section h2 {
    margin-bottom: 40px;
    font-size: 1.75em;
    line-height: 1em;
    text-align: center;
  }
  main section#cast_staff section h3 {
    text-align: center;
  }
  main section#cast_staff section dl {
    text-align: center;
    margin-bottom: 40px;
  }
  main section#cast_staff section dt {
    margin-bottom: 15px;
  }
  main section#cast_staff section dt img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 150px;
    width: 150px;
  }
  main section#cast_staff section dd {
    font-size: 1em;
    margin-bottom: 0;
    line-height: 1.25em;
  }
  main section#cast_staff section dt.name,
  main section#cast_staff section dd.name {
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    line-height: 0.5em;
  }
  main section#cast_staff section dd.kana {
    font-size: 0.9em;
    margin-bottom: 0.75em;
  }
  main section#cast_staff section dd.group {
    font-size: 1.1em;
    margin-bottom: 0.75em;
  }
  main section#cast_staff section dd ul {
    display: table;
    margin: 0 auto 0 auto;
  }
  main section#cast_staff section dd ul li {
    display: table-cell;
    padding: 0 0.25em;
  }
  main section#cast_staff section dd ul li a {
    font-size: 1.25em;
    opacity: 0.5;
  }
  main section#cast_staff section dd ul li a:hover {
    opacity: 1;
  }
  main section#cast_staff section dd ul li.hide {
    display: none;
    /* opacity: 0.2; */
  }
  main section#cast_staff section#staff ul li {
    font-size: 1em;
    padding-bottom: 0.5em;
  }
  /* main #ticket */
  main section#ticket div.container {
    padding-top: 75px;
    padding-bottom: 25px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#ticket header h2 {
    font-size: 1.75em;
    line-height: 1em;
    margin-bottom: 30px;
  }
  main section#ticket div#ticket-play-info {
    margin-bottom: 40px;
  }
  main section#ticket div#ticket-play-info h3 {
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  main section#ticket div#ticket-play-info h4 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.75em;
  }
  main section#ticket div#ticket-play-info p {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  main section#ticket div#ticket-ticket-info h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  main section#ticket div#ticket-ticket-info {
    margin-bottom: 30px;
  }
  main section#ticket div#ticket-ticket-info h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.75em;
  }
  main section#ticket div#ticket-ticket-info h4 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.75em;
  }
  main section#ticket div#ticket-ticket-info p {
    font-size: 1.25em;
    line-height: 1.75em;
  }
  main section#ticket div#ticket-ticket-info p a.btn {
    width: 100%;
  }
  main section#ticket div#ticket-ticket-info p.sale {
    line-height: 1em;
  }
  main section#ticket div#ticket-ticket-info p.sale {
    line-height: 1em;
  }
  main section#ticket #ticket-ticket h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  main section#ticket table.program {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#ticket table.program th {
    width: 25%;
    font-size: 1em;
  }
  main section#ticket table.program td {
    width: 75%;
    font-size: 1em;
  }
  main section#ticket table.timetable {
    width: 100%;
    border-top: solid 1px #3B3E42;
    border-left: solid 1px #3B3E42;
    margin-bottom: 10px;
  }
  main section#ticket table.timetable th {
    width: 30%;
    border-right: solid 1px #3B3E42;
    border-bottom: solid 1px #3B3E42;
    padding: 3px;
    font-size: 0.8em;
    text-align: center;
  }
  main section#ticket table.timetable td {
    width: 35%;
    border-right: solid 1px #3B3E42;
    border-bottom: solid 1px #3B3E42;
    padding: 3px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
  }
  /* main #access */
  main section#access div.container {
    padding-top: 75px;
    padding-bottom: 25px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#access header h2 {
    font-size: 1.75em;
    line-height: 1em;
    margin-bottom: 20px;
  }
  main section#access article h3 {
    font-size: 1.5em;
  }
  main section#access article.gmap iframe {
    height: 400px;
  }
  /* footer */
  main section#contact {
    font-size: 1em;
    line-height: 1.75em;
    color: #FEFEFE;
  }
  main section#contact div.container {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 1em;
    line-height: 1.75em;
  }
  main section#contact a {
    color: #FEFEFE;
  }
  main section#contact a:hover {
    color: #FEFEFE;
  }
  main section#contact article ul.mail_tel {
  }
  main section#contact article ul.mail_tel li {
    margin: 0 1.5em 0.5em 0.25em;
  }
  main section#contact article ul.mail_tel li i {
    width: 25px;
  }
  main section#contact article ul.link {
    display: table;
  }
  main section#contact article ul.link li {
    display: table-cell;
    padding: 0 2em 0 0;
  }
  main section#contact article ul.link li i {
    font-size: 2.5em;
  }
  main section#contact article p.copy {
    margin-top: 0;
    font-size: 0.8em;
  }
  main section#contact .jumbotron {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* footer */
  footer .jumbotron {
    margin-top: 0;
    margin-bottom: 0;
  }
}


/*
 * SmartPhone Style 320px
 */
@media (max-width: 320px) {
  body {
    font-size: 0.8em;
  }
}

