@charset "UTF-8";
/* ==============

	20px : 154%
	19px : 146%
	18px : 138%
	17px : 131%
	16px : 123%
	15px : 115%
	14px : 108%
	13px : 100%
	12px : 92%
	11px : 85%
	10px : 77%
	 9px : 69%
	 8px : 62%
	 7px : 54%

============== */
/* ============================================================

	style info : reset

============================================================ */
/* line 28, ../sass/_styles_common.scss */
body {
  -webkit-text-size-adjust: none;
  background: #fff;
}

/* line 32, ../sass/_styles_common.scss */
html, body, div, p,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
pre, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

/* line 42, ../sass/_styles_common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 46, ../sass/_styles_common.scss */
fieldset, img {
  border: none;
}

/* line 49, ../sass/_styles_common.scss */
input, textarea, select {
  font-size: 100%;
}

/* line 52, ../sass/_styles_common.scss */
img {
  vertical-align: top;
}

/* line 56, ../sass/_styles_common.scss */
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 60, ../sass/_styles_common.scss */
em, strong, th {
  font-style: normal;
  font-weight: bold;
}

/* line 64, ../sass/_styles_common.scss */
ol, ul {
  list-style: none;
}

/* line 67, ../sass/_styles_common.scss */
caption, th {
  text-align: left;
}

/* line 70, ../sass/_styles_common.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 74, ../sass/_styles_common.scss */
q:before, q:after {
  content: '';
}

/* line 77, ../sass/_styles_common.scss */
abbr, acronym {
  border: none;
}

/* ============================================================

	style info : common

============================================================ */
/* -----------------------------------
	basic
----------------------------------- */
/* line 92, ../sass/_styles_common.scss */
body {
  background: white;
  color: #162740;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0;
}
/* line 98, ../sass/_styles_common.scss */
.ie body {
  font-size: 81.25%;
}

/* line 103, ../sass/_styles_common.scss */
body,
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* line 108, ../sass/_styles_common.scss */
.win body, .win
input, .win
textarea, .win
select {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 113, ../sass/_styles_common.scss */
th, td {
  color: #162740;
  line-height: 1.7;
}

/* line 118, ../sass/_styles_common.scss */
a {
  outline: none;
  color: #162740;
  cursor: pointer;
  text-decoration: none;
}
/* line 123, ../sass/_styles_common.scss */
a:visited {
  color: #162740;
  text-decoration: underline;
}
/* line 127, ../sass/_styles_common.scss */
a:hover, a:active {
  color: #0057ab;
  text-decoration: none;
}
/* line 132, ../sass/_styles_common.scss */
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  box-shadow: #fff 0 0 0;
}

/* line 138, ../sass/_styles_common.scss */
table {
  width: 100%;
}
/* line 140, ../sass/_styles_common.scss */
table th,
table td {
  padding: 0 0 1em 0;
  font-weight: normal;
  vertical-align: top;
}
/* line 146, ../sass/_styles_common.scss */
table th {
  width: 12%;
  padding-right: 1em;
}

/* -----------------------------------
	parts
----------------------------------- */
/* line 156, ../sass/_styles_common.scss */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 160, ../sass/_styles_common.scss */
.ui-inner {
  width: 100%;
  padding: 0 20px;
}

/* line 165, ../sass/_styles_common.scss */
.ui-button {
  position: relative;
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 138%;
  display: table;
  color: #fff !important;
  width:100%;
  font-weight: bold;
  text-align: center;
  background-color: #162740;
}

/* line 177, ../sass/_styles_common.scss */
.ui-button:after {
  content: url(../img/common/btn_ico_blank.png);
}

/* line 180, ../sass/_styles_common.scss */
.ui-button:hover {
  background-color: #0057ab;
}

/* line 183, ../sass/_styles_common.scss */
.ui-button:visited {
  color: #fff;
}

/* line 186, ../sass/_styles_common.scss */
.ui-button.size-l {
  width: 100%;
}

/* line 190, ../sass/_styles_common.scss */
.flt-l {
  float: left;
}

/* line 191, ../sass/_styles_common.scss */
.flt-r {
  float: right;
}

/* line 193, ../sass/_styles_common.scss */
.align-r {
  text-align: right;
}

/* line 195, ../sass/_styles_common.scss */
* html .cf {
  zoom: 1;
}

/* line 198, ../sass/_styles_common.scss */
* + html .cf {
  zoom: 1;
}

/* line 201, ../sass/_styles_common.scss */
.cf:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
}

/* ============================================================

	style info : header

============================================================ */
/* line 279, ../sass/_styles_common.scss */
html,
body {
  height: 100%;
}

/* line 283, ../sass/_styles_common.scss */
body.noScroll {
  position: relative;
  overflow: hidden;
}

/* line 288, ../sass/_styles_common.scss */
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
}

/* line 294, ../sass/_styles_common.scss */
#header {
  position: relative;
  margin: 0 auto;
}
/* line 297, ../sass/_styles_common.scss */
#header .ui-inner {
  padding-top: 15px;
  padding-bottom: 12px;
  border-bottom: 3px solid #0057ab;
}
/* line 302, ../sass/_styles_common.scss */
#header .hd_c01 {
  position: fixed;
  margin-top: 33px;
  padding: 40px 0 0 20px;
  top: 15px;
  width: 7%;
  background: url(../img/common/header_btn_menu.png) no-repeat;
  background-position: left 27px top;
  cursor: pointer;
  z-index: 9;
}
/* line 312, ../sass/_styles_common.scss */
body.noScroll #header .hd_c01 {
  display: none !important;
}
/* line 319, ../sass/_styles_common.scss */
#header .hd_c02 {
  margin-left: 23%;
  width: 54%;
  text-align: center;
}
/* line 323, ../sass/_styles_common.scss */
#header .hd_c02 p {
  margin-bottom: 11px;
}
/* line 325, ../sass/_styles_common.scss */
#header .hd_c02 p img {
  width: 98%;
  max-width: 369px;
  height: auto;
}
/* line 332, ../sass/_styles_common.scss */
#header .hd_c02 h1 img {
  width: 100%;
  max-width: 513px;
  height: auto;
}
/* line 339, ../sass/_styles_common.scss */
#header .hd_c03 {
  width: 23%;
}
/* line 341, ../sass/_styles_common.scss */
#header .hd_c03 .count_message {
  margin-top: 38px;
}
/* line 338, ../sass/_styles_common.scss */
#header .hd_c03 .count_message .count_catch,
#header .hd_c03 .count_catch {
  margin: 30px 8px 5px 0;
  background: url(../img/common/header_txt_count.png) no-repeat right top;
  text-indent: -9999px;
}


#header .hd_c03 .count_message .count_open {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  border: none;
  background: right center no-repeat;
}
/* line 348, ../sass/_styles_common.scss */
#header .hd_c03 .count_message .count_catch {
  height: 16px;
  background-image: url(../img/common/header_txt_count_jp.png);
}
/* line 352, ../sass/_styles_common.scss */
#header .hd_c03 .count_message .count_open {
  height: 19px;
  background-image: url(../img/common/header_txt_open_jp.png);
}
/* line 356, ../sass/_styles_common.scss */
#header .hd_c03 .count_message .count_open {
  display: none;
}
/* line 359, ../sass/_styles_common.scss */
#header .hd_c03 .count_message .count_date {
  margin-top: 5px;
  padding-right: 20px;
  background: url(../img/common/header_txt_countday_jp.png) right 17px no-repeat;
  font-size: 269%;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
}
@media screen and (min-width: 481px) and (max-width: 700px) {
  /* line 341, ../sass/_styles_common.scss */
  #header .hd_c03 .count_message {
    margin-top: 25px;
  }
  /* line 370, ../sass/_styles_common.scss */
  #header .hd_c03 .count_message .count_date {
    font-size: 200%;
    background-position: right 10px;
  }
}
/* line 376, ../sass/_styles_common.scss */
#header .hd_c03 .count_message.en .count_catch {
  height: 16px;
  background-image: url(../img/common/header_txt_count_en.png);
}
/* line 380, ../sass/_styles_common.scss */
#header .hd_c03 .count_message.en .count_open {
  height: 19px;
  background-image: url(../img/common/header_txt_open_en.png);
}
/* line 384, ../sass/_styles_common.scss */
#header .hd_c03 .count_message.en .count_date {
  padding-right: 45px;
  background: url(../img/common/header_txt_countday_en.png) right 17px no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 700px) {
  /* line 389, ../sass/_styles_common.scss */
  #header .hd_c03 .count_message.en .count_date {
    background-position: right 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  /* line 394, ../sass/_styles_common.scss */
  #header .hd_c03 .count_message.en .count_catch {
    height: 12px;
    background-size: 87px;
  }
  /* line 398, ../sass/_styles_common.scss */
  #header .hd_c03 .count_message.en .count_open {
    height: 12px;
    background-size: 87px;
  }
}
/* line 404, ../sass/_styles_common.scss */
#header .hd_c03 .count_message.open {
  margin-top: 60px;
}
/* line 406, ../sass/_styles_common.scss */
#header .hd_c03 .count_message.open .count_catch,
#header .hd_c03 .count_message.open .count_date {
  display: none;
}
/* line 410, ../sass/_styles_common.scss */
#header .hd_c03 .count_message.open .count_open {
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 700px) {
  /* line 404, ../sass/_styles_common.scss */
  #header .hd_c03 .count_message.open {
    margin-top: 50px;
  }
}
/* line 419, ../sass/_styles_common.scss */
#header .hd_c03 .lang {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 6px 11px 7px 5px;
  color: #fff;
  line-height: 11px;
  text-decoration: none;
  background-color: #162740;
  cursor: pointer;
}
/* line 430, ../sass/_styles_common.scss */
#header .hd_c03 .lang span {
  padding-right: 8px;
}
/* line 433, ../sass/_styles_common.scss */
#header .hd_c03 .lang img {
  width: auto;
  height: 11px;
}
/* line 438, ../sass/_styles_common.scss */
#header .hd_c03 .s_langSelect {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 10;
}
/* line 444, ../sass/_styles_common.scss */
#header .hd_c03 .s_langSelect li {
  border-top: 1px dotted #fff;
}
/* line 446, ../sass/_styles_common.scss */
#header .hd_c03 .s_langSelect li a {
  display: block;
  height: 24px;
  padding: 6px 12px 7px 27px;
  background-color: #162740;
  cursor: pointer;
}
/* line 452, ../sass/_styles_common.scss */
#header .hd_c03 .s_langSelect li a img {
  width: auto;
  height: 11px;
}
/* line 457, ../sass/_styles_common.scss */
#header .hd_c03 .s_langSelect li .active,
#header .hd_c03 .s_langSelect li a:hover {
  background: url(../img/common/header_ico_lang.png) no-repeat #162740;
  background-position: left 7px center;
  background-size: 7px 6px;
  opacity: 1.0;
}
/* line 467, ../sass/_styles_common.scss */
#header .s_hdmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  z-index: 30;
}
/* line 476, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_head {
  margin: 0 30px;
  padding: 35px 0;
  border-bottom: 1px solid #fff;
}
/* line 483, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_head p {
  display: inline-block;
}
/* line 415, ../sass/_styles_common.scss */ 
#header .s_hdmenu .hd_head .btn_close {
  position: absolute;
  margin-top: 7px;
  padding: 0;
  width: 94px;
  text-align: left;
  background: url(../img/common/footer_btn_closetxt.png) no-repeat;
  background-position: left 40px top 5px;
  cursor: pointer;
}
/* line 493, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_head .title {
  margin-left: 47%; 
  color: #fff;
  font-size: 177%;
  font-weight: bold;
}
/* line 501, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool {
  margin: 0 30px;
}
/* line 503, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool .ui-inner {
  padding: 17px 0;
  border-bottom: 1px solid #fff;
}
/* line 507, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchTrg {
  display: none;
}
/* line 511, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool ul li {
  margin-right: 3px;
  display: inline-block;
}
/* line 514, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool ul li a {
  width: 30px;
  height: 30px;
}
/* line 517, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool ul li a img {
  width: 30px;
  height: auto;
}
/* line 522, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 527, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain {
  width: 340px;
}
@media screen and (min-width: 481px) and (max-width: 580px) {
  /* line 527, ../sass/_styles_common.scss */
  #header .s_hdmenu .hd_tool #hd_searchMain {
    width: 62%;
  }
}
/* line 532, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain .gsc-control-cse,
#header .s_hdmenu .hd_tool #hd_searchMain form.gsc-search-box,
#header .s_hdmenu .hd_tool #hd_searchMain form.gsc-search-box * {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}
/* line 541, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain .gsc-control-cse {
  border: 1px solid #fff;
  background: none;
}
/* line 545, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain table.gsc-search-box {
  width: 100%;
}
/* line 548, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain td.gsc-input {
  background: #fff;
}
/* line 551, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain input.gsc-input {
  width: 100% !important;
  height: 33px !important;
  line-height: 33px;
  padding: 0 2.5% !important;
  font-weight: bold;
}
/* line 558, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain td.gsib_b {
  width: 0;
}
/* line 561, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain .gsst_b {
  display: none !important;
}
/* line 564, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain td.gsc-search-button {
  width: 33px !important;
  background: url(../img/common/search_ico_lupe.png) no-repeat black;
  background-position: 7px center;
  background-size: 15px;
  line-height: 0;
}
/* line 571, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_tool #hd_searchMain input.gsc-search-button {
  width: 33px !important;
  height: 33px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 578, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_mainList {
  margin: 70px 30px;
  border-bottom: 1px solid #fff;
}
/* line 581, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_mainList ul {
  width: 100%;
  margin: 0 20px 70px 20px;
}
/* line 584, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_mainList ul li {
  width: 48%;
}
/* line 586, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_mainList ul li a {
  padding: 20px 0;
  color: #fff;
  font-size: 177%;
  font-weight: bold;
  display: block;
  text-align: center;
}
/* line 594, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_mainList ul li a:hover {
  color: #000;
  background: #fff;
}
/* line 599, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_mainList ul li:nth-child(2n) {
  margin-left: 4%;
}
/* line 604, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_subList {
  margin: 25px 30px;
  text-align: center;
}
/* line 607, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_subList li {
  display: inline-block;
}
/* line 609, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_subList li a {
  display: block;
  padding: 0 20px;
  color: #fff;
  line-height: 1.1;
  border-left: 1px solid #fff;
  text-decoration: underline;
}
/* line 619, ../sass/_styles_common.scss */
#header .s_hdmenu .hd_subList li:first-child a {
  border-left: 0;
}

/* ============================================================

	style info : contents

============================================================ */
/* line 633, ../sass/_styles_common.scss */
#contents .alert {
  padding: 10px 0;
  border-bottom: 1px solid #0057ab;
  background-color: #ebebeb;
  color: red;
}
/* line 638, ../sass/_styles_common.scss */
#contents .alert p {
  margin: 0 auto;
  padding-left: 43px;
  width: 90%;
  background: url(../img/common/alert_ico.png) no-repeat left center;
}
/* line 645, ../sass/_styles_common.scss */
#contents .programAnnounce {
  background-color: #0057ab;
  color: #fff;
}
/* line 648, ../sass/_styles_common.scss */
#contents .programAnnounce ul {
  margin: 0 auto;
  padding: 5px 0;
  width: 90%;
}
/* line 652, ../sass/_styles_common.scss */
#contents .programAnnounce ul li {
  overflow: hidden;
  *zoom: 1;
  padding: 5px 0;
}
/* line 656, ../sass/_styles_common.scss */
#contents .programAnnounce ul .date {
  float: left;
  width: 10em;
}
/* line 660, ../sass/_styles_common.scss */
#contents .programAnnounce ul .text {
  overflow: hidden;
}
/* line 662, ../sass/_styles_common.scss */
#contents .programAnnounce ul .text a:link, #contents .programAnnounce ul .text a:visited {
  color: #fff;
  text-decoration: underline;
}
/* line 666, ../sass/_styles_common.scss */
#contents .programAnnounce ul .text a:hover {
  text-decoration: none;
}
/* line 673, ../sass/_styles_common.scss */
#contents .page_header .ui-inner {
  padding: 2px 20px;
  border-bottom: 1px solid #0057ab;
}
/* line 678, ../sass/_styles_common.scss */
#contents .page_header .breadcrumbs li {
  display: inline-block;
  font-size: 77%;
  line-height: 1.0;
}
/* line 682, ../sass/_styles_common.scss */
#contents .page_header .breadcrumbs li a {
  padding-right: 10px;
  text-decoration: underline;
  background: url(../img/common/ctn_ico_breadcrumbs.png) no-repeat;
  background-position: right center;
}
/* line 691, ../sass/_styles_common.scss */
#contents .page_header .share_button p {
  display: inline-block;
}
/* line 695, ../sass/_styles_common.scss */
#contents .page_header .share_button .label img {
  padding: 7px 0;
  width: 116px;
  height: auto;
}
/* line 698, ../sass/_styles_common.scss */
#contents .page_header .share_button .share img {
  width: 26px;
  height: 26px;
}
/* line 700, ../sass/_styles_common.scss */
#contents .page_header .share_button p#line {
  display: none;
}
/* line 705, ../sass/_styles_common.scss */
#contents h2.page_title {
  padding: 18px 0;
  border-bottom: 1px solid #000;
  text-align: center;
}
/* line 710, ../sass/_styles_common.scss */
#contents .js-acd {
  margin-bottom: 1px;
}
/* line 712, ../sass/_styles_common.scss */
#contents .js-acd h3 {
  position: relative;
  padding: 15px 40px;
  width: 100%;
  color: #fff;
  font-size: 138%;
  font-weight: bold;
  background-color: #162740;
  cursor: pointer;
}
/* line 721, ../sass/_styles_common.scss */
#contents .js-acd h3 span,
#contents .js-acd h3 strong {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  /* line 721, ../sass/_styles_common.scss */
  #contents .js-acd h3 span,
  #contents .js-acd h3 strong {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 725, ../sass/_styles_common.scss */
#contents .js-acd h3:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: center center no-repeat;
}
/* line 737, ../sass/_styles_common.scss */
#contents .js-acd h3:hover {
  color: #fff;
  background-color: #0057ab;
}
/* line 740, ../sass/_styles_common.scss */
#contents .js-acd .show {
  color: #fff;
  background: #162740;
}
/* line 743, ../sass/_styles_common.scss */
#contents .js-acd .show:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  background-image: url(../img/common/ico_jsacd_show.png);
}
/* line 753, ../sass/_styles_common.scss */
#contents .js-acd .hide {
  color: #162740;
  background: #ebebeb;
}
/* line 756, ../sass/_styles_common.scss */
#contents .js-acd .hide:after {
  background-image: url(../img/common/ico_jsacd_hide.png);
/*  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); */
  transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
}
/* line 764, ../sass/_styles_common.scss */
.ie8 #contents .js-acd .hide:after {
  background-image: url(../img/common/ico_jsacd_hide_ie8.png);
}
/* line 769, ../sass/_styles_common.scss */
#contents .js-acd .hide:hover {
  color: #fff;
}
/* line 771, ../sass/_styles_common.scss */
#contents .js-acd .hide:hover:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  background-image: url(../img/common/ico_jsacd_hide.png);
}
/* line 773, ../sass/_styles_common.scss */
.ie8 #contents .js-acd .hide:hover:after {
  background-image: url(../img/common/ico_jsacd_hide_ie8.png);
}
/* line 778, ../sass/_styles_common.scss */
#contents .js-acd .ui-inner {
  padding: 45px 60px 40px 60px;
  width: 100%;
}

#contents .js-acd .pre-hide {
	overflow: hidden;
	height: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* ============================================================

	style info : footer

============================================================ */
/* line 831, ../sass/_styles_common.scss */
#footer {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  bottom: 0;
}
/* line 836, ../sass/_styles_common.scss */
body.noScroll #footer {
  position: fixed;
  z-index: 20;
}
/* line 840, ../sass/_styles_common.scss */
#footer .ui-inner {
  position: relative;
  background-color: #000;
  z-index: 20;
}
/* line 846, ../sass/_styles_common.scss */
#footer #pagetop {
  position: fixed;
  bottom: 125px;
  right: 30px;
  z-index: 9;
}
/* line 851, ../sass/_styles_common.scss */
#footer #pagetop .sp {
  display: none;
}
/* line 852, ../sass/_styles_common.scss */
body.noScroll #footer #pagetop {
  display: none !important;
}
/* line 856, ../sass/_styles_common.scss */
#footer #s_ftNavBtn {
  display: table;
  padding: 22px 0;
  width: 100%;
  vertical-align: middle;
  z-index: 20;
}
/* line 862, ../sass/_styles_common.scss */
#footer #s_ftNavBtn li {
  display: table-cell;
  width: 33%;
}
/* line 865, ../sass/_styles_common.scss */
#footer #s_ftNavBtn li a {
  display: inline;
}
/* line 867, ../sass/_styles_common.scss */
#footer #s_ftNavBtn li a .module {
  padding-top: 2px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#footer #s_ftNavBtn li a .module:hover {
  transform: rotate(90deg);    
  -webkit-transform: rotate(90deg);    
  -moz-transform: rotate(90deg);
}   
#footer #s_ftNavBtn li a .module.show {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* line 878, ../sass/_styles_common.scss */
#footer #s_ftNavBtn li a .label {
  width: auto;
  height: 14px;
}
/* line 884, ../sass/_styles_common.scss */
#footer #s_ftNavBtn .follow {
  text-align: left;
}
/* line 885, ../sass/_styles_common.scss */
#footer #s_ftNavBtn .news {
  text-align: center;
}
/* line 886, ../sass/_styles_common.scss */
#footer #s_ftNavBtn .schedule {
  text-align: right;
}
/* line 888, ../sass/_styles_common.scss */
#footer address {
  padding: 10px 0;
  border-top: 2px solid #353535;
  color: #bebebe;
  font-size: 69%;
  text-align: center;
}

/* line 897, ../sass/_styles_common.scss */
#s_ftNavList {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
}
/* line 903, ../sass/_styles_common.scss */
#s_ftNavList .s_ftNav {
  position: absolute;
  bottom: 88px;
  z-index: 10;
}
/* line 908, ../sass/_styles_common.scss */
#s_ftNavList .btn_close {
  padding: 8px;
  width: 41px;
  height: 41px;
  display: inline-block;
  text-align: right;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
/* line 917, ../sass/_styles_common.scss */
#s_ftNavList .s_follow {
  left: 0;
}
/* line 919, ../sass/_styles_common.scss */
#s_ftNavList .s_follow .btn_close {
  margin-left: 219px;
}
/* line 922, ../sass/_styles_common.scss */
#s_ftNavList .s_follow ul {
  background: rgba(0, 0, 0, 0.9);
}
/* line 924, ../sass/_styles_common.scss */
#s_ftNavList .s_follow ul li {
  margin: 0 15px;
}
/* line 926, ../sass/_styles_common.scss */
#s_ftNavList .s_follow ul li a {
  display: block;
  padding: 50px 20px;
  border-bottom: 2px solid #2c2c2c;
}
/* line 933, ../sass/_styles_common.scss */
#s_ftNavList .s_follow ul li:last-child a {
  border-bottom: 0;
}
/* line 939, ../sass/_styles_common.scss */
#s_ftNavList .s_news {
  position: relative;
  padding: 0 30px 30px 30px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
}
/* line 948, ../sass/_styles_common.scss */
#s_ftNavList .s_news .ft_head {
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #fff;
}
/* line 799, ../sass/_styles_common.scss */
#s_ftNavList .s_news .ft_head .btn_close {
  position: absolute;
  left: 20px;
  top: 35px;
  padding: 0;
  width: 94px;
  text-align: left;
  background: url(../img/common/footer_btn_closetxt.png) no-repeat;
  background-position: left 40px top 5px;
  cursor: pointer;
}
/* line 810, ../sass/_styles_common.scss */
#s_ftNavList .s_news .ft_head .btn_more {
  position: absolute;
  right: 0;
  top: 35px;
}
/* line 815, ../sass/_styles_common.scss */
#s_ftNavList .s_news .ft_head .title {
  color: #fff;
  font-size: 177%;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  /* line 824, ../sass/_styles_common.scss */
  #s_ftNavList .s_news .ft_head .btn_more span {
    display: none;
  }
}
/* line 953, ../sass/_styles_common.scss */
#s_ftNavList .s_news ul li a {
  display: block;
  padding: 30px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
/* line 959, ../sass/_styles_common.scss */
#s_ftNavList .s_news ul li a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
/* line 963, ../sass/_styles_common.scss */
#s_ftNavList .s_news ul li .img {
  margin-right: -157px;
  padding: 0 35px 0 0;
  width: 157px;
}
/* line 968, ../sass/_styles_common.scss */
#s_ftNavList .s_news ul li .text {
  width: 100%;
}
/* line 970, ../sass/_styles_common.scss */
#s_ftNavList .s_news ul li .text span {
  display: block;
}
/* line 973, ../sass/_styles_common.scss */
#s_ftNavList .s_news ul li .text .date {
  margin: 0 0 15px 157px;
}
/* line 976, ../sass/_styles_common.scss */
#s_ftNavList .s_news ul li .text .main {
  margin: 0 0 0 157px;
  font-weight: bold;
}
/* line 983, ../sass/_styles_common.scss */
#s_ftNavList .s_news .btn_more {
  padding: 35px 50px;
  width: 100%;
  text-align: center;
}
/* line 987, ../sass/_styles_common.scss */
#s_ftNavList .s_news .btn_more a {
  padding: 15px 0;
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
}
/* line 996, ../sass/_styles_common.scss */
#s_ftNavList .s_news .btn_more a:hover {
  color: #000;
  background: #fff;
}
/* line 1002, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule {
  position: relative;
  padding: 0 30px 30px 30px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
}
/* line 1013, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule.loading #ft_schedule_main .ft_schedule_date .dateTitle .prev, #s_ftNavList .s_schedule.loading #ft_schedule_main .ft_schedule_date .dateTitle .next {
  opacity: .5;
}
/* line 1017, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule.loading .ft_caption {
  display: none;
}
/* line 1021, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_head {
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #fff;
}
/* line 799, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_head .btn_close {
  position: absolute;
  left: 20px;
  top: 35px;
  padding: 0;
  width: 94px;
  text-align: left;
  background: url(../img/common/footer_btn_closetxt.png) no-repeat;
  background-position: left 40px top 5px;
  cursor: pointer;
}
/* line 810, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_head .btn_more {
  position: absolute;
  right: 0;
  top: 35px;
}
/* line 815, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_head .title {
  color: #fff;
  font-size: 177%;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  /* line 824, ../sass/_styles_common.scss */
  #s_ftNavList .s_schedule .ft_head .btn_more span {
    display: none;
  }
}
/* line 1026, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_head .btn_more {
  float: right;
  text-align: center;
}
/* line 1029, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_head .btn_more a {
  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
}
/* line 1038, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_head .btn_more a:hover {
  color: #000;
  background: #fff;
}
/* line 1045, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date {
  width: 100%;
}
/* line 1047, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle {
  width: 100%;
  text-align: center;
  font-size: 169%;
  line-height: 65px;
  font-weight: bold;
  color: #fff;
}
/* line 1054, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle .prev {
  position: absolute;
  left: 0;
  width: 50%;
  padding: 1em 4em 1em 1em;
  line-height: 1;
  color: #fff;
  text-align: right;
}
/* line 1062, ../sass/_styles_common.scss */
.en #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle .prev {
  width: 37%;
}
/* line 1066, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle .next {
  position: absolute;
  right: 0;
  width: 50%;
  padding: 1em 1em 1em 4em;
  line-height: 1;
  color: #fff;
  text-align: left;
}
/* line 1074, ../sass/_styles_common.scss */
.en #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle .next {
  width: 37%;
}
/* line 1078, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle.first .prev {
  display: none;
}
/* line 1081, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle.last .next {
  display: none;
}
/* line 1085, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitleBtm {
  display: none;
}
/* line 1088, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab {
  border-top: 1px solid #fff;
}
/* line 1090, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab li {
  margin: 15px 0;
  color: #fff;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
}
/* line 1097, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab .ikebukuro {
  margin-left: 6%;
  width: 30%;
}
/* line 1098, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab .nishisugamo {
  margin-left: 2%;
  width: 30%;
}
/* line 1099, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab .asakusa {
  margin-left: 2%;
  width: 30%;
}
/* line 1101, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body {
  overflow: hidden;
}
/* line 1103, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap {
  width: 300%;
  position: relative;
  left: -100%;
}
/* line 1107, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .prev, #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .current, #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .next {
  float: left;
  width: 33.33%;
  overflow: hidden;
}
/* line 1112, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .prev.failed, #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .current.failed, #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .next.failed {
  text-align: center;
  color: #f00;
  padding: 2em;
}
/* line 1120, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .prev, #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .next {
  visibility: hidden;
  height: 1px;
}
/* line 1123, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .prev.show, #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .next.show {
  visibility: visible;
  height: auto;
}
/* line 1128, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body .schedule-body-wrap .current.loading {
  height: 150px;
  background: url(../img/common/loading.gif) no-repeat center center;
}
/* line 1134, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list {
  display: table;
  border-collapse: separate;
  border-spacing: 5px 0;
  width: 100%;
}
/* line 1139, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li {
  padding: 5px 0;
}
/* line 1141, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a {
  display: block;
  height: 100%;
}
/* line 1145, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a:hover {
  background: #fff;
}
/* line 1147, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a:hover .time,
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a:hover .title,
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a:hover .place {
  color: #000;
}
/* line 1154, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .timeGraph {
  display: table-cell;
  width: 7%;
  height: 100%;
  color: #000;
  text-align: center;
  font-size: 108%;
  font-weight: bold;
  background-color: white;
}
/* line 1164, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain {
  display: table-cell;
  width: 30%;
  height: 100%;
  border-top: 1px solid #fff;
}
/* line 1169, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .time {
  display: none;
}
/* line 1173, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .img img {
  width: 100%;
}
/* line 1175, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .post {
  background: #fff;
  text-align: left;
  line-height: 0;
}
/* line 1179, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .post img {
  width: 100%;
  max-width: 260px;
}
/* line 1184, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .title {
  margin: 10px;
  font-size: 108%;
  font-weight: bold;
  color: #fff;
}
/* line 1190, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .title.talk_pre:before {
  content: "☆ ";
}
/* line 1191, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .title.talk_post:before {
  content: "★ ";
}
/* line 1192, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .place {
  margin: 5px 10px;
  font-size: 100%;
  color: #fff;
}
/* line 1198, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .blank {
  padding: 5px 0;
  background: url(../img/common/footer_schedule_bg_no.png) repeat;
  background-position: left top 5px;
}
/* line 1202, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .blank p {
  display: none;
}
/* line 1206, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .no_schedule {
  padding: 130px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  font-size: 177%;
  font-weight: bold;
  text-align: center;
}
/* line 1218, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list:last-child .tabMain {
  border-bottom: 1px solid #fff;
}
/* line 1224, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_caption {
  margin: 20px 0 0 0;
}
/* line 1226, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .ft_caption li {
  color: #fff;
}
/* line 1229, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .owl-controls .owl-buttons {
  width: 100%;
}
/* line 1231, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  font-size: 169%;
  line-height: 65px;
  font-weight: bold;
  color: #fff;
}
/* line 1239, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .owl-controls .owl-buttons .owl-prev {
  left: 30%;
}
/* line 1240, ../sass/_styles_common.scss */
#s_ftNavList .s_schedule .owl-controls .owl-buttons .owl-next {
  left: 70%;
}

/* ============================================================

	style info : top

============================================================ */
/* line 30, ../sass/_styles_top.scss */
#top #contents {
  position: relative;
  width: 100%;
}
/* line 34, ../sass/_styles_top.scss */
#top #contents .vidual img {
  width: 100%;
  height: auto;
}
/* line 40, ../sass/_styles_top.scss */
#top #contents h2 a {
  position: absolute;
  display: block;
  padding: 10px 0;
  width: 100%;
  top: 0;
  color: #fff;
  font-size: 131%;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  z-index: 2;
  background: #000000;
}
/* line 43, ../sass/_styles_top.scss */
#top #contents .top-post li {
  position: relative;
  width: 100%;
}
/* line 47, ../sass/_styles_top.scss */
#top #contents .top-post li .img img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 53, ../sass/_styles_top.scss */
#top #contents .top-post li .article {
  position: absolute;
  bottom: 25px;
  font-family: '見出ゴMB1','Midashi Go MB1';
}
/* line 57, ../sass/_styles_top.scss */
#top #contents .top-post li .article p,
#top #contents .top-post li .article h3 {
  display: block;
  margin-bottom: 5px;
}
/* line 61, ../sass/_styles_top.scss */
#top #contents .top-post li .article p span,
#top #contents .top-post li .article h3 span {
  display: inline-block;
  padding: 12px 17px;
  color: #fff;
  font-size: 108%;
  background: rgba(6, 21, 45, 0.8);
}
/* line 69, ../sass/_styles_top.scss */
#top #contents .top-post li .article .title {
  font-size: 177%;
  font-weight: bold;
}
/* line 76, ../sass/_styles_top.scss */
#top #contents .top-post li a:hover .img img {
  opacity: 1.0;
}
/* line 82, ../sass/_styles_top.scss */
#top #contents .top-post li a:hover p span,
#top #contents .top-post li a:hover h3 span {
  background: #0057ab;
}
/* line 89, ../sass/_styles_top.scss */
#top #contents .program {
  position: relative;
  margin-bottom: 0;
  border: 0;
  width: 100%;
  z-index: 0;
}
/* line 96, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 100, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper li {
  width: 90%;
}
/* line 102, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper li a {
  display: block;
  height: 100%;
}
/* line 106, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper li img {
  width: 100%;
  max-width: 100%;
}
/* line 111, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper .film_roll_prev,
#top #contents .program #film_roll .film_roll_wrapper .film_roll_next {
  position: absolute;
  margin: 0;
  padding-top: 25%;
  border: 0;
  border-radius: 0;
  width: 5%;
  height: 60%;
  top: 0;
  opacity: 1.0;
  text-indent: -9999px;
}
/* line 124, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper .film_roll_prev {
  left: 0;
  background: url(../img/common/btn_slider_left_off.png) rgba(0, 0, 0, 0.5) no-repeat center center;
}
/* line 128, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper .film_roll_prev:hover {
  background-image: url(../img/common/btn_slider_left_on.png);
  background-color: transparent;
}
/* line 132, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper .film_roll_next {
  right: 0;
  background: url(../img/common/btn_slider_right_off.png) rgba(0, 0, 0, 0.5) no-repeat center center;
}
/* line 136, ../sass/_styles_top.scss */
#top #contents .program #film_roll .film_roll_wrapper .film_roll_next:hover {
  background-image: url(../img/common/btn_slider_right_on.png);
  background-color: transparent;
}
/* line 143, ../sass/_styles_top.scss */
#top #contents .pickup {
  position: relative;
  z-index: 0;
  background: #000;
}
/* line 148, ../sass/_styles_top.scss */
#top #contents .pickup a img {
  opacity: 0.6;
}
/* line 151, ../sass/_styles_top.scss */
#top #contents .pickup a:hover img {
  opacity: 1.0;
}
/* line 153, ../sass/_styles_top.scss */
#top #contents .pickup .title {
  width: 550px;
}
/* line 157, ../sass/_styles_top.scss */
#top #contents .pickup li:nth-child(odd) .article {
  right: 0;
  text-align: right;
}
/* line 163, ../sass/_styles_top.scss */
#top #contents .banner .ui-inner {
  padding: 20px 90px 5px 90px;
}
/* line 165, ../sass/_styles_top.scss */
#top #contents .banner .ui-inner p {
  margin: 0 auto 15px auto;
  width: 100%;
  max-width: 750px;
}
/* line 169, ../sass/_styles_top.scss */
#top #contents .banner .ui-inner p img {
  width: 100%;
  height: auto;
}

/* ============================================================

	style info : program

============================================================ */
/* line 10, ../sass/_styles_program.scss */
#program #sp_search_head {
  display: none;
}
#program .s_search {
  position: relative;
}
/* line 15, ../sass/_styles_program.scss */
#program .s_search li a {
  color: #162740;
  background: #f0f0f0;
}
/* line 19, ../sass/_styles_program.scss */
#program .s_search li a:hover {
  color: #fff;
  background: #0057ab;
}
/* line 25, ../sass/_styles_program.scss */
#program .s_search li.show a {
  color: #fff;
  background: #162740;
}
/* line 31, ../sass/_styles_program.scss */
#program .s_search .search_head h3 {
  height: 16px;
}
/* line 33, ../sass/_styles_program.scss */
#program .s_search .search_head h3 img {
  height: 16px;
  width: auto;
}
/* line 38, ../sass/_styles_program.scss */
#program .s_search .selector {
  position: relative;
  width: 100%;
}
/* line 40, ../sass/_styles_program.scss */
#program .s_search .selector .ui-inner {
  padding: 0 30px 20px 30px;
  border-bottom: 1px solid #000;
}
#program .s_search .selector .searchReset {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  text-align: right;
}
#program .s_search .selector .searchReset p {
  display: inline;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 115%;
  font-weight: bold;
  line-height: 1;
  background: #979797;
  cursor: pointer;
}
#program .s_search .selector .searchReset p a {
  color: #fff;
}
/* line 44, ../sass/_styles_program.scss */
#program .s_search .selector .category {
  margin-top: 17px;
  margin-right: -400px;
  width: 100%;
  z-index: 2;
}
/* line 48, ../sass/_styles_program.scss */
#program .s_search .selector .category .liquid-wrap {
  margin-right: 400px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
/* line 51, ../sass/_styles_program.scss */
#program .s_search .selector .category ul {
  margin-top: 20px;
  letter-spacing: -0.4em;
}
/* line 54, ../sass/_styles_program.scss */
#program .s_search .selector .category ul li {
  display: inline-block;
  margin: 0 4px -4px 0;
  letter-spacing: normal;
}
/* line 58, ../sass/_styles_program.scss */
#program .s_search .selector .category ul li a {
  display: table-cell;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: bold;
}
/* line 65, ../sass/_styles_program.scss */
#program .s_search .selector .category ul li a .small {
  font-size: 69%;
}
/* line 66, ../sass/_styles_program.scss */
#program .s_search .selector .category ul li a span {
  display: block;
}
/* line 71, ../sass/_styles_program.scss */
#program .s_search .selector .calender {
  position: relative;
  margin-top: 17px;
  padding-left: 24px;
  border-left: 1px solid #ebebeb;
  width: 385px;
  z-index: 3;
}
/* line 76, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_head {
  position: relative;
  width: 385px;
}
/* line 78, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_head * {
  display: inline-block;
}
/* line 79, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_head p {
  position: absolute;
  top: 40px;
  left: 0;
}
/* line 81, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main {
  margin-top: 10px;
  margin-left: 60px;
  width: 312px;
}
/* line 85, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li {
  display: inline-block;
  margin-right: -1px;
  width: 40px;
}
/* line 89, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li span {
  display: block;
  margin: 0 auto;
  height: 9px;
  background-image: url(../img/program/search_txt_week.png);
  background-repeat: no-repeat;
  background-size: auto 9px;
  text-indent: -9999px;
}
/* line 98, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li .mon {
  width: 23px;
  background-position: 0px 0px;
}
/* line 99, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li .tue {
  width: 19px;
  background-position: -49px 0px;
}
/* line 100, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li .wed {
  width: 22px;
  background-position: -94px 0px;
}
/* line 101, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li .thr {
  width: 19px;
  background-position: -143px 0px;
}
/* line 102, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li .fri {
  width: 16px;
  background-position: -192px 0px;
}
/* line 103, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li .sat {
  width: 19px;
  background-position: -237px 0px;
}
/* line 104, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .week li .sun {
  width: 20px;
  background-position: -285px 0px;
}
/* line 107, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .date {
  letter-spacing: -0.4em;
}
/* line 109, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .date li {
  display: inline-block;
  margin: 4px 4px -7px 0;
}
/* line 112, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .date li a, #program .s_search .selector .calender .search_main .date li span {
  display: table-cell;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: normal;
  font-weight: bold;
}
#program .s_search .selector .calender .search_main .date li.red a {
  color: #ff5676;
}
#program .s_search .selector .calender .search_main .date li.blue a {
  color: #56bdff;
}
/* line 121, ../sass/_styles_program.scss */
#program .s_search .selector .calender .search_main .date li span {
  background: #f0f0f0;
}
/* line 129, ../sass/_styles_program.scss */
#program .s_search .keyword {
  position: absolute;
  margin-top: 17px;
  margin-right: -385px;
  width: 100%;
  top: 210px;
  left: 0;
  z-index: 2;
}
/* line 131, ../sass/_styles_program.scss */
#program .s_search .keyword .ui-inner {
  margin-right: 385px;
  padding: 0 30px;
}
/* line 136, ../sass/_styles_program.scss */
#program .s_search .keyword .search_main {
  margin-right: 385px;
  padding: 20px 0 0 0;
}
/* line 141, ../sass/_styles_program.scss */
#program .s_search .keyword .search_main form input {
  padding: 0 10px;
  border-radius: 5px;
  width: 90%;
  height: 30px;
  font-weight: bold;
  vertical-align: middle;
}
/* line 148, ../sass/_styles_program.scss */
#program .s_search .keyword .search_main form .text {
  margin: 5px 20px 5px 0;
  border: 1px solid #c9c9c9;
  width: 80%;
  background-color: #ebebeb;
}
/* line 153, ../sass/_styles_program.scss */
#program .s_search .keyword .search_main form .submit {
  width: 10%;
  min-width: 50px;
  border: 0;
  background: url(../img/common/search_ico_lupe.png) no-repeat center center #13294c;
  background-size: 15px 20px;
  cursor: pointer;
}

#program .searchResult {
  margin: 30px 30px 0 30px;
  font-weight: bold;
  font-size: 123%;
}
#program .pastEvents {
  float: left;
  margin: 10px 0 20px 0;
  padding-left: 10px;
  width: 100%;
  font-weight: bold;
  font-size: 138%;
}
/* line 165, ../sass/_styles_program.scss */
#program .s_artList {
  margin-top: 28px;
}
/* line 167, ../sass/_styles_program.scss */
#program .s_artList .s_artList_wrap {
  float: left;
  margin-bottom: 30px;
  padding-left: 10px;
  width: 25%;
}
/* line 173, ../sass/_styles_program.scss */
#program .s_artList .s_artList_wrap .img img {
  width: 100%;
  height: auto;
}
/* line 178, ../sass/_styles_program.scss */
#program .s_artList .s_artList_wrap .article {
  position: relative;
  padding: 15px 10px;
  color: #fff;
  background-color: #162740;
}
/* line 183, ../sass/_styles_program.scss */
#program .s_artList .s_artList_wrap .article p {
  font-size: 77%;
}
/* line 184, ../sass/_styles_program.scss */
#program .s_artList .s_artList_wrap .article .title {
  margin-bottom: 15px;
  font-size: 108%;
  font-weight: bold;
}
/* line 185, ../sass/_styles_program.scss */
#program .s_artList .s_artList_wrap .article .about {
  margin-bottom: 3em;
}
/* line 186, ../sass/_styles_program.scss */
#program .s_artList .s_artList_wrap .article .date {
  position: absolute;
  padding: 10px 10px 7px 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
}
/* line 196, ../sass/_styles_program.scss */
#program .s_artList .s_artList_wrap a:hover .article {
  background-color: #0057ab;
}

/* ============================================================

	style info : programSingle

============================================================ */
/* line 208, ../sass/_styles_program.scss */
#program.single {
  width: 100%;
}
/* line 215, ../sass/_styles_program.scss */
#program.single .vidual {
  background: url(../img/common/bg_visual.png) left center repeat;
  text-align: center;
}
/* line 218, ../sass/_styles_program.scss */
#program.single .vidual img {
  width: 100%;
  max-width: 960px;
}
/* line 223, ../sass/_styles_program.scss */
#program.single h2.title {
  padding: 10px 0;
  width: 100%;
  background: #111;
}
/* line 227, ../sass/_styles_program.scss */
#program.single h2.title span {
  display: block;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 960px;
  color: #fff;
  font-size: 200%;
  font-weight: bold;
}
/* line 237, ../sass/_styles_program.scss */
#program.single em {
  font-style: italic;
  font-weight: normal;
}
/* line 238, ../sass/_styles_program.scss */
#program.single .author {
  padding: 10px 0;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
  background: #f0f0f0;
}
/* line 244, ../sass/_styles_program.scss */
#program.single .author li {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 960px;
  text-align: left;
}
/* line 252, ../sass/_styles_program.scss */
#program.single .info .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
  padding: 25px 40px 50px 40px;
}
@media screen and (max-width: 480px) {
  /* line 252, ../sass/_styles_program.scss */
  #program.single .info .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 256, ../sass/_styles_program.scss */
#program.single .info .ui-inner .flt-l,
#program.single .info .ui-inner .flt-r {
  width: 50%;
}
/* line 258, ../sass/_styles_program.scss */
#program.single .info .ui-inner .col_info {
  width: 100%;
  margin-top: 15px;
}
/* line 261, ../sass/_styles_program.scss */
#program.single .info .ui-inner .col_info .label {
  margin-right: 8px;
  width: 102px;
  height: 30px;
}
/* line 266, ../sass/_styles_program.scss */
#program.single .info .ui-inner .col_info .text {
  padding: 0 8px;
  width: 70%;
  line-height: 24px;
  background: #f0f0f0;
}
/* line 274, ../sass/_styles_program.scss */
#program.single .info .ui-inner .flt-r .label {
  width: 112px;
}
/* line 277, ../sass/_styles_program.scss */
#program.single .info .ui-inner .flt-r .text {
  padding: 0;
  background: none;
}
/* line 281, ../sass/_styles_program.scss */
#program.single .info .ui-inner .flt-r .text table tr {
  width: 100%;
  border-bottom: 3px solid #fff;
}
/* line 284, ../sass/_styles_program.scss */
#program.single .info .ui-inner .flt-r .text table tr th,
#program.single .info .ui-inner .flt-r .text table tr td {
  padding: 2px 10px;
}
/* line 288, ../sass/_styles_program.scss */
#program.single .info .ui-inner .flt-r .text table tr th {
  width: 40%;
  background: #dcdcdc;
}
/* line 289, ../sass/_styles_program.scss */
#program.single .info .ui-inner .flt-r .text table tr td {
  width: 60%;
  background: #f0f0f0;
}
/* line 292, ../sass/_styles_program.scss */
#program.single .info .ui-inner .flt-r .text p {
  margin-top: 5px;
  width: 100%;
  font-size: 83.33333%;
  line-height: 1.3;
  color: #565656;
}
/* line 301, ../sass/_styles_program.scss */
#program.single .info .ui-inner .info_catch {
  margin-top: 30px;
  padding: 15px;
  background: #f0f0f0;
}
/* line 309, ../sass/_styles_program.scss */
#program.single .about h3 {
  color: #fff;
  font-weight: bold;
  background-color: #162740;
  padding: 15px 40px;
  width: 100%;
  font-size: 138%;
}
/* line 314, ../sass/_styles_program.scss */
#program.single .about h3 span,
#program.single .about h3 strong {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  /* line 314, ../sass/_styles_program.scss */
  #program.single .about h3 span
  #program.single .about h3 strong {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 319, ../sass/_styles_program.scss */
#program.single .about .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
  padding: 0 40px 60px 40px;
}
@media screen and (max-width: 480px) {
  /* line 319, ../sass/_styles_program.scss */
  #program.single .about .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 325, ../sass/_styles_program.scss */
#program.single .about .article h4 {
  margin-top: 50px;
  font-size: 154%;
  font-weight: bold;
}
/* line 330, ../sass/_styles_program.scss */
#program.single .about .article p {
  margin-top: 7px;
  font-size: 123%;
}
/* line 334, ../sass/_styles_program.scss */
#program.single .about .article .bold {
  margin-top: 50px;
  font-weight: bold;
}
/* line 341, ../sass/_styles_program.scss */
#program.single .gallery .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
  padding: 45px 20px 40px 20px;
}
@media screen and (max-width: 480px) {
  /* line 341, ../sass/_styles_program.scss */
  #program.single .gallery .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 346, ../sass/_styles_program.scss */
#program.single .gallery .gallery_slider {
  position: relative;
  width: 100%;
  padding: 0 30px;
}
/* line 350, ../sass/_styles_program.scss */
#program.single .gallery .gallery_slider .owl-wrapper {
  z-index: 1;
}
/* line 351, ../sass/_styles_program.scss */
#program.single .gallery .gallery_slider .owl-controls {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
/* line 356, ../sass/_styles_program.scss */
#program.single .gallery .gallery_slider .owl-controls .owl-buttons {
  position: relative;
}
/* line 358, ../sass/_styles_program.scss */
#program.single .gallery .gallery_slider .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  width: 13px;
  height: 38px;
  left: 0;
  text-indent: -9999px;
  background: url(../img/common/btn_slider_left_off.png) no-repeat left center;
}
/* line 366, ../sass/_styles_program.scss */
#program.single .gallery .gallery_slider .owl-controls .owl-buttons .owl-prev:hover {
  background-image: url(../img/common/btn_slider_left_on.png);
}
/* line 367, ../sass/_styles_program.scss */
#program.single .gallery .gallery_slider .owl-controls .owl-buttons .owl-next {
  position: absolute;
  width: 13px;
  height: 38px;
  right: 0;
  text-indent: -9999px;
  background: url(../img/common/btn_slider_right_off.png) no-repeat left center;
}
/* line 375, ../sass/_styles_program.scss */
#program.single .gallery .gallery_slider .owl-controls .owl-buttons .owl-next:hover {
  background-image: url(../img/common/btn_slider_right_on.png);
}
/* line 379, ../sass/_styles_program.scss */
#program.single .gallery #movie_slider {
  margin-bottom: 65px;
}
/* line 381, ../sass/_styles_program.scss */
#program.single .gallery #movie_slider .owl-wrapper-outer {
  width: 100%;
}
/* line 383, ../sass/_styles_program.scss */
#program.single .gallery #movie_slider .owl-wrapper-outer .owl-item {
  padding: 0 5px;
  width: 50%;
}
/* line 386, ../sass/_styles_program.scss */
#program.single .gallery #movie_slider .owl-wrapper-outer .owl-item iframe {
  width: 100%;
  height: 250px;
}
/* line 389, ../sass/_styles_program.scss */
#program.single .gallery #movie_slider .owl-controls {
  top: 45%;
}
/* line 392, ../sass/_styles_program.scss */
#program.single .gallery #pict_slider .owl-wrapper-outer {
  width: 100%;
}
/* line 394, ../sass/_styles_program.scss */
#program.single .gallery #pict_slider .owl-wrapper-outer .owl-item {
  padding: 0 5px;
  width: 20%;
}
/* line 397, ../sass/_styles_program.scss */
#program.single .gallery #pict_slider .owl-wrapper-outer .owl-item img {
  width: 100%;
  height: auto;
}
/* line 400, ../sass/_styles_program.scss */
#program.single .gallery #pict_slider .owl-controls {
  top: 45%;
}
/* line 404, ../sass/_styles_program.scss */
#program.single .artist .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  /* line 404, ../sass/_styles_program.scss */
  #program.single .artist .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 410, ../sass/_styles_program.scss */
#program.single .artist .cf .photo {
  margin-right: -200px;
  padding-right: 50px;
  width: 200px;
}
/* line 414, ../sass/_styles_program.scss */
#program.single .artist .cf .photo img {
  width: 100%;
}
/* line 417, ../sass/_styles_program.scss */
#program.single .artist .cf .photo span {
  display: block;
  margin-top: 5px;
  width: 100%;
  font-size: 83.33333%;
  color: #565656;
}
/* line 425, ../sass/_styles_program.scss */
#program.single .artist .cf .context {
  width: 100%;
  padding-bottom: 40px;
}
/* line 428, ../sass/_styles_program.scss */
#program.single .artist .cf .context .liquid-wrap {
  margin-left: 200px;
}
/* line 430, ../sass/_styles_program.scss */
#program.single .artist .cf .context .liquid-wrap h4 {
  margin-bottom: 20px;
  font-size: 138%;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 3px solid #111;
}
/* line 438, ../sass/_styles_program.scss */
#program.single .artist .cf .context .liquid-wrap .share li {
  margin: 25px 40px 0 0;
}
/* line 447, ../sass/_styles_program.scss */
#program.single .cast .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
}
@media screen and (max-width: 480px) {
  /* line 447, ../sass/_styles_program.scss */
  #program.single .cast .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 451, ../sass/_styles_program.scss */
#program.single .cast th {
  font-weight: bold;
  width: 30%;
}
/* line 457, ../sass/_styles_program.scss */
#program.single .headline .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
}
@media screen and (max-width: 480px) {
  /* line 457, ../sass/_styles_program.scss */
  #program.single .headline .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 461, ../sass/_styles_program.scss */
#program.single .headline .cf {
  margin-bottom: 30px;
}
/* line 463, ../sass/_styles_program.scss */
#program.single .headline .cf .date {
  margin-right: -160px;
  width: 160px;
  font-weight: bold;
}
/* line 468, ../sass/_styles_program.scss */
#program.single .headline .cf .text {
  width: 100%;
}
/* line 470, ../sass/_styles_program.scss */
#program.single .headline .cf .text a {
  display: block;
  margin-left: 160px;
}
/* line 476, ../sass/_styles_program.scss */
#program.single .headline .cf:last-child {
  margin-bottom: 0;
}
/* line 479, ../sass/_styles_program.scss */
#program.single .headline a {
  text-decoration: underline;
}
/* line 480, ../sass/_styles_program.scss */
#program.single .headline a:hover {
  text-decoration: none;
  color: #0057ab;
}
/* line 483, ../sass/_styles_program.scss */
#program.single .map .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
}
@media screen and (max-width: 480px) {
  /* line 483, ../sass/_styles_program.scss */
  #program.single .map .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 487, ../sass/_styles_program.scss */
#program.single .map .flt-l {
  margin-right: 3%;
  width: 37%;
}
/* line 490, ../sass/_styles_program.scss */
#program.single .map .flt-l .name {
  margin-bottom: 13px;
  font-weight: bold;
}
/* line 495, ../sass/_styles_program.scss */
#program.single .map .flt-r {
  width: 60%;
}
/* line 497, ../sass/_styles_program.scss */
#program.single .map .flt-r #mapArea {
  width: 100%;
  height: 300px;
}
/* line 501, ../sass/_styles_program.scss */
#program.single .map .flt-r .ui-button {
  display: none;
}
/* line 506, ../sass/_styles_program.scss */
#program.single .ticket {
  margin-bottom: 50px;
}
/* line 508, ../sass/_styles_program.scss */
#program.single .ticket .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
  padding: 50px 40px;
}
@media screen and (max-width: 480px) {
  /* line 508, ../sass/_styles_program.scss */
  #program.single .ticket .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 513, ../sass/_styles_program.scss */
#program.single .ticket h3 {
  color: #fff;
  font-weight: bold;
  background-color: #162740;
  padding: 15px 40px;
  width: 100%;
  font-size: 123%;
  background: #0057ab;
}
/* line 519, ../sass/_styles_program.scss */
#program.single .ticket h3 span {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  /* line 519, ../sass/_styles_program.scss */
  #program.single .ticket h3 span {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 525, ../sass/_styles_program.scss */
#program.single .ticket ul li {
  margin-bottom: 35px;
  font-size: 123%;
}
/* line 530, ../sass/_styles_program.scss */
#program.single .ticket p {
  margin: 0 auto;
}
/* line 531, ../sass/_styles_program.scss */
#program.single .ticket .ui-button {
  margin-top: 30px;
}

/* ============================================================

	style info : news

============================================================ */
/* line 10, ../sass/_styles_news.scss */
#news .s_search {
  border-bottom: solid 1px #162740;
}
/* line 12, ../sass/_styles_news.scss */
#news .s_search .category {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding: 25px 40px;
}
@media screen and (max-width: 480px) {
  /* line 12, ../sass/_styles_news.scss */
  #news .s_search .category {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 15, ../sass/_styles_news.scss */
#news .s_search .category .label {
  float: left;
  margin-right: 50px;
  padding-top: 5px;
  margin-bottom: 10px;
}
/* line 20, ../sass/_styles_news.scss */
#news .s_search .category .search_main {
  overflow: hidden;
  float: left;
}
/* line 23, ../sass/_styles_news.scss */
#news .s_search .category .search_main li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
  font-size: 107.69231%;
}
/* line 27, ../sass/_styles_news.scss */
#news .s_search .category .search_main li a {
  display: block;
  padding: 4px 12px;
  color: #162740;
  font-weight: bold;
  background-color: #ebebeb;
}
/* line 34, ../sass/_styles_news.scss */
#news .s_search .category .search_main li a:hover {
  color: #fff;
  background-color: #0057ab;
}
/* line 43, ../sass/_styles_news.scss */
#news.single .s_search {
  margin: 60px 0 85px 0;
}
/* line 45, ../sass/_styles_news.scss */
#news.single .s_search .category {
  border-bottom: none;
  border-top: solid 1px #162740;
}

/* line 55, ../sass/_styles_news.scss */
.s_newsList .category_title {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #162740;
  font-size: 138.46154%;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  /* line 55, ../sass/_styles_news.scss */
  .s_newsList .category_title {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 63, ../sass/_styles_news.scss */
.s_newsList #infscr-loading {
  padding: 15px 0;
  text-align: center;
}

/* line 69, ../sass/_styles_news.scss */
.s_newsList_wrap {
  margin-bottom: 25px;
}
/* line 72, ../sass/_styles_news.scss */
.s_newsList_wrap a:hover .title {
  text-decoration: underline;
}
/* line 73, ../sass/_styles_news.scss */
.s_newsList_wrap a:hover .content {
  color: #000;
}
/* line 75, ../sass/_styles_news.scss */
.s_newsList_wrap .head {
  margin-bottom: 20px;
  padding: 2px 40px;
  background: #111111;
  color: #fff;
  line-height: 1.2;
}
/* line 81, ../sass/_styles_news.scss */
.s_newsList_wrap .head .ui-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  /* line 81, ../sass/_styles_news.scss */
  .s_newsList_wrap .head .ui-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 84, ../sass/_styles_news.scss */
.s_newsList_wrap .head .date,
.s_newsList_wrap .head .category {
  display: inline;
}
/* line 89, ../sass/_styles_news.scss */
.s_newsList_wrap .body {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  /* line 89, ../sass/_styles_news.scss */
  .s_newsList_wrap .body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 91, ../sass/_styles_news.scss */
.s_newsList_wrap .body .title {
  margin-bottom: 5px;
  color: #123163;
  font-size: 153.84615%;
  line-height: 1.5;
  font-weight: bold;
}
/* line 99, ../sass/_styles_news.scss */
.s_newsList_wrap .body .content p {
  margin-bottom: 1em;
}
/* line 102, ../sass/_styles_news.scss */
.s_newsList_wrap .body .content img {
  max-width: 320px;
}
/* line 106, ../sass/_styles_news.scss */
.s_newsList_wrap .body .more {
  margin-top: 20px;
  text-align: right;
}
/* line 109, ../sass/_styles_news.scss */
.s_newsList_wrap .body .more a {
  background: url(../img/common/ico_arrow_wht_r.png) 11px center no-repeat;
  background-size: 6px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #13294c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
  padding: 10px 40px;
  font-size: 107.69231%;
  margin-left: auto;
}
/* line 217, ../sass/_styles_common.scss */
.s_newsList_wrap .body .more a:hover {
  background-color: #162740;
}
@media screen and (max-width: 480px) {
  /* line 109, ../sass/_styles_news.scss */
  .s_newsList_wrap .body .more a {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* line 109, ../sass/_styles_news.scss */
  .s_newsList_wrap .body .more a {
    padding: 20px 40px;
    font-size: 100%;
    background-size: auto;
  }
}

/* ============================================================

	style info : news single

============================================================ */
/* line 125, ../sass/_styles_news.scss */
#news.single #contents h2.page_title {
  margin: 0;
}

/* line 130, ../sass/_styles_news.scss */
.s_newsSingle {
  color: #333;
}
/* line 132, ../sass/_styles_news.scss */
.s_newsSingle h2 {
  margin: 10px 0 25px 0;
  border-left: solid 10px #0057ab;
  padding-left: 10px;
  color: #000;
  font-size: 153.84615%;
  line-height: 1.2;
  font-weight: bold;
}
/* line 141, ../sass/_styles_news.scss */
.s_newsSingle h3 {
  margin: 10px 0;
  color: #000;
  font-size: 107.69231%;
  font-weight: bold;
}
/* line 147, ../sass/_styles_news.scss */
.s_newsSingle em {
  font-style: italic;
  font-weight: normal;
}
/* line 148, ../sass/_styles_news.scss */
.s_newsSingle .img_list span,
.s_newsSingle .img_l span,
.s_newsSingle .img_r span,
.s_newsSingle .img_w span {
  display: block;
  margin-top: .5em;
  font-size: 84.61538%;
}
/* line 156, ../sass/_styles_news.scss */
.s_newsSingle .img_l {
  float: left;
  max-width: 330px;
  margin: 0 30px 20px 0 !important;
  text-align: left;
}
/* line 162, ../sass/_styles_news.scss */
.s_newsSingle .img_r {
  float: right;
  max-width: 330px;
  margin: 0 0 20px 30px !important;
  text-align: left;
}
/* line 168, ../sass/_styles_news.scss */
.s_newsSingle .img_w {
  position: relative;
  margin: 0 -10px 20px -10px !important;
  text-align: center;
}
@media screen and (max-width: 960px) {
  /* line 173, ../sass/_styles_news.scss */
  .s_newsSingle .img_w img {
    width: 100%;
    height: auto;
  }
}
/* line 179, ../sass/_styles_news.scss */
.s_newsSingle .img_list {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  margin: 0 -50px 0 -10px;
}
/* line 266, ../sass/_styles_common.scss */
.s_newsSingle .img_list li {
  float: left;
  width: 420px;
  margin: 0 40px 20px 0;
}
/* line 183, ../sass/_styles_news.scss */
.s_newsSingle .button {
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
}
/* line 187, ../sass/_styles_news.scss */
.s_newsSingle .button a {
  background: url(../img/common/ico_arrow_wht_r.png) 20px center no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #13294c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
  display: block;
  padding: 15px 80px;
  font-size: 138.46154%;
}
/* line 217, ../sass/_styles_common.scss */
.s_newsSingle .button a:hover {
  background-color: #162740;
}
@media screen and (max-width: 480px) {
  /* line 187, ../sass/_styles_news.scss */
  .s_newsSingle .button a {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* line 187, ../sass/_styles_news.scss */
  .s_newsSingle .button a {
    padding: 20px 60px;
    font-size: 100%;
  }
}
/* line 191, ../sass/_styles_news.scss */
.s_newsSingle .button_list {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  margin: 0 -50px 0 -10px;
}
/* line 266, ../sass/_styles_common.scss */
.s_newsSingle .button_list li {
  float: left;
  width: 420px;
  margin: 0 40px 20px 0;
}
/* line 193, ../sass/_styles_news.scss */
.s_newsSingle .button_list a {
  background: url(../img/common/ico_arrow_wht_r.png) 20px center no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #13294c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
  display: block;
  padding: 15px 80px;
  font-size: 138.46154%;
}
/* line 217, ../sass/_styles_common.scss */
.s_newsSingle .button_list a:hover {
  background-color: #162740;
}
@media screen and (max-width: 480px) {
  /* line 193, ../sass/_styles_news.scss */
  .s_newsSingle .button_list a {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* line 193, ../sass/_styles_news.scss */
  .s_newsSingle .button_list a {
    padding: 20px 60px;
    font-size: 100%;
  }
}
/* line 198, ../sass/_styles_news.scss */
.s_newsSingle .head {
  padding: 2px 40px;
  background: #111111;
  color: #fff;
  line-height: 1.2;
}
/* line 203, ../sass/_styles_news.scss */
.s_newsSingle .head .date,
.s_newsSingle .head .category {
  display: inline;
}
/* line 209, ../sass/_styles_news.scss */
.s_newsSingle .lead {
  margin-bottom: 40px;
}
/* line 211, ../sass/_styles_news.scss */
.s_newsSingle .lead .title {
  background: #111111;
  color: #fff;
  margin: 0;
  padding: 10px 40px;
  border: none;
  border-top: solid 2px #323232;
  font-size: 215.38462%;
  line-height: 1.3;
  font-weight: bold;
}
/* line 222, ../sass/_styles_news.scss */
.s_newsSingle .lead .visual {
  background: url(../img/common/bg_visual.png) left center repeat;
  text-align: center;
}
/* line 225, ../sass/_styles_news.scss */
.s_newsSingle .lead .visual img {
  width: 100%;
  max-width: 960px;
  height: auto;
}
/* line 231, ../sass/_styles_news.scss */
.s_newsSingle .lead .summary {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 15px;
  font-size: 107.69231%;
}
@media screen and (max-width: 480px) {
  /* line 231, ../sass/_styles_news.scss */
  .s_newsSingle .lead .summary {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 238, ../sass/_styles_news.scss */
.s_newsSingle .section {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 40px;
  padding: 0 10px;
}
/* line 242, ../sass/_styles_news.scss */
.s_newsSingle .section p {
  margin-bottom: 1em;
}
/* line 246, ../sass/_styles_news.scss */
.s_newsSingle .section a:link, .s_newsSingle .section a:visited {
  text-decoration: underline;
}
/* line 250, ../sass/_styles_news.scss */
.s_newsSingle .section a:hover, .s_newsSingle .section a:active {
  text-decoration: none;
}
/* line 257, ../sass/_styles_news.scss */
.s_newsSingle .column {
  overflow: hidden;
  *zoom: 1;
  padding: 25px;
  background: #ebebeb;
}
/* line 263, ../sass/_styles_news.scss */
.s_newsSingle .body {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 960px;
}
@media screen and (max-width: 480px) {
  /* line 263, ../sass/_styles_news.scss */
  .s_newsSingle .body {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* line 271, ../sass/_styles_news.scss */
.data_table_wrapper {
  position: relative;
  margin: 0 -10px;
}
/* line 274, ../sass/_styles_news.scss */
.data_table_wrapper table {
  width: 100%;
}
/* line 276, ../sass/_styles_news.scss */
.data_table_wrapper table th,
.data_table_wrapper table td {
  padding: 6px 15px;
  border-bottom: solid 2px #fff;
  color: #333;
}
/* line 282, ../sass/_styles_news.scss */
.data_table_wrapper table th {
  width: 15%;
  background: #e5ecf3;
}
/* line 286, ../sass/_styles_news.scss */
.data_table_wrapper table td {
  background: #f2f2f2;
}

/* line 292, ../sass/_styles_news.scss */
.blank_link {
  padding: 5px 30px 5px 0;
  background: url(../img/common/ico_blank.png) right center no-repeat;
}

/* line 297, ../sass/_styles_news.scss */
.pdf_link {
  padding: 5px 25px 5px 0;
  background: url(../img/common/ico_pdf.png) right center no-repeat;
}

/* ============================================================

	style info : regular

============================================================ */
/* line 11, ../sass/_styles_regular.scss */
.regular #contents .ui-inner.regularPage {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 960px;
}
/* line 18, ../sass/_styles_regular.scss */
.regular #contents h4 {
  margin-bottom: 25px;
  border-left: solid 10px #0057ab;
  padding-left: 10px;
  color: #000;
  font-size: 153.84615%;
  line-height: 1.2;
  font-weight: bold;
}
/* line 27, ../sass/_styles_regular.scss */
.regular #contents .section {
  margin-bottom: 40px;
}
/* line 29, ../sass/_styles_regular.scss */
.regular #contents .section h5 {
  margin-bottom: 10px;
  color: #000;
  font-size: 107.69231%;
  font-weight: bold;
}
/* line 35, ../sass/_styles_regular.scss */
.regular #contents .section p,
.regular #contents .section ul,
.regular #contents .section ol {
  margin-bottom: 13px;
}
/* line 38, ../sass/_styles_regular.scss */
.regular #contents .section ul {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 42, ../sass/_styles_regular.scss */
.regular #contents .section ol {
  list-style-type: decimal;
  list-style-position: inside;
}
/* line 46, ../sass/_styles_regular.scss */
.regular #contents .section ul.img_list {
  list-style: none;
}
/* line 49, ../sass/_styles_regular.scss */
.regular #contents .section a {
  text-decoration: underline;
}
/* line 51, ../sass/_styles_regular.scss */
.regular #contents .section a:hover {
  text-decoration: none;
}
/* line 55, ../sass/_styles_regular.scss */
.regular #contents .section .ui-button {
  text-decoration: none !important;
}
/* line 58, ../sass/_styles_regular.scss */
.regular #contents .section table {
  width: 100%;
}
/* line 60, ../sass/_styles_regular.scss */
.regular #contents .section table th,
.regular #contents .section table td {
  padding: 6px 15px;
  border-bottom: solid 2px #fff;
  color: #333;
}
/* line 66, ../sass/_styles_regular.scss */
.regular #contents .section table th {
  width: 25%;
  background: #e5ecf3;
}
/* line 70, ../sass/_styles_regular.scss */
.regular #contents .section table td {
  background: #f2f2f2;
}
/* line 72, ../sass/_styles_regular.scss */
.regular #contents .section table td span {
  display: inline-block;
  width: 120px;
}
/* line 78, ../sass/_styles_regular.scss */
.regular #contents .section .column-wht {
  padding: 20px;
  border: 2px solid #162740;
  border-radius: 5px;
}
/* line 83, ../sass/_styles_regular.scss */
.regular #contents .section .column-gry {
  padding: 25px;
  background: #ebebeb;
}
/* line 86, ../sass/_styles_regular.scss */
.regular #contents .section .column-gry .title {
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
}
/* line 91, ../sass/_styles_regular.scss */
.regular #contents .section .column-gry .flt-l {
  margin-right: 5%;
  width: 35%;
}
/* line 94, ../sass/_styles_regular.scss */
.regular #contents .section .column-gry .flt-l img {
  width: 100%;
}
/* line 98, ../sass/_styles_regular.scss */
.regular #contents .section .column-gry .flt-r {
  width: 60%;
}

@media screen and (max-width: 480px) {
  /* ============================================================
  
  	style info : sp-common
  
  ============================================================ */
  /* -----------------------------------
  	basic
  ----------------------------------- */
  /* line 15, ../sass/_styles_sp_common.scss */
  body {
    /* max-width: 320px; */
    min-width: 320px;
    /* font-size: $sp-base-font-size + px; */
  }

  /* -----------------------------------
  	parts
  ----------------------------------- */
  /* line 26, ../sass/_styles_sp_common.scss */
  .ui-inner {
    padding: 0 15px;
  }

  /* line 30, ../sass/_styles_sp_common.scss */
  .ui-button {
    display: block;
    font-size: 100%;
  }

  /* -----------------------------------
  	#header
  ----------------------------------- */
  /* line 39, ../sass/_styles_sp_common.scss */
  #wrapper {
    overflow: hidden;
  }

  /* line 44, ../sass/_styles_sp_common.scss */
  #header .ui-inner {
    padding: 15px 0 0 0;
  }
  /* line 47, ../sass/_styles_sp_common.scss */
  #header .hd_c01 {
    margin: 2px 0 0 10px;
    padding: 22px 5px ;
    width: 9%;
    height: 11px;
    background-position: center top;
    background-size: auto 19px;
  }
  /* line 54, ../sass/_styles_sp_common.scss */
  #header .hd_c01 img {
    width: 20px;
    height: 6px;
  }
  /* line 59, ../sass/_styles_sp_common.scss */
  #header .hd_c02 {
    margin: 0 auto 10px auto;
    width: 100%;
  }
  /* line 62, ../sass/_styles_sp_common.scss */
  #header .hd_c02 p {
    display: none;
  }
  /* line 64, ../sass/_styles_sp_common.scss */
  #header .hd_c02 h1 img {
    width: 227px;
  }
  /* line 69, ../sass/_styles_sp_common.scss */
  #header .hd_c03 {
    position: relative;
    border-top: 3px solid #0057ab;
    width: 100%;
  }
  /* line 73, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message {
    margin-top: 0;
    text-align: center;
  }
  /* line 77, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message .count_catch,
  #header .hd_c03 .count_message .count_open {
    background: none;
    text-indent: 0;
    white-space: normal;
    display: inline;
    width: auto;
    height: auto;
    background: none !important;
    height: auto !important;
  }
  /* line 83, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message .count_catch,
  #header .hd_c03 .count_message .count_date,
  #header .hd_c03 .count_message .count_open {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    font-size: 100%;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
  }
  /* line 96, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message .count_date:after {
    content: '日';
  }
  /* line 99, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message .count_open {
    display: none;
  }
  /* line 103, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message.en .count_date:after {
    content: 'days';
  }
  /* line 107, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message.open {
    margin-top: 0;
  }
  /* line 109, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message.open .count_catch,
  #header .hd_c03 .count_message.open .count_date {
    display: none;
  }
  /* line 113, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .count_message.open .count_open {
    display: inline-block;
  }
  /* line 119, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .lang {
    display: inline-block;
    padding: 6px 5px 6px 2px;
  }
  /* line 122, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .lang span {
    padding-right: 3px;
  }
  /* line 125, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .lang img {
    width: 11px;
    height: 8px;
  }
  /* line 130, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .s_langSelect {
    top: 21px;
  }
  /* line 133, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .s_langSelect li a {
    padding: 6px 6px 6px 18px;
    height: 20px;
  }
  /* line 136, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .s_langSelect li a img {
    width: auto;
    height: 8px;
  }
  /* line 141, ../sass/_styles_sp_common.scss */
  #header .hd_c03 .s_langSelect li .active,
  #header .hd_c03 .s_langSelect li a:hover {
    background-position: left 5px center;
    background-size: 7px 6px;
  }
  /* line 150, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_head {
    margin: 0 10px;
    padding: 15px 0;
  }
  /* line 153, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_head .btn_close {
    margin-top: 4px;
    margin-left: 0;
    width: 13px;
    height: 17px;
    background: none;
  }
  /* line 159, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_head .btn_close img {
    width: 15px;
    height: auto;
  }
  /* line 164, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_head .title {
    font-size: 100%;
  }
  /* line 169, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_tool {
    margin: 0 15px;
  }
  /* line 171, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_tool .ui-inner {
    border-bottom: 0;
  }
  /* line 174, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_tool #hd_searchTrg {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/common/header_btn_lupe.jpg) no-repeat;
    background-size: 35px 35px;
  }
  /* line 183, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_tool ul li a {
    width: 35px;
    height: 35px;
  }
  /* line 186, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_tool ul li a img {
    width: 35px;
    height: 35px;
  }
  /* line 193, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_tool #hd_searchMain {
    display: none;
    width: 99%;
    margin-top: 15px;
  }
  /* line 199, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_mainList {
    margin: 12px 15px 0 15px;
  }
  /* line 201, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_mainList ul {
    margin: 0 0 12px 0;
  }
  /* line 204, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_mainList ul li a {
    font-size: 108%;
  }
  /* line 210, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_subList {
    margin: 12px 15px;
  }
  /* line 213, ../sass/_styles_sp_common.scss */
  #header .s_hdmenu .hd_subList li a {
    padding: 0 7px;
    font-size: 69%;
  }

  /* -----------------------------------
  	#contents
  ----------------------------------- */
  /* line 227, ../sass/_styles_sp_common.scss */
  #contents .alert {
    font-size: 69%;
  }
  /* line 230, ../sass/_styles_sp_common.scss */
  #contents .programAnnounce {
    font-size: 50%;
  }
  /* line 233, ../sass/_styles_sp_common.scss */
  #contents .page_header {
    display: none;
  }
  /* line 235, ../sass/_styles_sp_common.scss */
  #contents .page_header .ui-inner {
    padding: 1px 10px;
  }
  /* line 238, ../sass/_styles_sp_common.scss */
  #contents .page_header .breadcrumbs {
    display: none;
  }
  /* line 239, ../sass/_styles_sp_common.scss */
  #contents .page_header .share_button {
    width: 100%;
  }
  /* line 241, ../sass/_styles_sp_common.scss */
  #contents .page_header .share_button .label {
    margin-right: 45px;
    line-height: 35px;
  }
  /* line 244, ../sass/_styles_sp_common.scss */
  #contents .page_header .share_button .label img {
    padding: 15px 0 0 0;
    width: 133px;
  }
  /* line 246, ../sass/_styles_sp_common.scss */
  #contents .page_header .share_button .share {
    margin-bottom: 3px;
  }
  /* line 248, ../sass/_styles_sp_common.scss */
  #contents .page_header .share_button .share img {
    width: 35px;
    height: 35px;
  }
  /* line 252, ../sass/_styles_sp_common.scss */
  #contents h2.page_title {
    padding: 10px 0;
    border-bottom: none !important;
    line-height: 0;
  }
  /* line 256, ../sass/_styles_sp_common.scss */
  #contents h2.page_title img {
    width: auto;
    height: 20px;
  }
  /* line 261, ../sass/_styles_sp_common.scss */
  #contents .js-acd {
    margin-bottom: 0;
  }
  /* line 263, ../sass/_styles_sp_common.scss */
  #contents .js-acd h3 {
    padding: 19px 50px 19px 15px;
  }
  /* line 265, ../sass/_styles_sp_common.scss */
  #contents .js-acd h3 span,
  #contents .js-acd h3 strong {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 269, ../sass/_styles_sp_common.scss */
  #contents .js-acd h3:after {
    right: 15px;
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-top: -9px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  /* line 278, ../sass/_styles_sp_common.scss */
  #contents .js-acd .show,
  #contents .js-acd .show:hover {
    color: #fff;
    background-color: #162740;
  }
  /* line 283, ../sass/_styles_sp_common.scss */
  #contents .js-acd .hide,
  #contents .js-acd .hide:hover {
    color: #162740;
    background-color: #ebebeb;
  }
  /* line 287, ../sass/_styles_sp_common.scss */
  #contents .js-acd .hide:after,
  #contents .js-acd .hide:hover:after {
    background-image: url(../img/common/ico_jsacd_hide.png);
  }
  /* line 291, ../sass/_styles_sp_common.scss */
  #contents .js-acd .ui-inner {
    padding: 30px 10px;
  }

  /* -----------------------------------
  	#footer
  ----------------------------------- */
  /* line 302, ../sass/_styles_sp_common.scss */
  #footer .ui-inner {
    margin-top: 0;
  }
  /* line 305, ../sass/_styles_sp_common.scss */
  #footer #pagetop {
    padding: 8px 15px;
    right: 0;
    bottom: 123px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #000;
  }
  /* line 312, ../sass/_styles_sp_common.scss */
  #footer #pagetop .pc {
    display: none;
  }
  /* line 313, ../sass/_styles_sp_common.scss */
  #footer #pagetop .sp {
    display: block;
    width: 43px;
  }
  /* line 315, ../sass/_styles_sp_common.scss */
  #footer #s_ftNavBtn {
    margin-bottom: 5px;
    padding: 5px 0 0 0;
  }
  /* line 318, ../sass/_styles_sp_common.scss */
  #footer #s_ftNavBtn li {
    padding: 33px 0 15px 0;
    border-left: 1px solid #353535;
  }
  /* line 321, ../sass/_styles_sp_common.scss */
  #footer #s_ftNavBtn li a {
    display: block;
  }
  /* line 323, ../sass/_styles_sp_common.scss */
  #footer #s_ftNavBtn li a .module {
    display: none;
  }
  /* line 324, ../sass/_styles_sp_common.scss */
  #footer #s_ftNavBtn li a .label {
    height: 10px;
  }
  /* line 329, ../sass/_styles_sp_common.scss */
  #footer #s_ftNavBtn .follow,
  #footer #s_ftNavBtn .news,
  #footer #s_ftNavBtn .schedule {
    text-align: center;
  }
  /* line 332, ../sass/_styles_sp_common.scss */
  #footer #s_ftNavBtn .follow {
    border-left: none;
  }
  /* line 334, ../sass/_styles_sp_common.scss */
  #footer address {
    font-size: 50%;
  }

  /* line 340, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow {
    bottom: 113px;
  }
  /* line 346, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow .btn_close {
    margin-bottom: -11px;
  }
  /* line 350, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow {
    width: 100%;
    text-align: right;
  }
  /* line 353, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow .btn_close {
    margin: 0 0 0 auto;
  }
  /* line 355, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow .btn_close img {
    position: relative;
    left: -5px;
    top: 6px;
    width: 14px;
  }
  /* line 362, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow ul {
    text-align: left;
  }
  /* line 364, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow ul li {
    margin: 0 10px;
  }
  /* line 366, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow ul li a {
    display: block;
    padding: 20px 10px;
    border-bottom-width: 1px;
    line-height: 0;
  }
  /* line 371, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_follow ul li a img {
    height: 15px;
    width: auto;
  }
  /* line 379, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news {
    padding: 0 15px;
  }
  /* line 381, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news .ft_head {
    padding: 15px 0;
  }
  /* line 383, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news .ft_head .btn_close {
    top: 25px;
    left: 10px;
    width: 15px;
    height: 20px;
    background: none;
  }
  /* line 391, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news .ft_head .btn_close img {
    width: 100%;
    height: auto;
  }
  /* line 396, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news .ft_head .title {
    font-size: 131%;
  }
  /* line 402, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news ul li a {
    padding: 15px 10px;
  }
  /* line 405, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news ul li .img {
    margin-right: -70px;
    padding: 0 10px 0 0;
    width: 70px;
  }
  /* line 409, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news ul li .img img {
    width: 60px;
    height: auto;
  }
  /* line 414, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news ul li .text {
    width: 100%;
  }
  /* line 416, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news ul li .text span {
    display: block;
  }
  /* line 419, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news ul li .text .date {
    margin: 0 0 8px 70px;
  }
  /* line 422, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_news ul li .text .main {
    margin: 0 0 0 70px;
    font-weight: bold;
  }
  /* line 430, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule {
    padding: 0 15px;
  }
  /* line 432, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .ft_head {
    padding: 15px 0;
  }
  /* line 434, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .ft_head .btn_close {
    top: 25px;
    left: 10px;
    width: 15px;
    height: 20px;
    background: none;
  }
  /* line 442, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .ft_head .btn_close img {
    width: 100%;
    height: auto;
  }
  /* line 447, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .ft_head .title {
    font-size: 131%;
    line-height: 36px;
  }
  /* line 452, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .ft_head .btn_more {
    top: 15px;
  }
  /* line 454, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .ft_head .btn_more a {
    padding: 5px 8px;
    font-size: 100%;
  }
  /* line 458, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .ft_head .btn_more span {
    display: none;
  }
  /* line 464, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date {
    position: relative;
  }
  /* line 466, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle {
    border-bottom: 1px solid #fff;
    font-size: 125%;
    line-height: 45px;
  }
  /* line 470, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle .prev,
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitle .next {
    width: 28% !important;
  }
  /* line 475, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .dateTitleBtm {
    display: block;
  }
  /* line 478, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab {
    border-top: 0;
    border-bottom: 1px solid #fff;
  }
  /* line 481, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab li,
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab .ikebukuro,
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab .nishisugamo,
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab .asakusa {
    margin: 0;
    padding: 15px 0;
    width: 33.33%;
    font-size: 125%;
  }
  /* line 490, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab .show {
    color: #000;
    background-color: #fff;
  }
  /* line 495, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .ft_schedule_tab li span {
    display: none;
  }
  /* line 500, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body.ikebukuro .tabMain.ikebukuro {
    display: block;
  }
  /* line 503, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body.nishisugamo .tabMain.nishisugamo {
    display: block;
  }
  /* line 506, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule-body.asakusa .tabMain.asakusa {
    display: block;
  }
  /* line 509, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list {
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 0;
    height: auto;
    background: none;
  }
  /* line 517, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a:hover {
    background: transparent;
  }
  /* line 519, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a:hover .time,
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a:hover .title,
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list li a:hover .place {
    color: #fff;
  }
  /* line 526, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .timeGraph {
    display: none;
  }
  /* line 529, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain {
    width: 100%;
    top: 0;
    left: 0;
    border-top: 0px;
    border-bottom: 1px solid #fff;
    font-size: 117%;
    display: none;
  }
  /* line 538, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .time {
    float: left;
    display: block;
    width: 70px;
    color: #fff;
    font-size: 96%;
    font-weight: bold;
  }
  /* line 546, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .list-inner {
    float: left;
    display: block;
    width: 220px;
  }
  /* line 550, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .list-inner .title {
    font-size: 100%;
    line-height: 1.4;
  }
  /* line 554, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .tabMain .list-inner .place {
    font-size: 83%;
  }
  /* line 559, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .blank {
    display: none;
    background: none;
  }
  /* line 562, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .blank p {
    margin: 50px 40px;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  /* line 570, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .no_schedule {
    width: auto;
    padding: 55px 0;
    border-top: none;
    font-size: 117%;
  }
  /* line 576, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .hide {
    display: none;
  }
  /* line 577, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule #ft_schedule_main .ft_schedule_date .schedule_list .show {
    display: block;
  }
  /* line 582, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .ft_caption span {
    margin-left: 50px;
    display: block;
  }
  /* line 589, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .owl-controls .owl-buttons div {
    line-height: 45px;
    font-weight: normal;
  }
  /* line 593, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .owl-controls .owl-buttons .owl-prev {
    left: 10%;
  }
  /* line 594, ../sass/_styles_sp_common.scss */
  #s_ftNavList .s_schedule .owl-controls .owl-buttons .owl-next {
    left: 90%;
  }
}
@media screen and (max-width: 480px) {
  /* ============================================================
  
  	style info : sp-top
  
  ============================================================ */
  /* line 13, ../sass/_styles_sp_top.scss */
  #top #contents h2 a {
    padding: 8px 0;
    font-size: 108%;
  }
  /* line 18, ../sass/_styles_sp_top.scss */
  #top #contents .top-post li {
    font-size: 77%;
  }
  /* line 20, ../sass/_styles_sp_top.scss */
  #top #contents .top-post li .img {
    overflow: hidden;
  }
  /* line 27, ../sass/_styles_sp_top.scss */
  #top #contents .top-post li .article {
    bottom: 0;
  }
  /* line 29, ../sass/_styles_sp_top.scss */
  #top #contents .top-post li .article p,
  #top #contents .top-post li .article h3 {
    margin-bottom: 1px;
    text-align: left;
  }
  /* line 33, ../sass/_styles_sp_top.scss */
  #top #contents .top-post li .article p span,
  #top #contents .top-post li .article h3 span {
    display: block;
    padding: 2px 10px;
    width: 100%;
  }
  /* line 39, ../sass/_styles_sp_top.scss */
  #top #contents .top-post li .article h3:last-child,
  #top #contents .top-post li .article p:last-child {
    margin-bottom: 3px;
  }
  /* line 43, ../sass/_styles_sp_top.scss */
  #top #contents .top-post li .article .title {
    font-size: 140%;
  }
  /* line 45, ../sass/_styles_sp_top.scss */
  #top #contents .top-post li .article .title span {
    width: 100%;
    line-height: 1.4;
  }
  /* line 56, ../sass/_styles_sp_top.scss */
  #top #contents .program #film_roll .film_roll_wrapper li {
    width: 100%;
  }
  /* line 59, ../sass/_styles_sp_top.scss */
  #top #contents .program #film_roll .film_roll_wrapper .film_roll_prev,
  #top #contents .program #film_roll .film_roll_wrapper .film_roll_next {
    padding: 15px 0;
    width: 8%;
    height: 30px;
    top: 40%;
    background-color: #162740;
    background-size: auto 24px;
  }
  /* line 68, ../sass/_styles_sp_top.scss */
  #top #contents .program #film_roll .film_roll_wrapper .film_roll_prev:hover,
  #top #contents .program #film_roll .film_roll_wrapper .film_roll_next:hover {
    background-color: #0057ab;
  }
  /* line 73, ../sass/_styles_sp_top.scss */
  #top #contents .program #film_roll .film_roll_wrapper .article p, #top #contents .program #film_roll .film_roll_wrapper .article h3 {
    text-align: center;
  }
  /* line 75, ../sass/_styles_sp_top.scss */
  #top #contents .program #film_roll .film_roll_wrapper .article .title span {
    padding: 2px 7%;
  }
  /* line 82, ../sass/_styles_sp_top.scss */
  #top #contents .pickup .title {
    width: 100%;
  }
  /* line 86, ../sass/_styles_sp_top.scss */
  #top #contents .banner .ui-inner {
    padding: 17px 0 10px;
  }
  /* line 88, ../sass/_styles_sp_top.scss */
  #top #contents .banner .ui-inner p {
    float: none;
    margin: 0 auto 7px auto;
    /* width: 248px; */
  }
  /* line 92, ../sass/_styles_sp_top.scss */
  #top #contents .banner .ui-inner p img {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #program .s_search .selector .category .liquid-wrap {
    border-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* ============================================================
  
  	style info : sp-program
  
  ============================================================ */
  /* line 12, ../sass/_styles_sp_program.scss */
  #program #sp_search_head {
    display: block;
    padding: 15px 10px;
    height: 43px;
    background-color: #162740;
  }
  /* line 17, ../sass/_styles_sp_program.scss */
  #program #sp_search_head img {
    height: 13px;
  }
  /* line 21, ../sass/_styles_sp_program.scss */
  #program #sp_search_head.show {
    background: url(../img/common/ico_jsacd_show.png) no-repeat #162740;
    background-size:18px;
    background-position: right 10px center ;
    background-repeat: no-repeat; 
  }
  /* line 26, ../sass/_styles_sp_program.scss */
  #program #sp_search_head.hide {
    color: #162740;
    background: url(../img/common/ico_jsacd_hide.png) no-repeat #ebebeb;
    background-size:18px;
    background-position: right 10px center;
    background-repeat: no-repeat; 
  }
  /* line 32, ../sass/_styles_sp_program.scss */
  #program #sp_search_head.hide:hover {
    color: #fff;
  }
  /* line 34, ../sass/_styles_sp_program.scss */
  #program .s_search {
    position: relative;
  }
  /* line 36, ../sass/_styles_sp_program.scss */
  #program .s_search #sp_search_head:hover {
    background-color: #0057ab;
  }
  /* line 40, ../sass/_styles_sp_program.scss */
  #program .s_search .search_head h3 {
    height: 12px;
  }
  /* line 42, ../sass/_styles_sp_program.scss */
  #program .s_search .search_head h3 img {
    height: 12px;
    width: auto;
  }
  /* line 48, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .ui-inner {
    padding: 10px 10px 0 10px;
    border-bottom: none;
  }
  #program .s_search .selector .searchReset {
    margin-bottom: 10px;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #000;
  }
  #program .s_search .selector .searchReset {
    font-size: 100%;
  }
  /* line 51, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .category {
    float: none;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 54, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .category .liquid-wrap {
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  /* line 56, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .category .liquid-wrap .search_main {
    margin-top: 9px;
  }
  /* line 61, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .category ul li {
    margin: 0 10px 5px 0;
  }
  /* line 63, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .category ul li a {
    max-width: 170px;
    font-size: 92%;
  }
  /* line 67, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .category ul li .small {
    font-size: 75%;
  }
  /* line 71, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender {
    float: none;
    margin-bottom: 17px;
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }
  /* line 77, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_head {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 81, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_head p {
    margin: 0;
    top: 0;
    left: 45%;
  }
  /* line 83, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main {
    float: none;
    margin: 0 auto;
    max-width: 322px;
    min-width: 322px;
  }
  /* line 89, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li {
    margin-right: -1px;
    width: 40px;
  }
  /* line 92, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li span {
    height: 7px;
    font-size: 113%;
    background-size: 255px 7px;
  }
  /* line 97, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li .mon {
    width: 19px;
    background-position: 0px 0px;
  }
  /* line 98, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li .tue {
    width: 17px;
    background-position: -40px 0px;
  }
  /* line 99, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li .wed {
    width: 19px;
    background-position: -79px 0px;
  }
  /* line 100, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li .thr {
    width: 17px;
    background-position: -119px 0px;
  }
  /* line 101, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li .fri {
    width: 13px;
    background-position: -161px 0px;
  }
  /* line 102, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li .sat {
    width: 17px;
    background-position: -198px 0px;
  }
  /* line 103, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .week li .sun {
    width: 17px;
    background-position: -238px 0px;
  }
  /* line 107, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .date li {
    margin: 2px 4px -4px 0;
  }
  /* line 109, ../sass/_styles_sp_program.scss */
  #program .s_search .selector .calender .search_main .date li a {
    width: 40px;
    height: 40px;
  }
  #program .s_search .keyword {
    position: relative;
    margin: 20px 10px 0 10px;
    padding: 10px 0;
    border-top: 1px solid #000;
    width: auto;
    top: 0;
    left: 0;
  }
  /* line 119, ../sass/_styles_sp_program.scss */
  #program .s_search .keyword .ui-inner {
    margin: 0;
    padding: 0;
  }
  #program .s_search .keyword .search_main {
    margin: 0;
  }
  /* line 124, ../sass/_styles_sp_program.scss */
  #program .s_search .keyword .search_main form input {
    width: 100%;
    height: 32px;
    font-size: 16px;
  }
  /* line 128, ../sass/_styles_sp_program.scss */
  #program .s_search .keyword .search_main form .text {
    margin: 0;
    width: 80%;
  }
  /* line 131, ../sass/_styles_sp_program.scss */
  #program .s_search .keyword .search_main form .submit {
    margin-left: 5%;
    width: 15%;
    min-width: 1px;
    background-size: 15px 20px;
  }
  #program .searchResult {
    margin: 20px 10px 10px 10px;
    font-size: 84.6%;
  }
  #program .pastEvents {
    margin: 0;
    padding: 13px 10px;
    font-size: 112%;
    line-height: 1.0;
    text-align: center;
  }
  /* line 141, ../sass/_styles_sp_program.scss */
  #program .s_artList {
    margin-top: 0;
    border-top: 20px solid #162740;
  }
  /* line 144, ../sass/_styles_sp_program.scss */
  #program .s_artList .ui-inner {
    padding: 0;
  }
  /* line 147, ../sass/_styles_sp_program.scss */
  #program .s_artList .s_artList_wrap {
    float: none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
  }
  /* line 153, ../sass/_styles_sp_program.scss */
  #program .s_artList .s_artList_wrap .article p {
    font-size: 92%;
  }
  /* line 154, ../sass/_styles_sp_program.scss */
  #program .s_artList .s_artList_wrap .article .title {
    margin-bottom: 8px;
    font-size: 125%;
  }

  /* ============================================================
  
  	style info : sp-programSingle
  
  ============================================================ */
  /* line 168, ../sass/_styles_sp_program.scss */
  #program.single .programAnnounce {
    font-size: 50%;
  }
  /* line 171, ../sass/_styles_sp_program.scss */
  #program.single .page_header {
    display: block;
  }
  /* line 174, ../sass/_styles_sp_program.scss */
  #program.single h2.title {
    padding: 5px 10px;
  }
  /* line 174, ../sass/_styles_sp_program.scss */
  #program.single h2.title span {
    font-size: 125%;
  }
  /* line 175, ../sass/_styles_sp_program.scss */
  #program.single .author {
    padding: 8px 0;
    font-size: 100%;
  }
  /* line 180, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner {
    padding: 8px 10px 25px 10px;
  }
  /* line 182, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .flt-l {
    width: 100%;
  }
  /* line 183, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .flt-r {
    width: 100%;
  }
  /* line 184, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .col_info {
    font-size: 108%;
  }
  /* line 186, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .col_info .label {
    margin-right: 0;
    width: 100%;
  }
  /* line 190, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .col_info .text {
    padding: 5px 8px;
    width: 100%;
    line-height: 1.4;
  }
  /* line 197, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .flt-r .text {
    padding: 0;
  }
  /* line 200, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .flt-r .text table tr {
    border-bottom: 2px solid #fff;
  }
  /* line 202, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .flt-r .text table tr th,
  #program.single .info .ui-inner .flt-r .text table tr td {
    padding: 2px 10px;
  }
  /* line 206, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .flt-r .text table tr th {
    width: 40%;
  }
  /* line 207, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .flt-r .text table tr td {
    width: 60%;
  }
  /* line 212, ../sass/_styles_sp_program.scss */
  #program.single .info .ui-inner .info_catch {
    margin-top: 17px;
  }
  /* line 218, ../sass/_styles_sp_program.scss */
  #program.single .about h3 {
    padding: 10px 15px;
    font-size: 133%;
  }
  /* line 221, ../sass/_styles_sp_program.scss */
  #program.single .about h3 span
  #program.single .about h3 strong {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 226, ../sass/_styles_sp_program.scss */
  #program.single .about .ui-inner {
    padding: 0 10px 30px 10px;
  }
  /* line 230, ../sass/_styles_sp_program.scss */
  #program.single .about .article h4 {
    margin-top: 28px;
    font-size: 115%;
  }
  /* line 234, ../sass/_styles_sp_program.scss */
  #program.single .about .article p {
    margin-top: 7px;
    font-size: 108%;
  }
  /* line 238, ../sass/_styles_sp_program.scss */
  #program.single .about .article .bold {
    margin-top: 20px;
  }
  /* line 244, ../sass/_styles_sp_program.scss */
  #program.single .gallery #movie_slider {
    margin-bottom: 20px;
  }
  /* line 247, ../sass/_styles_sp_program.scss */
  #program.single .gallery #movie_slider .owl-wrapper-outer .owl-item {
    padding: 0 4px;
    width: 100%;
  }
  /* line 250, ../sass/_styles_sp_program.scss */
  #program.single .gallery #movie_slider .owl-wrapper-outer .owl-item iframe {
    width: 100%;
    height: 180px;
  }
  /* line 256, ../sass/_styles_sp_program.scss */
  #program.single .gallery #pict_slider .owl-wrapper-outer .owl-item {
    padding: 0 4px;
    width: 50%;
  }
  /* line 264, ../sass/_styles_sp_program.scss */
  #program.single .artist .ui-inner {
    padding: 30px 10px;
  }
  /* line 268, ../sass/_styles_sp_program.scss */
  #program.single .artist .cf .photo {
    margin: 0 0 20px 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  /* line 273, ../sass/_styles_sp_program.scss */
  #program.single .artist .cf .photo img {
    width: 50%;
  }
  /* line 277, ../sass/_styles_sp_program.scss */
  #program.single .artist .cf .context {
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 280, ../sass/_styles_sp_program.scss */
  #program.single .artist .cf .context .liquid-wrap {
    margin-left: 0;
  }
  /* line 282, ../sass/_styles_sp_program.scss */
  #program.single .artist .cf .context .liquid-wrap h4 {
    font-size: 115%;
  }
  /* line 285, ../sass/_styles_sp_program.scss */
  #program.single .artist .cf .context .liquid-wrap .share {
    display: none;
  }
  /* line 293, ../sass/_styles_sp_program.scss */
  #program.single .cast .ui-inner {
    padding: 30px 10px;
  }
  /* line 296, ../sass/_styles_sp_program.scss */
  #program.single .cast th {
    width: 30%;
  }
  /* line 301, ../sass/_styles_sp_program.scss */
  #program.single .headline .ui-inner {
    padding: 30px 10px;
  }
  /* line 304, ../sass/_styles_sp_program.scss */
  #program.single .headline .cf {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 308, ../sass/_styles_sp_program.scss */
  #program.single .headline .cf .date {
    margin-right: 0;
    width: 100%;
  }
  /* line 312, ../sass/_styles_sp_program.scss */
  #program.single .headline .cf .text {
    width: 100%;
  }
  /* line 314, ../sass/_styles_sp_program.scss */
  #program.single .headline .cf .text a {
    margin-left: 0;
  }
  /* line 317, ../sass/_styles_sp_program.scss */
  #program.single .headline .cf:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  /* line 324, ../sass/_styles_sp_program.scss */
  #program.single .map .ui-inner {
    padding: 30px 10px;
  }
  /* line 327, ../sass/_styles_sp_program.scss */
  #program.single .map .flt-l {
    margin-right: 0%;
    margin-bottom: 28px;
    width: 100%;
  }
  /* line 332, ../sass/_styles_sp_program.scss */
  #program.single .map .flt-r {
    width: 100%;
  }
  /* line 334, ../sass/_styles_sp_program.scss */
  #program.single .map .flt-r #mapArea {
    display: none;
  }
  /* line 337, ../sass/_styles_sp_program.scss */
  #program.single .map .flt-r .ui-button {
    display: block;
  }
  /* line 343, ../sass/_styles_sp_program.scss */
  #program.single .ticket h3 {
    padding: 10px 15px;
  }
  /* line 345, ../sass/_styles_sp_program.scss */
  #program.single .ticket h3 span {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 350, ../sass/_styles_sp_program.scss */
  #program.single .ticket .ui-inner {
    padding: 25px 10px 15px 10px;
  }
  /* line 354, ../sass/_styles_sp_program.scss */
  #program.single .ticket ul li {
    margin-bottom: 25px;
    font-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* ============================================================
  
  	style info : sp-news
  
  ============================================================ */
  /* line 12, ../sass/_styles_sp_news.scss */
  #news .s_search {
    border-bottom: 0px;
  }
  /* line 14, ../sass/_styles_sp_news.scss */
  #news .s_search .ui-inner {
    padding: 0;
  }
  /* line 17, ../sass/_styles_sp_news.scss */
  #news .s_search .category {
    margin: 0 20px;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #162740;
  }
  /* line 21, ../sass/_styles_sp_news.scss */
  #news .s_search .category .label {
    display: block;
    float: none;
    margin: 0 -20px 15px -20px;
    padding: 0 10px;
    background: #162740 url(../img/program/sp_search_ttl_category.png) 20px center no-repeat;
    background-size: 64px 10px;
    height: 30px;
    color: #fff;
    line-height: 0;
  }
  /* line 31, ../sass/_styles_sp_news.scss */
  #news .s_search .category .label img {
    display: none;
  }
  /* line 35, ../sass/_styles_sp_news.scss */
  #news .s_search .category .search_main {
    float: none;
    position: relative;
    margin-right: -2%;
  }
  /* line 39, ../sass/_styles_sp_news.scss */
  #news .s_search .category .search_main li {
    float: left;
    display: block;
    width: 48%;
    margin: 0 2% 5px 0;
    font-size: 100%;
  }
  /* line 45, ../sass/_styles_sp_news.scss */
  #news .s_search .category .search_main li a {
    padding: 8px;
    text-align: center;
  }
  /* line 49, ../sass/_styles_sp_news.scss */
  #news .s_search .category .search_main li.current a {
    background: #0057ab;
    color: #fff;
  }
  /* line 58, ../sass/_styles_sp_news.scss */
  #news.single .s_search {
    margin-bottom: 60px;
  }
  /* line 60, ../sass/_styles_sp_news.scss */
  #news.single .s_search .category {
    border-top: none;
  }

  /* line 69, ../sass/_styles_sp_news.scss */
  .s_newsList .category_title {
    margin: 10px 15px;
    text-align: center;
    font-size: 108.33333%;
  }

  /* line 76, ../sass/_styles_sp_news.scss */
  .s_newsList_wrap {
    margin-bottom: 25px;
  }
  /* line 78, ../sass/_styles_sp_news.scss */
  .s_newsList_wrap .head {
    padding: 2px 10px;
    font-size: 83.33333%;
  }
  /* line 82, ../sass/_styles_sp_news.scss */
  .s_newsList_wrap .body {
    margin: 0 15px;
    padding: 0;
  }
  /* line 85, ../sass/_styles_sp_news.scss */
  .s_newsList_wrap .body .title {
    margin-bottom: 5px;
    text-decoration: underline;
    font-size: 116.66667%;
  }
  /* line 91, ../sass/_styles_sp_news.scss */
  .s_newsList_wrap .body .content img {
    width: 100%;
    height: auto;
  }

  	/* ============================================================
  
  		style info : news single
  
  	============================================================ */
  /* line 109, ../sass/_styles_sp_news.scss */
  #news.single .page_header {
    display: block;
  }

  /* line 112, ../sass/_styles_sp_news.scss */
  .s_newsSingle {
    color: #000;
  }
  /* line 114, ../sass/_styles_sp_news.scss */
  .s_newsSingle h2 {
    margin: 0 -15px 25px -15px;
    border-left: none;
    padding: 5px 15px;
    background: #0057ab;
    color: #fff;
    font-size: 108.33333%;
    line-height: 1.4;
  }
  /* line 123, ../sass/_styles_sp_news.scss */
  .s_newsSingle h3 {
    font-size: 108.33333%;
    line-height: 1.5;
  }
  /* line 127, ../sass/_styles_sp_news.scss */
  .s_newsSingle .img_list span,
  .s_newsSingle .img_l span,
  .s_newsSingle .img_r span,
  .s_newsSingle .img_w span {
    font-size: 83.33333%;
    color: #565656;
  }
  /* line 134, ../sass/_styles_sp_news.scss */
  .s_newsSingle .img_l,
  .s_newsSingle .img_r {
    float: none;
    margin: 15px 0 !important;
    text-align: center;
    max-width: 480px;
  }
  /* line 141, ../sass/_styles_sp_news.scss */
  .s_newsSingle .img_w {
    margin: 0 -15px 15px -15px !important;
  }
  /* line 143, ../sass/_styles_sp_news.scss */
  .s_newsSingle .img_w span {
    padding: 0 15px;
  }
  /* line 147, ../sass/_styles_sp_news.scss */
  .s_newsSingle .img_list {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    margin: 0 -50px 0 -10px;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 266, ../sass/_styles_common.scss */
  .s_newsSingle .img_list li {
    float: left;
    width: 420px;
    margin: 0 40px 20px 0;
  }
  /* line 151, ../sass/_styles_sp_news.scss */
  .s_newsSingle .img_list li {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  /* line 158, ../sass/_styles_sp_news.scss */
  .s_newsSingle .img_list img,
  .s_newsSingle .img_l img,
  .s_newsSingle .img_r img,
  .s_newsSingle .img_w img {
    width: 100%;
    height: auto;
  }
  /* line 166, ../sass/_styles_sp_news.scss */
  .s_newsSingle .button {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 170, ../sass/_styles_sp_news.scss */
  .s_newsSingle .button_list {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 173, ../sass/_styles_sp_news.scss */
  .s_newsSingle .button_list li {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  /* line 181, ../sass/_styles_sp_news.scss */
  .s_newsSingle .head {
    padding: 5px 10px;
    font-size: 83.33333%;
  }
  /* line 186, ../sass/_styles_sp_news.scss */
  .s_newsSingle .lead {
    margin-bottom: 20px;
  }
  /* line 188, ../sass/_styles_sp_news.scss */
  .s_newsSingle .lead .title {
    padding: 10px;
    font-size: 116.66667%;
    line-height: 1.4;
  }
  /* line 193, ../sass/_styles_sp_news.scss */
  .s_newsSingle .lead .summary {
    padding: 0 15px;
    font-size: 100%;
  }
  /* line 199, ../sass/_styles_sp_news.scss */
  .s_newsSingle .section {
    overflow: visible;
    margin-bottom: 36px;
    padding: 0 !important;
  }
  /* line 205, ../sass/_styles_sp_news.scss */
  .s_newsSingle .column {
    padding: 20px;
  }
  /* line 209, ../sass/_styles_sp_news.scss */
  .s_newsSingle .body {
    padding: 0 15px;
  }

  /* line 216, ../sass/_styles_sp_news.scss */
  .data_table_wrapper {
    margin: 0;
  }
  /* line 219, ../sass/_styles_sp_news.scss */
  .data_table_wrapper table th,
  .data_table_wrapper table td {
    padding: 6px 10px;
  }
  /* line 223, ../sass/_styles_sp_news.scss */
  .data_table_wrapper table th {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  /* ============================================================
  
  	style info : sp-regular
  
  ============================================================ */
  /* line 13, ../sass/_styles_sp_regular.scss */
  .regular #contents .ui-inner.regularPage {
    margin: 10px auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 480px;
  }
  /* line 19, ../sass/_styles_sp_regular.scss */
  .regular #contents .js-acd {
    border-bottom: 2px solid #fff;
  }
  /* line 22, ../sass/_styles_sp_regular.scss */
  .regular #contents h4 {
    border-left: 0;
    margin: 0 -10px 25px -10px;
    padding: 10px;
    color: #fff;
    background: #0057ab;
    font-size: 108.33333%;
  }
  /* line 31, ../sass/_styles_sp_regular.scss */
  .regular #contents .section h5 {
    font-size: 108.33333%;
  }
  /* line 35, ../sass/_styles_sp_regular.scss */
  .regular #contents .section table th,
  .regular #contents .section table td {
    padding: 6px 10px;
  }
  /* line 39, ../sass/_styles_sp_regular.scss */
  .regular #contents .section table th {
    width: 25%;
  }
  /* line 43, ../sass/_styles_sp_regular.scss */
  .regular #contents .section .column {
    padding: 15px;
  }
  /* line 45, ../sass/_styles_sp_regular.scss */
  .regular #contents .section .column .title {
    margin-bottom: 5px;
  }
  /* line 48, ../sass/_styles_sp_regular.scss */
  .regular #contents .section .column .flt-l {
    margin-right: 0;
    width: 100%;
  }
  /* line 51, ../sass/_styles_sp_regular.scss */
  .regular #contents .section .column .flt-l img {
    margin: 0 15%;
    width: 70%;
  }
  /* line 56, ../sass/_styles_sp_regular.scss */
  .regular #contents .section .column .flt-r {
    width: 100%;
  }

  /* -----------------------------------
  	overwrite
  ----------------------------------- */
  /* line 75, ../sass/_styles_sp_regular.scss */
  #sitepolicy .first .regularPage,
  #privacy .first .regularPage,
  #access .first .regularPage,
  #contact .first .regularPage,
  #press .first .regularPage,
  #newsletter .first .regularPage {
    margin-top: 0 !important;
    padding: 20px 10px 10px 10px;
    border-top: 1px solid #000;
  }
  /* line 80, ../sass/_styles_sp_regular.scss */
  #sitepolicy .first .section,
  #privacy .first .section,
  #access .first .section,
  #contact .first .section,
  #press .first .section,
  #newsletter .first .section {
    margin-bottom: 20px;
  }
}
/* ============================================================

	style info : regular > about

============================================================ */
/* line 11, ../sass/_styles_about.scss */
#about #contents .partner {
  text-align: center;
}
/* line 13, ../sass/_styles_about.scss */
#about #contents .partner img {
  width: 100%;
  max-width: 740px;
}

/* ============================================================

	style info : regular > ticket

============================================================ */
/* line 12, ../sass/_styles_ticket.scss */
#ticket #contents .column-wht .catch {
  width: 100%;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
}
/* line 18, ../sass/_styles_ticket.scss */
#ticket #contents .column-wht .telnumber {
  padding-left: 85px;
  font-size: 250%;
  line-height: 30px;
  font-weight: bold;
  background: url(../img/ticket/ticket_ico_tel.png) no-repeat;
  background-position: left 45px center;
  background-size: 35px 30px;
}
/* line 27, ../sass/_styles_ticket.scss */
#ticket #contents .column-wht .date {
  padding-right: 40px;
  line-height: 35px;
  font-size: 92%;
}
/* line 34, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab ul {
  list-style: none;
}
/* line 37, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabIndex {
  margin-bottom: 0;
}
/* line 39, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabIndex li {
  margin-right: 7px;
  padding: 15px;
  background: #ccc;
  font-weight: bold;
  cursor: pointer;
}
/* line 46, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabIndex li:hover {
  background: #0057ab;
  color: #fff;
}
/* line 50, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabIndex .active {
  background: #162740;
  color: #fff;
}
/* line 56, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain li {
  padding: 30px;
  border: 5px solid #f0f0f0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
}
/* line 62, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain li .title {
  margin-bottom: 20px;
  padding: 7px 0;
  width: 100%;
  font-size: 153.84615%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #162740;
}
/* line 72, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain li .img {
  width: 46%;
}
/* line 74, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain li .img img {
  width: 100%;
}
/* line 76, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain li .signLeft {
  margin-top: 125px;
  width: 8%;
  text-align: center;
}
/* line 80, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain li .signLeft img {
  width: 100%;
  max-width: 33px;
}
/* line 82, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain li .signDown {
  width: 100%;
  text-align: center;
}
/* line 87, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain .tabHide {
  display: none;
}
/* line 89, ../sass/_styles_ticket.scss */
#ticket #contents #ticketTab .tabMain.hide {
  display: none;
}
/* line 92, ../sass/_styles_ticket.scss */
#ticket #contents .ticketPrice img {
  width: 100%;
  max-width: 840px;
}

/* ============================================================

	style info : sp-regular > ticket

============================================================ */
@media screen and (max-width: 480px) {
  /* line 111, ../sass/_styles_ticket.scss */
  #ticket #contents .js-acd.first {
    border-top: 1px solid #162740;
  }
  /* line 113, ../sass/_styles_ticket.scss */
  #ticket #contents .js-acd.first .ui-inner.regularPage {
    padding: 10px;
  }
  /* line 118, ../sass/_styles_ticket.scss */
  #ticket #contents .column-wht .catch {
    font-size: 108.33333%;
  }
  /* line 121, ../sass/_styles_ticket.scss */
  #ticket #contents .column-wht .telnumber {
    margin-left: 12px;
    padding-left: 45px;
    width: 100%;
    background-position: left center;
  }
  /* line 127, ../sass/_styles_ticket.scss */
  #ticket #contents .column-wht .date {
    padding-right: 0;
    width: 100%;
    text-align: center;
    font-size: 80%;
    line-height: 1.4;
  }
  /* line 137, ../sass/_styles_ticket.scss */
  #ticket #contents #ticketTab .tabIndex li {
    margin-right: 5px;
    padding: 10px;
    font-size: 91.66667%;
  }
  /* line 144, ../sass/_styles_ticket.scss */
  #ticket #contents #ticketTab .tabMain li {
    padding: 10px;
    border: 3px solid #f0f0f0;
  }
  /* line 147, ../sass/_styles_ticket.scss */
  #ticket #contents #ticketTab .tabMain li .title {
    padding: 5px 0;
  }
  /* line 150, ../sass/_styles_ticket.scss */
  #ticket #contents #ticketTab .tabMain li .img {
    margin-bottom: 25px;
    width: 100%;
  }
  /* line 154, ../sass/_styles_ticket.scss */
  #ticket #contents #ticketTab .tabMain li .signLeft,
  #ticket #contents #ticketTab .tabMain li .signDown {
    display: none;
  }
  /* line 159, ../sass/_styles_ticket.scss */
  #ticket #contents #ticketTab .tabMain .tabHide {
    display: none;
  }
}
/* ============================================================

	style info : regular > access

============================================================ */
/* line 11, ../sass/_styles_access.scss */
#access .section,
#contact .section {
  overflow: hidden;
  *zoom: 1;
}
/* line 15, ../sass/_styles_access.scss */
#access .map img,
#contact .map img {
  width: 100%;
  height: auto;
}
/* line 20, ../sass/_styles_access.scss */
#access p,
#contact p {
  overflow: hidden;
}
/* line 23, ../sass/_styles_access.scss */
#access .button,
#contact .button {
  display: none;
}
/* line 26, ../sass/_styles_access.scss */
#access .map-column,
#contact .map-column {
  float: right;
  width: 450px;
  height: 450px;
  margin: 0 0 0 40px;
}

@media screen and (min-width: 481px) and (max-width: 780px) {
  /* line 37, ../sass/_styles_access.scss */
  #access .map-column,
  #contact .map-column {
    width: 50%;
  }
}
/* ============================================================

	style info : sp-regular > access

============================================================ */
@media screen and (max-width: 480px) {
  /* line 53, ../sass/_styles_access.scss */
  #access .section,
  #contact .section {
    overflow: visible;
  }
  /* line 56, ../sass/_styles_access.scss */
  #access .button,
  #contact .button {
    margin: 15px 0 0 0;
    display: block;
  }
  /* line 60, ../sass/_styles_access.scss */
  #access .map-column,
  #contact .map-column {
    display: none !important;
  }
}
/* ============================================================

	style info : regular > newsletter

============================================================ */
/* line 10, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form {
  margin-top: 30px;
  padding: 20px;
  background: #eee;
}
/* line 15, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form table th,
#newsletter .newsletter-form table td {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  vertical-align: middle;
}
/* line 22, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form table th {
  width: 20% !important;
  font-size: 123.07692%;
  font-weight: bold;
  letter-spacing: .1em;
}
/* line 28, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form table td.input {
  font-size: 123.07692%;
}
/* line 31, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form table td.button {
  width: 14.5em;
  text-align: right;
}
/* line 35, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form table input.fm {
  padding: .94em 3%;
  border: solid 2px #162740;
  width: 94%;
}
/* line 40, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form table .ui-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: .5em;
  padding: 1em 0;
  width: 5em;
  border: none;
  font-size: 123.07692%;
  cursor: pointer;
}
/* line 49, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form table .reject-button {
  background: #ccc;
  color: #162740;
}
/* line 52, ../sass/_styles_newsletter.scss */
#newsletter .newsletter-form table .reject-button:hover {
  background: #ddd;
}
/* line 61, ../sass/_styles_newsletter.scss */
#newsletter.en .newsletter-form table th {
  width: 18%;
  letter-spacing: 0;
}
/* line 65, ../sass/_styles_newsletter.scss */
#newsletter.en .newsletter-form table td.button {
  width: 17.5em;
}
/* line 68, ../sass/_styles_newsletter.scss */
#newsletter.en .newsletter-form table .ui-button {
  width: 7em;
  font-size: 115.38462%;
}

/* ============================================================

	style info : sp-regular > newsletter

============================================================ */
@media screen and (min-width: 0px) and (max-width: 780px) {
  /* line 87, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form {
    margin-top: 20px;
  }
  /* line 89, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form table,
  #newsletter .newsletter-form table tbody,
  #newsletter .newsletter-form table tr,
  #newsletter .newsletter-form table th,
  #newsletter .newsletter-form table td {
    display: block;
    width: auto !important;
  }
  /* line 98, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form table th {
    margin-bottom: 10px;
  }
  /* line 101, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form table td.button {
    margin-top: 15px;
    text-align: center;
  }
  /* line 105, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form table input.fm {
    padding: 10px 2.5%;
    width: 95%;
  }
  /* line 109, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form table .ui-button {
    margin: 0 5px;
  }
}
/* ============================================================

	style info : sp-regular > newsletter

============================================================ */
@media screen and (max-width: 480px) {
  /* line 128, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form {
    margin-top: 20px;
    padding: 15px;
  }
  /* line 132, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form table th {
    font-size: 107.69231%;
  }
  /* line 135, ../sass/_styles_newsletter.scss */
  #newsletter .newsletter-form table td.input {
    font-size: 107.69231%;
  }
}
