@charset "utf-8";

/* font-size(基準14pxに対して) */
/*
10px font-size:71%;
12px font-size:86%;
14px font-size:100%;
16px font-size:114%;
18px font-size:129%;
20px font-size:143%;
22px font-size:157%;
24px font-size:171%;
 */

/* --------------------
 body
-------------------- */
/* top */
#top-event-slider {
  width: 100%;
  height: 624px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#top-event-slider-i {
  width: 100%;
  height: 624px;
}
#top-event-slider .slider {
  width: 100%;
  height: 624px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.slider:after {
  content: " ";
  background: url(../img/contents/top/bg_slider.png) repeat-x left top;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 182px;
}

#top-event-slider .slider .im {
  width: 480px;
  position: absolute;
  top: 154px;
  left: 50%;
  z-index: 2;
  margin-left: -480px;
}
#top-event-slider .slider .im a {
  background-color: #f00 !important;
}
#top-event-slider-nav {
  width: 10px;
  position: absolute;
  top: 154px;
  left: 20px;
  z-index: 5;
  font-size: 0;
}
#top-event-slider-nav a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0 10px;
}
#event-pickup {
  width: 420px;
  height: 330px;
  position: absolute;
  top: 138px;
  right: 50%;
  margin-right: -460px;
  z-index: 3;
}
#event-pickup-i {
  width: 420px;
  height: 330px;
}
.event-pickup {
  width: 420px;
  height: 330px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
.event-pickup-i {
  width: 100%;
  height: 320px;
  background-color: #fff;
  overflow: auto;
}
.mCSB_inside > .mCSB_container {
  min-height: 320px;
}
.mCSB_scrollTools {
  width: 8px !important;
}
.mCSB_dragger_bar {
  background-color: #ff194d !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.mCSB_draggerRail {
  background-color: #27303e !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}

.event-pickup-i .article .chumoku {
  margin-bottom: 6px;
}
.event-pickup-i .article .chumoku img {
  vertical-align: top;
}
.event-pickup-i .article .artist {
  margin-bottom: 2px;
  line-height: 1.2;
  color: #000;
  font-size: 171%;
  font-weight: 700;
}
.event-pickup-i .article .title {
  margin-bottom: 8px;
  line-height: 1.2;
  color: #000;
  font-size: 86%;
}
.event-pickup-i .article .artist a,
.event-pickup-i .article .title a {
  color: #000;
  text-decoration: none;
}
.event-pickup-i .article .artist a:hover,
.event-pickup-i .article .title a:hover {
  color: #ff194d;
}
.event-pickup-i .article .article-i {
  line-height: 1.4;
  font-size: 86%;
}

/* 写真が縦長の場合 */
.type-1 .event-pickup-i .ph {
  width: 180px;
  height: 320px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.type-1 .event-pickup-i .ph img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 180px !important;
  height: auto !important;
}
.type-1 .event-pickup-i .article {
  padding: 18px 18px 18px 200px;
}

/* 写真が横長の場合 */
.type-2 .event-pickup-i .ph {
  width: 100%;
  height: 180px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.type-2 .event-pickup-i .ph img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 180px !important;
  width: auto !important;
}
.type-2 .event-pickup-i .article {
  padding: 12px 18px 18px;
}

#event-pickup-nav {
  width: 10px;
  position: absolute;
  top: 154px;
  right: 50%;
  z-index: 5;
  font-size: 0;
  margin-right: -500px;
}
#event-pickup-nav a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0 10px;
}

#top-bar {
  width: 100%;
  position: absolute;
  bottom: 98px;
  left: 0;
  z-index: 3;
}
#top-sns {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 80px;
}
#top-sns li {
  margin: 0 8px 0 0;
  padding: 0;
  float: left;
}
#top-sns li img {
  vertical-align: top;
}
#top-sns li .text {
  display: none;
}
#top-news-ticker {
  margin-top: 5px;
  margin-left: 88px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
#top-news-ticker img {
  vertical-align: top;
}
#top-news-ticker .title-box {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 74px;
  position: absolute;
  top: 0;
  left: 0;
}
#top-news-ticker .title-box li {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 24px;
}

#top-news-ticker .ticker {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 770px;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 84px;
}
#top-news-ticker .ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
}

#top-news-ticker .ticker ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  color: #000;
  line-height: 24px;
}
#top-news-ticker .ticker ul li a {
  color: #000;
  text-decoration: none;
}
#top-news-ticker .ticker ul li a:hover {
  color: #000;
  text-decoration: underline;
}
#top-tab {
  margin: -80px 0 24px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 80px;
  letter-spacing: -0.4em;
  text-align: center;
  position: relative;
  z-index: 4;
}
#top-tab li {
  width: 33%;
  height: 80px;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
}
#top-tab li div {
  width: 100%;
  height: 80px;
  display: table;
}
#top-tab li div a {
  width: 100%;
  height: 80px;
  line-height: 1.1;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 157%;
}
#top-tab li div a span.sub-text {
  font-size: 64%;
}
#top-tab li.tab-1 div a {
  color: #fff;
  background: #33050f url(../img/contents/top/bg_tab.png) no-repeat left bottom;
}
#top-tab li.tab-1 div a span.sub-text {
  color: #ff194d;
}
#top-tab li.tab-1 div a:hover {
  color: #fff;
  background-color: #715057;
  background-image: none;
}
#top-tab li.tab-2 div a {
  color: #fff;
  background: #002228 url(../img/contents/top/bg_tab.png) no-repeat left bottom;
}
#top-tab li.tab-2 div a span.sub-text {
  color: #00abc9;
}
#top-tab li.tab-2 div a:hover {
  color: #fff;
  background-color: #4d6569;
  background-image: none;
}
#top-tab li.tab-3 div a {
  color: #fff;
  background: #290030 url(../img/contents/top/bg_tab.png) no-repeat left bottom;
}
#top-tab li.tab-3 div a span.sub-text {
  color: #dd4ef6;
}
#top-tab li.tab-3 div a:hover {
  color: #fff;
  background-color: #6a4d6f;
  background-image: none;
}
#top-tab li div a.current {
  color: #000 !important;
  background-color: #fff !important;
  background-image: none;
}
#top-tab li .comment {
  width: 114px;
  height: 34px;
  position: absolute;
  top: -20px;
  right: 70px;
}
#event-bar {
  margin-bottom: 20px;
  padding-top: 8px;
  width: 100%;
  height: 104px;
  position: relative;
  overflow: hidden;
}
#event-bar-inner {
  width: 110%;
  /*padding: 0 30px;*/
  /*padding-right: 30px;*/
  box-sizing: content-box;
  height: 144px;
  overflow: scroll;
  /*overflow: hidden;*/
}
#event-bar ul {
  /*margin:0 30px 0 30px;*/
  /*padding:0 30px 0;*/
  padding-right: 10%;
  box-sizing: content-box;
  list-style: none;
  width: 6000px;
  height: 98px;
  background-color: #fff;
}
#event-bar li {
  margin: 0 1px 0 0;
  padding: 0;
  line-height: 1.1;
  width: 90px;
  height: 90px;
  float: left;
  text-align: center;

  position: relative;
}
#event-bar li .today-icon {
  display: none;
}
#event-bar li.today .today-icon {
  display: block;
  width: 58px;
  height: 20px;
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 2;
  margin-left: -29px;
}
#event-bar li a {
  width: 90px;
  height: 90px;
  display: table-cell;
  background-color: #efeff1;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
#event-bar li a span {
  display: block;
}
#event-bar li a span.year {
  color: #000;
  font-size: 114%;
}
#event-bar li a span.day {
  color: #000;
  font-size: 200%;
}
#event-bar li a span.week {
  color: #666;
  font-size: 86%;
}
#event-bar li a.current,
#event-bar li a.current span,
#event-bar li a:hover,
#event-bar li a:hover span {
  color: #fff;
  background-color: #ff194d;
}
#event-bar li a.current:hover:after,
#event-bar li a.current:after {
  content: url(../img/contents/top/icon_event_bar.png);
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 0;
  margin-left: -7px;
}
#event-bar-l {
  width: 30px;
  height: 90px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
}
#event-bar-r {
  width: 30px;
  height: 90px;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 10;
}
#event-contents-wrapper {
  margin-bottom: 42px;
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#ec-btn-prev {
  position: absolute;
  top: 100px;
  left: 4px;
  z-index: 10;
}
#ec-btn-next {
  position: absolute;
  top: 100px;
  right: 4px;
  z-index: 10;
}
#ec-btn-prev,
#ec-btn-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(255, 25, 77, 0.7);
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 114%;
  cursor: pointer;
}
#event-contents {
  margin-bottom: -20px;
  /*margin-bottom:42px;
	padding:0 20px;*/
  padding-bottom: 10px;
  width: 110%;
  box-sizing: content-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#event-contents ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  /*box-sizing: border-box;*/
  width: 20000px;
  white-space: nowrap;
  letter-spacing: -0.4em;
}
#event-contents ul li {
  margin: 0 16px 0 0;
  padding: 0;
  /*float:left;*/
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  white-space: normal;
  letter-spacing: normal;
}
#event-contents ul li .wrap {
  display: table;
  width: 254px;
}
#event-contents ul li .ph {
  background-color: #333;
  text-align: center;
  width: 254px;
  height: 170px;
  display: table;
}
#event-contents ul li .ph a {
  display: table-cell;
  width: 254px;
  height: 170px;
  text-align: center;
  vertical-align: middle;
}
#event-contents ul li .ph img {
  height: auto;
  width: auto;
  max-width: 254px;
  max-height: 170px;
}
#event-contents ul li .date {
  margin-bottom: 4px;
  padding: 6px 10px;
  color: #fff;
  background-color: #000;
  font-size: 114%;
}
#event-contents ul li.current .date,
#event-contents ul li:hover .date {
  background-color: #ff194d;
}
#event-contents ul li .date span {
  font-size: 63%;
}
#event-contents ul li .date span.soldout {
  display: inline-block;
  margin-left: 0;
  font-size: 100%;
  color: #ff194d;
}
#event-contents ul li:hover .date span.soldout {
  color: #fff;
}
#event-contents ul li .artist {
  color: #000;
  font-size: 143%;
}
#event-contents ul li .title {
  color: #000;
  font-size: 71%;
}
#event-contents ul li .artist a,
#event-contents ul li .title a {
  color: #000;
  text-decoration: none;
}
#event-contents ul li .artist a:hover,
#event-contents ul li .title a:hover {
  color: #ff194d;
}
#event-contents ul li .place {
  color: #666;
  font-size: 71%;
}
#top-information {
  padding: 34px 0;
  width: 100%;
  background-color: #777c80;
}
#top-information .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#top-information h2 {
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 229%;
  color: #fff;
  font-weight: 300;
}
/*#top-information ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#top-information ul li{
	margin:0 12px 12px 0;
	padding:0;
	vertical-align:top;
	float:left;

}*/
#top-information ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  letter-spacing: -0.4em;
}

#top-information ul li {
  margin: 0 12px 12px 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
}
#top-information ul li img {
  vertical-align: top;
}
.top-news {
  padding: 30px 0;
  width: 100%;
  background-color: #18222f;
}
.top-news.btm {
  border-top: 4px #787878 solid;
  background-color: #f1f1f1 !important;
}
.top-news .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  display: table;
  background: #fff url(../img/contents/top/bg_line_1.gif) repeat-y center top;
}
.top-news.btm .inner {
  background: #fff url(../img/contents/top/bg_line_2.gif) repeat-y center top;
}
.top-news .box-l {
  display: table-cell;
  width: 50%;
  padding: 36px 52px 36px 38px;
  min-width: 300px;
  vertical-align: top;
}
.top-news .box-r {
  display: table-cell;
  padding: 36px 38px 36px 52px;
  width: 50%;
  vertical-align: top;
}

.top-news .news h2 {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ff194d;
  font-size: 229%;
  font-weight: 400;
}
.top-news .news .title-box,
.record .title-box {
  position: relative;
}
.top-news .news .title-box .top-sns {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 4px;
  right: 60px;
}
.top-news .news .title-box .top-sns li {
  margin: 0 0 0 8px;
  padding: 0;
  float: left;
}
.top-news .news .title-box .top-sns li img {
  vertical-align: top;
}
.top-news .news .title-box .nav,
.record .title-box .nav {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

hr.top-line {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 30px 0 16px;
  border-top: 1px #b5b5b5 solid;
  width: 100%;
}
.top-news dl {
  width: 100%;
  margin-bottom: 12px;
}
.top-news dl dt {
  margin-bottom: 6px;
  line-height: 20px;
  font-size: 86%;
}
.top-news dl dt .date {
  margin-right: 6px;
  padding: 0 6px;
  color: #fff;
  background-color: #808080;
  display: inline-block;
}
.top-news dl dt .category {
  margin-right: 2px;
  padding: 0 6px;
  color: #4d4d4d;
  background-color: #e0e0e0;
  display: inline-block;
}
.top-news dl dd {
  line-height: 1.4;
}
.top-news dl dd a {
  text-decoration: none;
}
.top-news dl dd a:hover {
  text-decoration: underline;
}
.record h2 {
  margin-bottom: 6px;
  line-height: 1.2;
  color: #3f78b2;
  font-size: 229%;
  font-weight: 400;
}
.top-news .tn {
  width: 100%;
}
.top-news .tn .ph {
  margin-bottom: 12px;
  width: 62px;
  border: 1px #fff solid;
  float: left;
}
.top-news .tn dl {
  width: auto;
  margin-left: 74px;
  min-height: 62px;
}
.top-news .wwe {
  width: 100%;
}
.top-news .wwe .title-box h2 {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
  font-size: 200%;
}
.top-news .wwe .title-box {
  position: relative;
}
.top-news .wwe .title-box .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
}
.top-news .wwe .btn a {
  padding: 4px 0;
  width: 160px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 86%;
  text-align: center;
  text-decoration: none;
}
.top-news .wwe .btn a:hover {
  background-color: #ff194d;
}
.top-news .wwe .article,
.top-news .wwe .ph {
  vertical-align: middle;
}
.top-news .wwe .article {
  margin-left: 176px;
  padding: 0 10px 0 0;
}
.top-news .wwe .ph {
  width: 156px;
  float: left;
}
.top-news .wwe .ph img {
  width: 100%;
}
.top-news .wwe h2 {
  margin-bottom: 6px;
  line-height: 1.2;
  color: #000;
  font-size: 86%;
  font-weight: 300;
}
.top-news .wwe h2 span {
  font-size: 200%;
  font-style: normal;
}
.top-news .wwe .text {
  font-size: 86%;
}
.top-news .wwe .text a {
  color: #22b473;
  text-decoration: underline;
}
.top-news .wwe .text a:hover {
  color: #f00;
  text-decoration: underline;
}

.top-news .r3 {
  margin-bottom: 30px;
}
.top-news .r3 .title-box {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px #b5b5b5 solid;
  width: 100%;
  position: relative;
}
.top-news .r3 .title-box .nav {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.top-news .r3 h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  color: #22b473;
  font-size: 171%;
  font-weight: 300;
}
.top-news .r3 h3 span {
  font-size: 58%;
  vertical-align: middle;
  border: 1px #22b473 solid;
  display: inline-block;
  padding: 2px 6px;
}
.top-news .r3-i {
  width: 100%;
}
.top-news .r3-i .article {
  margin-left: 164px;
  font-size: 86%;
}
.top-news .r3-i .article a {
  color: #22b473;
  text-decoration: underline;
}
.top-news .r3-i .article a:hover {
  color: #f00;
  text-decoration: underline;
}
.top-news .r3-i .ph {
  float: left;
  width: 144px;
}
.top-news .bnr-btm {
  margin: 32px auto 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1280px;
}
.top-news .bnr-btm li {
  margin: 0;
  padding: 0 14px;
  float: left;
  width: 25%;
}
.top-news .bnr-btm li:last-child {
  margin-right: -20px;
}
#top-bnr {
  padding: 36px 0 26px;
  width: 100%;
  background-color: #e5e5e5;
}
#top-bnr .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#top-bnr ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#top-bnr ul li {
  margin: 0 16px 16px 0;
  padding: 0;
  float: left;
}
#top-bnr ul li img {
  max-width: none;
  width: auto;
  height: auto;
}

/* qa */
#qa #main {
  background: #1a1a1a url(../img/contents/qa/bg_main.jpg) no-repeat center top;
}
.qa-title {
  margin-bottom: 4px;
  font-size: 186%;
  font-weight: 300;
}
.qa-box {
  margin-bottom: 64px;
  border-bottom: 1px #4d4d4d solid;
}
.qa-box dt {
  padding: 20px 0 20px 32px;
  border-top: 1px #4d4d4d solid;
  font-size: 129%;
  background: url(../img/contents/qa/icon_plus.png) no-repeat 10px center;
  cursor: pointer;
  line-height: 1.2;
}
.qa-box dt.active {
  color: #d8df21;
  background: url(../img/contents/qa/icon_minus.png) no-repeat 10px center;
}
.qa-box dd {
  display: none;
  padding: 0 0 34px;
  width: 100%;
}
.qa-box dd .inner {
  padding: 20px 34px;
  background-color: #333;
}
.qa-box dd a {
  color: #d8df21;
  text-decoration: underline;
}
.qa-box dd a:hover {
  color: #f00;
  text-decoration: underline;
}

/* sitemap */
#sitemap #main {
  background: #1a1a1a url(../img/contents/sitemap/bg_main.jpg) no-repeat center
    top;
}
#sit-box {
  margin: 0 auto;
  width: 890px;
}
#sit-box .inner {
  width: 410px;
}
.sit-box-1 {
  margin-bottom: 30px;
  padding-top: 24px;
  background: url(../img/contents/sitemap/sit_line_1.gif) no-repeat left top;
}
.sit-box-1 h3 {
  margin-bottom: 10px;
  font-size: 143%;
  font-weight: 300;
  line-height: 1.2;
}
.sit-box-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sit-box-1 ul li {
  margin: 0;
  padding: 0 0 6px;
  font-weight: 1.4;
  color: #b2b2b2;
}
.sit-box-1 ul li a {
  color: #b2b2b2;
  text-decoration: none;
}
.sit-box-1 ul li a:hover {
  color: #f00;
  text-decoration: underline;
}

/* runrunrun */
#runrunrun #main {
  background: #cbe269 url(../img/contents/runrunrun/bg_main.jpg) no-repeat
    center top;
}
#runrunrun.common #contents {
  padding: 70px 0;
  color: #4d4d4d;
}
#runrunrun #c-title {
  margin-bottom: 26px;
}
#runrunrun #lead {
  margin-bottom: 16px;
  width: 960px;
  color: #000;
  text-align: left;
}
.run-box-list .inner {
  margin: 0 20px 20px 0;
  padding: 16px;
  width: 470px;
  height: 214px;
  background: #fff url(../img/contents/runrunrun/run_icon_ya.gif) no-repeat
    right bottom;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
  display: table;
  float: left;
  cursor: pointer;
}
.run-box-list .inner:nth-child(2n) {
  margin: 0 0 20px 0;
}
.run-box-list .inner .ph,
.run-box-list .inner .article {
  display: table-cell;
  vertical-align: middle;
}
.run-box-list .inner .ph {
  width: 178px;
  height: 178px;
  position: relative;
  overflow: hidden;
}
.run-box-list .inner .ph img {
  height: 178px !important;
  width: auto;
  max-width: none;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
}
.run-box-list .inner .article {
  padding: 0 34px;
}
.run-box-list .inner .date {
  margin-bottom: 8px;
  padding: 4px 14px;
  display: inline-block;
  color: #fff;
  background-color: #22b473;
  line-height: 1.4;
}
.run-box-list .inner h3 {
  color: #000;
  font-size: 243%;
  font-weight: 300;
  line-height: 1.2;
}
.run-box-list .inner h3 a {
  color: #000;
  text-decoration: none;
}
.run-box-list .inner:hover h3 a,
.run-box-list .inner h3 a:hover {
  color: #ff194d;
  text-decoration: none;
}
.run-box {
  margin-bottom: 14px;
  padding: 40px;
  background-color: #fff;
}
.run-box .inner {
  width: 100%;
}
.run-box .box-l {
  width: 404px;
  float: left;
}
.run-box .box-r {
  width: 446px;
  float: right;
}
.run-box .title {
  margin-bottom: 16px;
  padding: 8px 8px 8px 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #8adee6;
  background: #000 url(../img/contents/runrunrun/run_icon_1.gif) no-repeat 6px
    center;
  font-size: 129%;
}
.run-box .artist {
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  font-size: 357%;
}
.run-box .ph {
  margin-bottom: 10px;
  border: 2px #e5e5e5 solid;
  text-align: center;
}
.run-box .caption {
  width: 100%;
}
.run-box .caption .text {
  line-height: 1.2;
}
.run-box .caption.link .text {
  width: 300px;
  float: left;
}
.run-box .caption.link .btn {
  width: 132px;
  float: right;
}
.run-box .interview {
  width: 100%;
}
.run-entry-nav {
  margin-top: 36px;
  width: 100%;
  height: 90px;
  position: relative;
  color: #fff;
  font-size: 143%;
  line-height: 1.2;
}
.run-entry-nav a {
  display: block;
  width: 100%;
  height: 90px;
  color: #fff;
  background-color: #000;
  text-decoration: underline;
}
.run-entry-nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.run-entry-nav .prev {
  width: 50%;
  float: left;
  display: table;
}
.run-entry-nav .prev > span {
  padding-right: 60px;
  display: table-cell;
  width: 100%;
  height: 90px;
  text-align: right;
  vertical-align: middle;
  position: relative;
}
.run-entry-nav .page-top {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  display: table;
}

.run-entry-nav .next {
  width: 50%;
  float: right;
  display: table;
}
.run-entry-nav .next > span {
  padding-left: 60px;
  display: table-cell;
  width: 100%;
  height: 90px;
  text-align: left;
  vertical-align: middle;
  position: relative;
}
.run-entry-nav .prev a,
.run-entry-nav .next a {
  display: table-cell;
  width: 420px;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
}
.run-entry-nav .prev a {
  padding-right: 112px;
  padding-left: 120px;
  background: #000 url(../img/contents/runrunrun/run_icon_prev.gif) no-repeat
    left center;
}
.run-entry-nav .prev span.cs {
  display: table-cell;
  width: 420px;
  height: 90px;
  text-align: left;
  vertical-align: middle;
  padding-right: 112px;
  padding-left: 120px;
  color: #beca8e;
  background: #e5f1b4 url(../img/contents/runrunrun/run_icon_prev_cs.gif)
    no-repeat left center;
}
.run-entry-nav .next a {
  padding-left: 112px;
  padding-right: 120px;
  background: #000 url(../img/contents/runrunrun/run_icon_next.gif) no-repeat
    right center;
}
.run-entry-nav .prev .img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 60px;
  overflow: hidden;
}
.run-entry-nav .next .img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 60px;
  overflow: hidden;
}
.run-entry-nav .img img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  max-width: none;
  height: 90px !important;
  width: auto;
}

/* privacy */
#privacy #main {
  background: #131313 url(../img/contents/privacy/bg_main.jpg) no-repeat center
    top;
}
.pri-title {
  margin-bottom: 10px;
  font-size: 186%;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}
.pri-text {
  margin-bottom: 40px;
  color: #b2b2b2;
  text-align: center;
}
.pri-box {
  margin: 0 auto;
  width: 890px;
}
.pri-box .inner {
  width: 420px;
  line-height: 2;
  color: #b2b2b2;
}
.pri-box .inner h4 {
  color: #fff;
  font-weight: 300;
}

/* company */
#company #main {
  background: #1a1a1a url(../img/contents/company/bg_main.jpg) no-repeat center
    top;
}
.com-box-1 {
  width: 100%;
}
.com-box-1 .inner {
  float: left;
  width: 586px;
  color: #b2b2b2;
  line-height: 2;
  position: relative;
}
.com-box-1 .logo {
  width: 96px;
  position: absolute;
  top: 0;
  left: 0;
}
.com-info {
  margin: 0 0 36px 120px;
}
.com-box-1 .inner h3 {
  font-size: 214%;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.com-box-1 .inner dl {
  margin-top: 20px;
  width: 100%;
}
.com-box-1 .inner dt {
  margin-bottom: 4px;
  width: 5em;
  float: left;
}
.com-box-1 .inner dd {
  margin-left: 5em;
  margin-bottom: 4px;
}
.com-box-1 .ph {
  float: right;
  width: 312px;
}
#com-box-2 {
  width: 100%;
}
#com-box-2 .inner {
  width: 450px;
}
.com-box-3 {
  margin-bottom: 30px;
  padding-top: 24px;
  background: url(../img/contents/company/com_line_1.gif) no-repeat left top;
}
.com-box-1 .inner .com-box-3 h3 {
  margin-bottom: 10px;
  font-size: 157%;
  font-weight: 300;
  line-height: 1.2;
}
.com-box-3-i {
  width: 100%;
}
.com-box-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 270px;
}
.com-box-3 ul li {
  margin: 0;
  padding: 0 0 4px 1em;
  position: relative;
  color: #b2b2b2;
}
.com-box-3 ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.com-box-3 ul li a {
  color: #b2b2b2;
  text-decoration: underline;
}
.com-box-3 ul li a:hover {
  color: #f00;
  text-decoration: underline;
}

/* event-schedule */
#event-schedule #contents {
  padding: 10px 0 0 0;
  width: 100%;
}
#es-con-box-top {
  padding-top: 44px;
  width: 100%;
  color: #fff;
  background-color: #000;
  position: relative;
}
#es-con-box-top h2 {
  margin-bottom: 2px;
  line-height: 1.1;
  font-size: 357%;
  font-weight: 300;
  text-align: center;
}
#es-con-box-top .text {
  margin: 0 auto 20px auto;
  width: 276px;
  height: 32px;
  line-height: 24px;
  color: #ffffc0;
  background: url(../img/contents/concert-schedule/bg_con.gif) no-repeat center
    top;
  text-align: center;
}
#es-con-box-top #prev-year,
#es-con-box-top #next-year {
  font-size: 214%;
  font-weight: 300;
  cursor: pointer;
}
#es-con-box-top #prev-year:hover,
#es-con-box-top #next-year:hover {
  opacity: 0.5;
}
#es-con-box-top #prev-year {
  padding-left: 32px;
  position: absolute;
  top: 56px;
  left: 36px;
}
#es-con-box-top #prev-year:before {
  content: url(../img/contents/concert-schedule/icon_prev.png);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
#es-con-box-top #next-year {
  padding-right: 32px;
  position: absolute;
  top: 56px;
  right: 36px;
}
#es-con-box-top #next-year:before {
  content: url(../img/contents/concert-schedule/icon_next.png);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
#es-con-bar {
  margin-bottom: 20px;
  width: 100%;
  height: 98px;
  position: relative;
}
#es-con-bar ul {
  margin: 0;
  padding: 0;
  border-left: 1px #efeff1 solid;
  list-style: none;
  width: 100%;
  height: 90px;
  background-color: #fff;
}
#es-con-bar li {
  margin: 0;
  padding: 0;
  border-right: 1px #efeff1 solid;
  line-height: 1.1;
  width: 8.3%;
  height: 90px;
  float: left;
  text-align: center;

  position: relative;
}
#es-con-bar li a {
  width: 100%;
  height: 90px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: table;
}
#es-con-bar li a span.wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#es-con-bar li a span.month {
  display: block;
  color: #000;
  font-size: 200%;
}
#es-con-bar li a span.month-en {
  display: block;
  color: #666;
  font-size: 86%;
}
#es-con-bar li a.current,
#es-con-bar li a.current span,
#es-con-bar li a:hover,
#es-con-bar li a:hover span {
  color: #fff;
  background-color: #0073aa;
}
#es-con-bar li a.current:hover:after,
#es-con-bar li a.current:after {
  content: url(../img/contents/concert-schedule/icon_es_con_bar.png);
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 0;
  margin-left: -7px;
}
#es-con-tab {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 960px;
  height: 58px;
  text-align: center;
  position: relative;
  z-index: 4;
}
#es-con-tab li {
  width: 320px;
  height: 58px;
  border-right: 1px #d0d0d0 solid;
  position: relative;
  float: left;
}
#es-con-tab li:first-child {
  border-left: 1px #d0d0d0 solid;
}
#es-con-tab li div {
  width: 100%;
  height: 58px;
  display: table;
}
#es-con-tab li div a {
  width: 100%;
  height: 58px;
  line-height: 1.1;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 114%;
  color: #000;
  background-color: #e5e5e5;
  position: relative;
}
#es-con-tab li div a.current {
  color: #000;
  background-color: #fff;
  background-image: none;
}
#es-con-tab li div a.current:after {
  content: url(../img/contents/top/icon_event_bar.png);
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -7px;
}
#es-con-contents {
  padding: 34px 30px;
  width: 100%;
}
#es-con-contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  letter-spacing: -0.4em;
}
#es-con-contents ul li {
  margin: 0 16px 44px 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
#es-con-contents ul li .wrap {
  display: table;
  width: 254px;
}
#es-con-contents ul li .ph {
  background-color: #333;
  text-align: center;
  display: table;
}
#es-con-contents ul li .ph a {
  display: table-cell;
  width: 254px;
  height: 170px;
  text-align: center;
  vertical-align: middle;
}
#es-con-contents ul li .ph img {
  max-width: 254px;
  max-height: 170px;
  height: auto;
  width: auto;
}
#es-con-contents ul li .date {
  margin-bottom: 4px;
  padding: 6px 10px;
  color: #fff;
  background-color: #000;
  font-size: 114%;
}
#es-con-contents ul li.current .date,
#es-con-contents ul li:hover .date {
  background-color: #ff194d;
}
#es-con-contents ul li .date span {
  font-size: 63%;
}
#es-con-contents ul li .artist {
  color: #000;
  font-size: 143%;
}
#es-con-contents ul li .title {
  display: table;
  color: #000;
  font-size: 71%;
}
#es-con-contents ul li .artist a,
#es-con-contents ul li .title a {
  color: #000;
  text-decoration: none;
}
#es-con-contents ul li .artist a:hover,
#es-con-contents ul li .title a:hover {
  color: #ff194d;
}
#es-con-contents ul li .place {
  color: #666;
  font-size: 71%;
}
#event-schedule #es-box {
  width: 100%;
  background: url(../img/contents/concert-schedule/bg_side.gif) repeat-y left
    top;
}
#es-al-l {
  padding: 40px 34px;
  width: 300px;
  float: left;
  background-color: #000;
}
#es-al-l h2 {
  margin-bottom: 24px;
  line-height: 1.2;
  font-size: 329%;
  font-weight: 400;
}
#es-al-l h2 span {
  display: block;
  font-size: 30%;
  font-weight: normal;
  color: #ffffc0;
}
#es-al-l .inner {
  margin-bottom: 22px;
  border: 1px #fff solid;
  padding: 4px;
  width: 100%;
  color: #333;
  background-color: #efeff1;
}
#es-al-l .ph {
  margin-bottom: 24px;
  position: relative;
}
#es-al-l .ph:after {
  content: url(../img/contents/concert-schedule/bg_ph.gif);
  position: absolute;
  bottom: -6px;
  left: 0;
  font-size: 0;
}
#es-al-l .ph img {
  width: 220px;
  height: auto;
}
#es-al-l dl {
  padding: 0 12px 20px;
}
#es-al-l dt {
  margin-bottom: 10px;
  color: #000;
  font-size: 171%;
  line-height: 1.2;
}
#es-al-l dd {
  font-size: 86%;
}
#es-al-l .btn a {
  padding: 14px 0;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #0073aa;
  text-align: center;
  text-decoration: none;
}
#es-al-r {
  margin-left: 344px;
  padding: 40px 0;
  color: #4d4d4d;
}
#es-al-r .text-top {
  margin-bottom: 10px;
  color: #000;
  font-size: 171%;
  font-weight: 200;
  line-height: 1.2;
}
#es-al-r .text-top span {
  font-weight: 400;
}
#es-al-i {
  width: 100%;
}
#es-al-i ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  letter-spacing: -0.4em;
}
#es-al-i ul li {
  margin: 0 16px 26px 0;
  padding: 0;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: normal;
  vertical-align: top;
}
#es-al-i ul li .ph {
  background-color: #e5e5e5;
  text-align: center;
}
#es-al-i ul li .ph img {
  width: auto;
}
#es-al-i ul li .date {
  margin-bottom: 4px;
  padding: 6px 10px;
  color: #fff;
  background-color: #000;
  font-size: 114%;
}
#es-al-i ul li.current .date {
  background-color: #ff194d;
}
#es-al-i ul li .date span {
  font-size: 63%;
}
#es-al-i ul li .artist {
  color: #000;
  font-size: 143%;
}
#es-al-i ul li .title {
  display: table;
  color: #000;
  font-size: 71%;
}
#es-al-i ul li .artist a,
#es-al-i ul li .title a {
  color: #000;
  text-decoration: none;
}
#es-al-i ul li .artist a:hover,
#es-al-i ul li .title a:hover {
  color: #ff194d;
}
#es-al-i ul li .place {
  color: #666;
  font-size: 71%;
}
#es-al-i ul.maincat li {
  margin: 0 34px 16px 0;
  width: 150px;
  vertical-align: top;
}
#es-al-i ul.maincat li .ph {
  background-color: #000;
  width: 150px;
  height: 150px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#es-al-i ul.maincat li .ph img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
}
#es-al-i ul.subcat li .wrap {
  display: table;
  width: 253px;
}
#es-al-i ul.subcat li .ph {
  background-color: #333;
  width: auto;
  height: auto;
  text-align: center;
  display: block;
}
#es-al-i ul.subcat li .ph img {
  max-width: none;
  max-height: none;
  height: 200px;
  width: auto;
}

#es-al-i ul.maincat li .artist {
  margin-top: 8px;
}
#es-al-l .inner .tbl {
  margin: 16px auto;
  width: 190px;
  table-layout: fixed;
}
#es-al-l .inner .tbl th,
#es-al-l .inner .tbl td {
  text-align: center;
  height: 30px;
}

#es-al-l .inner a {
  display: inline-block;
  width: 100%;
  color: #000;
  text-decoration: none;
  font-size: 114%;
  height: 30px;
  line-height: 30px;
}
#es-al-l .inner a:hover {
  color: #fff;
  background-color: #ff006d;
}
#es-entry-box-top {
  width: 100%;
  background: #000 url(../img/contents/concert-schedule/bg_es_entry_top.gif)
    no-repeat right top;
  -webkit-background-size: 50% 100%;
  -moz-background-size: 50% 100%;
  -ms-background-size: 50% 100%;
  -o-background-size: 50% 100%;
  background-size: 50% 100%;
  position: relative;
}
#es-entry-box-top:before {
  content: url(../img/contents/concert-schedule/icon_concert.png);
  position: absolute;
  top: 0;
  left: 0;
}
#es-entry-box-top .box-l {
  padding: 90px 70px;
  float: left;
  width: 50%;
}
#es-entry-box-top .box-l .mb1 {
  margin: 0 0 20px;
}
#es-entry-box-top .box-l .artist {
  margin-bottom: 6px;
  font-size: 357%;
  line-height: 1.2;
}
#es-entry-box-top .box-l .artist .op-act {
  display: block;
  font-size: 32%;
}
#es-entry-box-top .box-l .title {
  padding: 6px 14px;
  font-size: 114%;
  background-color: #4d4d4d;
}
#es-entry-box-top .box-l .title .op-act {
  font-size: 75%;
}
#es-entry-box-top .box-l .mb2 {
  margin-bottom: 16px;
}
#es-entry-box-top .box-l .date {
  font-size: 143%;
  line-height: 1.2;
}
#es-entry-box-top .box-l .date span {
  font-size: 190%;
}
#es-entry-box-top .box-l .time {
  margin-bottom: 16px;
  font-size: 114%;
}
#es-entry-box-top .box-l .place {
  font-size: 143%;
}
#es-entry-box-top .box-l .place img {
  vertical-align: middle;
}
#es-entry-box-top .box-r {
  float: right;
  width: 50%;
  min-height: 420px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
#es-entry-box-top .box-r img {
  max-width: 100%;
  max-height: 420px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.koen-pc {
  display: block;
}
.koen-sp {
  display: none;
}
.es-entry-tbl {
  width: 100%;
  border-top: 1px #4d4d4d solid;
  border-left: 1px #4d4d4d solid;
  color: #fff;
  background-color: #1a1a1a;
}
.es-entry-tbl th {
  padding: 8px 20px;
  border-right: 1px #4d4d4d solid;
  border-bottom: 1px #4d4d4d solid;
  background-color: #1a1a1a;
  text-align: left;
}
.es-entry-tbl td {
  padding: 8px 20px;
  border-right: 1px #4d4d4d solid;
  border-bottom: 1px #4d4d4d solid;
  background-color: #000;
  text-align: left;
}
.es-entry-tbl .w1 {
  width: 130px;
  text-align: right;
  border-right: none;
}
.es-entry-tbl .w2 {
  width: 180px;
}
#es-entry-main {
  color: #4d4d4d;
  width: 100%;
  background: #fff url(../img/contents/concert-schedule/bg_es_entry_main.gif)
    no-repeat left top;
  -webkit-background-size: 50% 100%;
  -moz-background-size: 50% 100%;
  -ms-background-size: 50% 100%;
  -o-background-size: 50% 100%;
  background-size: 50% 100%;
}
#es-entry-main .box-l {
  padding: 36px 70px;
  width: 50%;
  float: left;
}
#es-entry-main .box-r {
  padding: 36px 70px;
  width: 50%;
  float: right;
}
#es-entry-main .title-1 {
  margin-bottom: 16px;
  height: 34px;
  line-height: 34px;
  font-size: 114%;
  background: #fff url(../img/contents/concert-schedule/bg_title_1.gif)
    no-repeat left top;
  font-weight: 300;
}
#es-entry-main .title-1 span {
  margin-right: 10px;
  display: inline-block;
  width: 86px;
  color: #fff;
  font-weight: 400;
  font-size: 125%;
  text-align: center;
}
#es-entry-main .title-2 {
  margin-bottom: 16px;
  height: 34px;
  line-height: 34px;
  font-size: 114%;
  background: #f1f1f1 url(../img/contents/concert-schedule/bg_title_2.gif)
    no-repeat left top;
  font-weight: 300;
}
#es-entry-main .title-2 span {
  margin-right: 10px;
  display: inline-block;
  width: 86px;
  color: #fff;
  font-weight: 400;
  font-size: 125%;
  text-align: center;
}
#es-entry-main .date {
  color: #000;
  font-size: 143%;
  line-height: 1.2;
}
#es-entry-main .date span {
  font-size: 190%;
}
hr.es-line-1 {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 10px 0 16px;
  border-top: 1px #cbcbcb solid;
  width: 100%;
}
hr.es-line-2 {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 20px 0 20px;
  border-top: 1px #cbcbcb solid;
  width: 100%;
}
hr.es-line-3 {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 30px 0 20px;
  border-top: 1px #000 solid;
  width: 34px;
}
#es-entry-main .mb1 {
  margin-bottom: 16px;
}

#es-entry-main h3 {
  color: #000;
  font-size: 129%;
}
#es-entry-main .text-1 {
  color: #333;
}
#es-entry-main .text-2 {
  color: #ff194d;
  font-size: 129%;
}
#es-entry-main .text-3 {
  color: #000;
}
#es-entry-main .text-4 {
  margin-bottom: 20px;
  padding: 16px 18px;
  background-color: #fff;
}
#es-entry-main .text-4 .bold {
  font-weight: bold;
}
#es-entry-main .box-1 {
  width: 100%;
}
#es-entry-main .box-1 .icon {
  width: 100px;
  float: left;
}
#es-entry-main .box-1 .article {
  margin-left: 124px;
}
#es-entry-main .box-1 .article h3 {
  margin-bottom: 10px;
  font-size: 143%;
}
#es-entry-main .box-1.lawson .article h3 {
  color: #29aae1;
}
#es-entry-main .box-1.pia .article h3 {
  color: #2954a2;
}
#es-entry-main .box-1.eplus .article h3 {
  color: #e85298;
}
#es-entry-main .box-1 .article h3 .code {
  display: inline-block;
  font-size: 60%;
  font-weight: normal;
  border: 1px #000 solid;
  padding: 0 8px;
  color: #000 !important;
}
#es-entry-main .box-1 .article dl {
  width: 100%;
}
#es-entry-main .box-1 .article dt {
  margin-bottom: 10px;
  padding: 0 0 0 22px;
  width: 100px;
  float: left;
}
#es-entry-main .box-1 .article dt.web {
  background: url(../img/contents/concert-schedule/icon_web.gif) no-repeat 0 3px;
}
#es-entry-main .box-1 .article dt.tel {
  background: url(../img/contents/concert-schedule/icon_tel.gif) no-repeat 0 3px;
}
#es-entry-main .box-1 .article dt.convini {
  background: url(../img/contents/concert-schedule/icon_convini.gif) no-repeat 0
    3px;
}
#es-entry-main .box-1 .article dd {
  margin-bottom: 10px;
  margin-left: 102px;
}
#es-entry-main .box-1 .article dd a {
  color: #0073aa;
  text-decoration: underline;
}
#es-entry-main .box-1 .article dd a:hover {
  color: #f00;
  text-decoration: underline;
}
#es-entry-main .box-1 .article dd a.blank:after {
  content: url(../img/contents/concert-schedule/icon_blank.gif);
  margin-left: 4px;
}
#es-entry-main .box-1 .article dd.convini-link a {
  color: #4d4d4d;
  text-decoration: underline;
}
#es-entry-main .box-1 .article dd.convini-link a:hover {
  color: #f00;
  text-decoration: underline;
}
#es-entry-main .box-1 .article dd.convini-link a.blank:after {
  content: url(../img/contents/concert-schedule/icon_blank_1.gif);
  margin-left: 4px;
}

#es-entry-main .box-1 .article .btn {
  margin-top: 20px;
}
#es-entry-main .box-1 .article .btn a {
  display: block;
  border: 3px #f1f1f1 solid;
  text-align: center;
  width: 100%;
  padding: 6px 0;
  color: #0073aa;
  text-decoration: underline;
}
#es-entry-main .box-1 .article .btn a:hover {
  color: #f00;
  text-decoration: underline;
}
.es-other-text {
  margin-top: 36px;
  padding: 14px 20px;
  background-color: #f1f1f1;
}
.es-comment {
  margin-top: 10px;
  color: #333;
}
#es-entry-bottom {
  border: 20px #cbcbcb solid;
  position: relative;
  width: 100%;
  padding: 42px 52px;
  color: #000;
}
#es-entry-bottom:before {
  content: url(../img/contents/concert-schedule/bg_es_entry_btm.gif);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
#es-entry-bottom .title-1 {
  margin-bottom: 6px;
  padding-left: 10px;
  border-left: 6px #ff194d solid;
  font-size: 243%;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}
#es-entry-bottom .title-2 {
  margin-bottom: 6px;
  font-size: 243%;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}
#es-entry-bottom .title-2 span {
  font-size: 41%;
}
#es-entry-bottom .title-2:first-letter {
  color: #ff194d;
}
#es-entry-bottom .article a {
  color: #3ba1cb;
  text-decoration: underline;
}
#es-entry-bottom .article a:hover {
  color: #f00;
  text-decoration: underline;
}
.size1 {
  font-weight: bold;
  color: #000;
  font-size: 114%;
}

/* ticket */
#ticket #main {
  background: #fff url(../img/contents/ticket/bg_main.jpg) no-repeat center top;
}
#ticket.common #contents {
  width: 100%;
}
#ticket .contents-inner {
  color: #4d4d4d;
}
.tic-box {
  margin: 0 auto 56px auto;
  width: 960px;
}
.tic-box-1 {
  margin-bottom: 20px;
  padding: 34px 34px 24px 34px;
  border: 1px #29aae1 solid;
  background-color: #fff;
}
.tic-box-1 h3 {
  margin-bottom: 16px;
  color: #ec1c24;
  font-size: 200%;
  line-height: 1.2;
  text-align: center;
}
.tic-box-1 h3:before {
  content: url(../img/contents/ticket/tic_icon_1.gif);
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: 6px;
  left: 0;
}
.tic-box .title {
  margin-bottom: 6px;
  font-size: 171%;
  line-height: 1.2;
  color: #000;
}
.tic-tab {
  margin-bottom: 14px;
  padding: 24px 0 0 0;
  width: 100%;
  background-color: #1a1a1a;
}
.tic-tab ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 960px;
  height: 82px;
}
.tic-tab ul li {
  margin: 0;
  padding: 0 1px;
  width: 50%;
  height: 82px;
  float: left;
  display: table;
  font-size: 171%;
}
.tic-tab ul li a {
  color: #fff;
  background: #333 url(../img/contents/ticket/bg_tab.gif) no-repeat center -200px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 82px;
  text-align: center;
  text-decoration: none;
}
.tic-tab ul li a:hover,
.tic-tab ul li a.active {
  color: #000;
  background: #fff url(../img/contents/ticket/bg_tab.gif) no-repeat center
    bottom;
}
#tic-box-2 {
  padding: 40px 0;
  width: 100%;
  background-color: #e5e5e5;
}
#tic-box-2 .box-1 {
  margin: 0 auto 28px;
  padding: 30px 36px;
  width: 960px;
  background-color: #fff;
  display: table;
}
#tic-box-2 .box-1 > div {
  display: table-cell;
  vertical-align: top;
}
#tic-box-2 .box-1 .icon {
  padding: 28px 0;
  border: 1px #e5e5e5 solid;
  width: 162px;
  text-align: center;
}
#tic-box-2 .box-1 .article {
  padding: 0 0 0 22px;
}
#tic-box-2 .box-1 .article h3 {
  padding-left: 8px;
  border-left: 5px #e85298 solid;
  line-height: 1.2;
  font-size: 143%;
  color: #000;
  font-weight: normal;
}
#tic-box-2 .box-1 .article > h4 {
  margin-top: 20px;
  color: #000;
  font-weight: normal;
}
#tic-box-2 .box-1 .article .box-1-i {
  margin-top: 28px;
  width: 100%;
}
#tic-box-2 .box-1 .article .box-1-ii {
  width: 336px;
}
#tic-box-2 .box-1 .article .box-1-ii h4 {
  margin-bottom: 6px;
  padding: 4px 0;
  color: #fff;
  background-color: #808080;
  font-weight: normal;
  text-align: center;
}
#tic-box-2 .box-1 .article .box-2 {
  margin-top: 28px;
  border: 1px #f00 solid;
  padding: 14px;
}
#tic-box-2 .box-1 .article .box-2 dt {
  color: #f00;
}
#tic-box-2 .box-1 .article .box-2 dd {
  margin-bottom: 10px;
  color: #f00;
}
#tic-box-3 {
  padding-top: 30px;
}
#tic-box-3 .box-1 {
  background: url(../img/contents/ticket/tic_bg_line_1.gif) repeat-x left top;
  padding-top: 36px;
  margin: 0 auto 36px auto;
  width: 960px;
  text-align: left;
  display: table;
}
#tic-box-3 .box-1:first-child {
  background: none;
  padding-top: 0;
}
#tic-box-3 .box-1 > div {
  display: table-cell;
  vertical-align: top;
}
#tic-box-3 .box-1 .icon {
  padding: 34px 0;
  border: 8px #f1f1f1 solid;
  width: 136px;
  text-align: center;
}
#tic-box-3 .box-1 .article {
  padding: 10px 0 0 36px;
  width: 820px;
}
#tic-box-3 .box-1 .article h3 {
  margin-bottom: 6px;
  font-size: 200%;
  line-height: 1.2;
}
#tic-box-3 .box-1.lawson .article h3 {
  color: #29aae1;
}
#tic-box-3 .box-1.pia .article h3 {
  color: #2954a2;
}
#tic-box-3 .box-1.eplus .article h3 {
  color: #e85298;
}
#tic-box-3 .box-1 .article .box-2 {
  width: 100%;
  border-top: 1px #e5e5e5 solid;
}
#tic-box-3 .box-1 .article .box-2 dt {
  float: left;
  width: 140px;
  padding: 20px 0 20px 32px;
  color: #000;
  font-size: 157%;
}
#tic-box-3 .box-1 .article .box-2.web dt {
  background: url(../img/contents/ticket/tic_icon_m_web.gif) no-repeat 0 28px;
}
#tic-box-3 .box-1 .article .box-2.tel dt {
  background: url(../img/contents/ticket/tic_icon_m_tel.gif) no-repeat 0 28px;
}
#tic-box-3 .box-1 .article .box-2.shop dt {
  background: url(../img/contents/ticket/tic_icon_m_shop.gif) no-repeat 0 28px;
}
#tic-box-3 .box-1 .article .box-2 dd {
  padding: 20px 0 20px 144px;
}
#tic-box-3 .box-1 .article .box-2.web dd a {
  font-size: 143%;
  color: #0073aa;
}
#tic-box-3 .box-1 .article .box-2.web dd a:hover {
  color: #f00;
}
#tic-box-3 .box-1 .article .box-2.web dd a.blank:after {
  margin-left: 4px;
  content: url(../img/contents/ticket/tic_icon_blank.gif);
}
#tic-box-3 .box-1 .article .box-2 dd .fs1 {
  font-size: 143%;
}
#tic-box-3 .box-1 .article .box-2 dd .fs2 {
  color: #f00;
  font-size: 86%;
}
#tic-box-3 .box-1 .article .box-2 dd .fs3 {
  font-size: 86%;
}
#tic-box-4 {
  padding: 34px 0;
  background-color: #f5f5f5;
  width: 100%;
}
#tic-box-4 .box-1 {
  margin: 0 auto;
  padding: 24px 32px;
  width: 960px;
  background-color: #fff;
}
#tic-box-4 .box-1 .title {
  margin-bottom: 16px;
  color: #f00;
  font-size: 186%;
  line-height: 1.2;
  position: relative;
  padding-left: 50px;
}
#tic-box-4 .box-1 .title:before {
  content: url(../img/contents/ticket/tic_icon_chui.gif);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}
#tic-box-4 .box-1-i {
  width: 100%;
}
#tic-box-4 .box-1-i .bnr {
  width: 142px;
  float: left;
}
#tic-box-4 .box-1-i .text {
  width: 722px;
  float: right;
}

/* venue */
#venue #main {
  background: #04061a url(../img/contents/venue/bg_main.jpg) no-repeat center
    top;
}
#venue #contents {
  padding-top: 154px;
}
#venue #c-title {
  text-align: left;
}
#venue #lead {
  margin: 0 0 154px 0;
  width: 350px;
  text-align: left;
}
#ven-map {
  display: none;
}
.ven-nav {
  margin-bottom: 30px;
  padding: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.ven-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.4em;
}
.ven-nav ul li {
  margin: 2px 0;
  padding: 0 12px;
  letter-spacing: normal;
  display: inline-block;
  border-right: 1px #636778 solid;
}
.ven-nav ul li:first-child {
  border-left: 1px #636778 solid;
}
.ven-nav a {
  color: #fff;
  font-size: 86%;
  text-decoration: #fff;
}
.ven-nav a:hover {
  text-decoration: none;
}
.ven-title {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 2px #fff solid;
  font-size: 157%;
  line-height: 1.2;
}
.ven-tbl {
  margin-bottom: 30px;
  width: 100%;
}
.ven-tbl th {
  padding: 6px 14px 14px 0;
  border-bottom: 1px #f1f1f1 solid;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.ven-tbl td {
  padding: 14px 14px 14px 0;
  vertical-align: top;
  border-bottom: 1px #666 solid;
}
.ven-tbl td a {
  color: #0ff;
  text-decoration: underline;
}
.ven-tbl td a:hover {
  color: #f00;
  text-decoration: underline;
}
.ven-tbl td:first-child {
  width: 198px;
}
.ven-tbl td:nth-child(2) {
  width: 330px;
}
.ven-tbl td:nth-child(3) {
  width: 126px;
}

/* live-friends */
#live-friends #main,
#live-friends-change #main {
  background: #1a1a1a url(../img/contents/live-friends/bg_main.jpg) repeat-x
    center top;
}
#live-friends #c-title,
#live-friends-change #c-title {
  color: #000;
}
#live-friends #lead,
#live-friends-change #lead {
  margin-bottom: 100px;
  color: #000;
}
#live-friends #contents,
#live-friends-change #contents {
  width: 100%;
}
#liv-box-1 {
  padding: 30px 0 40px;
  width: 100%;
  background-color: #000018;
}
.liv-box {
  margin: 0 auto;
  padding: 38px;
  width: 960px;
  color: #000;
  background-color: #fff;
}
.liv-box h3 {
  margin-bottom: 20px;
  color: #ff194d;
  font-size: 243%;
  line-height: 1.2;
  text-align: center;
}
.liv-box-i {
  margin-bottom: 20px;
  width: 100%;
}
.liv-box-ii {
  width: 50%;
  float: left;
}
.liv-box-ii:first-child {
  padding-right: 36px;
  border-right: 1px #ccc solid;
}
.liv-box-ii:last-child {
  padding-left: 36px;
}
.liv-box-ii .tokuten {
  margin: 0 auto 6px auto;
  padding: 4px 0;
  display: block;
  font-size: 129%;
  color: #fff;
  background-color: #000;
  width: 152px;
  text-align: center;
}
.liv-box-ii h4 {
  line-height: 1.2;
  font-size: 171%;
  font-weight: 300;
}
.liv-box .text {
  font-size: 86%;
}
#liv-box-2 {
  padding: 36px 0;
  width: 100%;
}
#liv-box-2 .inner {
  margin: 0 auto;
  width: 960px;
}
#liv-box-2 .inner .box-1 {
  margin-bottom: 50px;
  width: 100%;
}
#liv-box-2 .inner .box-1 .box-l {
  width: 292px;
  float: left;
  border: 1px #484848 solid;
  padding: 40px 50px;
}
#liv-box-2 .inner .box-1 .box-l h3 {
  font-size: 171%;
}
#liv-box-2 .inner .box-1 .box-r {
  width: 644px;
  float: right;
}
#liv-box-2 .inner .box-1 .box-r .underline {
  color: #e75295;
  text-decoration: underline;
}
.form-mailer {
  height: 860px;
}
#liv-box-4 {
  padding: 46px 54px;
  background-color: #fff;
}
#liv-box-4 .title {
  margin-bottom: 16px;
  color: #000;
  font-size: 200%;
  line-height: 1.1;
  text-align: center;
}
#liv-box-4 .title:before {
  margin-right: 8px;
  content: url(../img/contents/live-friends/liv_icon_3.gif);
}
#liv-box-4 .text {
  padding-bottom: 40px;
  border-bottom: 1px #d9d9d9 solid;
  color: #000;
  text-align: center;
}
.liv-btn-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.liv-btn-1 li {
  margin: 0 0 0 28px;
  padding: 0;
  width: 466px;
  float: left;
  text-align: center;
  line-height: 1.2;
}
.liv-btn-1 li:first-child {
  margin: 0;
}
.liv-btn-1 li a {
  display: block;
  color: #fff;
  font-size: 171%;
  width: 100%;
  padding: 42px 0;
  position: relative;
  text-decoration: none;
}
.liv-btn-1 li a:after {
  content: url(../img/contents/live-friends/liv_bg_icon_1.png);
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -20px;
}
.liv-btn-1 li.btn-1 a {
  background-color: #e75295;
}
.liv-btn-1 li.btn-2 a {
  background-color: #2473c4;
}
#liv-box-3 {
  padding: 30px 0 40px;
  width: 100%;
  color: #fff;
  background-color: #000018;
}
#liv-box-3 .inner {
  margin: 0 auto;
  width: 960px;
}
#liv-box-3 .inner .box-l {
  width: 340px;
  float: left;
}
#liv-box-3 .inner .box-l h3 {
  margin-bottom: 34px;
  padding-left: 46px;
  position: relative;
  font-size: 200%;
  line-height: 1.2;
  font-weight: 400;
}
#liv-box-3 .inner .box-l h3:before {
  content: url(../img/contents/live-friends/liv_icon_1.gif);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
#liv-box-3 .inner .box-l .text {
  margin-bottom: 40px;
}
#liv-box-3 .inner .box-l .text span {
  color: #e75295;
}
#liv-box-3 .inner .box-l .liv-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}
#liv-box-3 .inner .box-l .liv-flow li {
  margin: 0 0 40px;
  padding: 24px 0;
  color: #fff;
  background-color: #333;
  font-size: 129%;
  text-align: center;
  position: relative;
}
.mw_wp_form_input #liv-box-3 .inner .box-l .liv-flow li.no1,
.mw_wp_form_confirm #liv-box-3 .inner .box-l .liv-flow li.no2,
.mw_wp_form_complete #liv-box-3 .inner .box-l .liv-flow li.no3 {
  color: #e75295;
  background-color: #e5e5e5;
}
#liv-box-3 .inner .box-l .liv-flow li:after {
  content: url(../img/contents/live-friends/liv_icon_2.gif);
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -11px;
  font-size: 0;
}
#liv-box-3 .inner .box-l .liv-flow li:last-child:after {
  content: normal;
}
#liv-box-3 .inner .box-r {
  width: 540px;
  float: right;
}
#liv-box-3 .inner .box-r h4 {
  margin-bottom: 16px;
  font-size: 143%;
  line-height: 1.2;
  font-weight: 400;
}
#liv-box-3 .inner .box-r .liv-form-box {
  width: 100%;
}
#liv-box-3 .inner .box-r .liv-form-box dt {
  padding-bottom: 26px;
  width: 120px;
  clear: both;
  float: left;
}
#liv-box-3 .inner .box-r .liv-form-box dt .hissu {
  color: #e75295;
}
#liv-box-3 .inner .box-r .liv-form-box dd {
  padding-bottom: 26px;
  width: 416px;
  float: right;
}
#liv-box-3 .inner .box-r .liv-form-box dd input[type="text"],
#liv-box-3 .inner .box-r .liv-form-box dd input[type="email"],
#liv-box-3 .inner .box-r .liv-form-box dd textarea {
  border: 1px #4d4d4d solid;
  padding: 2px;
  color: #b2b2b2;
  background-color: #0d0d0d;
}
#liv-box-3 .inner .box-r .liv-form-box dd select {
  border: 1px #4d4d4d solid;
  padding: 2px;
}
#liv-box-3 .inner .box-r .liv-form-box dd .text {
  font-size: 86%;
  color: #b2b2b2;
}
#liv-box-3 .inner .box-r .form-btn {
  text-align: center;
  margin-top: 18px;
}
#liv-box-3 .inner .box-r .form-btn-1 {
  border: 0;
  width: 100%;
  padding: 22px 0;
  color: #fff;
  background-color: #004387;
  text-align: center;
  font-size: 143%;
  line-height: 1.2;
  cursor: pointer;
}
#liv-box-3 .inner .box-r .form-btn-2 {
  margin: 0 10px;
  border: 0;
  width: 40%;
  padding: 22px 0;
  color: #fff;
  background-color: #004387;
  text-align: center;
  font-size: 143%;
  line-height: 1.2;
  cursor: pointer;
}
.input-width-1 {
  width: 70%;
}
.input-width-2 {
  width: 100%;
}
.input-width-3 {
  width: 50%;
}
.input-width-4 {
  width: 24% !important;
}
hr.liv-line-1 {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 6px 0 40px;
  border-top: 1px #4d4d4d solid;
  width: 100%;
}
.liv-text-thanks {
  padding: 60px 0;
  text-align: center;
  font-size: 114%;
}
.liv-text-thanks a {
  color: #e75295;
  text-decoration: underline;
}
.liv-text-thanks a:hover {
  color: #f00;
  text-decoration: underline;
}

/* mailmagazine */
#mailmagazine #main {
  background: #1a1a1a url(../img/contents/mailmagazine/bg_main.jpg) repeat-x
    center top;
}
#mailmagazine #contents {
  padding-bottom: 0;
  width: 100%;
}
.empty {
  color: #b2b2b2;
}

#mailmagazine #c-title {
  color: #000;
}
#mailmagazine #lead {
  margin-bottom: 50px;
  color: #000;
}
#mm-box-1 {
  padding: 62px 0 78px;
  background-color: #000018;
  width: 100%;
}
#mm-box-1 .inner {
  margin: 0 auto;
  width: 960px;
}
#mm-box-1 .text-1 {
  margin: 0 auto 6px auto;
  width: 236px;
  height: 42px;
  line-height: 36px;
  background: #1a1a1a url(../img/contents/mailmagazine/mm_bg_1.gif) no-repeat
    left top;
  font-size: 114%;
  text-align: center;
}
#mm-box-1 h3 {
  font-size: 243%;
  font-weight: 400;
  text-align: center;
}
#mm-box-1 h3.title {
  margin-bottom: 20px;
  font-size: 257%;
}
#mm-box-1 h3.title:before {
  margin-right: 12px;
  content: url(../img/contents/mailmagazine/mm_icon_mail.gif);
}

#mm-box-1 .text-1,
#mm-box-1 .text-2 {
  text-align: center;
}
#mm-box-1 .text-2 {
  margin-bottom: 36px;
}
#mm-box-1 .text-2 a {
  color: #e75295;
  text-decoration: underline;
}
#mm-box-1 .text-2 a:hover {
  color: #f00;
  text-decoration: underline;
}
#mm-box-1 .im-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  letter-spacing: -0.4em;
  text-align: center;
}
#mm-box-1 .im-1-sp {
  display: none;
}
#mm-box-1 .im-1 li {
  margin: 0 0 0 28px;
  padding: 0;
  letter-spacing: normal;
  display: inline-block;
}
#mm-box-1 .im-1 li:first-child {
  margin: 0;
}
#mm-box-1 .text-3 {
  margin-bottom: 34px;
  font-size: 171%;
  text-align: center;
}
#mm-box-1 .text-4 {
  margin-bottom: 10px;
  text-align: center;
}
#mm-box-1 .text-4 a {
  color: #fff;
  text-decoration: underline;
}
#mm-box-1 .text-4 a:hover {
  color: #f00;
  text-decoration: underline;
}
#mm-box-1 #btn-submit {
  margin: 0 auto;
  border: 0;
  display: block;
  color: #fff;
  font-size: 171%;
  width: 544px;
  padding: 40px 0;
  position: relative;
  text-decoration: none;
  background: #e75295 url(../img/contents/mailmagazine/mm_bg_icon_1.png)
    no-repeat right center;
}
#mm-box-1 #btn-submit.active {
  cursor: pointer;
}
#mm-box-1 .text-5 span {
  color: #e75295;
}
#mm-box-1 .text-6 {
  margin-bottom: 16px;
  font-size: 157%;
  text-align: center;
}
#mm-box-1 .text-7 {
  margin-bottom: 70px;
  text-align: center;
}
#mm-box-1 .text-7 span {
  color: #e75295;
}
#mm-box-1 .text-8 {
  margin-bottom: 70px;
  font-size: 214%;
  text-align: center;
}
#mm-box-1 .mm-flow {
  margin: 20px 0 40px 0;
  padding: 0;
  list-style: none;
}
#mm-box-1 .mm-flow li {
  margin: 0 0 0 38px;
  padding: 0;
  width: 210px;
  height: 74px;
  line-height: 74px;
  font-size: 129%;
  text-align: center;
  float: left;
  position: relative;
  background-color: #333;
}
#mm-box-1 .mm-flow li.active {
  background-color: #e75295;
}
#mm-box-1 .mm-flow li:first-child {
  margin: 0;
}
#mm-box-1 .mm-flow li:after {
  content: url(../img/contents/mailmagazine/mm_icon_ya.gif);
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -11px;
  font-size: 0;
  line-height: 1;
}
#mm-box-1 .mm-flow li:last-child:after {
  content: normal;
}
#mm-box-1 .box-1 {
  margin-bottom: 50px;
  padding: 34px 0;
  background-color: #353548;
}
#mm-box-1 .box-1 dl {
  margin: 0 auto;
  width: 664px;
}
#mm-box-1 .box-1 dt {
  width: 100px;
  float: left;
  text-align: right;
  font-size: 157%;
  line-height: 1.2;
}
#mm-box-1 .box-1 dd {
  width: 550px;
  float: right;
}
#mm-box-1 .box-1 dd input {
  border: 1px #4d4d4d solid;
  background-color: #0d0d0d;
  padding: 4px;
  color: #fff;
  width: 520px;
}
#mm-box-1 .box-1 dd span {
  color: #b2b2b2;
  font-size: 86%;
}
.mm-btn-1 input,
.mm-btn-1 a {
  margin: 0 auto;
  display: block;
  width: 442px;
  border: 0;
  padding: 24px 0;
  color: #fff;
  font-size: 143%;
  text-align: center;
  background-color: #004387;
  text-decoration: none;
  cursor: pointer;
}
#mm-box-1 .box-1-1 {
  margin-bottom: 50px;
  padding: 34px 0;
  border: 1px #626271 solid;
  text-align: center;
  font-size: 171%;
}

#mm-box-2 {
  width: 100%;
  padding: 30px 0;
  background-color: #ededef;
}
#mm-box-2 .title {
  margin-bottom: 18px;
  color: #000;
  font-size: 214%;
  text-align: center;
}
#mm-box-2 .inner {
  margin: 0 auto;
  padding: 40px 0 34px;
  width: 960px;
  color: #000;
  background-color: #dbdbde;
  text-align: center;
}
#mm-box-2 .inner input {
  vertical-align: top;
}

.mm-form-input {
  margin-bottom: 28px;
}
.mm-form-input input {
  width: 560px;
  font-size: 114%;
  line-height: 40px;
  height: 40px;
  border: 1px #ccccd1 solid;
}
.mm-form-entry {
  margin-bottom: 10px;
}
.mm-form-other {
  margin-bottom: 20px;
  letter-spacing: -0.4em;
}
.mm-form-other div {
  margin: 0 4px;
  display: inline-block;
  letter-spacing: normal;
}
#mm-box-2 .inner h3 {
  margin-bottom: 10px;
  font-size: 143%;
  font-weight: 400;
}
#mm-box-2 .text {
  font-size: 86%;
}
#mm-box-2 .text a {
  color: #3f78b2;
  text-decoration: underline;
}
#mm-box-2 .text a:hover {
  color: #f00;
  text-decoration: underline;
}

/* news */
#news #main {
  background: #1a1a1a url(../img/contents/news/bg_main.jpg) no-repeat center top;
}
#news #contents {
  padding-top: 148px;
  width: 100%;
}
#news #c-title {
  margin-bottom: 94px;
  color: #000;
  font-size: 714%;
}
#news #c-title span {
  margin: 0 auto;
  width: 306px;
  height: 42px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-size: 14%;
  background: url(../img/contents/news/bg_s_title.png) no-repeat center top;
}
#news #lead {
  margin-bottom: 0;
}
#news-tab {
  width: 100%;
}
#news-tab.cat1 {
  border-bottom: 10px #ec1e79 solid;
}
#news-tab.cat2 {
  border-bottom: 10px #1e67b2 solid;
}
#news-tab ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 960px;
  height: 92px;
  letter-spacing: -0.4em;
  text-align: center;
}
#news-tab li {
  width: 50%;
  height: 92px;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
}
#news-tab li div {
  width: 100%;
  height: 92px;
  display: table;
}
#news-tab li div a {
  width: 100%;
  height: 92px;
  line-height: 1.1;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 214%;
  color: #fff;
  background-color: #1a1a1a;
}
#news-tab li div a span.sub-text {
  font-size: 40%;
  color: #fff !important;
  display: block;
}
#news-tab li.tab-1 div a {
  color: #ec1e79;
}
#news-tab li.tab-2 div a {
  color: #388fe8;
}
#news-tab li.tab-1 div a:hover,
#news-tab li.tab-1 div a.current {
  color: #fff;
  background-color: rgba(236, 30, 121, 0.8);
}
#news-tab li.tab-2 div a:hover,
#news-tab li.tab-2 div a.current {
  color: #fff;
  background-color: rgba(30, 103, 178, 0.8);
}
#news-box-1 {
  padding: 30px 0;
  background-color: #1a1a1a;
}
#news-box-1 .box-1 {
  margin: 0 auto;
  width: 960px;
}
#news-box-1 .category-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  width: 100%;
}
#news-box-1 .category-list li {
  margin: 0;
  padding: 0 6px;
  border-left: 1px #3f3f3f solid;
  float: left;
  font-size: 114%;
  text-align: center;
}
#news-box-1 .category-list li:first-child {
  border-left: none;
}
#news-box-1 .category-list li a {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  text-decoration: none;
}
#news-box-1 .category-list li a:hover,
#news-box-1 .category-list li.current-cat a {
  background-color: #ec1e79;
}
#news-box-1 .box {
  margin-bottom: 30px;
  padding-top: 24px;
  width: 100%;
  background: url(../img/contents/news/bg_line_1.gif) no-repeat left top;
}
#news-box-1 .box-w .box:first-child {
  padding-top: 0;
  background: none;
}
#news-box-1 .box .ph {
  margin-right: 26px;
  width: 120px;
  float: left;
}
#news-box-1 .box .box-l {
  width: 140px;
  float: left;
}
#news-box-1 .box .box-l .date1 {
  font-size: 357%;
  line-height: 1.1;
}
#news-box-1 .box .box-l .date2 {
  margin-bottom: 6px;
  color: #4d4d4d;
  font-size: 143%;
  line-height: 1.1;
}
#news-box-1 .box .box-l .category {
  margin: 0;
  padding: 0;
  list-style: none;
}
#news-box-1 .box .box-l .category li {
  margin: 0 0 4px;
  padding: 4px 0;
  color: #fff;
  background-color: #333;
  font-size: 86%;
  text-align: center;
}
#news-box-1 .box.wr .box-l .category li {
  color: #fff;
  background-color: #245b94;
  font-size: 100%;
}
#news-box-1 .box .box-r {
  width: 790px;
  float: right;
}
#news-box-1 .box.wr .box-r,
#news-box-1 .box.en .box-r {
  width: 650px;
}
#news-box-1 .box .box-r h3 {
  margin-bottom: 16px;
  font-size: 243%;
  line-height: 1.1;
  font-weight: 300;
}
#news-box-1 .box .box-r h3 a {
  color: #fff;
  text-decoration: none;
}
#news-box-1 .box .box-r h3 a:hover {
  color: #fff;
  text-decoration: underline;
}
#news-box-1 .box .box-r .article {
  color: #b2b2b2;
}
#news-box-1 .box .box-r .article a {
  color: #ff194d;
  text-decoration: underline;
}
#news-box-1 .box .box-r .article a:hover {
  color: #f00;
  text-decoration: underline;
}
.wp-pagenavi {
  border: 1px #313131 solid;
  padding: 20px 0;
  text-align: center !important;
}
.wp-pagenavi a {
  margin: 0 3px !important;
  padding: 0 !important;
  color: #4d4d4d !important;
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  line-height: 36px !important;
  font-weight: normal !important;
  width: 30px;
  display: inline-block;
  font-size: 143%;
}
.wp-pagenavi a:hover {
  margin: 0 3px !important;
  padding: 0 !important;
  color: #fff !important;
  background-color: #ec1e79 !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
.wp-pagenavi span.current {
  margin: 0 3px !important;
  padding: 0 !important;
  color: #fff !important;
  background-color: #ec1e79 !important;
  line-height: 36px !important;
  font-weight: normal !important;
  width: 36px;
  display: inline-block;
  font-size: 143%;
}
.wp-pagenavi a.previouspostslink {
  margin: 0 3px !important;
  padding: 0 !important;
  color: #4d4d4d !important;
  background-color: #262626 !important;
  text-decoration: none !important;
  line-height: 36px !important;
  font-weight: normal !important;
  width: 36px;
  display: inline-block;
  font-size: 143%;
}
.wp-pagenavi a.previouspostslink:hover {
  margin: 0 3px !important;
  padding: 0 !important;
  color: #fff !important;
  background-color: #ec1e79 !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
.wp-pagenavi a.nextpostslink {
  margin: 0 3px !important;
  padding: 0 !important;
  color: #4d4d4d !important;
  background-color: #262626 !important;
  text-decoration: none !important;
  line-height: 36px !important;
  font-weight: normal !important;
  width: 36px;
  display: inline-block;
  font-size: 143%;
}
.wp-pagenavi a.nextpostslink:hover {
  margin: 0 3px !important;
  padding: 0 !important;
  color: #fff !important;
  background-color: #ec1e79 !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
#news-box-1 .box-entry {
  margin: 0 auto;
  width: 960px;
  background-color: #fff;
}
#news-box-1 .box-entry-i {
  padding: 0 40px 40px;
  width: 100%;
  background-color: #fff;
}
#news-box-1 .box-entry-i.wr,
#news-box-1 .box-entry-i.en {
  padding-top: 50px;
}
#news-box-1 .box-entry-i.wr {
  background: url(../img/contents/news/news_wr_line.gif) no-repeat 40px 0;
}
#news-box-1 .box-entry-i.en {
  background: url(../img/contents/news/news_en_line.gif) no-repeat 40px 0;
}
#news-box-1 .box-entry-i.wr .date3 {
  color: #4d4d4d;
}
#news-box-1 .box-entry-i.wr .wr-page-title {
  margin-bottom: 28px;
  color: #000;
  font-size: 171%;
  font-weight: normal;
  line-height: 1.2;
}
#news-box-1 .box-entry-i .box-l {
  padding-top: 36px;
  border-top: 6px #ec1e79 solid;
  width: 140px;
  float: left;
}
#news-box-1 .box-entry-i.wr .box-l,
#news-box-1 .box-entry-i.en .box-l {
  padding-top: 0;
  border-top: none;
  width: 220px;
}
#news-box-1 .box-entry-i .box-l .ph {
  margin-bottom: 10px;
}
#news-box-1 .box-entry-i .box-l .date1 {
  font-size: 357%;
  line-height: 1.1;
  color: #000;
}
#news-box-1 .box-entry-i .box-l .date1 span {
  font-size: 30%;
}
#news-box-1 .box-entry-i .box-l .date2 {
  margin-bottom: 6px;
  color: #b2b2b2;
  font-size: 143%;
  line-height: 1.1;
}
#news-box-1 .box-entry-i .box-l .category {
  margin: 0;
  padding: 0;
  list-style: none;
}
#news-box-1 .box-entry-i.wr .box-l .category {
  width: 140px;
}
#news-box-1 .box-entry-i .box-l .category li {
  margin: 0 0 4px;
  padding: 4px 0;
  color: #000;
  background-color: #ccc;
  font-size: 86%;
  text-align: center;
}
#news-box-1 .box-entry-i .box-r {
  padding-top: 42px;
  width: 700px;
  float: right;
}
#news-box-1 .box-entry-i.wr .box-r,
#news-box-1 .box-entry-i.en .box-r {
  padding-top: 0;
  width: 610px;
}

.wr-title {
  margin-bottom: 10px;
  padding-left: 66px;
  color: #1e67b2;
  font-size: 229%;
  line-height: 1.1;
  position: relative;
}
.wr-title:before {
  content: url(../img/contents/news/news_icon_title.gif);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.wr-artist {
  margin-bottom: 10px;
  padding-left: 66px;
  color: #1e67b2;
  font-size: 143%;
  line-height: 1.1;
  position: relative;
}
.wr-artist:before {
  content: url(../img/contents/news/news_icon_artist.gif);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}
#news-box-1 .box-entry-i .box-r h3 {
  margin-bottom: 16px;
  font-size: 243%;
  line-height: 1.1;
  font-weight: 300;
  color: #000;
}
#news-box-1 .box-entry-i .box-r .article {
  color: #4d4d4d;
  line-height: 2;
  font-size: 86%;
}
#news-box-1 .box-entry-i .box-r .article a {
  color: #ec1e79;
  text-decoration: underline;
}
#news-box-1 .box-entry-i .box-r .article a:hover {
  color: #f00;
  text-decoration: underline;
}
#news-box-1 .box-entry-2 {
  padding: 0 40px 40px;
  width: 100%;
  display: table;
}
#news-box-1 .box-entry-2 .box-1 {
  padding: 24px 30px;
  border-right: 7px #fff solid;
  border-left: 7px #fff solid;
  background-color: #f1f1f1;
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
#news-box-1 .box-entry-2 .box-1 dl {
  padding: 16px 0;
  border-top: 1px #dbdbdb solid;
  width: 100%;
}
#news-box-1 .box-entry-2 .box-1 dl:first-child {
  border-top: none;
}
#news-box-1 .box-entry-2 .box-1 dt {
  float: left;
  width: 60px;
  color: #000;
  font-size: 129%;
}
#news-box-1 .box-entry-2 .box-1 dd {
  float: right;
  width: 306px;
  color: #4d4d4d;
}
#news-box-1 .box-entry-2 .box-1 dd.fs1 {
  font-size: 157%;
  line-height: 1.2;
  color: #000;
}
#news-box-1 .box-entry-2 .box-1 dd a {
  color: #ec1e79;
  text-decoration: underline;
}
#news-box-1 .box-entry-2 .box-1 dd a:hover {
  color: #f00;
  text-decoration: underline;
}

#news-btm-nav {
  border-top: 1px #e5e5e5 solid;
  width: 100%;
  height: 86px;
  position: relative;
}
#news-btm-nav #prev {
  width: 112px;
  position: absolute;
  top: 18px;
  left: 20px;
}
#news-btm-nav #back {
  width: 50px;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
}
#news-btm-nav #next {
  width: 112px;
  position: absolute;
  top: 18px;
  right: 20px;
}

.btn-calendar {
  margin-top: 12px;
  position: relative;
}
.btn-add-to-calendar {
  width: 182px;
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #666;
  text-decoration: none;
}
.btn-add-to-calendar:hover {
  color: #fff;
  background-color: #666;
  text-decoration: none;
  opacity: 0.8;
}
.btn-add-to-calendar::after {
  content: " ";
  width: 10px;
  height: 8px;
  display: inline-block;
  background: url(../img/contents/concert-schedule/es-btn-icon-1.png) no-repeat
    left top;
  margin-left: 6px;
}
.tooltip-add-to-caledar {
  padding-top: 12px;
  position: absolute;
  bottom: -112px;
  left: 0;
  z-index: 10;
  width: 224px;
  height: 100px;
  background-color: #0073aa;
}
.tooltip-add-to-caledar::before {
  content: " ";
  width: 14px;
  height: 8px;
  display: block;
  background: url(../img/contents/concert-schedule/es-bg-calendar.png) no-repeat
    left top;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
}
.tooltip-add-to-caledar .box-calendar-l {
  float: left;
  width: 130px;
  height: 78px;
  font-size: 86%;
}
.tooltip-add-to-caledar .box-calendar-r {
  float: left;
  border-left: 1px #fff solid;
  width: 94px;
  height: 78px;
  font-size: 86%;
}
.tooltip-add-to-caledar .calendar-title {
  margin-bottom: 4px;
  text-align: center;
}
.tooltip-add-to-caledar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  letter-spacing: -0.4em;
}
.tooltip-add-to-caledar ul li {
  margin: 0 16px 0 0;
  padding: 0;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
}
.tooltip-add-to-caledar ul li:last-child {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
}
.tooltip-add-to-caledar .box-calendar-l ul li i {
  font-size: 25px;
}
.tooltip-add-to-caledar .box-calendar-r ul li i {
  font-size: 28px;
}
.tooltip-add-to-caledar ul li a {
  color: #fff;
  text-decoration: underline;
}
.tooltip-add-to-caledar ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  .top-news {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #top-information {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #top-bnr {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  /* --------------------
		body
	-------------------- */
  /* top */
  #top-event-slider {
    height: 700px;
  }
  #top-event-slider-i {
    height: 700px;
  }
  #top-event-slider .slider {
    height: 700px;
  }
  .slider:after {
    content: " ";
    background: url(../img/contents/top/sp_bg_slider.png) repeat-x left top;
    background-size: auto 324px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 324px;
  }
  #top-event-slider .slider .im {
    margin: 0 auto;
    width: 100%;
    max-width: 290px;
    position: relative;
    top: 100px;
    left: 0;
    margin-left: auto;
    text-align: center;
  }
  #top-event-slider-nav {
    display: none;
  }
  #event-pickup {
    margin: 0;
    width: 290px;
    height: 260px;
    position: absolute;
    top: 310px;
    right: 50%;
    margin-right: -145px;
    z-index: 3;
    vertical-align: top;
  }
  #event-pickup-i {
    width: 290px;
    height: 260px;
  }
  .event-pickup {
    width: 290px;
    height: 260px;
    position: relative;
  }
  .event-pickup-i {
    width: 280px;
    height: 250px;
  }
  .mCSB_inside > .mCSB_container {
    min-height: 250px;
  }

  .event-pickup-i .article .chumoku {
    margin-bottom: 6px;
  }
  .event-pickup-i .article .artist {
    font-size: 143%;
  }
  .event-pickup-i .article .title {
    margin-bottom: 8px;
    line-height: 1.2;
    color: #000;
    font-size: 86%;
  }
  .event-pickup-i .article .artist a,
  .event-pickup-i .article .title a {
    color: #000;
    text-decoration: none;
  }
  .event-pickup-i .article .artist a:hover,
  .event-pickup-i .article .title a:hover {
    color: #ff194d;
  }
  .event-pickup-i .article .article-i {
    line-height: 1.4;
    font-size: 71%;
  }

  /* 写真が縦長の場合 */
  .type-1 .event-pickup-i .ph {
    width: 130px;
    height: 250px;
  }
  .type-1 .event-pickup-i .ph img {
    width: 130px !important;
    height: auto !important;
  }
  .type-1 .event-pickup-i .article {
    padding: 10px 10px 10px 140px;
  }

  /* 写真が横長の場合 */
  .type-2 .event-pickup-i .ph {
    width: 100%;
    height: 130px;
    background-color: #000;
    position: relative;
    overflow: hidden;
  }
  .type-2 .event-pickup-i .ph img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 130px !important;
    width: auto !important;
  }
  .type-2 .event-pickup-i .article {
    padding: 10px;
  }

  #event-pickup-nav {
    display: none;
  }
  #top-bar {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 3;
  }

  #top-sns {
    margin: 0;
    padding: 0 0 0 4px;
    list-style: none;
    float: none;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  #top-sns li {
    margin: 0;
    padding: 0 4px 0 0;
    width: 50%;
  }
  #top-sns li img {
    vertical-align: middle;
  }
  #top-sns li a {
    width: 100%;
    padding: 8px 0;
    display: block;
    color: #fff;
    font-size: 86%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
  }
  #top-sns li .text {
    margin-left: 6px;
    display: inline-block;
  }
  #top-news-ticker {
    width: 100%;
    max-width: none;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    margin-left: 0;
    background-color: transparent;
  }
  #top-news-ticker img {
    vertical-align: top;
  }
  #top-news-ticker .title-box {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 74px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top-news-ticker .title-box li {
    margin: 0;
    padding: 0;
    float: left;
  }

  #top-news-ticker .ticker {
    margin: 0;
    padding: 0 0 0 84px;
    width: 100%;
    max-width: none;
    min-width: 200px;
    position: static;
    top: 0;
    left: auto;
    float: left;
    min-height: 24px;
  }
  #top-news-ticker .ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    min-height: 24px;
  }

  #top-news-ticker .ticker ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    /*display:none;*/
    color: #fff;
    font-size: 71%;
    line-height: 24px;
    min-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top-news-ticker .ticker ul li a {
    color: #fff;
    text-decoration: none;
  }
  #top-news-ticker .ticker ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #top-tab {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 50px;
    letter-spacing: -0.4em;
    text-align: center;
    position: relative;
    z-index: 4;
  }
  #top-tab li {
    width: 33%;
    height: 50px;
    letter-spacing: normal;
    display: inline-block;
    position: relative;
  }
  #top-tab li div {
    height: 50px;
  }
  #top-tab li div a {
    width: 100%;
    height: 50px;
    font-size: 86%;
  }
  #top-tab li div a span.block {
    display: block;
  }
  #top-tab li div a span.sub-text {
    font-size: 83%;
  }
  #top-tab li .comment {
    width: 74px;
    height: 22px;
    position: absolute;
    top: -14px;
    right: 6px;
  }
  #event-bar {
    margin-bottom: 8px;
    padding-top: 6px;
    height: 72px;
  }
  #event-bar ul {
    height: 58px;
  }
  #event-bar li {
    width: 56px;
    height: 58px;
  }
  #event-bar li.today .today-icon {
    width: 38px;
    height: 12px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -19px;
  }
  #event-bar li a {
    width: 56px;
    height: 58px;
  }
  #event-bar li a span.year {
    font-size: 71%;
  }
  #event-bar li a span.day {
    font-size: 129%;
  }
  #event-bar li a span.week {
    font-size: 71%;
  }
  #event-bar li a.current:hover:after,
  #event-bar li a.current:after {
    content: " ";
    background-image: url(../img/contents/top/icon_event_bar.png);
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    font-size: 0;
    margin-left: -5px;
    width: 10px;
    height: 5px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #event-bar-l {
    width: 19px;
    height: 58px;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 10;
  }
  #event-bar-r {
    width: 19px;
    height: 58px;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 10;
  }
  #ec-btn-prev,
  #ec-btn-next {
    display: none;
  }
  #event-contents-wrapper {
    margin-bottom: 20px;
  }
  #event-contents {
    padding: 0 15px 20px 15px;
  }
  #event-contents ul li {
    margin: 0 6px 0 0;
  }
  #event-contents ul li .wrap {
    width: 150px;
  }
  #event-contents ul li .ph {
    width: 150px;
    height: auto;
  }
  #event-contents ul li .ph a {
    display: table-cell;
    width: 150px;
    height: 100px;
  }
  #event-contents ul li .ph img {
    max-width: 150px;
    max-height: 100px;
    height: auto;
    width: auto;
  }
  #event-contents ul li .date {
    padding: 6px 8px;
    font-size: 100%;
  }
  #event-contents ul li .date span {
    font-size: 63%;
  }
  #event-contents ul li .artist {
    font-size: 114%;
  }
  #top-information {
    padding: 12px 15px 14px !important;
    border-top: 4px #000 solid;
  }
  #top-information .inner {
    max-width: none;
  }
  #top-information h2 {
    margin-bottom: 4px;
    font-size: 200%;
  }
  #top-information ul li {
    margin: 0 0 10px 0;
    padding: 0 4px 0 0;
    width: 49%;
  }
  /*#top-information ul li{
		margin:0 10px 10px 0;
		padding:0;
	}*/
  .top-news {
    margin-bottom: 2px;
    padding: 26px 0 !important;
  }
  .top-news .inner,
  .top-news.btm .inner {
    max-width: none;
    display: block;
    background: none;
  }

  .top-news .box-l {
    margin-bottom: 10px;
    padding: 15px 0 0 0;
    float: none;
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .top-news .box-l-i {
    min-width: 0;
    margin-right: 0;
  }
  .top-news .box-r {
    padding: 15px;
    float: none;
    width: 100%;
    margin-left: 0;
    display: block;
    background-color: #fff;
  }

  .top-news .news h2 {
    font-size: 200%;
  }
  .top-news .news .title-box,
  .record .title-box {
    margin-bottom: 10px;
    padding: 0 15px;
    height: 34px;
    position: relative;
  }
  .top-news .news .title-box .top-sns {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 8px;
    right: 67px;
  }
  .top-news .news .title-box .top-sns li {
    width: 22px;
  }
  .top-news .news .title-box .nav,
  .record .title-box .nav {
    width: 34px;
    right: 15px;
  }

  hr.top-line {
    display: none;
  }
  .top-news .news .article-box,
  .record .article-box {
    margin-bottom: 20px;
    border-top: 1px #ccc solid;
  }
  .top-news .news .article-box > div,
  .record .article-box > div {
    padding: 14px 50px 14px 15px;
    border-bottom: 1px #ccc solid;
    position: relative;
    cursor: pointer;
  }
  .top-news .news .article-box > div:after,
  .record .article-box > div:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/contents/top/sp_bg_icon_news.png) no-repeat 0 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .top-news dl {
    margin-bottom: 0;
  }
  .top-news dl dt {
    margin-bottom: 2px;
    width: 100%;
    font-size: 100%;
  }
  .top-news dl dt .date {
    padding: 0;
    color: #000;
    background-color: transparent;
    font-size: 157%;
    vertical-align: middle;
  }
  .top-news dl dt .category {
    margin-right: 2px;
    padding: 2px 6px;
    color: #4d4d4d;
    background-color: #fff;
    display: inline-block;
    font-size: 86%;
  }
  .top-news dl dd {
    margin-left: 0;
    font-size: 129%;
  }
  .top-news dl dd a {
    color: #000;
    text-decoration: none;
  }
  .top-news dl dd a:hover {
    color: #000;
    text-decoration: none;
  }
  .record h2 {
    font-size: 200%;
  }
  .top-news .tn {
    width: 100%;
  }
  .top-news .tn .ph {
    margin-bottom: 0;
    width: 50px;
  }
  .top-news .tn dl {
    margin-bottom: 0;
    margin-left: 60px;
    min-height: 0;
  }
  .top-news .wwe .article {
    margin-left: 146px;
  }
  .top-news .wwe .ph {
    width: 136px;
  }
  .top-news .wwe h2 {
    font-size: 71%;
  }
  .top-news .wwe .text {
    display: none;
  }

  .top-news .r3 {
    margin-bottom: 30px;
  }
  .top-news .r3 .title-box {
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px #b5b5b5 solid;
    width: 100%;
    position: relative;
  }
  .top-news .r3 .title-box h2 {
    width: 246px;
  }
  .top-news .r3 .title-box .nav {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .top-news .r3 h3 {
    font-size: 157%;
  }
  .top-news .r3 h3 span {
    font-size: 64%;
  }
  .top-news .r3-i .article {
    margin-left: 136px;
    float: none;
    width: auto;
    font-size: 71%;
  }
  .top-news .r3-i .ph {
    float: left;
    width: 126px;
  }
  .top-news .box-r .bnr {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 290px;
  }
  .top-news .box-r .bnr li {
    margin: 0 0 16px 0;
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  .top-news .box-r .bnr li:nth-child(2n) {
    margin-right: 0;
  }
  #top-bnr {
    padding: 16px 0 16px 15px !important;
  }
  #top-bnr .inner {
    margin: 0 auto;
  }
  #top-bnr ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  #top-bnr ul li {
    margin: 0;
    padding: 0 16px 16px 0;
  }
  #top-bnr ul li a {
    display: block;
  }
  #top-bnr ul li img {
    max-width: 100%;
  }

  .top-news .bnr-btm {
    margin: 20px auto 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 640px;
  }
  .top-news .bnr-btm li {
    margin: 0;
    padding: 0 10px 10px;
    float: left;
    width: 50%;
    text-align: center;
  }
  .top-news .bnr-btm li:last-child {
    margin: 0;
  }

  /* qa */
  #qa #main {
    background: #1a1a1a url(../img/contents/qa/bg_main.jpg) no-repeat center top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .qa-title {
    margin-bottom: 4px;
    font-size: 186%;
  }
  .qa-box {
    margin-bottom: 30px;
  }
  .qa-box dt {
    padding: 14px 0 14px 30px;
    font-size: 114%;
    background: url(../img/contents/qa/icon_plus.png) no-repeat 8px center;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    -ms-background-size: 10px 10px;
    -o-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .qa-box dt.active {
    background: url(../img/contents/qa/icon_minus.png) no-repeat 8px center;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    -ms-background-size: 10px 10px;
    -o-background-size: 10px 10px;
    background-size: 10px 10px;
  }
  .qa-box dd {
    padding: 0 0 30px;
    font-size: 86%;
  }
  .qa-box dd .inner {
    padding: 14px 10px;
  }

  /* sitemap */
  #sitemap #main {
    background: #1a1a1a url(../img/contents/sitemap/bg_main.jpg) no-repeat
      center top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #sit-box {
    width: 100%;
  }
  #sit-box .inner {
    width: 100%;
  }
  #sit-box .inner.fl,
  #sit-box .inner.fr {
    float: none;
  }
  .sit-box-1 {
    margin-bottom: 24px;
    padding-top: 16px;
  }
  .sit-box-1 h3 {
    margin-bottom: 8px;
    font-size: 114%;
  }

  /* runrunrun */
  #runrunrun #main {
    background: #cbe269 url(../img/contents/runrunrun/bg_main.jpg) no-repeat
      center top;
  }
  #runrunrun.common #contents {
    padding: 30px 0;
  }
  #runrunrun #c-title {
    margin: 0 20px 4px;
  }
  #runrunrun #lead {
    margin-bottom: 16px;
    width: 100%;
  }
  .run-box-list .inner {
    margin: 0 0 16px 0;
    padding: 10px;
    width: 100%;
    height: auto;
    background: #fff url(../img/contents/runrunrun/run_icon_ya.gif) no-repeat
      right bottom;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -ms-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
    float: none;
  }
  .run-box-list .inner:nth-child(2n) {
    margin: 0 0 16px 0;
  }
  .run-box-list .inner .ph {
    width: 100px;
    height: 100px;
  }
  .run-box-list .inner .ph img {
    height: 100px !important;
    width: auto;
  }
  .run-box-list .inner .article {
    padding: 0 16px;
    min-width: 160px;
  }
  .run-box-list .inner .date {
    margin-bottom: 6px;
    padding: 4px 8px;
    line-height: 1.2;
    font-size: 86%;
  }
  .run-box-list .inner h3 {
    font-size: 143%;
    line-height: 1.2;
  }
  .run-box {
    padding: 15px;
  }
  .run-box .box-l {
    width: 100%;
    float: none;
  }
  .run-box .box-r {
    margin-top: 16px;
    width: 100%;
    float: none;
  }
  .run-box .title {
    margin-bottom: 10px;
    font-size: 114%;
  }
  .run-box .artist {
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    font-size: 200%;
  }
  .run-box .ph {
    margin-bottom: 6px;
  }
  .run-box .caption {
    line-height: 1.2;
    font-size: 86%;
  }
  .run-entry-nav {
    margin-top: 20px;
    font-size: 143%;
  }
  .run-entry-nav a {
    display: block;
    width: 100%;
    height: 90px;
    color: #fff;
    background-color: #000;
    text-decoration: underline;
  }
  .run-entry-nav a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .run-entry-nav .prev {
    width: 50%;
    float: left;
    display: block;
  }
  .run-entry-nav .prev > span {
    padding-right: 0;
    display: block;
    width: 100%;
    height: 90px;
    text-align: left;
    position: relative;
  }
  .run-entry-nav .page-top {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
    display: block;
    z-index: 3;
  }

  .run-entry-nav .next {
    width: 50%;
    float: right;
    display: block;
  }
  .run-entry-nav .next > span {
    padding-left: 0;
    display: block;
    width: 100%;
    height: 90px;
    text-align: left;
    position: relative;
  }
  .run-entry-nav .prev a,
  .run-entry-nav .next a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 90px;
    text-align: left;
    text-decoration: none;
    z-index: 1;
  }
  .run-entry-nav .prev a {
    padding-right: 0;
    padding-left: 0;
    background: #000 url(../img/contents/runrunrun/run_icon_prev.gif) no-repeat -36px
      center;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 55px;
  }
  .run-entry-nav .prev span.cs {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 90px;
    height: 90px;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    color: #beca8e;
    background: #e5f1b4 url(../img/contents/runrunrun/run_icon_prev_cs.gif)
      no-repeat -36px center;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 55px;
  }
  .run-entry-nav .next a {
    padding-left: 0;
    padding-right: 0;
    background: #000 url(../img/contents/runrunrun/run_icon_next.gif) no-repeat
      20px center;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 55px;
  }
  .run-entry-nav .prev .img {
    display: none;
  }
  .run-entry-nav .next .img {
    display: none;
  }

  /* privacy */
  #privacy #main {
    background: #131313 url(../img/contents/privacy/bg_main.jpg) no-repeat
      center top;
  }
  .pri-title {
    margin-top: 30px;
    margin-bottom: 6px;
    font-size: 157%;
  }
  .pri-text {
    margin-bottom: 24px;
    padding: 0 15px;
  }
  .pri-box {
    width: 100%;
  }
  .pri-box .inner {
    margin-bottom: 28px;
    width: 100%;
  }
  .pri-box .inner.fl,
  .pri-box .inner.fr {
    float: none;
  }

  /* company */
  .com-box-1 {
    margin-bottom: 36px;
  }
  .com-box-1 .logo {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 80px;
  }
  .com-box-1 .inner {
    margin-left: 0;
    float: none;
    width: auto;
  }
  .com-info {
    margin-left: 0;
    margin-right: 90px;
  }
  .com-box-1 .inner h3 {
    font-size: 186%;
  }
  .com-box-1 .inner p {
    font-size: 86%;
  }
  .com-box-1 .inner dl {
    margin-top: 20px;
    width: 100%;
  }
  .com-box-1 .inner dt {
    font-size: 86%;
  }
  .com-box-1 .inner dd {
    font-size: 86%;
  }
  .com-box-1 .ph {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  #com-box-2 {
    width: 100%;
  }
  #com-box-2 .inner {
    width: 100%;
  }
  .com-box-3 {
    margin-bottom: 24px;
    padding-top: 16px;
  }
  .com-box-3 h3 {
    font-size: 143%;
  }
  .com-box-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .com-box-3 ul li {
    font-size: 86%;
  }

  /* event-schedule */
  #es-con-box-top {
    padding-top: 20px;
  }
  #es-con-box-top h2 {
    font-size: 171%;
  }
  #es-con-box-top h2 span {
    display: block;
  }
  #es-con-box-top .text {
    margin: 0 auto 14px auto;
    width: 200px;
    height: 23px;
    line-height: 18px;
    font-size: 86%;
    background: url(../img/contents/concert-schedule/bg_con.gif) no-repeat
      center top;
    -webkit-background-size: 200px 23px;
    -moz-background-size: 200px 23px;
    -ms-background-size: 200px 23px;
    -o-background-size: 200px 23px;
    background-size: 200px 23px;
  }
  #es-con-box-top #prev-year,
  #es-con-box-top #next-year {
    font-size: 214%;
    font-weight: 300;
    cursor: pointer;
  }
  #es-con-box-top #prev-year span,
  #es-con-box-top #next-year span {
    display: none;
  }
  #es-con-box-top #prev-year:hover,
  #es-con-box-top #next-year:hover {
    opacity: 1;
  }
  #es-con-box-top #prev-year {
    padding-left: 32px;
    position: absolute;
    top: 50px;
    left: 12px;
  }
  #es-con-box-top #prev-year:before {
    content: url(../img/contents/concert-schedule/icon_prev.png);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
  }
  #es-con-box-top #next-year {
    padding-right: 32px;
    position: absolute;
    top: 50px;
    right: 12px;
  }
  #es-con-box-top #next-year:before {
    content: url(../img/contents/concert-schedule/icon_next.png);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
  }
  #es-con-bar {
    margin-bottom: 16px;
    height: 106px;
    position: relative;
  }
  #es-con-bar ul {
    height: 106px;
  }
  #es-con-bar li {
    margin: 0;
    padding: 0;
    border-bottom: 1px #efeff1 solid;
    width: 16.6%;
    height: 53px;
  }
  #es-con-bar li a {
    height: 52px;
  }
  #es-con-bar li a span.month {
    font-size: 143%;
  }
  #es-con-bar li a span.month-en {
    font-size: 50%;
  }
  #es-con-bar li a.current,
  #es-con-bar li a.current span,
  #es-con-bar li a:hover,
  #es-con-bar li a:hover span {
    color: #fff;
    background-color: #0073aa;
  }
  #es-con-bar li a.current:hover:after,
  #es-con-bar li a.current:after {
    content: normal;
  }
  #es-con-tab {
    margin: 0 26px;
    padding: 0;
    list-style: none;
    width: auto;
    height: 42px;
    text-align: center;
    position: relative;
    z-index: 4;
  }
  #es-con-tab li {
    width: 33%;
    height: 42px;
  }
  #es-con-tab li div {
    height: 42px;
  }
  #es-con-tab li div a {
    width: 100%;
    height: 42px;
    font-size: 86%;
  }
  #es-con-tab li div a.current {
    color: #000;
    background-color: #fff;
    background-image: none;
  }
  #es-con-tab li div a.current:after {
    content: url(../img/contents/top/icon_event_bar.png);
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -7px;
  }
  #es-con-contents {
    padding: 20px 10px;
  }
  #es-con-contents ul {
    text-align: left;
  }
  #es-con-contents ul li {
    margin: 0 8px 16px 0;
    text-align: left;
  }
  #es-con-contents ul li .wrap {
    width: 140px;
  }
  #es-con-contents ul li .ph {
    width: 140px;
    height: 90px;
  }
  #es-con-contents ul li .ph a {
    width: 140px;
    height: 90px;
  }
  #es-con-contents ul li .ph img {
    max-width: 140px;
    max-height: 90px;
    height: auto;
    width: auto;
  }
  #es-con-contents ul li .date {
    padding: 6px 8px;
    font-size: 100%;
  }
  #es-con-contents ul li .date span {
    font-size: 71%;
  }
  #es-con-contents ul li .artist {
    font-size: 114%;
  }
  #event-schedule #es-box {
    background: none;
  }
  #es-al-l {
    padding: 20px 15px;
    width: 100%;
    float: none;
  }
  #es-al-l h2 {
    margin-bottom: 10px;
    font-size: 257%;
    text-align: center;
  }
  #es-al-l h2 span {
    font-size: 38%;
  }
  #es-al-l .inner {
    margin-bottom: 10px;
    padding: 4px;
  }
  #es-al-l .inner.al {
    padding: 26px;
    background: #efeff1 url(../img/contents/concert-schedule/bg_ph.gif)
      no-repeat 26px 0;
  }
  #es-al-l .ph {
    margin-bottom: 0;
    position: static;
    float: right;
    width: 116px;
  }
  #es-al-l .ph:after {
    content: normal;
  }
  #es-al-l .ph img {
    width: auto;
    height: auto;
  }
  #es-al-l dl {
    padding: 0;
    margin-right: 134px;
  }
  #es-al-l dt {
    margin-bottom: 6px;
    font-size: 114%;
  }
  #es-al-l dd {
    font-size: 86%;
  }
  #es-al-l .btn a {
    margin: 0 auto;
    padding: 10px 0;
    width: 200px;
    font-size: 86%;
  }
  #es-al-r {
    margin-left: 0;
    padding: 15px;
  }
  #es-al-r .text-top {
    margin-bottom: 6px;
    font-size: 143%;
  }
  #es-al-i {
    width: 100%;
  }
  #es-al-i ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    letter-spacing: -0.4em;
    text-align: left;
  }
  #es-al-i ul li {
    margin: 0 8px 16px 0;
    padding: 0;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
  }
  #es-al-i ul li .ph {
    height: 90px;
    min-width: 90px;
  }
  #es-al-i ul li .date {
    margin-bottom: 4px;
    padding: 6px 8px;
    font-size: 100%;
  }
  #es-al-i ul li .date span {
    font-size: 71%;
  }
  #es-al-i ul li .artist {
    font-size: 114%;
  }
  #es-al-i ul.maincat li {
    margin: 0 16px 10px 0;
    width: 86px;
  }
  #es-al-i ul.maincat li .ph {
    width: 86px;
    height: 86px;
  }
  #es-al-i ul.maincat li .ph img {
    max-width: 86px;
    max-height: 86px;
    width: auto;
    height: auto;
  }
  #es-al-i ul.maincat li .artist {
    margin-top: 4px;
    font-size: 86%;
  }
  #es-al-i ul.subcat li .wrap {
    width: 134px;
  }
  #es-al-i ul.subcat li .ph {
    background-color: #333;
    text-align: center;
  }
  #es-al-i ul.subcat li .ph img {
    max-width: none;
    height: 90px;
    width: auto;
  }

  #es-al-l .inner .tbl {
    margin: 16px auto;
    width: 50%;
    float: left;
  }
  #es-al-l .inner .tbl th,
  #es-al-l .inner .tbl td {
    height: 20px;
  }

  #es-al-l .inner a {
    font-size: 86%;
    height: 20px;
    line-height: 20px;
  }
  #es-entry-box-top {
    width: 100%;
    background-image: none;
    position: relative;
  }
  #es-entry-box-top:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(../img/contents/concert-schedule/icon_concert.png) no-repeat
      left top;
    background-size: contain;
  }
  #es-entry-box-top .box-l {
    padding: 40px;
    float: none;
    width: 100%;
  }
  #es-entry-box-top .box-l .mb1 {
    margin: 0 0 20px;
  }
  #es-entry-box-top .box-l .artist {
    margin-bottom: 6px;
    font-size: 257%;
    line-height: 1.2;
  }
  #es-entry-box-top .box-l .artist .op-act {
    font-size: 50%;
  }
  #es-entry-box-top .box-l .title {
    padding: 4px 8px;
    font-size: 86%;
  }
  #es-entry-box-top .box-l .title .op-act {
    font-size: 83%;
    line-height: 16px;
  }
  #es-entry-box-top .box-l .mb2 {
    margin-bottom: 16px;
  }
  #es-entry-box-top .box-l .date {
    font-size: 100%;
  }
  #es-entry-box-top .box-l .date span {
    font-size: 186%;
  }
  #es-entry-box-top .box-l .time {
    margin-bottom: 8px;
    font-size: 71%;
  }
  #es-entry-box-top .box-l .place {
    font-size: 100%;
  }
  #es-entry-box-top .box-r {
    float: none;
    width: 100%;
    min-height: 0;
    padding: 10px 0;
    text-align: center;
    position: relative;
    background-color: #1a1a1a;
  }
  #es-entry-box-top .box-r img {
    max-width: 100%;
    width: auto;
    max-height: 200px;
    position: static;
    margin: auto;
  }
  .koen-pc {
    display: none;
  }
  .koen-sp {
    display: block;
  }
  .es-entry-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-top: 1px #4d4d4d solid;
  }
  .es-entry-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px #4d4d4d solid;
    color: #fff;
    background-color: #000;
    font-size: 86%;
  }
  .es-entry-list a {
    display: block;
    padding: 12px 48px 12px 16px;
    width: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
  }
  .es-entry-list a:before {
    content: " ";
    width: 23px;
    height: 23px;
    background: url(../img/contents/concert-schedule/sp_es_entry_btn_more.png)
      no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -11px;
    font-size: 0;
  }

  #es-entry-main {
    background-image: none;
  }
  #es-entry-main .box-l {
    padding: 26px 15px;
    width: 100%;
    float: none;
    background-color: #f1f1f1;
  }
  #es-entry-main .box-r {
    padding: 26px 15px;
    width: 100%;
    float: none;
  }
  #es-entry-main .title-1 {
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 86%;
    background: #fff url(../img/contents/concert-schedule/bg_title_1.gif)
      no-repeat left top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #es-entry-main .title-1 span {
    margin-right: 6px;
    width: 62px;
    font-size: 117%;
  }
  #es-entry-main .title-2 {
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 86%;
    background: #f1f1f1 url(../img/contents/concert-schedule/bg_title_2.gif)
      no-repeat left top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #es-entry-main .title-2 span {
    margin-right: 6px;
    width: 62px;
    font-size: 117%;
  }
  #es-entry-main .date {
    font-size: 100%;
  }
  #es-entry-main .date span {
    font-size: 186%;
  }
  hr.es-line-3 {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    margin: 16px 0 16px;
    border-top: 1px #000 solid;
    width: 16px;
  }
  #es-entry-main .mb1 {
    margin-bottom: 16px;
  }

  #es-entry-main h3 {
    font-size: 114%;
  }
  #es-entry-main .text-1 {
    color: #333;
    font-size: 86%;
  }
  #es-entry-main .text-2 {
    font-size: 86%;
  }
  #es-entry-main .text-3 {
    font-size: 86%;
  }
  #es-entry-main .text-4 {
    margin-bottom: 12px;
    padding: 8px 16px;
    font-size: 86%;
  }
  #es-entry-main .box-1 {
    width: 100%;
  }
  #es-entry-main .box-1 .icon {
    width: 86px;
  }
  #es-entry-main .box-1 .article {
    margin-left: 106px;
  }
  #es-entry-main .box-1 .article h3 {
    margin-bottom: 6px;
    font-size: 114%;
  }
  #es-entry-main .box-1 .article h3 .code {
    font-size: 63%;
    padding: 0 6px;
  }
  #es-entry-main .box-1 .article dt {
    margin-bottom: 6px;
    padding: 0 0 0 18px;
    width: 88px;
    float: left;
    font-size: 86%;
  }
  #es-entry-main .box-1 .article dt.web {
    background: url(../img/contents/concert-schedule/icon_web.gif) no-repeat 0
      3px;
  }
  #es-entry-main .box-1 .article dt.tel {
    background: url(../img/contents/concert-schedule/icon_tel.gif) no-repeat 0
      3px;
  }
  #es-entry-main .box-1 .article dt.convini {
    background: url(../img/contents/concert-schedule/icon_convini.gif) no-repeat
      0 3px;
  }
  #es-entry-main .box-1 .article dd {
    margin-bottom: 6px;
    margin-left: 90px;
    font-size: 86%;
  }
  #es-entry-main .box-1 .article .btn {
    margin-top: 20px;
  }
  #es-entry-main .box-1 .article .btn a {
    font-size: 86%;
  }
  .es-other-text {
    margin-top: 34px;
    padding: 12px 16px;
    font-size: 86%;
  }
  .es-comment {
    font-size: 86%;
  }
  #es-entry-bottom {
    border: 14px #cbcbcb solid;
    padding: 24px 26px;
  }
  #es-entry-bottom:before {
    content: " ";
    background: url(../img/contents/concert-schedule/bg_es_entry_btm.gif)
      no-repeat center top;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 14px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    vertical-align: middle;
  }
  #es-entry-bottom .title-1 {
    font-size: 214%;
  }
  #es-entry-bottom .title-2 {
    font-size: 214%;
  }
  #es-entry-bottom .title-2 span {
    font-size: 40%;
  }
  #es-entry-bottom .article {
    font-size: 86%;
  }
  #es-entry-bottom .article img {
    margin-bottom: 6px;
  }

  /* ticket */
  #ticket #main {
    background: #fff url(../img/contents/ticket/bg_main.jpg) no-repeat center
      top;
    -webkit-background-size: 874px 188px;
    -moz-background-size: 874px 188px;
    -ms-background-size: 874px 188px;
    -o-background-size: 874px 188px;
    background-size: 874px 188px;
  }
  #ticket.common #contents {
    padding-top: 38px;
  }
  #ticket #lead {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #ticket .contents-inner {
    padding: 0;
  }
  .tic-box {
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .tic-box .box {
    padding: 0 15px;
  }
  .tic-box-1 {
    margin-bottom: 20px;
    padding: 15px;
    border: none;
    border-bottom: 1px #29aae1 solid;
  }
  .tic-box-1 h3 {
    padding-left: 48px;
    font-size: 143%;
    text-align: left;
    position: relative;
  }
  .tic-box-1 h3:before {
    content: url(../img/contents/ticket/tic_icon_1.gif);
    margin-right: 0;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tic-box .title {
    font-size: 143%;
  }
  .tic-tab {
    margin-bottom: 10px;
    padding: 10px 0 0 0;
  }
  .tic-tab ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 40px;
  }
  .tic-tab ul li {
    margin: 0;
    padding: 0 1px;
    width: 50%;
    height: 40px;
    float: left;
    display: table;
    font-size: 86%;
  }
  .tic-tab ul li a {
    width: 100%;
    height: 40px;
  }
  #tic-box-2 {
    padding: 20px 0;
  }
  #tic-box-2 .box-1 {
    margin: 0 15px 16px;
    padding: 15px;
    width: auto;
    background-color: #fff;
    display: block;
  }
  #tic-box-2 .box-1 > div {
    display: block;
  }
  #tic-box-2 .box-1 .icon {
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
  }
  #tic-box-2 .box-1 .article {
    padding: 0;
  }
  #tic-box-2 .box-1 .article h3 {
    padding-left: 8px;
    border-left: 5px #e85298 solid;
    line-height: 1.2;
    font-size: 143%;
    color: #000;
    font-weight: normal;
  }
  #tic-box-2 .box-1 .article > h4 {
    margin-top: 20px;
    color: #000;
    font-weight: normal;
  }
  #tic-box-2 .box-1 .article .box-1-i {
    margin-top: 28px;
    width: 100%;
  }
  #tic-box-2 .box-1 .article .box-1-ii {
    width: 100%;
  }
  #tic-box-2 .box-1 .article .box-1-ii.fl,
  #tic-box-2 .box-1 .article .box-1-ii.fr {
    margin-bottom: 16px;
    float: none;
  }

  #tic-box-3 {
    padding: 20px 10px;
  }
  #tic-box-3 .box-1 {
    background: url(../img/contents/ticket/tic_bg_line_1.gif) repeat-x left top;
    padding-top: 20px;
    margin: 0 auto 20px auto;
    width: 100%;
    display: block;
  }
  #tic-box-3 .box-1 > div {
    display: block;
  }
  #tic-box-3 .box-1 .icon {
    padding: 10px 0;
    border: 4px #f1f1f1 solid;
    width: 100%;
  }
  #tic-box-3 .box-1 .article {
    padding: 10px 0 0 0;
    width: 100%;
  }
  #tic-box-3 .box-1 .article h3 {
    font-size: 143%;
  }
  #tic-box-3 .box-1 .article .box-2 {
    padding: 10px 0;
  }
  #tic-box-3 .box-1 .article .box-2 dt {
    float: none;
    width: 100%;
    padding: 0 0 0 32px;
    color: #000;
    font-size: 143%;
  }
  #tic-box-3 .box-1 .article .box-2.web dt {
    background: url(../img/contents/ticket/tic_icon_m_web.gif) no-repeat 0 6px;
  }
  #tic-box-3 .box-1 .article .box-2.tel dt {
    background: url(../img/contents/ticket/tic_icon_m_tel.gif) no-repeat 0 6px;
  }
  #tic-box-3 .box-1 .article .box-2.shop dt {
    background: url(../img/contents/ticket/tic_icon_m_shop.gif) no-repeat 0 6px;
  }
  #tic-box-3 .box-1 .article .box-2 dd {
    padding: 0;
  }
  #tic-box-4 {
    padding: 34px 0;
    background-color: #f5f5f5;
    width: 100%;
  }
  #tic-box-4 .box-1 {
    padding: 10px;
    width: 100%;
  }
  #tic-box-4 .box-1 .title {
    font-size: 143%;
  }
  #tic-box-4 .box-1-i {
    width: 100%;
  }
  #tic-box-4 .box-1-i .bnr {
    width: 100%;
    float: none;
    text-align: center;
  }
  #tic-box-4 .box-1-i .text {
    width: 100%;
    float: none;
  }

  /* venue */
  #venue #main {
    background: #04061a url(../img/contents/venue/sp_bg_main.jpg) no-repeat
      center top;
    -webkit-background-size: 595px 255px;
    -moz-background-size: 595px 255px;
    -ms-background-size: 595px 255px;
    -o-background-size: 595px 255px;
    background-size: 595px 255px;
  }
  #venue #contents {
    padding-top: 88px;
  }
  #venue #c-title {
    text-align: center;
  }
  #venue #lead {
    margin: 0 auto 40px;
    width: 100%;
    padding: 0 40px;
    font-size: 71%;
    text-align: left;
  }
  #ven-map {
    display: block;
    margin-bottom: 24px;
    padding: 0 15px;
  }
  .ven-title {
    margin-bottom: 20px;
    border-bottom: 1px #f1f1f1 solid;
    font-size: 129%;
  }
  .ven-tbl th {
    display: none;
  }
  .ven-tbl td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 86%;
    border: none;
  }
  .ven-tbl td:first-child {
    width: 100%;
    font-size: 150%;
  }
  .ven-tbl td:nth-child(2) {
    width: 100%;
  }
  .ven-tbl td:nth-child(3) {
    width: 100%;
  }
  .ven-tbl td:last-child {
    margin-bottom: 12px;
  }

  /* live-friends */
  #live-friends #lead,
  #live-friends-change #lead {
    margin-bottom: 56px;
  }
  #live-friends .contents-inner,
  #live-friends-change .contents-inner {
    padding: 0;
  }
  #liv-box-1 {
    padding: 10px 15px 24px;
  }
  .liv-box {
    padding: 24px;
    width: 100%;
  }
  .liv-box h3 {
    margin-bottom: 20px;
    font-size: 200%;
  }
  .liv-box-i {
    margin-bottom: 12px;
  }
  .liv-box-ii {
    margin-bottom: 12px;
    width: 100%;
    float: none;
  }
  .liv-box-ii:first-child {
    padding-right: 0;
    border-right: none;
  }
  .liv-box-ii:last-child {
    padding-left: 0;
  }
  .liv-box-ii .tokuten {
    font-size: 114%;
    width: 132px;
  }
  .liv-box-ii h4 {
    font-size: 143%;
  }
  .liv-box .text {
    font-size: 71%;
  }
  #liv-box-2 {
    padding: 28px 15px;
  }
  #liv-box-2 .inner {
    margin: 0 auto;
    width: 100%;
  }
  #liv-box-2 .inner .box-1 {
    margin-bottom: 50px;
    width: 100%;
  }
  #liv-box-2 .inner .box-1 .box-l {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    padding: 20px;
    text-align: center;
  }
  #liv-box-2 .inner .box-1 .box-l h3 {
    font-size: 143%;
  }
  #liv-box-2 .inner .box-1 .box-l p {
    font-size: 86%;
  }
  #liv-box-2 .inner .box-1 .box-r {
    width: 100%;
    float: none;
    font-size: 86%;
  }
  #liv-box-2 .inner .box-1 .box-r .underline {
    color: #e75295;
    text-decoration: underline;
  }
  #liv-box-4 {
    padding: 10px;
  }
  #liv-box-4 .title {
    margin-bottom: 16px;
    color: #000;
    font-size: 200%;
    line-height: 1.1;
    text-align: center;
  }
  #liv-box-4 .title:before {
    margin-right: 8px;
    content: url(../img/contents/live-friends/liv_icon_3.gif);
  }
  #liv-box-4 .text {
    padding-bottom: 40px;
    border-bottom: 1px #d9d9d9 solid;
    color: #000;
    text-align: center;
  }
  .form-mailer {
    height: 1000px;
  }

  .liv-btn-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .liv-btn-1 li {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    float: none;
  }
  .liv-btn-1 li:first-child {
    margin: 0 0 10px;
  }
  .liv-btn-1 li a {
    display: block;
    color: #fff;
    font-size: 129%;
    width: 100%;
    padding: 34px 0;
  }
  .liv-btn-1 li a:after {
    content: " ";
    width: 30px;
    height: 30px;
    background: url(../img/contents/live-friends/liv_bg_icon_1.png) no-repeat 0
      0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
  }
  #liv-box-3 {
    padding: 30px 15px 30px;
  }
  #liv-box-3 .inner {
    width: 100%;
  }
  #liv-box-3 .inner .box-l {
    width: 100%;
    float: none;
  }
  #liv-box-3 .inner .box-l h3 {
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 186%;
  }
  #liv-box-3 .inner .box-l h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    background: url(../img/contents/live-friends/liv_icon_1.gif);
    width: 32px;
    height: 24px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #liv-box-3 .inner .box-l .text {
    margin-bottom: 20px;
  }
  #liv-box-3 .inner .box-l .liv-flow li {
    margin: 0 0 34px;
    padding: 18px 0;
    font-size: 114%;
  }
  #liv-box-3 .inner .box-l .liv-flow li:after {
    content: url(../img/contents/live-friends/liv_icon_2.gif);
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -11px;
    font-size: 0;
  }
  #liv-box-3 .inner .box-l .liv-flow li:last-child:after {
    content: normal;
  }
  #liv-box-3 .inner .box-r {
    width: 100%;
    float: none;
  }
  #liv-box-3 .inner .box-r h4 {
    margin-bottom: 16px;
    font-size: 143%;
    line-height: 1.2;
    font-weight: 400;
  }
  #liv-box-3 .inner .box-r .liv-form-box {
    width: 100%;
  }
  #liv-box-3 .inner .box-r .liv-form-box dt {
    padding-bottom: 0;
    width: 100%;
    float: none;
  }
  #liv-box-3 .inner .box-r .liv-form-box dd {
    padding-bottom: 16px;
    width: 100%;
    float: none;
  }
  #liv-box-3 .inner .box-r .liv-form-box dd input[type="text"],
  #liv-box-3 .inner .box-r .liv-form-box dd textarea {
    border: 1px #4d4d4d solid;
    padding: 2px;
    color: #b2b2b2;
    background-color: #0d0d0d;
  }
  #liv-box-3 .inner .box-r .liv-form-box dd select {
    border: 1px #4d4d4d solid;
    padding: 2px;
  }
  #liv-box-3 .inner .box-r .form-btn {
    margin-top: 18px;
  }
  #liv-box-3 .inner .box-r .form-btn-1 {
    border: 0;
    width: 100%;
    padding: 22px 0;
    color: #fff;
    background-color: #004387;
    text-align: center;
    font-size: 143%;
    line-height: 1.2;
    cursor: pointer;
  }
  #liv-box-3 .inner .box-r .form-btn-2 {
    padding: 16px 0;
    font-size: 114%;
  }
  .input-width-4 {
    width: 24% !important;
  }
  hr.liv-line-1 {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    margin: 6px 0 40px;
    border-top: 1px #4d4d4d solid;
    width: 100%;
  }

  /* mailmagazine */
  #mailmagazine #main {
    background: #1a1a1a url(../img/contents/mailmagazine/bg_main.jpg) repeat-x
      center top;
    -webkit-background-size: 1108px 204px;
    -moz-background-size: 1108px 204px;
    -ms-background-size: 1108px 204px;
    -o-background-size: 1108px 204px;
    background-size: 1108px 204px;
  }
  #mailmagazine #contents {
    padding-top: 56px;
    width: 100%;
  }
  #mailmagazine #c-title {
    color: #000;
  }
  #mailmagazine #lead {
    margin-bottom: 30px;
    color: #000;
  }
  #mailmagazine .contents-inner {
    padding: 0;
  }
  #mm-box-1 {
    padding: 30px 0 40px;
  }
  #mm-box-1 .inner {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
  #mm-box-1 .text-1 {
    margin: 0 auto 6px auto;
    width: 236px;
    height: 42px;
    line-height: 36px;
    background: #1a1a1a url(../img/contents/mailmagazine/mm_bg_1.gif) no-repeat
      left top;
    font-size: 114%;
    text-align: center;
  }
  #mm-box-1 h3 {
    margin-bottom: 6px;
    font-size: 186%;
    line-height: 1.2;
  }
  #mm-box-1 h3 .block {
    display: block;
  }
  #mm-box-1 h3.title {
    margin-bottom: 20px;
    font-size: 257%;
  }
  #mm-box-1 h3.title:before {
    margin-right: 12px;
    content: url(../img/contents/mailmagazine/mm_icon_mail.gif);
  }

  #mm-box-1 .text-1,
  #mm-box-1 .text-2 {
    text-align: center;
  }
  #mm-box-1 .text-2 {
    font-size: 86%;
    margin-bottom: 16px;
  }
  #mm-box-1 .text-2 a {
    color: #e75295;
    text-decoration: underline;
  }
  #mm-box-1 .text-2 a:hover {
    color: #f00;
    text-decoration: underline;
  }
  #mm-box-1 .im-1 {
    display: none;
  }
  #mm-box-1 .im-1-sp {
    display: block;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #mm-box-1 .im-1-sp li {
    margin: 0 4px;
    padding: 0;
    letter-spacing: normal;
    display: inline-block;
    width: 30%;
  }
  #mm-box-1 .text-3 {
    margin-bottom: 34px;
    font-size: 171%;
    text-align: center;
  }
  #mm-box-1 .text-4 {
    margin-bottom: 10px;
    text-align: center;
  }
  #mm-box-1 .text-4 a {
    color: #fff;
    text-decoration: underline;
  }
  #mm-box-1 .text-4 a:hover {
    color: #f00;
    text-decoration: underline;
  }
  #mm-box-1 #btn-submit {
    margin: 0 auto;
    border: 0;
    display: block;
    color: #fff;
    font-size: 171%;
    width: 544px;
    padding: 40px 0;
    position: relative;
    text-decoration: none;
    background: #e75295 url(../img/contents/mailmagazine/mm_bg_icon_1.png)
      no-repeat right center;
  }
  #mm-box-1 #btn-submit.active {
    cursor: pointer;
  }
  #mm-box-1 .text-5 span {
    color: #e75295;
  }
  #mm-box-1 .text-6 {
    margin-bottom: 16px;
    font-size: 157%;
    text-align: center;
  }
  #mm-box-1 .text-7 {
    margin-bottom: 70px;
    text-align: center;
  }
  #mm-box-1 .text-7 span {
    color: #e75295;
  }
  #mm-box-1 .text-8 {
    margin-bottom: 70px;
    font-size: 214%;
    text-align: center;
  }
  #mm-box-1 .mm-flow {
    margin: 20px 0 40px 0;
    padding: 0;
    list-style: none;
  }
  #mm-box-1 .mm-flow li {
    margin: 0 0 0 38px;
    padding: 0;
    width: 210px;
    height: 74px;
    line-height: 74px;
    font-size: 129%;
    text-align: center;
    float: left;
    position: relative;
    background-color: #333;
  }
  #mm-box-1 .mm-flow li.active {
    background-color: #e75295;
  }
  #mm-box-1 .mm-flow li:first-child {
    margin: 0;
  }
  #mm-box-1 .mm-flow li:after {
    content: url(../img/contents/mailmagazine/mm_icon_ya.gif);
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -11px;
    font-size: 0;
    line-height: 1;
  }
  #mm-box-1 .mm-flow li:last-child:after {
    content: normal;
  }
  #mm-box-1 .box-1 {
    margin-bottom: 50px;
    padding: 34px 0;
    background-color: #353548;
  }
  #mm-box-1 .box-1 dl {
    margin: 0 auto;
    width: 664px;
  }
  #mm-box-1 .box-1 dt {
    width: 100px;
    float: left;
    text-align: right;
    font-size: 157%;
    line-height: 1.2;
  }
  #mm-box-1 .box-1 dd {
    width: 550px;
    float: right;
  }
  #mm-box-1 .box-1 dd input {
    border: 1px #4d4d4d solid;
    background-color: #0d0d0d;
    padding: 4px;
    color: #fff;
    width: 520px;
  }
  #mm-box-1 .box-1 dd span {
    color: #b2b2b2;
    font-size: 86%;
  }
  .mm-btn-1 input,
  .mm-btn-1 a {
    margin: 0 auto;
    display: block;
    width: 442px;
    border: 0;
    padding: 24px 0;
    color: #fff;
    font-size: 143%;
    text-align: center;
    background-color: #004387;
    text-decoration: none;
    cursor: pointer;
  }
  #mm-box-1 .box-1-1 {
    margin-bottom: 50px;
    padding: 34px 0;
    border: 1px #626271 solid;
    text-align: center;
    font-size: 171%;
  }

  #mm-box-2 {
    width: 100%;
    padding: 20px 0;
    background-color: #ededef;
  }
  #mm-box-2 .title {
    margin-bottom: 18px;
    padding: 0 15px;
    font-size: 186%;
    line-height: 1.2;
  }
  #mm-box-2 .inner {
    margin: 0 auto;
    padding: 20px 15px;
    width: 100%;
  }
  #mm-box-2 .inner input {
    vertical-align: top;
  }

  .mm-form-input {
    margin-bottom: 28px;
  }
  .mm-form-input input {
    width: 100%;
  }
  .mm-form-entry input {
    max-width: 280px;
    height: auto;
  }
  .mm-form-other {
    margin-bottom: 20px;
    letter-spacing: -0.4em;
  }
  .mm-form-other div {
    margin: 0 4px;
    display: inline-block;
    letter-spacing: normal;
  }
  .mm-form-other div input {
    width: 130px;
    height: auto;
  }
  #mm-box-2 .inner h3 {
    margin-bottom: 10px;
    font-size: 143%;
    font-weight: 400;
  }
  #mm-box-2 .text {
    font-size: 86%;
  }
  #mm-box-2 .text a {
    color: #3f78b2;
    text-decoration: underline;
  }
  #mm-box-2 .text a:hover {
    color: #f00;
    text-decoration: underline;
  }

  /* news */
  #news #main {
    background: #1a1a1a url(../img/contents/news/bg_main.jpg) no-repeat center
      top;
    -webkit-background-size: 1275px 160px;
    -moz-background-size: 1275px 160px;
    -ms-background-size: 1275px 160px;
    -o-background-size: 1275px 160px;
    background-size: 1275px 160px;
  }
  #news #contents {
    padding-top: 98px;
    width: 100%;
  }
  #news #c-title {
    margin-bottom: 42px;
    font-size: 314%;
  }
  #news #c-title span {
    width: 206px;
    height: 28px;
    line-height: 20px;
    font-size: 27%;
    background: url(../img/contents/news/bg_s_title.png) no-repeat center top;
    -webkit-background-size: 208px 28px;
    -moz-background-size: 208px 28px;
    -ms-background-size: 208px 28px;
    -o-background-size: 208px 28px;
    background-size: 208px 28px;
  }
  #news #lead {
    margin-bottom: 0;
    padding: 0 15px;
  }
  #news .contents-inner {
    padding: 0;
  }
  #news-tab {
    width: 100%;
  }
  #news-tab.cat1 {
    border-bottom: none;
  }
  #news-tab.cat2 {
    border-bottom: none;
  }
  #news-tab ul {
    width: 100%;
    height: 62px;
  }
  #news-tab li {
    width: 50%;
    height: 62px;
  }
  #news-tab li div {
    height: 62px;
  }
  #news-tab li div a {
    width: 100%;
    height: 62px;
    font-size: 100%;
    position: relative;
  }
  #news-tab li div a span.sub-text {
    font-size: 71%;
    color: #fff !important;
  }
  #news-tab li.tab-1 div a {
    color: #fff;
    background-color: rgba(236, 30, 121, 0.8);
  }
  #news-tab li.tab-2 div a {
    color: #fff;
    background-color: rgba(30, 103, 178, 0.8);
  }
  #news-tab li.tab-1 div a:hover,
  #news-tab li.tab-1 div a.current {
    color: #ec1e79;
    background-color: #1a1a1a;
  }
  #news-tab li.tab-2 div a:hover,
  #news-tab li.tab-2 div a.current {
    color: #388fe8;
    background-color: #1a1a1a;
  }
  #news-tab li.tab-1 div a:hover:after,
  #news-tab li.tab-1 div a.current:after,
  #news-tab li.tab-2 div a:hover:after,
  #news-tab li.tab-2 div a.current:after {
    content: " ";
    background: url(../img/contents/news/sp_news_tab.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 8px;
    height: 7px;
    font-size: 0;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -4px;
  }
  #news-box-1 {
    padding: 14px 0;
  }
  #news-box-1 .box-1 {
    width: 100%;
  }
  #news-box-1 .category-list {
    margin: 0 0 6px;
  }
  #news-box-1 .category-list li {
    margin: 0;
    padding: 0 4px;
    font-size: 86%;
  }
  #news-box-1 .category-list li a {
    padding: 4px 10px;
  }
  #news-box-1 .box {
    margin-bottom: 0;
    padding: 14px 15px;
    border-top: 1px #333 solid;
    width: 100%;
    background: none;
  }
  #news-box-1 .box-w .box:first-child {
    padding: 14px 15px;
    background: none;
  }
  #news-box-1 .box .ph {
    margin-right: 0;
    width: 80px;
    float: left;
  }
  #news-box-1 .box .box-l {
    margin-left: 0;
    width: auto;
    float: none;
  }
  #news-box-1 .box.wr .box-l,
  #news-box-1 .box.en .box-l {
    margin-left: 90px;
  }
  #news-box-1 .box .box-l .date1 {
    font-size: 157%;
    display: inline-block;
  }
  #news-box-1 .box .box-l .date2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 86%;
    line-height: 1.1;
    display: inline-block;
  }
  #news-box-1 .box .box-l .category {
    margin: 0 0 0 12px;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  #news-box-1 .box.wr .box-l .category,
  #news-box-1 .box.en .box-l .category {
    margin: 0;
  }
  #news-box-1 .box.en .box-l .category {
    display: block;
  }
  #news-box-1 .box .box-l .category li {
    margin: 0 0 0 2px;
    padding: 2px 4px;
    font-size: 86%;
    display: inline-block;
  }
  #news-box-1 .box.wr .box-l .category li {
    color: #fff;
    background-color: #245b94;
    font-size: 100%;
  }
  #news-box-1 .box .box-r {
    padding-top: 4px;
    width: auto;
    float: none;
  }
  #news-box-1 .box.wr .box-r,
  #news-box-1 .box.en .box-r {
    margin-left: 90px;
    width: auto;
  }
  #news-box-1 .box .box-r h3 {
    margin-bottom: 0;
    font-size: 129%;
  }
  #news-box-1 .box .box-r .article {
    display: none;
  }
  .wp-pagenavi {
    border: 1px #313131 solid;
    padding: 16px 0;
    text-align: center !important;
  }
  .wp-pagenavi a {
    margin: 0 3px 3px !important;
    padding: 0 !important;
    color: #4d4d4d !important;
    background-color: #1a1a1a !important;
    text-decoration: none !important;
    line-height: 28px !important;
    font-weight: normal !important;
    width: 28px;
    display: inline-block;
    font-size: 129%;
  }
  .wp-pagenavi a:hover {
    margin: 0 3px 3px !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: #ec1e79 !important;
    text-decoration: none !important;
    font-weight: normal !important;
  }
  .wp-pagenavi span.current {
    margin: 0 3px 3px !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: #ec1e79 !important;
    line-height: 28px !important;
    font-weight: normal !important;
    width: 28px;
    display: inline-block;
    font-size: 129%;
  }
  .wp-pagenavi a.previouspostslink {
    margin: 0 3px 3px !important;
    padding: 0 !important;
    color: #4d4d4d !important;
    background-color: #262626 !important;
    text-decoration: none !important;
    line-height: 28px !important;
    font-weight: normal !important;
    width: 28px;
    display: inline-block;
    font-size: 129%;
  }
  .wp-pagenavi a.previouspostslink:hover {
    margin: 0 3px 3px !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: #ec1e79 !important;
    text-decoration: none !important;
    font-weight: normal !important;
  }
  .wp-pagenavi a.nextpostslink {
    margin: 0 3px 3px !important;
    padding: 0 !important;
    color: #4d4d4d !important;
    background-color: #262626 !important;
    text-decoration: none !important;
    line-height: 28px !important;
    font-weight: normal !important;
    width: 28px;
    display: inline-block;
    font-size: 129%;
  }
  .wp-pagenavi a.nextpostslink:hover {
    margin: 0 3px 3px !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: #ec1e79 !important;
    text-decoration: none !important;
    font-weight: normal !important;
  }
  #news-box-1 .box-entry {
    width: 100%;
  }
  #news-box-1 .box-entry-i {
    padding: 0 15px 15px;
  }
  #news-box-1 .box-entry-i.wr {
    border-top: 2px #388fe8 solid;
    padding-top: 15px;
    background: none;
  }
  #news-box-1 .box-entry-i.en {
    border-top: 2px #ec1e79 solid;
    padding-top: 15px;
    background: none;
  }
  #news-box-1 .box-entry-i.wr .date3 {
    color: #4d4d4d;
  }
  #news-box-1 .box-entry-i.wr .wr-page-title {
    margin-bottom: 16px;
    font-size: 129%;
  }
  #news-box-1 .box-entry-i .box-l {
    padding-top: 15px;
    border-top: 2px #ec1e79 solid;
    width: 100%;
    float: none;
  }
  #news-box-1 .box-entry-i.wr .box-l,
  #news-box-1 .box-entry-i.en .box-l {
    padding-top: 0;
    border-top: none;
    width: 100%;
  }
  #news-box-1 .box-entry-i .box-l .ph {
    margin-bottom: 10px;
    text-align: center;
  }
  #news-box-1 .box-entry-i .box-l .date1 {
    font-size: 157%;
    display: inline-block;
  }
  #news-box-1 .box-entry-i .box-l .date1 span {
    font-size: 86%;
  }
  #news-box-1 .box-entry-i .box-l .date2 {
    margin-bottom: 0;
    font-size: 86%;
    display: inline-block;
  }
  #news-box-1 .box-entry-i .box-l .category {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.1;
    display: inline-block;
  }
  #news-box-1 .box-entry-i.wr .box-l .category {
    width: 140px;
  }
  #news-box-1 .box-entry-i .box-l .category li {
    margin: 0 0 0 2px;
    padding: 2px 4px;
    display: inline-block;
  }
  #news-box-1 .box-entry-i .box-r {
    padding-top: 10px;
    width: 100%;
    float: none;
  }
  #news-box-1 .box-entry-i.wr .box-r,
  #news-box-1 .box-entry-i.en .box-r {
    padding-top: 0;
    width: 100%;
  }

  .wr-title {
    margin-bottom: 10px;
    padding-left: 66px;
    font-size: 129%;
  }
  .wr-title:before {
    content: url(../img/contents/news/news_icon_title.gif);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
  }
  .wr-artist {
    margin-bottom: 10px;
    font-size: 114%;
  }
  .wr-artist:before {
    content: url(../img/contents/news/news_icon_artist.gif);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
  }
  #news-box-1 .box-entry-i .box-r h3 {
    margin-bottom: 10px;
    font-size: 129%;
  }
  #news-box-1 .box-entry-i .box-r .article {
    line-height: 1.7;
  }
  #news-box-1 .box-entry-2 {
    padding: 0 15px 15px;
    display: block;
  }
  #news-box-1 .box-entry-2 .box-1 {
    padding: 15px;
    border-right: none;
    border-left: none;
    width: 100%;
    display: block;
  }
  #news-box-1 .box-entry-2 .box-1 dl {
    padding: 16px 0;
    border-top: 1px #dbdbdb solid;
    width: 100%;
  }
  #news-box-1 .box-entry-2 .box-1 dl:first-child {
    padding: 0 0 16px;
    border-top: none;
  }
  #news-box-1 .box-entry-2 .box-1 dt {
    float: none;
    width: 100%;
    font-size: 114%;
  }
  #news-box-1 .box-entry-2 .box-1 dd {
    float: none;
    width: 100%;
  }
  #news-box-1 .box-entry-2 .box-1 dd.fs1 {
    font-size: 129%;
  }

  .btn-add-to-calendar:hover {
    opacity: 1;
  }
}

#event-bar .mCSB_inside > .mCSB_container,
#event-contents .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
  min-height: auto;
}
#event-bar .mCSB_scrollTools,
#event-contents .mCSB_scrollTools {
  width: 100% !important;
}
#event-bar .mCSB_dragger_bar,
#event-contents .mCSB_dragger_bar {
  display: none !important;
  background-color: #ff194d !important;
}
#event-bar .mCSB_scrollTools .mCSB_draggerRail,
#event-contents .mCSB_scrollTools .mCSB_draggerRail {
  display: none !important;
  width: 100% !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
#event-bar .mCSB_draggerRail,
#event-contents .mCSB_draggerRail {
  display: none !important;
  background-color: #27303e !important;
}
#event-bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#event-contents .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  display: none !important;
  width: 100% !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}

#events-wrapper {
  position: relative;
}
#events-loading {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#events-loading p {
  position: absolute;
  width: 100px;
  height: 20px;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000;
}

@media screen and (max-width: 1302px) {
  #item-box {
    margin: 0 auto !important;
    max-width: 1022px;
    padding-left: 12px;
  }
  #top-bnr .inner {
    margin: 0 auto !important;
    max-width: 1076px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1096px) {
  #item-box {
    margin: 0 auto !important;
    max-width: 820px;
  }
  #top-bnr .inner {
    margin: 0 auto !important;
    max-width: 870px;
  }
}
@media screen and (max-width: 890px) {
  #item-box {
    margin: 0 auto !important;
    max-width: 618px;
  }
  #top-bnr .inner {
    margin: 0 auto !important;
    max-width: 664px;
  }
}
@media screen and (max-width: 768px) {
  #item-box,
  #top-bnr .inner {
    margin: 0 auto !important;
    max-width: 458px;
  }
}

@media screen and (max-width: 458px) {
  #top-bnr .inner {
    padding-left: 0 !important;
  }

  #top-bnr ul li {
    margin: 0;
    padding: 0 10px 10px 0;
    width: 49%;
  }
  #top-bnr ul li.wide {
    float: none;
    width: 98%;
  }
}
