@charset "UTF-8";

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

ヘッダー

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame header {
  border-bottom: 1px solid #d9e0e0;
}

#responsiveBaseFrame header section.clearfix {
  padding: 10px;
}

#responsiveBaseFrame header section.clearfix > h2 {
  float: left;
  padding-top: 5px;
}
#responsiveBaseFrame header section.clearfix > nav {
  float: right;
}

#responsiveBaseFrame header section.clearfix > h2,
#responsiveBaseFrame header section.clearfix > h2 a {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 125px;
  height: 30px;
}

#responsiveBaseFrame header section.clearfix > h2 a {
  background-image: url(../../pc_images_v2/sp/header/logo.png);
  -webkit-background-size: 125px 30px;
  background-size: 125px 30px;
  /*behavior:url(../htc/PIE.htc);*/
}

#responsiveBaseFrame header section.clearfix > .header_logo {
  float: left;
  padding-top: 5px;
}

#responsiveBaseFrame header section.clearfix > .header_logo,
#responsiveBaseFrame header section.clearfix > .header_logo a {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 125px;
  height: 30px;
}

#responsiveBaseFrame header section.clearfix > .header_logo a {
  background-image: url(../../pc_images_v2/sp/header/logo.png);
  -webkit-background-size: 125px 30px;
  background-size: 125px 30px;
}

#responsiveBaseFrame header section.clearfix > nav {
  float: right;
  position: relative;
}

#responsiveBaseFrame header section.clearfix > nav > ul > li {
  float: left;
  margin-left: 10px;
  font-size: 10px;
}

#responsiveBaseFrame header section.clearfix > nav > ul > li,
#responsiveBaseFrame header section.clearfix > nav > ul > li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: visible;
}

#responsiveBaseFrame header section.clearfix > nav > ul > li a {
  position: relative;
  cursor: pointer;
  padding-top: 25px;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  /*behavior:url(../htc/PIE.htc);*/
}

#responsiveBaseFrame header section.clearfix > nav > ul > li a,
#responsiveBaseFrame header section.clearfix > nav > ul > li a:link,
#responsiveBaseFrame header section.clearfix > nav > ul > li a:visited,
#responsiveBaseFrame header section.clearfix > nav > ul > li a:active {
  text-decoration: none;
}

#responsiveBaseFrame header section.clearfix > nav > ul > li a span {
  display: block;
  height: 16px;
  min-width: 6px;
  border-radius: 8px;
  background-color: #ef3581;
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: -5px;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.7;

  behavior: url(../htc/PIE.htc);
}

#responsiveBaseFrame header section.clearfix > nav > ul > li.buyTicket {
  display: none;
}

#responsiveBaseFrame header section.clearfix > nav > ul > li.register a {
  background-image: url(../../pc_images_v2/sp/header/iconRegister.png);
}
#responsiveBaseFrame header section.clearfix > nav > ul > li.login a {
  background-image: url(../../pc_images_v2/sp/header/iconLogin.png);
}
#responsiveBaseFrame header section.clearfix > nav > ul > li.infromation a {
  background-image: url(../../pc_images_v2/sp/header/iconInformation.png);
}
#responsiveBaseFrame header section.clearfix > nav > ul > li.menu a {
  background-image: url(../../pc_images_v2/sp/header/iconMenu.png);
}

#responsiveBaseFrame header section.clearfix > nav > ul > li.register-login a {
  display: block;
  padding-top: 21px;
  background-image: url(../../pc_images_v2/sp/common/icon/avator_circle.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 19px;
  background-size: 19px;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	ドロップダウンメニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame header #dropdownMenu {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 58px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: none;
}

#responsiveBaseFrame header #dropdownMenu nav {
  background-color: #ffffff;
  border: 1px solid #d9e0e0;
}

#responsiveBaseFrame header #dropdownMenu h2 {
  background-color: #eef1f1;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #d9e0e0;
  padding: 10px;
}
#responsiveBaseFrame header #dropdownMenu h2:first-child {
  border-top: none;
  position: relative;
}

#responsiveBaseFrame header #dropdownMenu h2:first-child:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../../pc_images_v2/sp/header/dropdownMenu.png);
  -webkit-background-size: 10px 8px;
  background-size: 10px 8px;
  width: 10px;
  height: 8px;
  position: absolute;
  top: -8px;
  right: 15px;
  /*behavior:url(../htc/PIE.htc);*/
}

#responsiveBaseFrame header #dropdownMenu li a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  border-top: 1px solid #d9e0e0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url(../../pc_images_v2/pc/common/arrowGrayRight.png);
}

#responsiveBaseFrame header #dropdownMenu li a,
#responsiveBaseFrame header #dropdownMenu li a:link,
#responsiveBaseFrame header #dropdownMenu li a:visited,
#responsiveBaseFrame header #dropdownMenu li a:active {
  text-decoration: none;
}

#responsiveBaseFrame header #dropdownMenu p {
  background-color: #707070;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

#responsiveBaseFrame header #dropdownMenu p span {
  background-image: url(../../pc_images_v2/sp/common/iconClose02.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 15px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
  /*behavior:url(../htc/PIE.htc);*/
}

#responsiveBaseFrame header #dropdownMenu li a span {
  display: block;
  height: 16px;
  min-width: 6px;
  border-radius: 8px;
  background-color: #ef3581;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;

  behavior: url(../htc/PIE.htc);
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

共通

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
見出し
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame h2.caption,
#responsiveBaseFrame h1.caption {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 39px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

コンテンツ

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #contents {
  margin-left: 12px;
  margin-right: 12px;
}

#responsiveBaseFrame #contents.content-no-side-mar {
  margin-left: 0;
  margin-right: 0;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	ページタイトル
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #pageTitle {
  background-color: #fbfbfb;
  border-bottom: 1px solid #d9e0e0;
  margin-bottom: 20px;
}

#responsiveBaseFrame #pageTitle h1.caption {
  margin-bottom: 0;
  position: relative;
  top: 15px;
  padding-bottom: 30px;
}

#responsiveBaseFrame #pageTitle section {
  position: relative;
}

#responsiveBaseFrame #pageTitle .btnBack {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  border-left: 1px solid #d9e0e0;
  border-right: 1px solid #d9e0e0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../pc_images_v2/sp/common/arrowGrayLeft.png);
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
  text-indent: -9999px;
  padding-left: 12px;
  padding-right: 12px;
  /*behavior:url(../htc/PIE.htc);*/
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	コンテンツのレイアウト
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame .layoutImage {
  display: table;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#responsiveBaseFrame .layoutImage h3 {
  margin-bottom: 5px;
}

#responsiveBaseFrame .layoutImage > section {
  padding-left: 10px;
}

#responsiveBaseFrame .layoutImage > figure,
#responsiveBaseFrame .layoutImage > section,
#responsiveBaseFrame .layoutImage > .ticket-figure-wrapper {
  display: table-cell;
  vertical-align: top;
}

#responsiveBaseFrame .layoutImage > figure,
#responsiveBaseFrame .layoutImage > .ticket-figure-wrapper {
  width: 86px;
}

#responsiveBaseFrame .layoutImage > .ticket-figure-wrapper > figure {
  max-height: 129px;
  overflow: hidden;
}

#responsiveBaseFrame .layoutImage :not(.ticket-figure-wrapper) figure img {
  width: 86px;
  height: auto;
}

#responsiveBaseFrame .layoutImage figure img.thumb-vertical {
  width: 100%;
}

#responsiveBaseFrame .layoutImage figure img.thumb-horizontal {
  position: relative;
  height: 86px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#responsiveBaseFrame .layoutImage ul li {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
  margin-right: 10px;
  font-size: 10px;
}

#responsiveBaseFrame .layoutImage ul li.artist {
  background-image: url(../../pc_images_v2/sp/common/iconArtist.png);
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  /*behavior:url(../htc/PIE.htc);*/
}
#responsiveBaseFrame .layoutImage ul li.open {
  background-image: url(../../pc_images_v2/sp/common/iconOpen.png);
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  /*behavior:url(../htc/PIE.htc);*/
}
#responsiveBaseFrame .layoutImage ul li.map {
  background-image: url(../../pc_images_v2/sp/common/iconMap.png);
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  /*behavior:url(../htc/PIE.htc);*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 175px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	大きいリンクエリアボタン
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame .arrowGreen {
  position: relative;
  padding-right: 35px;
}

#responsiveBaseFrame .arrowGreen:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../../pc_images_v2/sp/common/arrowBigGreenRight.png);
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
  margin-top: -7px;
  display: block;
  height: 14px;
  width: 9px;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	ボタン
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame .button + .button {
  margin-top: 0;
}

#responsiveBaseFrame .button a,
#responsiveBaseFrame .button span,
#responsiveBaseFrame .button input {
  background: none;
  border: none;
  display: block;
  background-color: #707070;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#responsiveBaseFrame .button a:before,
#responsiveBaseFrame .button span:before {
  content: "";
  position: absolute;
  display: block;
  background-position: right center;
  background-image: url(../../pc_images_v2/sp/common/arrowWhiteRight.png);
  -webkit-background-size: 5px 7px;
  background-size: 5px 7px;
  width: 5px;
  height: 7px;
  top: 50%;
  margin-top: -3px;
  right: 5px;
  /*behavior:url(../htc/PIE.htc);*/
}
#responsiveBaseFrame .button a.event-type-vimeo:before {
  background-image: url(../../pc_images_v2/sp/common/arrowWhiteRightCircle.png);
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: 20px 20px;
}
#responsiveBaseFrame .accordion span:before {
  background-image: url(../../pc_images_v2/sp/common/arrowWhiteBottom.png);
  -webkit-background-size: 7px 5px;
  background-size: 7px 5px;
  width: 7px;
  height: 5px;
  margin-top: -2px;
}
#responsiveBaseFrame .open span:before {
  background-image: url(../../pc_images_v2/sp/common/arrowWhiteTop.png);
  -webkit-background-size: 7px 5px;
  background-size: 7px 5px;
  width: 7px;
  height: 5px;
  margin-top: -2px;
}

#responsiveBaseFrame .button a:hover,
#responsiveBaseFrame .button span:hover {
  background-color: #8d8d8d;
}

#responsiveBaseFrame .button.btnList a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#responsiveBaseFrame .button.btnList a:before {
  content: "";
  position: absolute;
  display: block;
  background-position: right center;
  background-image: url(../../pc_images_v2/sp/common/arrowBigWhiteRight.png);
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
  width: 9px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  right: 10px;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	マイチケット一覧
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #myTicket {
  margin-bottom: 40px;
}

#responsiveBaseFrame #myTicket h2.caption {
  background-image: url(../../pc_images_v2/sp/myticket/captionTicket.png);
  -webkit-background-size: 146px 39px;
  background-size: 146px 39px;
}

#responsiveBaseFrame #myTicket > ul > li {
  border: 1px solid #c9d3d3;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#responsiveBaseFrame #myTicket > ul > li h3 {
  font-size: 14px;
  height: 1.3em;
  margin-bottom: 8px;
}

#responsiveBaseFrame #myTicket > ul > li h3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 175px;
}

#responsiveBaseFrame #myTicket > ul > li ul {
  margin-bottom: 10px;
}

#responsiveBaseFrame #myTicket > ul > li li.ticket,
#responsiveBaseFrame #myTicket > ul > li li.number {
  padding-left: 0px;
}

#responsiveBaseFrame #myTicket > ul > li li.number {
  letter-spacing: -0.1px;
}

#responsiveBaseFrame #myTicket > ul > li span.status {
  width: 100%;
  border: 1px solid #19b5af;
  color: #19b5af;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#responsiveBaseFrame #myTicket .nextstep {
  border-top: 1px solid #c9d3d3;
  background-color: #f5f5f6;
  padding: 10px;
}

#responsiveBaseFrame #myTicket .nextstep ul {
  margin-bottom: -8px;
}

#responsiveBaseFrame #myTicket .nextstep ul li {
  width: 50%;
  margin-bottom: 8px;
  float: left;
}

#responsiveBaseFrame #myTicket ul.button li.btnDownload {
  width: 100%;
}
#responsiveBaseFrame #myTicket ul.button li.btnDownload a:before {
  content: "";
  position: absolute;
  display: block;
  background-position: right center;
  background-image: url(../../pc_images_v2/sp/common/iconDownload.png);
  -webkit-background-size: 10px 9px;
  background-size: 10px 9px;
  width: 10px;
  height: 9px;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  /*behavior:url(../htc/PIE.htc);*/
}

#responsiveBaseFrame #myTicket .nextstep ul li.btn01 a {
  margin-right: 4px;
}
#responsiveBaseFrame #myTicket .nextstep ul li.btn02 a {
  margin-left: 4px;
}

#responsiveBaseFrame #myTicket .smartphoneTicket {
  padding: 10px;
  border-top: 1px solid #c9d3d3;
  font-size: 10px;
  background-repeat: no-repeat;
  background-position: -5px 5px;
  background-image: url(../../pc_images_v2/sp/myticket/smartphoneTicket.png);
  -webkit-background-size: 107px 57px;
  background-size: 107px 57px;
  min-height: 57px;
  padding-left: 110px;
  vertical-align: middle;
  display: table-cell;
  letter-spacing: -0.01em;
  /*behavior:url(../htc/PIE.htc);*/
}

/* 10件ずつ表示 */
#responsiveBaseFrame .moreBtn span:before {
  background-image: url(../../pc_images_v2/sp/common/arrowWhiteBottom.png);
  -webkit-background-size: 8px 5px;
  background-size: 8px 5px;
  width: 8px;
  height: 5px;
  margin-top: -2px;
  /*behavior:url(../htc/PIE.htc);*/
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

サイドメニュー

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	マイページメニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu ul {
  /*			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			box-sizing:border-box;*/
  display: table;
  width: 100%;
  border: 1px solid #d9e0e0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu ul li {
  /*			-webkit-box-flex: 1;
			-moz-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;*/
  display: table-cell;
}

#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #pageMenu ul li a {
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #d9e0e0;
  display: block;
  padding: 5px 0px;
  background-color: #eef1f1;
  color: #666666;
  text-decoration: none;
  font-size: 10px;
}
#responsiveBaseFrame
  #areaContents
  #layoutCntents
  #sideMenu
  #pageMenu
  ul
  li:first-child
  a {
  border-left: none;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	ログインメニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #loginMenu {
  display: none;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	マイページメニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #areaContents #layoutCntents #sideMenu #mypageMenu {
  display: none;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
	カテゴリメニュー
	−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .category-menu {
  display: none;
}

#responsiveBaseFrame #areaContents #layoutCntents #sideMenu .search-section {
  display: none;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

パンくずリスト

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #areaContents #breadcrumbList {
  border-top: 1px solid #d9e0e0;
  border-bottom: 1px solid #d9e0e0;
  margin-top: 40px;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul {
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #d9e0e0;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul:first-child {
  border-top: none;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul li {
  float: left;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0;
  background-image: url(../../pc_images_v2/sp/common/breadcrumbList.png);
  -webkit-background-size: 13px 37px;
  background-size: 13px 37px;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  margin-right: 4px;
  /*behavior:url(../htc/PIE.htc);*/

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80px;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul li:first-child {
  background: none;
  padding-left: 0;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul li.item-2.last_li {
  max-width: 240px;
}
#responsiveBaseFrame #areaContents #breadcrumbList ul li.item-3.last_li {
  max-width: 140px;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul li.item-4 {
  max-width: 60px;
}
#responsiveBaseFrame #areaContents #breadcrumbList ul li.item-4.last_li {
  max-width: 75px;
}

#responsiveBaseFrame #areaContents #breadcrumbList ul li.item-5 {
  max-width: 40px;
}
#responsiveBaseFrame #areaContents #breadcrumbList ul li.item-5.last_li {
  max-width: 50px;
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
フッター
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame footer {
  background-color: #868686;
  padding-bottom: 30px;
}
#responsiveBaseFrame footer small {
  color: #d4d4d4;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
}
#responsiveBaseFrame footer p {
  text-align: center;
}
#responsiveBaseFrame footer .copyright {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 19px;
}

#responsiveBaseFrame footer .copyright small {
  display: block;
}

#responsiveBaseFrame footer .copyright p:first-child {
  margin-bottom: 13px;
}

/*-------------------------------
about-service-area
-------------------------------*/
#responsiveBaseFrame footer nav {
  background-color: #868686;
  padding-bottom: 30px;
}
#responsiveBaseFrame footer nav ul {
  border-bottom: 1px solid #999;
}

#responsiveBaseFrame footer nav li a {
  display: block;
  color: #fff;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 42px;
  border-top: 1px solid #999;
  padding: 0 10px;
  font-size: 17px;
}
#responsiveBaseFrame footer nav li a,
#responsiveBaseFrame footer nav li a:link,
#responsiveBaseFrame footer nav li a:visited,
#responsiveBaseFrame footer nav li a:active {
  color: #ffffff;
  text-decoration: none;
}

#responsiveBaseFrame footer nav li a:hover {
  background-color: #aaa;
}
#responsiveBaseFrame footer nav li a:after {
  content: " ";
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 17px;
  background-image: url("../../pc_images_v2/sp/common/arrowWhiteRight.png");
  -webkit-background-size: 5px 7px;
  background-size: 5px 7px;
  background-repeat: no-repeat;
  /*behavior:url(../htc/PIE.htc);*/
}
#responsiveBaseFrame footer nav .to-top {
  width: 45px;
  height: 45px;
  margin: 35px auto 0px;
  display: block;
  background-position: 0 top;
  background-image: url("../../pc_images_v2/sp/footer/to_top.png");
  -webkit-background-size: 100%;
  background-size: 100%;
  text-indent: -9999px;
  /*behavior:url(../htc/PIE.htc);*/
}

#responsiveBaseFrame footer nav .to-top:hover {
  background-position: 0 bottom;
}

/*-------------------------------
news-area
-------------------------------*/
#responsiveBaseFrame .news-area {
  background-color: #dde1e1;
}
#responsiveBaseFrame .news-area .inner {
  margin-right: 0;
  margin-left: 0;
}
#responsiveBaseFrame .news-area .news-list {
  margin-bottom: 18px;
  font-size: 14px;
}
#responsiveBaseFrame .news-area .news-list a {
  display: block;
  padding: 5px;
  position: relative;
}
#responsiveBaseFrame .news-area .news-list a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-image: url("../../images/top/icon_arrow_right_gray.png");
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  /*behavior:url(../htc/PIE.htc);*/
}
#responsiveBaseFrame .news-area .news-list a:hover {
  display: block;
  background-color: #c6caca;
}
#responsiveBaseFrame .news-area .news-date {
  font-weight: normal !important;
  color: #333;
}
#responsiveBaseFrame .news-area .news-text {
  font-weight: normal !important;
  color: #666;
}

#responsiveBaseFrame .news-area .button {
  font-size: 17px;
}

/*-------------------------------
sns-area
-------------------------------*/
#responsiveBaseFrame .sns-area {
  background-color: #dde1e1;
}

/*----- bookmark-event-list -----*/
#responsiveBaseFrame .bookmark-event-area {
  background-color: #19b5af;
  padding-bottom: 35px;
}
#responsiveBaseFrame .myticket-area {
  background-color: #eef1f1;
  padding-bottom: 35px;
}
#responsiveBaseFrame .myticket-area .inner,
#responsiveBaseFrame .bookmark-event-area .inner {
  margin-right: 0;
  margin-left: 0;
}
#responsiveBaseFrame .bookmark-event-list > li {
  margin: 0 auto 20px;
}
#responsiveBaseFrame .bookmark-event-list a {
  position: relative;
  display: block;
}
#responsiveBaseFrame .bookmark-event-list figure {
  padding-right: 5px;
  padding-left: 5px;
}
#responsiveBaseFrame .myticket-area .bookmark-event-list a:hover {
  background-color: #dfe2e3;
}
#responsiveBaseFrame .bookmark-event-area .bookmark-event-list a:hover {
  background-color: #17aaa5;
}
#responsiveBaseFrame .bookmark-event-list .right-content {
  float: right;
  margin-left: -100px;
  width: 100%;
}
#responsiveBaseFrame .bookmark-event-list img {
  float: left;
}
#responsiveBaseFrame .bookmark-event-list figure {
  margin: 0;
  max-width: 95%;
}
#responsiveBaseFrame .bookmark-event-list figcaption {
  width: 60%;
  margin-left: 100px;
  height: 100px;
  padding-left: 15px;
  padding-right: 25px;
  float: left;
}
#responsiveBaseFrame .bookmark-event-list a:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -5px;
  -webkit-background-size: 100%;
  background-size: 100%;
  /*behavior:url(../htc/PIE.htc);*/
}
#responsiveBaseFrame .bookmark-event-list figcaption li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#responsiveBaseFrame .myticket-area .bookmark-event-list figcaption li {
  color: #666;
}
#responsiveBaseFrame .bookmark-event-area .bookmark-event-list figcaption li {
  color: #e6e6e6;
}
#responsiveBaseFrame .bookmark-event-list .icon-min {
  margin-right: 6px;
}
#responsiveBaseFrame .bookmark-event-list h2 {
  font-size: 16px;
  line-height: 20px;
  min-height: 39px;
  word-wrap: break-word;
}
#responsiveBaseFrame .bookmark-event-area .bookmark-event-list h2 {
  color: #bee2d6;
}
#responsiveBaseFrame .myticket-area .bookmark-event-list h2 {
  color: #249da5;
}
#responsiveBaseFrame .myticket-area .bookmark-event-list a:after {
  background-image: url("../../images/top/icon_arrow_right_green.png");
}
#responsiveBaseFrame .bookmark-event-area .bookmark-event-list a:after {
  background-image: url("../../images/top/icon_arrow_right_white.png");
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
お知らせやSNSなど
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame #news-section {
  margin-top: 10px;
  background-color: #dde1e1;
}
#responsiveBaseFrame #news-section .inner {
  padding-top: 25px;
}
#responsiveBaseFrame #news-section .sns-area h2,
#responsiveBaseFrame #news-section .sns-area .qr-block {
  display: none;
}

#responsiveBaseFrame #news-section .news-area {
  margin-bottom: 30px;
}

#responsiveBaseFrame #news-section .news-area h2 {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../../pc_images_v2/sp/footer/captionNotice.png);
  -webkit-background-size: 79px 39px;
  background-size: 79px 39px;
  width: 79px;
  height: 39px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

#responsiveBaseFrame #news-section .news-area #news-list {
  margin-left: 12px;
  margin-right: 12px;
}

#responsiveBaseFrame #news-section .news-area #news-list li {
  margin-bottom: 15px;
}

#responsiveBaseFrame #news-section .news-area #news-list li a {
  display: block;
  text-decoration: none;
  color: #666666;
  position: relative;
  padding-right: 18px;
}
#responsiveBaseFrame #news-section .news-area #news-list li a:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../../pc_images_v2/sp/common/arrowGrayRight.png);
  -webkit-background-size: 5px 7px;
  background-size: 5px 7px;
  display: block;
  width: 5px;
  height: 7px;
  right: 0px;
  top: 50%;
  margin-top: -4px;
}

#responsiveBaseFrame #news-section .news-area #news-list li a:hover {
  background-color: #c6caca;
}

#responsiveBaseFrame #news-section .news-area #news-list li a p.font-bold {
  color: #333333;
}

#responsiveBaseFrame #news-section .news-area .button a {
  border-top: 1px solid #259b9f;
  border-bottom: 1px solid #259b9f;
  color: #259b9f;
  background: none;
  padding: 8px 0;
}
#responsiveBaseFrame #news-section .news-area .button a:hover {
  background-color: #32b5c4;
  color: #ffffff;
}

#responsiveBaseFrame #news-section .news-area .button a:before {
  background-image: url(../../pc_images_v2/sp/common/arrowGreenRight.png);
}
#responsiveBaseFrame #news-section .news-area .button a:hover:before {
  background-image: url(../../pc_images_v2/sp/common/arrowWhiteRight.png);
}

/* SNS */
#responsiveBaseFrame #news-section .sns-block {
  padding-bottom: 30px;
}

#responsiveBaseFrame .sns-block ul {
  width: 285px;
  margin-left: auto;
  margin-right: auto;
}

#responsiveBaseFrame .sns-block li,
#responsiveBaseFrame .sns-block li a {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  -webkit-background-size: 45px 90px;
  background-size: 45px 90px;
}

#responsiveBaseFrame .sns-block li a:hover {
  background-position: 0 bottom;
}

#responsiveBaseFrame .sns-block li {
  float: left;
  margin-right: 15px;
}
#responsiveBaseFrame .sns-block li:last-child {
  margin-right: 0;
}

#responsiveBaseFrame .sns-block li.twitter a {
  background-image: url(../../pc_images_v2/sp/common/iconTwitter.png);
}
#responsiveBaseFrame .sns-block li.facebook a {
  background-image: url(../../pc_images_v2/sp/common/iconFacebook.png);
}
#responsiveBaseFrame .sns-block li.mixi a {
  background-image: url(../../pc_images_v2/sp/common/iconMixi.png);
}
#responsiveBaseFrame .sns-block li.line a {
  background-image: url(../../pc_images_v2/sp/common/iconLine.png);
}
#responsiveBaseFrame .sns-block li.mail a {
  background-image: url(../../pc_images_v2/sp/common/iconMail.png);
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
スライダー
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#responsiveBaseFrame .bx-prev,
#responsiveBaseFrame .bx-next {
  display: none;
}

#responsiveBaseFrame .bx-pager div a {
  background-size: 7px 7px;
  height: 7px;
  width: 7px;
}

#responsiveBaseFrame .bx-pager {
  text-align: center;
  padding-top: 0px;
}

/*--------------------
Remove outline border on smart phone when focus
----------------------*/
*:focus {
  outline: none;
}
#prepareRegist {
  margin-bottom: 30px;
}
#prepareRegist p {
  color: #e25454;
  font-size: 12px;
  width: 92%;
  text-align: left !important;
  margin-left: 4%;
}
#prepareRegist a {
  color: #fff !important;
  display: inline-block;
  width: 91%;
  height: 35px;
  line-height: 41px;
  padding: 5px;
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  background: #e94d67;
  border-bottom: 2px solid #d52e43;
  border-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
