@charset "UTF-8";
/* ------------------------------
  3rd 立海 common
------------------------------ */
/* line 8, ../sass/_common.scss */
body #wrap {
  width: 100%;
  min-width: 1020px;
  color: #333333;
  position: relative;
  clear: both;
}

/* line 18, ../sass/_common.scss */
#visual {
  position: relative;
  min-width: 1020px;
  height: 450px;
  background-color: #0c0401;
}
/* line 23, ../sass/_common.scss */
#visual .cover {
  width: 100%;
  height: 450px;
  background-image: url(../img/cover.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 31, ../sass/_common.scss */
#visual.fixed {
  margin-bottom: 100px;
}

/* line 36, ../sass/_common.scss */
nav {
  width: 100%;
  height: 60px;
  background-color: #555a5b;
  border-top: solid 3px #c71820;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.2);
}
/* line 45, ../sass/_common.scss */
nav ul {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* line 49, ../sass/_common.scss */
nav ul li {
  float: left;
  width: 162px;
  height: 60px;
  border-left: solid 1px #717879;
  border-right: solid 1px #717879;
  margin-left: -1px;
}
/* line 58, ../sass/_common.scss */
nav ul li a img:hover {
  background-color: #717879;
}
/* line 63, ../sass/_common.scss */
nav ul li a.on img {
  background-color: #717879;
}
/* line 68, ../sass/_common.scss */
nav ul li.off {
  background-color: #434748;
}
/* line 73, ../sass/_common.scss */
nav.fixed {
  position: fixed;
  top: 0;
}

/* line 79, ../sass/_common.scss */
body.outline nav ul li#nav_outline a img,
body.ticketinfo nav ul li#nav_ticket a img,
body.st_cast nav ul li#nav_cast a img,
body.goods nav ul li#nav_goods a img,
body.closeup nav ul li#nav_closeup a img,
body.faq nav ul li#nav_faq a img {
  background-color: #717879;
}

/* line 89, ../sass/_common.scss */
#contentsWrap {
  position: relative;
  min-width: 1020px;
  z-index: 20;
  background-color: #FFFFFF;
}
/* line 94, ../sass/_common.scss */
#contentsWrap .contentsHead {
  overflow: hidden;
  margin-top: 40px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* line 100, ../sass/_common.scss */
#contentsWrap .contentsHead ul.social {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f2f4f7;
  padding: 15px 25px 10px 25px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
/* line 109, ../sass/_common.scss */
#contentsWrap .contentsHead ul.social li {
  float: left;
}
/* line 111, ../sass/_common.scss */
#contentsWrap .contentsHead ul.social li.facebook {
  width: 120px;
}
/* line 114, ../sass/_common.scss */
#contentsWrap .contentsHead ul.social li.twitter {
  width: 120px;
}
/* line 116, ../sass/_common.scss */
#contentsWrap .contentsHead ul.social li.twitter iframe {
  width: 120px !important;
}

/* cocial */
/* line 128, ../sass/_common.scss */
ul.social_share li {
  float: left;
}
/* line 130, ../sass/_common.scss */
ul.social_share li.facebook {
  width: 120px;
}
/* line 133, ../sass/_common.scss */
ul.social_share li.twitter {
  width: 120px;
  margin-right: -20px;
}
/* line 136, ../sass/_common.scss */
ul.social_share li.twitter iframe {
  width: 120px !important;
}

/* ------------------------------
  mixin
------------------------------ */
/* ------------------------------
  3rd 立海 outline
------------------------------ */
/* line 7, ../sass/_outline.scss */
#outline {
  background-color: #f2f4f7;
  color: #333333;
  margin-top: 45px;
  padding-bottom: 40px;
}
/* line 12, ../sass/_outline.scss */
#outline .infotable {
  overflow: hidden;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
/* line 18, ../sass/_outline.scss */
#outline .infotable .leftbox {
  width: 460px;
  float: left;
}
/* line 22, ../sass/_outline.scss */
#outline .infotable .rightbox {
  width: 460px;
  float: right;
}
/* line 26, ../sass/_outline.scss */
#outline .infotable dl {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 30, ../sass/_outline.scss */
#outline .infotable dl dt {
  float: left;
  width: 105px;
  font-size: 14px;
  font-weight: bold;
}
/* line 36, ../sass/_outline.scss */
#outline .infotable dl dd {
  float: right;
  width: 355px;
  font-size: 12px;
  line-height: 1.8;
}
/* line 41, ../sass/_outline.scss */
#outline .infotable dl dd h5 {
  font-weight: bold;
}
/* line 44, ../sass/_outline.scss */
#outline .infotable dl dd .venue {
  overflow: hidden;
  margin-bottom: 25px;
}
/* line 47, ../sass/_outline.scss */
#outline .infotable dl dd .venue .place {
  float: left;
}
/* line 50, ../sass/_outline.scss */
#outline .infotable dl dd .venue .date {
  overflow: hidden;
}
/* line 52, ../sass/_outline.scss */
#outline .infotable dl dd .venue .date .new {
  color: #ff0000;
  font-size: 10px;
  font-weight: bold;
}
/* line 61, ../sass/_outline.scss */
#outline .infotable dl.typeA dt {
  width: 125px;
}
/* line 64, ../sass/_outline.scss */
#outline .infotable dl.typeA dd {
  width: 335px;
}
/* line 66, ../sass/_outline.scss */
#outline .infotable dl.typeA dd.shanghai {
  margin-top: 10px;
}
/* line 69, ../sass/_outline.scss */
#outline .infotable dl.typeA dd.privilege {
  font-size: 11px;
}
/* line 76, ../sass/_outline.scss */
#outline .outline_bottom {
  position: relative;
  height: 35px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
/* line 83, ../sass/_outline.scss */
#outline .outline_bottom .inrbox {
  position: absolute;
  width: 980px;
  text-align: center;
  padding-bottom: 5px;
}
/* line 88, ../sass/_outline.scss */
#outline .outline_bottom .inrbox .btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #153389;
  width: 280px;
  height: 70px;
  line-height: 70px;
  line-height: 70px\9;
  font-size: 12px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
  border: 1px solid #EEEEEE;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
}
/* line 108, ../sass/_outline.scss */
#outline .outline_bottom .inrbox .btn:hover {
  text-decoration: none;
  background-color: #FAFAFA;
  color: #0c297b;
}
/* line 113, ../sass/_outline.scss */
#outline .outline_bottom .inrbox .btn:active {
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
}
/* line 116, ../sass/_outline.scss */
#outline .outline_bottom .inrbox .btn span {
  font-size: 14px;
  line-height: 70px;
}

/* line 124, ../sass/_outline.scss */
#outline_cast {
  color: #fff;
  font-size: 12px;
  height: 100%;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
/* line 131, ../sass/_outline.scss */
#outline_cast h3 img {
  position: absolute;
  left: 50%;
  margin-left: -490px;
  margin-top: 40px;
}
/* line 137, ../sass/_outline.scss */
#outline_cast .leftbox {
  float: left;
  background-color: #005fb0;
  width: 50%;
  height: 370px;
}
/* line 142, ../sass/_outline.scss */
#outline_cast .leftbox .boxinr {
  width: 450px;
  float: right;
  margin-top: 138px;
}
/* line 147, ../sass/_outline.scss */
#outline_cast .leftbox .boxinr .inrA {
  float: left;
}
/* line 150, ../sass/_outline.scss */
#outline_cast .leftbox .boxinr .inrB {
  float: left;
  margin-left: 75px;
}
/* line 156, ../sass/_outline.scss */
#outline_cast .rightbox {
  float: right;
  background-color: #EEAF19;
  width: 50%;
  height: 370px;
}
/* line 161, ../sass/_outline.scss */
#outline_cast .rightbox .boxinr {
  width: 450px;
  float: left;
  margin-left: 65px;
  margin-top: 138px;
}
/* line 166, ../sass/_outline.scss */
#outline_cast .rightbox .boxinr .inrA {
  float: left;
}
/* line 169, ../sass/_outline.scss */
#outline_cast .rightbox .boxinr .inrB {
  float: left;
  margin-left: 60px;
}
/* line 175, ../sass/_outline.scss */
#outline_cast .rightbox .boxinr dl dt {
  width: 120px;
}
/* line 181, ../sass/_outline.scss */
#outline_cast dl {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 185, ../sass/_outline.scss */
#outline_cast dl dt {
  float: left;
  width: 100px;
}
/* line 189, ../sass/_outline.scss */
#outline_cast dl dd {
  float: left;
  font-weight: bold;
}
/* line 194, ../sass/_outline.scss */
#outline_cast .cast_rokkaku {
  color: #fff;
  font-size: 12px;
  background-color: #ce0301;
  height: 400px;
  position: relative;
  overflow: hidden;
}
/* line 201, ../sass/_outline.scss */
#outline_cast .cast_rokkaku h3 img {
  position: absolute;
  left: 50%;
  margin-left: -226px;
  margin-top: 40px;
}
/* line 207, ../sass/_outline.scss */
#outline_cast .cast_rokkaku .boxinr {
  width: 450px;
  margin: 90px auto 0 auto;
}
/* line 210, ../sass/_outline.scss */
#outline_cast .cast_rokkaku .boxinr .inrA {
  float: left;
  margin-left: 40px;
}
/* line 214, ../sass/_outline.scss */
#outline_cast .cast_rokkaku .boxinr .inrB {
  float: left;
  margin-left: 65px;
}
/* line 220, ../sass/_outline.scss */
#outline_cast .outline_bottom {
  /*position: relative;*/
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* line 225, ../sass/_outline.scss */
#outline_cast .outline_bottom .inrbox {
  position: absolute;
  width: 980px;
  text-align: center;
  padding-bottom: 5px;
  bottom: 40px;
}
/* line 231, ../sass/_outline.scss */
#outline_cast .outline_bottom .inrbox .btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #153389;
  width: 280px;
  height: 70px;
  line-height: 70px;
  line-height: 70px\9;
  font-size: 12px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
  border: 1px solid #EEEEEE;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
}
/* line 251, ../sass/_outline.scss */
#outline_cast .outline_bottom .inrbox .btn:hover {
  text-decoration: none;
  background-color: #FAFAFA;
  color: #0c297b;
}
/* line 256, ../sass/_outline.scss */
#outline_cast .outline_bottom .inrbox .btn:active {
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
}
/* line 259, ../sass/_outline.scss */
#outline_cast .outline_bottom .inrbox .btn span {
  font-size: 14px;
  line-height: 70px;
}

/* line 268, ../sass/_outline.scss */
.en_link {
  position: absolute;
  right: 330px;
  top: 13px;
}
/* line 272, ../sass/_outline.scss */
.en_link a {
  color: #113395;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
/* line 277, ../sass/_outline.scss */
.en_link a:hover {
  text-decoration: none;
}

/* ------------------------------
  3rd 立海 cast
------------------------------ */
/* line 8, ../sass/_cast.scss */
#cast {
  margin-top: 70px;
}
/* line 10, ../sass/_cast.scss */
#cast .read {
  font-size: 25px;
  font-family: YuMincho,"游明朝","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  margin-bottom: 30px;
  padding-left: 65px;
}
/* line 15, ../sass/_cast.scss */
#cast .read.seigaku {
  color: #005fb0;
}
/* line 18, ../sass/_cast.scss */
#cast .read.rikkai {
  color: #EEAF19;
}
/* line 22, ../sass/_cast.scss */
#cast #team_seigaku {
  position: relative;
  background-color: #005fb0;
  height: 535px;
  margin-bottom: 45px;
}
/* line 27, ../sass/_cast.scss */
#cast #team_seigaku h3 {
  position: absolute;
  top: -20px;
  left: 0;
  width: 250px;
  height: 74px;
  padding-top: 20px;
  font-family: YuMincho,"游明朝","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 33px;
  line-height: 1.0;
  color: #FFFFFF;
  text-align: center;
  background-color: #005fb0;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 42, ../sass/_cast.scss */
#cast #team_seigaku h3 span {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 50, ../sass/_cast.scss */
#cast #team_seigaku .team_inr {
  position: relative;
  height: 525px;
  overflow: hidden;
  background-color: #0c03ee;
  background-image: url(../img/cast_team_bg_seigaku.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 59, ../sass/_cast.scss */
#cast #team_seigaku .team_inr .memWrap {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -510px;
}
/* line 68, ../sass/_cast.scss */
#cast #team_seigaku a:hover img.cast_team_member {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
/* line 74, ../sass/_cast.scss */
#cast #team_rikkai {
  position: relative;
  background-color: #EEAF19;
  height: 535px;
  margin-bottom: 45px;
}
/* line 79, ../sass/_cast.scss */
#cast #team_rikkai h3 {
  position: absolute;
  top: -20px;
  left: 0;
  width: 250px;
  height: 74px;
  padding-top: 20px;
  font-family: YuMincho,"游明朝","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 33px;
  line-height: 1.0;
  color: #FFFFFF;
  text-align: center;
  background-color: #EEAF19;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 94, ../sass/_cast.scss */
#cast #team_rikkai h3 span {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 102, ../sass/_cast.scss */
#cast #team_rikkai .team_inr {
  position: relative;
  height: 525px;
  overflow: hidden;
  background-color: #0f0f29;
  background-image: url(../img/cast_team_bg_rikkai.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 111, ../sass/_cast.scss */
#cast #team_rikkai .team_inr .memWrap {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -490px;
}
/* line 120, ../sass/_cast.scss */
#cast #team_rikkai a:hover img.cast_team_member {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
/* line 126, ../sass/_cast.scss */
#cast #team_rokkaku {
  position: relative;
  background-color: #cd0300;
  height: 437px;
  margin-bottom: 45px;
}
/* line 131, ../sass/_cast.scss */
#cast #team_rokkaku h3 {
  position: absolute;
  top: -20px;
  left: 0;
  width: 250px;
  height: 74px;
  padding-top: 20px;
  font-family: YuMincho,"游明朝","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 33px;
  line-height: 1.0;
  color: #FFFFFF;
  text-align: center;
  background-color: #cd0300;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 146, ../sass/_cast.scss */
#cast #team_rokkaku h3 span {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 154, ../sass/_cast.scss */
#cast #team_rokkaku .team_inr {
  position: relative;
  height: 427px;
  overflow: hidden;
  background-color: #f0f2f5;
  background-image: url(../img/cast_team_bg_rokkaku.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 163, ../sass/_cast.scss */
#cast #team_rokkaku .team_inr .memWrap {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -494px;
}
/* line 172, ../sass/_cast.scss */
#cast #team_rokkaku a:hover img.cast_team_member {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

/* line 180, ../sass/_cast.scss */
#cast_detail {
  margin-top: 50px;
}
/* line 182, ../sass/_cast.scss */
#cast_detail .cast_container {
  background-color: #f2f4f7;
  min-width: 980px;
}
/* line 185, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  *zoom: 1;
}
/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#cast_detail .cast_container .castWrap:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 191, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock {
  position: relative;
  *zoom: 1;
}
/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#cast_detail .cast_container .castWrap .castBlock:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 194, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox {
  float: right;
  margin-top: 100px;
  width: 430px;
  margin-right: 50px;
  font-size: 12px;
  line-height: 1.6;
  color: #333333;
}
/* line 202, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox h3 {
  margin-bottom: 45px;
  font-size: 38px;
  line-height: 1.1;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
/* line 207, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox h3 span {
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
}
/* line 215, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox h4 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 40px;
}
/* line 219, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox h4 span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* line 227, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .birthplace {
  margin-bottom: 45px;
}
/* line 230, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .works {
  line-height: 1.8;
}
/* line 233, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .works .blog h5 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 18px;
  padding: 3px 7px;
  margin-right: 6px;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  vertical-align: middle;
  background-color: #C71821;
  color: #fff;
  font-size: 11px;
}
/* line 248, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .works .blog a {
  vertical-align: middle;
  line-height: 1.1;
  color: #333333;
}
/* line 255, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .pvbox {
  margin-top: 50px;
  overflow: hidden;
}
/* line 258, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .pvbox .pv-left {
  width: 178px;
  float: left;
}
/* line 262, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .pvbox .pv-left a:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/* line 268, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .pvbox .pv-right {
  float: right;
  width: 230px;
}
/* line 271, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .pvbox .pv-right .read {
  width: 100%;
  margin-top: 10px;
}
/* line 274, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox .pvbox .pv-right .read a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/* line 283, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .phbox {
  float: left;
  text-align: center;
  width: 480px;
  margin-top: 50px;
}
/* line 291, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 {
  float: left;
  margin-top: 100px;
  width: 400px;
  margin-left: 90px;
  font-size: 12px;
  line-height: 1.6;
  color: #333333;
}
/* line 299, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 h3 {
  margin-bottom: 45px;
  font-size: 38px;
  line-height: 1.1;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
/* line 304, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 h3 span {
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
}
/* line 312, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 h4 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 40px;
}
/* line 316, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 h4 span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* line 324, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .birthplace {
  margin-bottom: 45px;
}
/* line 327, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .works {
  line-height: 1.8;
}
/* line 330, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .works .blog h5 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 18px;
  padding: 3px 7px;
  margin-right: 6px;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  vertical-align: middle;
  background-color: #C71821;
  color: #fff;
  font-size: 11px;
}
/* line 345, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .works .blog a {
  vertical-align: middle;
  line-height: 1.1;
  color: #333333;
}
/* line 352, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .pvbox {
  margin-top: 50px;
  overflow: hidden;
}
/* line 355, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .pvbox .pv-left {
  width: 178px;
  float: left;
}
/* line 359, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .pvbox .pv-left a:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/* line 365, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .pvbox .pv-right {
  float: right;
  width: 200px;
}
/* line 368, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .pvbox .pv-right .read {
  width: 100%;
  margin-top: 10px;
}
/* line 371, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .infobox2 .pvbox .pv-right .read a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/* line 380, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .phbox2 {
  float: right;
  text-align: center;
  width: 480px;
  margin-top: 50px;
}
/* line 388, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .arrow {
  position: absolute;
  top: 300px;
  width: 23px;
  height: 36px;
}
/* line 393, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .arrow.prev {
  left: 0;
}
/* line 396, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .arrow.next {
  right: 0;
}
/* line 399, ../sass/_cast.scss */
#cast_detail .cast_container .castWrap .castBlock .arrow a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 405, ../sass/_cast.scss */
#cast_detail .cast_container .cast_bottom {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
}
/* line 411, ../sass/_cast.scss */
#cast_detail .cast_container .cast_bottom .inrbox {
  position: absolute;
  width: 980px;
  text-align: center;
  padding-bottom: 5px;
}
/* line 416, ../sass/_cast.scss */
#cast_detail .cast_container .cast_bottom .inrbox .btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #153389;
  height: 70px;
  line-height: 70px;
  line-height: 70px\9;
  font-size: 12px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
  border: 1px solid #EEEEEE;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px;
}
/* line 435, ../sass/_cast.scss */
#cast_detail .cast_container .cast_bottom .inrbox .btn:hover {
  text-decoration: none;
  background-color: #FAFAFA;
  color: #0c297b;
}
/* line 440, ../sass/_cast.scss */
#cast_detail .cast_container .cast_bottom .inrbox .btn:active {
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
}
/* line 443, ../sass/_cast.scss */
#cast_detail .cast_container .cast_bottom .inrbox .btn span {
  font-size: 14px;
  line-height: 70px;
}
/* line 447, ../sass/_cast.scss */
#cast_detail .cast_container .cast_bottom .inrbox .btn.cast-top {
  width: 280px;
}
/* line 453, ../sass/_cast.scss */
#cast_detail .cast_container .controls {
  display: none;
}
/* line 458, ../sass/_cast.scss */
#cast_detail .team_seigaku h3 {
  color: #005fb0;
}
/* line 463, ../sass/_cast.scss */
#cast_detail .team_rikkai h3 {
  color: #EEAF19;
}
/* line 468, ../sass/_cast.scss */
#cast_detail .team_rokkaku h3 {
  color: #ce0301;
}
/* line 472, ../sass/_cast.scss */
#cast_detail #slider {
  height: auto !important;
}
/* line 478, ../sass/_cast.scss */
#cast_detail #jackal .infobox2 h3 {
  font-size: 35px !important;
}

/* ------------------------------
  3rd 立海 ticket
------------------------------ */
/* line 7, ../sass/_ticket.scss */
#ticket {
  margin-top: 45px;
}
/* line 9, ../sass/_ticket.scss */
#ticket .infoarea {
  background-color: #f2f4f7;
}
/* line 11, ../sass/_ticket.scss */
#ticket .infoarea .inr {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  overflow: hidden;
}
/* line 17, ../sass/_ticket.scss */
#ticket .infoarea .inr .leftbox {
  width: 650px;
  float: left;
  font-weight: bold;
}
/* line 21, ../sass/_ticket.scss */
#ticket .infoarea .inr .leftbox .start {
  color: #e43d3d;
}
/* line 24, ../sass/_ticket.scss */
#ticket .infoarea .inr .leftbox .blue {
  color: #153389;
  font-size: 14px;
}
/* line 28, ../sass/_ticket.scss */
#ticket .infoarea .inr .leftbox .inrA {
  width: 300px;
  float: left;
}
/* line 32, ../sass/_ticket.scss */
#ticket .infoarea .inr .leftbox .inrB {
  width: 350px;
  float: right;
}
/* line 35, ../sass/_ticket.scss */
#ticket .infoarea .inr .leftbox .inrB .text {
  font-weight: normal;
}
/* line 40, ../sass/_ticket.scss */
#ticket .infoarea .inr .rightbox {
  float: right;
  margin-top: 80px;
}
/* line 43, ../sass/_ticket.scss */
#ticket .infoarea .inr .rightbox .btn_ticket {
  display: block;
  float: right;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-color: #e43d3d;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  line-height: 50px\9;
  font-size: 14px;
  padding: 0 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
}
/* line 65, ../sass/_ticket.scss */
#ticket .infoarea .inr .rightbox .btn_ticket:hover {
  text-decoration: none;
  background-color: #ff4d4d;
  color: #FFFFFF;
}
/* line 70, ../sass/_ticket.scss */
#ticket .infoarea .inr .rightbox .btn_ticket:active {
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
/* line 73, ../sass/_ticket.scss */
#ticket .infoarea .inr .rightbox .btn_ticket span {
  line-height: 40px;
  white-space: nowrap;
}
/* line 81, ../sass/_ticket.scss */
#ticket .bdr_dot1 {
  height: 1px;
  border-bottom: 1px dotted #CCCCCC;
}
/* line 85, ../sass/_ticket.scss */
#ticket .timetable {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
/* line 90, ../sass/_ticket.scss */
#ticket .timetable .ttsec {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}
/* line 95, ../sass/_ticket.scss */
#ticket .timetable .ttsec:first-child {
  padding-top: 0;
}
/* line 98, ../sass/_ticket.scss */
#ticket .timetable .ttsec:last-child {
  border-bottom: none;
}
/* line 101, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox {
  width: 100%;
  float: left;
}
/* line 104, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 107, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area h3 {
  float: left;
  margin-right: 30px;
}
/* line 114, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area h3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
}
/* line 120, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area h3 span {
  display: inline-block;
  font-family: "游明朝","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.1;
  color: #153389;
}
/* line 133, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area .place a {
  display: block;
  float: left;
  font-size: 14px;
  text-decoration: none;
  color: #153389;
}
/* line 141, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area .place a p {
  line-height: 2.5;
}
/* line 145, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area .place a:hover {
  color: #426ade;
}
/* line 147, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area .place a:hover p span {
  color: #e43d3d;
  -moz-animation: bound_hover 0.3s ease 0s 1 normal;
  -webkit-animation: bound_hover 0.3s ease 0s 1 normal;
  animation: bound_hover 0.3s ease 0s 1 normal;
}
@-moz-keyframes bound_hover {
  0% {
    top: 0px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes bound_hover {
  0% {
    top: 0px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
@keyframes bound_hover {
  0% {
    top: 0px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
/* line 157, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .area .place p span {
  position: relative;
  padding-left: 5px;
  padding-right: 2px;
  font-size: 20px;
}
/* line 166, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .date {
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 173, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo {
  margin-bottom: 10px;
}
/* line 175, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo table, #ticket .timetable .ttsec .ttbox .hyo th, #ticket .timetable .ttsec .ttbox .hyo td {
  border: 1px solid #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 179, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo th, #ticket .timetable .ttsec .ttbox .hyo td {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 7px;
  background-color: #fdf2b3;
}
/* line 188, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo th {
  width: 60px;
  line-height: 1.3;
  background-color: #eeeeee;
  color: #222222;
  font-weight: normal;
}
/* line 195, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo th.month {
  width: auto;
  background: #eba345;
  color: #FFFFFF;
  letter-spacing: 0.2em;
}
/* line 202, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo th.sat {
  color: #1a489d;
}
/* line 205, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo th.sun {
  color: #a31f24;
}
/* line 208, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo td.zone {
  padding-left: 18px;
  padding-right: 18px;
  color: #5e5e5e;
  letter-spacing: 0.1em;
  background-color: #e8e8e8;
}
/* line 215, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo td.non {
  background-color: #eeeeee;
}
/* line 218, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo td.suspend {
  background-color: #eeeeee;
}
/* line 221, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo td.c-yellow {
  background-color: #ffa07a;
}
/* line 224, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo td.c-blue {
  background-color: #cee2ff;
}
/* line 227, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .hyo td.c-red {
  background-color: #ffc8c8;
}
/* line 232, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .playguide {
  width: 100%;
  overflow: hidden;
  line-height: 1.8;
  color: #444444;
}
/* line 237, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .playguide dl.pgbox {
  float: left;
  width: 260px;
  margin-right: 30px;
  margin-bottom: 10px;
}
/* line 242, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox .playguide dl.pgbox dt {
  margin-bottom: 5px;
  color: #222222;
}
/* line 250, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox h4 {
  margin-bottom: 5px;
  color: #222222;
}
/* line 254, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox a {
  color: #0033cc;
}
/* line 256, ../sass/_ticket.scss */
#ticket .timetable .ttsec .ttbox a:hover {
  color: #008bd5;
}
/* line 264, ../sass/_ticket.scss */
#ticket .timetable .shanghai h3 img {
  display: inline-block !important;
  padding-top: 0 !important;
  padding-right: 5px;
}
/* line 271, ../sass/_ticket.scss */
#ticket .timetable .shanghai .hyo th.month {
  background: #CF4E4E !important;
}
/* line 276, ../sass/_ticket.scss */
#ticket .timetable .shanghai .playguide .leftbox {
  width: 500px;
  float: left;
}
/* line 279, ../sass/_ticket.scss */
#ticket .timetable .shanghai .playguide .leftbox dl.pgbox {
  width: 470px !important;
}
/* line 283, ../sass/_ticket.scss */
#ticket .timetable .shanghai .playguide .rightbox {
  width: 480px;
  float: right;
}
/* line 286, ../sass/_ticket.scss */
#ticket .timetable .shanghai .playguide .rightbox dl.pgbox {
  width: 470px !important;
  margin-bottom: 30px;
}

/* ------------------------------
  goods
------------------------------ */
/* line 7, ../sass/_goods.scss */
#goods_wrap {
  background-color: #f2f4f7;
  background-image: url(../img/goods/goods_wrap_bg.gif);
  background-position: center top;
  background-attachment: fixed;
  margin-top: 45px;
}
/* line 13, ../sass/_goods.scss */
#goods_wrap .headtitle {
  height: 145px;
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: center;
  background-image: url(../img/goods/goods_bg1.gif);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  background-color: #00a0ea;
}
/* line 23, ../sass/_goods.scss */
#goods_wrap .headtitle .inr {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../sass/_goods.scss */
#goods_wrap .headtitle .inr img {
  position: absolute;
  top: 0;
}
/* line 33, ../sass/_goods.scss */
#goods_wrap .goods_wrap_inr {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
/* line 39, ../sass/_goods.scss */
#goods_wrap .bottom_sec {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  text-align: center;
}

/* ------------------------------
  3rd 立海 closeup
------------------------------ */
/* line 11, ../sass/_closeup.scss */
.closeup_wrap {
  position: relative;
  background-color: #f2f4f7;
  margin-top: 70px;
}
/* line 15, ../sass/_closeup.scss */
.closeup_wrap h3 {
  position: absolute;
  top: -20px;
  left: 0;
  height: 74px;
  padding: 0 60px;
  text-align: center;
  background-color: #f2b807;
  z-index: 5;
}
/* line 24, ../sass/_closeup.scss */
.closeup_wrap h3 span {
  display: block;
  padding-top: 21px;
  font-family: "游明朝","YuMincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.1;
  color: #FFFFFF;
}
/* line 35, ../sass/_closeup.scss */
.closeup_wrap.seigaku h3 {
  background-color: #005FB2;
}
/* line 40, ../sass/_closeup.scss */
.closeup_wrap.rokkaku h3 {
  background-color: #cd0300;
}
/* line 44, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr {
  width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0 55px;
}
/* line 50, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont {
  background-image: url(../img/closeup/closeup_border_ns.gif);
  background-repeat: repeat-y;
  background-position: right top;
  padding-top: 20px;
  overflow: hidden;
  *zoom: 1;
}
/* line 56, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox {
  width: 260px;
  float: right;
}
/* line 59, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox h4 {
  width: 200px;
  background-color: #f46416;
  text-align: center;
  margin-bottom: 30px;
}
/* line 64, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox h4.ns {
  background-color: #0044a2;
}
/* line 67, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox h4 span {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}
/* line 77, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox ul.sidenav {
  display: block;
  width: 240px;
  margin-left: 20px;
}
/* line 81, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox ul.sidenav li {
  display: block;
  width: 225px;
  background-image: url(../img/closeup/closeup_navicon.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
/* line 90, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox ul.sidenav li a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
/* line 95, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox ul.sidenav li a:hover {
  color: #fd9156;
  text-decoration: underline;
}
/* line 102, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox ul.sidenav.ns li {
  background-image: url(../img/closeup/closeup_navicon_ns.png);
}
/* line 105, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_rightbox ul.sidenav.ns li a:hover {
  color: #475FD4;
}
/* line 113, ../sass/_closeup.scss */
.closeup_wrap .closeup_inr .closeup_cont .closeup_leftbox {
  width: 680px;
  float: left;
  padding-top: 40px;
}

/* line 122, ../sass/_closeup.scss */
.teamhead {
  position: relative;
  height: 8px;
  background-color: #1d2c6b;
  margin-bottom: 20px;
}
/* line 127, ../sass/_closeup.scss */
.teamhead span {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 1.1;
  color: #1d2c6b;
  background-color: #f2f4f7;
}
/* line 137, ../sass/_closeup.scss */
.teamhead span ruby {
  display: inline-table;
  border-collapse: collapse;
  height: 2em;
  margin: 0;
  padding: 0;
  border: none;
  white-space: nowrap;
  text-indent: 0;
  vertical-align: 0.9em;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
}
/* line 151, ../sass/_closeup.scss */
.teamhead span ruby > rt {
  display: table-header-group;
  height: 15%;
  margin: 0;
  padding: 0 0.125em;
  border: none;
  font: inherit;
  font-size: 35%;
  line-height: 1em;
  text-align: center;
}
/* line 163, ../sass/_closeup.scss */
.teamhead.seigaku {
  background-color: #005fb0;
}
/* line 165, ../sass/_closeup.scss */
.teamhead.seigaku span {
  color: #005fb0;
}
/* line 169, ../sass/_closeup.scss */
.teamhead.rokkaku {
  background-color: #cd0300;
}
/* line 171, ../sass/_closeup.scss */
.teamhead.rokkaku span {
  color: #cd0300;
}
/* line 175, ../sass/_closeup.scss */
.teamhead.rikkai {
  background-color: #f2b807;
}
/* line 177, ../sass/_closeup.scss */
.teamhead.rikkai span {
  color: #f2b807;
}
/* line 181, ../sass/_closeup.scss */
.teamhead.special {
  background-color: #e9732d;
}
/* line 183, ../sass/_closeup.scss */
.teamhead.special span {
  color: #e9732d;
}

/* line 189, ../sass/_closeup.scss */
.cmtboxset {
  padding-bottom: 50px;
}
/* line 191, ../sass/_closeup.scss */
.cmtboxset .cmtbox {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #bbb;
  overflow: hidden;
  *zoom: 1;
}
/* line 196, ../sass/_closeup.scss */
.cmtboxset .cmtbox:last-child {
  border-bottom: none;
}
/* line 199, ../sass/_closeup.scss */
.cmtboxset .cmtbox .phset {
  float: left;
  width: 126px;
}
/* line 202, ../sass/_closeup.scss */
.cmtboxset .cmtbox .phset img:first-child {
  margin-bottom: 20px;
}
/* line 206, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody {
  float: right;
  width: 495px;
}
/* line 209, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody h4 {
  font-size: 30px;
  line-height: 1.1;
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "游明朝","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
}
/* line 216, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody h4 span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* line 222, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody h4 span ruby {
  display: inline-table;
  border-collapse: collapse;
  height: 2em;
  margin: 0;
  padding: 0;
  border: none;
  white-space: nowrap;
  text-indent: 0;
  vertical-align: 0.9em;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
}
/* line 236, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody h4 span ruby > rt {
  display: table-header-group;
  height: 15%;
  margin: 0;
  padding: 0 0.125em;
  border: none;
  font: inherit;
  font-size: 45%;
  line-height: 1em;
  text-align: center;
}
/* line 248, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody h4.seigaku {
  color: #074483;
}
/* line 251, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody h4.rokkaku {
  color: #cd0300;
}
/* line 254, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody h4.special {
  color: #7b4525;
}
/* line 257, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody h4.rikkai {
  color: #f2b807;
}
/* line 261, ../sass/_closeup.scss */
.cmtboxset .cmtbox .cmtbody .text {
  font-size: 13px;
  line-height: 2.0;
}

/* line 270, ../sass/_closeup.scss */
#zadankai .closeup_cont {
  background-image: url("../img/closeup/closeup_border.gif");
}
/* line 272, ../sass/_closeup.scss */
#zadankai .closeup_cont .teamber {
  position: relative;
  height: 8px;
  background-color: #f2b807;
  margin-bottom: 30px;
}
/* line 277, ../sass/_closeup.scss */
#zadankai .closeup_cont .teamber span {
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.1;
  color: #f2b807;
  background-color: #f2f4f7;
}
/* line 288, ../sass/_closeup.scss */
#zadankai .closeup_cont .teamber span ruby {
  display: inline-table;
  border-collapse: collapse;
  height: 2em;
  margin: 0;
  padding: 0;
  border: none;
  white-space: nowrap;
  text-indent: 0;
  vertical-align: 0.9em;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
}
/* line 302, ../sass/_closeup.scss */
#zadankai .closeup_cont .teamber span ruby > rt {
  display: table-header-group;
  height: 15%;
  margin: 0;
  padding: 0 0.125em;
  border: none;
  font: inherit;
  font-size: 35%;
  line-height: 1em;
  text-align: center;
}
/* line 315, ../sass/_closeup.scss */
#zadankai .closeup_cont .qa_set {
  width: 680px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #8e9ba2;
}
/* line 320, ../sass/_closeup.scss */
#zadankai .closeup_cont .qa_set.no-border {
  border-bottom: none;
}
/* line 323, ../sass/_closeup.scss */
#zadankai .closeup_cont .qa_set .question {
  background-image: url("../img/closeup/question_bg.png");
  background-repeat: no-repeat;
  height: 50px;
  margin-bottom: 25px;
}
/* line 328, ../sass/_closeup.scss */
#zadankai .closeup_cont .qa_set .question p {
  padding: 10px 0 0 50px;
  color: #600;
  font-size: 16px;
  line-height: 1.4em;
}
/* line 335, ../sass/_closeup.scss */
#zadankai .closeup_cont .qa_set .answer {
  padding-left: 10px;
  width: 670px;
}
/* line 338, ../sass/_closeup.scss */
#zadankai .closeup_cont .qa_set .answer dl {
  padding-bottom: 25px;
  font-size: 13px;
  line-height: 1.8;
  width: 100%;
  overflow: hidden;
}
/* line 344, ../sass/_closeup.scss */
#zadankai .closeup_cont .qa_set .answer dl dt {
  float: left;
  width: 110px;
}
/* line 348, ../sass/_closeup.scss */
#zadankai .closeup_cont .qa_set .answer dl dd {
  color: #444;
  float: right;
  width: 550px;
  padding-top: 20px;
}

/* ------------------------------
  3rd 立海 faq
------------------------------ */
/* line 10, ../sass/_faq.scss */
#faq {
  background-color: #f2f4f7;
  margin-top: 45px;
}
/* line 13, ../sass/_faq.scss */
#faq .inr {
  width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  overflow: hidden;
}
/* line 20, ../sass/_faq.scss */
#faq .inr .leftbox {
  width: 478px;
  float: left;
}
/* line 24, ../sass/_faq.scss */
#faq .inr .rightbox {
  width: 478px;
  float: right;
}
/* line 28, ../sass/_faq.scss */
#faq .inr .faqtitle {
  position: relative;
}
/* line 31, ../sass/_faq.scss */
#faq .inr h3 {
  position: relative;
  border-top: 1px solid #d6dbde;
}
/* line 34, ../sass/_faq.scss */
#faq .inr h3 span {
  position: absolute;
  top: -10px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.1;
  color: #153389;
  font-weight: bold;
  background-color: #f2f4f7;
  padding-right: 20px;
}
/* line 46, ../sass/_faq.scss */
#faq .inr dl {
  margin-bottom: 5px;
}
/* line 48, ../sass/_faq.scss */
#faq .inr dl dt {
  background-color: #ffffff;
  background-image: url(../img/icon_faq_q.gif);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  font-size: 14px;
  padding: 15px 15px 15px 45px;
}
/* line 55, ../sass/_faq.scss */
#faq .inr dl dt:hover {
  cursor: pointer;
  background-color: #f3fbff;
}
/* line 60, ../sass/_faq.scss */
#faq .inr dl dd {
  background-color: #ffffec;
  background-image: url(../img/icon_faq_a.gif);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  font-size: 12px;
  padding: 15px 15px 15px 45px;
}
/* line 70, ../sass/_faq.scss */
#faq .inr ul.koen-change {
  position: absolute;
  left: 140px;
  top: -15px;
  margin: 0 22px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 20px;
  background-color: #f2f4f7;
}
/* line 81, ../sass/_faq.scss */
#faq .inr ul.koen-change li a {
  float: right;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  background-color: #e43d3d;
  width: 150px;
}
/* line 91, ../sass/_faq.scss */
#faq .inr ul.koen-change li a:hover {
  color: #e43d3d;
  background-color: #ffffff;
  border: solid 1px #e43d3d;
}
/* line 97, ../sass/_faq.scss */
#faq .inr hr {
  width: 100%;
  display: inline-block;
  border: 0;
  border-bottom: 1px dashed #999;
}
