@charset "UTF-8";
/*====================
media query list
====================*/
/* 1801px以上の時
@media only screen and (min-width: 112.5625em) {

}
*/
/* 1220px以下の時
@media only screen and (max-width: 76.25em) {

}
*/
/* 1001px以上の時
@media only screen and (min-width: 62.5625em) {

}
*/
/* 1000px以下の時
@media only screen and (max-width: 62.5em) {

}
*/
/* 801px以上の時
@media only screen and (min-width: 50.0625em) {

}
*/
/* 800px以下の時
@media only screen and (max-width: 50em) {

}
*/
/* 769px以上の時
@media only screen and (min-width: 48.0625em) {

}
*/
/* 768px以下の時
@media only screen and (max-width: 48em) {

}
*/
/* 641px以上の時
@media only screen and (min-width: 40.0625em) {

}
*/
/* 640px以下の時
@media only screen and (max-width: 40em) {

}
*/
/* 540px以下の時
@media only screen and (max-width: 33.75em) {

}
*/
.Y15-slider__block, .Y15-about__block, .Y15-sales__block, .Y15-sales-info__block, .Y15-moreinfo__block, .Y15-artist__block, .Y15-related-movie__block, .Y15-related-news__block,
.Y15-related-info__block, .Y15-review__block, .Y15-free__block, .ev_enquete_block_pc {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 50em) {
  .Y15-slider__block, .Y15-about__block, .Y15-sales__block, .Y15-sales-info__block, .Y15-moreinfo__block, .Y15-artist__block, .Y15-related-movie__block, .Y15-related-news__block,
  .Y15-related-info__block, .Y15-review__block, .Y15-free__block, .ev_enquete_block_pc {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-slider__block, .Y15-about__block, .Y15-sales__block, .Y15-sales-info__block, .Y15-moreinfo__block, .Y15-artist__block, .Y15-related-movie__block, .Y15-related-news__block,
  .Y15-related-info__block, .Y15-review__block, .Y15-free__block, .ev_enquete_block_pc {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}

.Y15-about__head-title, .Y15-sales__head-title, .Y15-moreinfo__head-title, .Y15-artist__head-title, .Y15-related-movie__head-title, .Y15-related-news__head-title,
.Y15-related-info__head-title, .Y15-review__head-title, .Y15-free__head-title {
  color: #555;
  font-size: 21px;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 20px;
}
.Y15-about__head-title .section-icon__outer, .Y15-sales__head-title .section-icon__outer, .Y15-moreinfo__head-title .section-icon__outer, .Y15-artist__head-title .section-icon__outer, .Y15-related-movie__head-title .section-icon__outer, .Y15-related-news__head-title .section-icon__outer,
.Y15-related-info__head-title .section-icon__outer, .Y15-review__head-title .section-icon__outer, .Y15-free__head-title .section-icon__outer {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
}
@media only screen and (max-width: 50em) {
  .Y15-about__head-title, .Y15-sales__head-title, .Y15-moreinfo__head-title, .Y15-artist__head-title, .Y15-related-movie__head-title, .Y15-related-news__head-title,
  .Y15-related-info__head-title, .Y15-review__head-title, .Y15-free__head-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-about__head-title, .Y15-sales__head-title, .Y15-moreinfo__head-title, .Y15-artist__head-title, .Y15-related-movie__head-title, .Y15-related-news__head-title,
  .Y15-related-info__head-title, .Y15-review__head-title, .Y15-free__head-title {
    font-size: 17px;
    margin-bottom: 10px;
    padding: 8px 0;
  }
  .Y15-about__head-title .section-icon__outer, .Y15-sales__head-title .section-icon__outer, .Y15-moreinfo__head-title .section-icon__outer, .Y15-artist__head-title .section-icon__outer, .Y15-related-movie__head-title .section-icon__outer, .Y15-related-news__head-title .section-icon__outer,
  .Y15-related-info__head-title .section-icon__outer, .Y15-review__head-title .section-icon__outer, .Y15-free__head-title .section-icon__outer {
    width: 29px;
    height: 29px;
  }
}

.Y15-about__head-icon, .Y15-sales__head-icon, .Y15-moreinfo__head-icon, .Y15-artist__head-icon {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.Y15-about__content, .Y15-sales__content, .Y15-moreinfo__content, .Y15-artist__content, .Y15-artist__list, .Y15-related-movie__list, .Y15-related-movie, .Y15-related-news__list,
.Y15-related-info__list, .Y15-review-box__outer {
  padding-bottom: 0;
}

.Y15-sales__table .Y15-table-data.Y15-is-link a,
.Y15-sales__table .Y15-table-data.Y15-is-link input, .Y15-review-btn, .Y15-follow-btn__link, .Y15-performance__submit-btn {
  position: relative;
  border-radius: 3px;
  background-color: #fafafa;
  display: block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 0 #aaa;
  border: none;
}
.Y15-sales__table .Y15-table-data.Y15-is-link a:hover,
.Y15-sales__table .Y15-table-data.Y15-is-link input:hover, .Y15-review-btn:hover, .Y15-follow-btn__link:hover, .Y15-performance__submit-btn:hover {
  box-shadow: none;
  cursor: pointer;
  top: 4px;
}

.Y15-content a, .Y15-tag__item a, .Y15-info-data a, .Y15-artist__item a, .Y15-related-movie__item a, .Y15-related-movie a, .Y15-related-news__item a,
.Y15-related-info__item a, .Y15-review__head-title a, .Y15-review-box__title a, .Y15-free__catchcopy a, .Y15-bread-cramb__item a {
  color: #000;
}
.Y15-content a:hover, .Y15-tag__item a:hover, .Y15-info-data a:hover, .Y15-artist__item a:hover, .Y15-related-movie__item a:hover, .Y15-related-movie a:hover, .Y15-related-news__item a:hover,
.Y15-related-info__item a:hover, .Y15-review__head-title a:hover, .Y15-review-box__title a:hover, .Y15-free__catchcopy a:hover, .Y15-bread-cramb__item a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 48em) {
  .Y15-sales__buttons a:hover {
    text-decoration: underline;
  }
  .Y15-extra-btn a:hover {
    text-decoration: underline;
  }
}

/* ====================
  Utility
==================== */
/* === テキスト系 === */
/* text-align */
.Y15-U__ta-l {
  text-align: left !important;
}

.Y15-U__ta-c {
  text-align: center !important;
}

.Y15-U__ta-r {
  text-align: right !important;
}

/* vertical-align */
.Y15-U__va-t {
  vertical-align: top !important;
}

.Y15-U__va-m {
  vertical-align: middle !important;
}

.Y15-U__va-b {
  vertical-align: bottom !important;
}

.Y15-U__va-bl {
  vertical-align: baseline !important;
}

/* font-size */
.Y15-U__fz08 {
  font-size: 8px !important;
}

.Y15-U__fz12 {
  font-size: 12px !important;
}

.Y15-U__fz14 {
  font-size: 14px !important;
}

.Y15-U__fz18 {
  font-size: 18px !important;
}

.Y15-U__fz24 {
  font-size: 24px !important;
}

/* font-weight */
.Y15-U__fw-lr {
  font-weight: lighter !important;
}

.Y15-U__fw-n {
  font-weight: normal !important;
}

.Y15-U__fw-b {
  font-weight: bold !important;
}

.Y15-U__fw-br {
  font-weight: bolder !important;
}

/* === 余白系 === */
/* margin-top */
.Y15-U__mt10 {
  margin-top: 10px;
}

.Y15-U__mt20 {
  margin-top: 20px;
}

.Y15-U__mt30 {
  margin-top: 30px;
}

.Y15-U__mt40 {
  margin-top: 40px;
}

/* margin-left */
.Y15-U__ml10 {
  margin-left: 10px;
}

.Y15-U__ml20 {
  margin-left: 20px;
}

.Y15-U__ml30 {
  margin-left: 30px;
}

.Y15-U__ml40 {
  margin-left: 40px;
}

/* margin-right */
.Y15-U__mr10 {
  margin-right: 10px;
}

.Y15-U__mr20 {
  margin-right: 20px;
}

.Y15-U__mr30 {
  margin-right: 30px;
}

.Y15-U__mr40 {
  margin-right: 40px;
}

/* margin-bottom */
.Y15-U__mb10 {
  margin-bottom: 10px;
}

.Y15-U__mb20 {
  margin-bottom: 20px;
}

.Y15-U__mb30 {
  margin-bottom: 30px;
}

.Y15-U__mb40 {
  margin-bottom: 40px;
}

/* padding-top */
.Y15-U__pt10 {
  padding-top: 10px;
}

.Y15-U__pt20 {
  padding-top: 20px;
}

.Y15-U__pt30 {
  padding-top: 30px;
}

.Y15-U__pt40 {
  padding-top: 40px;
}

/* padding-left */
.Y15-U__pl10 {
  padding-left: 10px;
}

.Y15-U__pl20 {
  padding-left: 20px;
}

.Y15-U__pl30 {
  padding-left: 30px;
}

.Y15-U__pl40 {
  padding-left: 40px;
}

/* padding-right */
.Y15-U__pr10 {
  padding-right: 10px;
}

.Y15-U__pr20 {
  padding-right: 20px;
}

.Y15-U__pr30 {
  padding-right: 30px;
}

.Y15-U__pr40 {
  padding-right: 40px;
}

/* padding-bottom */
.Y15-U__pb10 {
  padding-bottom: 10px;
}

.Y15-U__pb20 {
  padding-bottom: 20px;
}

.Y15-U__pb30 {
  padding-bottom: 30px;
}

.Y15-U__pb40 {
  padding-bottom: 40px;
}

.Y15-U__empty-block {
  height: 10px;
}

/* display */
@media only screen and (max-width: 40em) {
  .Y15-U__sp-hide {
    /*  */
    display: none;
  }
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#Y15-RS-wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#Y15-RS-gheader {
  z-index: 15;
}

.Y15-content {
  z-index: 1;
  background-color: #f3f3f3;
  padding-bottom: 1px;
}
@media only screen and (max-width: 76.25em) and (min-width: 40.0625em) {
  .Y15-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 40em) {
  .Y15-content {
    padding-bottom: 0;
  }
}
.Y15-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.Y15-content a {
  word-wrap: break-word;
}

#Y15-RS-gfooter {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 254px;
}
@media only screen and (min-width: 112.5625em) {
  #Y15-RS-gfooter {
    position: relative;
    height: auto;
  }
}
@media only screen and (max-width: 40em) {
  #Y15-RS-gfooter {
    position: relative;
    height: auto;
  }
}

.Y15-tag__list {
  display: block;
  width: 100%;
  font-size: 0;
  max-width: 1180px;
  padding-top: 10px;
  margin: 0 auto 10px;
}
.Y15-tag__list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 40em) {
  .Y15-tag__list {
    padding: 10px 10px 0;
  }
}

.Y15-tag__item {
  display: inline-block;
  background-color: #ddd;
  border-radius: 3px;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
  margin: 5px 10px 5px 0;
  line-height: 2.17;
}

.Y15-content__block {
  max-width: 1180px;
  background-color: #fff;
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 40em) {
  .Y15-content__block {
    margin-bottom: 20px;
  }
}

.Y15-ticket-info {
  padding-bottom: 40px;
}
@media only screen and (max-width: 40em) {
  .Y15-ticket-info {
    padding-bottom: 20px;
  }
}

.Y15-ticket-info__header {
  border-top: 5px solid #2b66cc;
  border-bottom: 1px solid #ccc;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 62.5625em) {
  .Y15-ticket-info__header {
    padding-right: 360px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-ticket-info__header {
    padding: 30px;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-ticket-info__header {
    padding: 10px;
  }
}

.Y15-ticket-info__head-title {
  font-size: 24px;
  color: #3364ca;
  line-height: 1;
  margin-bottom: 10px;
}
.Y15-ticket-info__head-title span {
  font-size: 80%;
}
@media only screen and (max-width: 40em) {
  .Y15-ticket-info__head-title {
    font-size: 17px;
  }
}

.Y15-ticket-info__head-description {
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (max-width: 40em) {
  .Y15-ticket-info__head-description {
    font-size: 12px;
  }
}

.Y15-snsbtn-box {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  font-size: 0;
  height: 32px;
}
.Y15-snsbtn-box .fb-like,
.Y15-snsbtn-box iframe.twitter-share-button {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block !important;
}
.Y15-snsbtn-box .Y15-alert-btn {
  display: inline-block;
  vertical-align: middle;
}
.Y15-snsbtn-box .Y15-alert-btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 62.5em) {
  .Y15-snsbtn-box {
    position: relative;
    right: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-snsbtn-box > * {
    margin-right: 5px;
  }
  .Y15-snsbtn-box .Y15-alert-btn {
    width: 80px;
  }
  .Y15-snsbtn-box .Y15-alert-btn img {
    width: 100%;
  }
}

.Y15-slider__block {
  padding: 0 40px 40px;
  position: relative;
}

.Y15-slick-slide {
  max-width: 700px;
  margin: auto;
}

.Y15-slick-slide__item {
  overflow: hidden;
}
.Y15-slick-slide__item img {
  width: 100%;
  width: auto;
  margin: auto;
  max-height: 500px;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 5;
  color: transparent;
  border: none;
  background-color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  width: 20px;
  height: 100%;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  color: #000;
  width: 20px;
  height: 116px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
}
@media only screen and (min-width: 48.0625em) {
  .slick-prev:nth-child(n):hover,
  .slick-next:nth-child(n):hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    zoom: 1;
  }
}

.slick-prev {
  left: 2%;
}
.slick-prev:before {
  background: transparent url("../images/slick-slide-arrow-prev.png") left top no-repeat;
}

.slick-next {
  right: 2%;
}
.slick-next:before {
  background: transparent url("../images/slick-slide-arrow-next.png") left top no-repeat;
}

.slick-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 0;
}
.slick-dots li {
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #ddd;
}
.slick-dots li.slick-active {
  color: #3166CC;
}
.slick-dots li:before {
  content: "●";
}
.slick-dots li:hover {
  cursor: pointer;
}
.slick-dots button {
  color: transparent;
  border: none;
  background-color: transparent;
  display: none;
}

.Y15-slider__copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 5%;
  left: 0;
  text-align: center;
  font-size: 12px;
  color: #999;
}
@media only screen and (max-width: 40em) {
  .Y15-slider__copyright {
    font-size: 9px;
  }
}

.Y15-about__content {
  line-height: 1.4;
  font-size: 14px;
}
.Y15-about__content .Y15-content__body {
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .Y15-about__content .Y15-del-br br {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-about__content {
    font-size: 12px;
  }
}

.Y15-sales__head-title {
  margin-bottom: 0px;
}
.Y15-sales__sort-list {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 20px;

  display: none !important;/* display:none; @2015.10.20 */
}
@media only screen and (max-width: 40em) {
  .Y15-sales__sort-list {
    margin-bottom: 0;
  }
}

.Y15-sales__sort-item {
  -webkit-appearance: none;
  line-height: 1;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 10px;
  border-radius: 3px;
  font-size: 12px;
  padding: 8px 10px;
  margin-bottom: 10px;
}
.Y15-sales__sort-item.Y15-is-active {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
.Y15-sales__sort-item:hover {
  cursor: pointer;
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
@media only screen and (min-width: 40.0625em) {
  .Y15-sales__sort-item {
    font-size: 14px;
    text-align: center;
    padding: 15px 20px;
  }
}

.Y15-sales__table.Y15-is-end {
  display: none;
}
.Y15-sales__table .Y15-table-row {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.Y15-sales__table .Y15-table-row:first-child {
  display: none;
}
.Y15-sales__table.Y15-is-end .Y15-table-row:first-child {
  display: inline-block;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-row:first-child {
    display: inline-block;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-row:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
}
.Y15-sales__table .Y15-table-header,
.Y15-sales__table .Y15-table-data {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  line-height: 1.6;
}
.Y15-sales__table .Y15-table-header {
  background-color: #e8eefa;
  line-height: 5;
  padding: 0 1%;
}
.Y15-sales__table .Y15-table-header.Y15-is-title {
  display: none;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-header.Y15-is-title {
    width: 40%;
    display: inline-block;
  }
}
.Y15-sales__table .Y15-table-header.Y15-is-date {
  display: none;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-header.Y15-is-date {
    width: 15%;
    display: inline-block;
  }
}
.Y15-sales__table .Y15-table-header.Y15-is-place {
  width: 100%;
  height: 60px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-header.Y15-is-place {
    width: 45%;
    text-align: left;
  }
}
.Y15-sales__table .Y15-table-header.Y15-is-place .Y15-place__inner {
  position: relative;
  width: 180px;
  height: 40px;
  background-color: #fff;
  border-radius: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 3;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #ccc;
}
.Y15-sales__table .Y15-table-header.Y15-is-place .Y15-place__inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #ccc;
  top: 50%;
  margin-top: -4px;
  margin: auto;
  right: 10px;
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-header.Y15-is-place .Y15-place__inner {
    left: 0;
    right: 0;
  }
}
.Y15-sales__table .Y15-table-header.Y15-is-place select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  zoom: 1;
}
.Y15-sales__table .Y15-table-row__inner {
  display: inline-block;
  width: 85%;
  padding: 10px 0;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-row__inner {
    display: inline;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-row__inner {
    display: inline-block;
    width: 85%;
    padding: 10px 0;
  }
}
.Y15-sales__table .Y15-table-data {
  padding: 2% 1%;
  word-wrap: break-word;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-data {
    display: inline-block;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-data {
    display: block;
    width: 85%;
  }
}
@media only screen and (max-width: 50em) and (max-width: 40em) {
  .Y15-sales__table .Y15-table-data {
    display: block;
  }
}

.Y15-sales__table .Y15-table-data.Y15-is-tags img {
  display: inline;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-data.Y15-is-tags {
    width: 10%;
  }
  .Y15-sales__table .Y15-table-data.Y15-is-tags img {
    margin-bottom: 2px;
    display: block;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-data.Y15-is-tags {
    display: block;
    width: 100% !important;
    padding: 1% 0;
  }
  .Y15-sales__table .Y15-table-data.Y15-is-tags img {
    display: inline;
  }
}
.Y15-sales__table .Y15-table-data.Y15-is-title {
  color: #c2681a;
  font-weight: bold;
  font-size: 14px;
  width: auto;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-data.Y15-is-title {
    width: 30%;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-data.Y15-is-title {
    display: block;
    width: 100% !important;
    padding: 1% 0;
  }
}
.Y15-sales__table .Y15-table-data.Y15-is-date {
  padding: 0;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-data.Y15-is-date {
    width: 15%;
    padding: 2% 1%;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-data.Y15-is-date {
    padding: 0;
    display: block;
    width: 100% !important;
  }
}
.Y15-sales__table .Y15-table-data.Y15-is-place {
  padding: 0;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-data.Y15-is-place {
    width: 15%;
    padding: 2% 1%;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-data.Y15-is-place {
    padding: 0;
    display: block;
    width: 100% !important;
  }
}
.Y15-sales__table .Y15-table-data.Y15-is-state {
  color: #3066CC;
  font-weight: bold;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-data.Y15-is-state {
    width: 15%;
  }
}
.Y15-sales__table .Y15-table-data.Y15-is-state.Y15-is-onsale {
  color: #FF1717;
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-data.Y15-is-state {
    display: block;
    width: 100% !important;
    padding: 1% 0;
  }
}
.Y15-sales__table .Y15-table-data.Y15-is-link {
  width: 15% !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
}
.Y15-sales__table .Y15-table-data.Y15-is-link a,
.Y15-sales__table .Y15-table-data.Y15-is-link input {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  font-weight: bold;
  color: #fff !important;
  background-color: #fe9f07;
  box-shadow: 0 4px 0 #be7b13;
  width: 40px;
  height: 45px;
  line-height: 3.08;
  font-size: 13px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-appearance: none;
  outline: none;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__table .Y15-table-data.Y15-is-link {
    position: relative;
    padding: 2% 1%;
  }
  .Y15-sales__table .Y15-table-data.Y15-is-link a,
  .Y15-sales__table .Y15-table-data.Y15-is-link input {
    width: 100%;
    max-width: 90px;
    height: auto;
    font-size: 16px;
    line-height: 2.62;
    padding: 0 2%;
    position: relative;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales__table .Y15-table-data.Y15-is-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
  }
  .Y15-sales__table .Y15-table-data.Y15-is-link a,
  .Y15-sales__table .Y15-table-data.Y15-is-link input {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-sales__table .Y15-table-data.Y15-is-link span {
    display: none;
  }
}

.Y15-sales__buttons {
  margin-top: 20px;
  margin-bottom: 60px;
}
.Y15-sales__buttons:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 40em) {
  .Y15-sales__buttons {
    margin-bottom: 30px;
  }
}

.Y15-sales-btn {
  display: block;
  position: relative;
}
.Y15-sales-btn.Y15-is-soldout {
  float: none;
  text-align: right;
  margin-bottom: 20px;
  color: #666;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales-btn.Y15-is-soldout {
    float: right;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales-btn.Y15-is-soldout {
    float: none;
    text-align: right;
    display: block;
    margin-bottom: 20px;
  }
}
.Y15-sales-btn.Y15-is-resale {
  max-width: 380px;
  text-align: center;
  padding: 20px;
  border: 2px solid #000;
  display: block;
  margin: 0 auto 15px;
  color: #000;
  border-color: #ffa310;
  position: relative;
}
.Y15-sales-btn.Y15-is-resale:before {
  content: "";
  background: url("../images/Y15-sales-btn--resale.png") no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 14px;
  height: 14px;
}
.Y15-sales-btn.Y15-is-resale.x2:before {
  background: url("../images/Y15-sales-btn--resale_x2.png") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 50em) {
  .Y15-sales-btn.Y15-is-resale {
    width: 100%;
    max-width: 100%;
  }
}
.Y15-sales-btn:hover {
  text-decoration: none;
}

.Y15-sales-info__head-title {
  display: none;
}

.Y15-sales-info {
  border: 1px solid #ccc;
  padding: 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales-info {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales-info {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-sales-info {
    padding: 15px;
  }
}

.Y15-info-row {
  font-size: 0;
  position: relative;
  line-height: 1.6;
  display: table-row;
  width: 100%;
}
.Y15-info-cell {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-info-row {
  }
  .Y15-info-cell:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    content: "";
    height: 0;
    margin: auto;
    border-bottom: 1px dotted #ccc;
  }
}

.Y15-info-header,
.Y15-info-data {
  font-size: 14px;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-info-header,
  .Y15-info-data {
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-sales-info {
    display: block;
  }
  .Y15-info-row {
    display: block;
  }
  .Y15-info-cell {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .Y15-info-header,
  .Y15-info-data {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.Y15-info-header {
  font-weight: normal;
  color: #666;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-info-header {
    width: 38%;
    padding-right: 2%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-info-header {
    width: 40%;
    float: left;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-info-header {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.Y15-info-data {
  border-bottom: 1px dotted #ccc;
  padding-left: 1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-info-data {
    width: 58%;
    margin-right: 2%;
    border-bottom: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-info-data {
    width: 100%;
    padding-left: 40%;
    border-bottom: 1px dotted #ccc;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-info-data {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
  }
}

.Y15-moreinfo__content {
  line-height: 1.4;
  font-size: 14px;
}
.Y15-moreinfo__content .Y15-content__body {
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .Y15-moreinfo__content .Y15-del-br br {
    display: none;
  }
}

.Y15-artist__list {
  font-size: 0;
}
.Y15-artist__list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.Y15-artist__list.Y15-is-extra {
  display: none;
}

.Y15-artist__item {
  border-top: 1px dotted #ccc;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  position: relative;
  margin-top: -1px;
  display: inline-block;
  vertical-align: top;
  font-size: small;
  width: 29.33333%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-artist__item {
    width: 29.33333%;
  }
  .Y15-artist__item:nth-child(n) {
    width: 30.66667%;
  }
  .Y15-artist__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .Y15-artist__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-artist__item {
    width: 46%;
  }
  .Y15-artist__item:nth-child(n) {
    width: 48%;
  }
  .Y15-artist__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .Y15-artist__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
.Y15-artist__item span.Y15-favorite-btn {
  background: url("../images/Y15-instruction__icon--favorite.png") center center no-repeat;
  background-size: contain;
  display: none;
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.Y15-artist__item span.Y15-favorite-btn:hover {
  cursor: pointer;
}
.Y15-artist__item .Y15-favorite-box {
  position: absolute;
  bottom: 100%;
  right: -10px;
  width: 300px;
  border: 2px solid #F95E77;
  background-color: #fff;
  display: none;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-artist__item .Y15-favorite-box.Y15-is-completed {
    width: auto;
    min-width: 0 !important;
    padding: 0 10px;
    right: -10px !important;
    left: auto !important;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-artist__item .Y15-favorite-box.Y15-is-completed {
    width: auto;
    min-width: 0 !important;
    padding: 0 10px;
    left: auto !important;
  }
}
.Y15-artist__item .Y15-favorite-box__head-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #F95E77;
  padding: 10px 0;
  margin-bottom: 16px;
  position: relative;
}
.Y15-artist__item .Y15-favorite-box__close-btn {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.Y15-artist__item .Y15-favorite-box__close-btn:hover {
  cursor: pointer;
}
.Y15-artist__item .Y15-favorite-box__content {
  text-align: center;
  font-size: 0;
}
.Y15-artist__item .Y15-favorite-box__btn {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  width: 120px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
}
.Y15-artist__item .Y15-favorite-box__text {
  font-size: 12px;
  color: #F95E77;
  margin: 20px auto;
}
.Y15-artist__item.Y15-is-favorite span.Y15-favorite-btn {
  display: inline-block;
}
.Y15-artist__item.Y15-is-active span.Y15-favorite-btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #F95E77;
  top: 50%;
  margin-top: -10px;
  top: 0;
  margin-top: auto;
  z-index: 500;
}
.Y15-artist__item.Y15-is-active span.Y15-favorite-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  top: 50%;
  margin-top: -10px;
  top: -3px;
  margin-top: auto;
  margin-bottom: 3px;
  z-index: 500;
}
.Y15-artist__item.Y15-is-active .Y15-favorite-box {
  display: block;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-artist__item.js-is-left .Y15-favorite-box {
    right: auto;
    left: 10px;
  }
  .Y15-artist__item.js-is-1st, .Y15-artist__item.js-is-2nd, .Y15-artist__item.js-is-3rd {
    border-top: none;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-artist__item .Y15-favorite-box {
    width: 100%;
    min-width: 300px;
  }
  .Y15-artist__item.js-is-even .Y15-favorite-box {
    right: auto;
    left: 10px;
  }
  .Y15-artist__item.js-is-1st, .Y15-artist__item.js-is-2nd {
    border-top: none;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-artist__item.js-is-even .Y15-favorite-box {
    min-width: 290px;
    left: 0;
  }
}

.Y15-extra-btn {
  margin-top: 20px;
  text-align: right;
}
.Y15-extra-btn:before {
  content: "▼";
  font-size: 10px;
}
.Y15-extra-btn.Y15-js-is-active:before {
  content: "▲";
}

.Y15-ticket-info__aside {
  padding-top: 32px;
}
@media only screen and (max-width: 40em) {
  .Y15-ticket-info__aside {
    margin-bottom: 0;
  }
}

.Y15-related-movie__head-title {
  margin-bottom: 20px;
}

.Y15-related-movie__list {
  font-size: 0;
  position: relative;
}
.Y15-related-movie__list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.Y15-related-movie__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: small;
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-related-movie__item {
    width: 16%;
  }
  .Y15-related-movie__item:nth-child(n) {
    width: 16.8%;
  }
  .Y15-related-movie__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .Y15-related-movie__item:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-related-movie__item {
    width: 29.33333%;
  }
  .Y15-related-movie__item:nth-child(n) {
    width: 30.66667%;
  }
  .Y15-related-movie__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .Y15-related-movie__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-related-movie__item {
    width: 96%;
  }
  .Y15-related-movie__item:nth-child(n) {
    width: 100%;
  }
  .Y15-related-movie__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .Y15-related-movie__item:nth-child(1n+1) {
    margin-right: 0;
  }
}
.Y15-related-movie__item img,
.Y15-related-movie__item > div {
  width: 100%;
  margin-bottom: 10px;
}
.Y15-related-movie__item a {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-related-movie__item {
    line-height: 1.5;
    margin-bottom: 2%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .Y15-related-movie__item img {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-related-movie__item {
    border-bottom: none;
  }
  .Y15-related-movie__item img {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-related-movie__item {
    border-bottom: 1px dotted #ccc;
  }
  .Y15-related-movie__item img {
    padding: 0 32px;
  }
}

.Y15-related-movie {
  max-width: 560px;
  margin: auto;
}
.Y15-related-movie img {
  width: 100%;
}
.Y15-related-movie a {
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (max-width: 40em) {
  .Y15-related-movie img {
    padding: 0 32px;
  }
}

.Y15-movie-outer {
  padding-top: 56.25%;
  position: relative;
}
.Y15-movie-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .Y15-movie-outer iframe {
    padding: 0 32px;
  }
}

.Y15-movie-copyright {
  color: #666;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .Y15-movie-copyright {
    font-size: 9px;
    padding: 10px 0;
  }
}

.Y15-related-news__head-title,
.Y15-related-info__head-title {
  margin-bottom: 20px;
}

.Y15-related-news__list,
.Y15-related-info__list {
  font-size: 0;
}
.Y15-related-news__list:after,
.Y15-related-info__list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.Y15-related-news__item,
.Y15-related-info__item {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: small;
  width: 29.33333%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-related-news__item,
  .Y15-related-info__item {
    width: 29.33333%;
  }
  .Y15-related-news__item:nth-child(n),
  .Y15-related-info__item:nth-child(n) {
    width: 30.66667%;
  }
  .Y15-related-news__item:nth-child(3n+1),
  .Y15-related-info__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .Y15-related-news__item:nth-child(3n+3),
  .Y15-related-info__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-related-news__item,
  .Y15-related-info__item {
    width: 46%;
  }
  .Y15-related-news__item:nth-child(n),
  .Y15-related-info__item:nth-child(n) {
    width: 48%;
  }
  .Y15-related-news__item:nth-child(2n+1),
  .Y15-related-info__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .Y15-related-news__item:nth-child(2n+2),
  .Y15-related-info__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-related-news__item,
  .Y15-related-info__item {
    width: 96%;
  }
  .Y15-related-news__item:nth-child(n),
  .Y15-related-info__item:nth-child(n) {
    width: 100%;
  }
  .Y15-related-news__item:nth-child(1n+1),
  .Y15-related-info__item:nth-child(1n+1) {
    margin-left: 0;
  }
  .Y15-related-news__item:nth-child(1n+1),
  .Y15-related-info__item:nth-child(1n+1) {
    margin-right: 0;
  }
}
.Y15-related-news__item:after,
.Y15-related-info__item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.Y15-related-news__item a,
.Y15-related-info__item a {
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 40em) {
  .Y15-related-news__item,
  .Y15-related-info__item {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
  }
}

.Y15-related-news__thumbnail,
.Y15-related-info__thumbnail {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  float: left;
  display: block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (max-width: 40em) {
  .Y15-related-news__thumbnail,
  .Y15-related-info__thumbnail {
    width: 75px;
    height: 75px;
  }
}

.Y15-review__head-title {
  margin-bottom: 20px;
}
.Y15-review__head-title span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  height: 24px;
  line-height: 1.72;
}
.Y15-review__head-title span:before {
  margin-left: -10px;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #FF9F05;
  top: 50%;
  margin-top: -4px;
}
.Y15-review__head-title a {
  color: #333;
}
@media only screen and (max-width: 40em) {
  .Y15-review__head-title span {
    font-size: 12px;
  }
}

.Y15-review-box__outer {
  padding-bottom: 20px;
  font-size: 0;
}
.Y15-review-box__outer:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.Y15-review-box {
  padding: 4%;
  margin-bottom: 10px;
  background-color: rgba(255, 228, 186, 0.3);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4DFFE4BA,EndColorStr=#4DFFE4BA);
  display: inline-block;
  vertical-align: top;
  font-size: small;
  width: 29.33333%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-review-box {
    width: 29.33333%;
  }
  .Y15-review-box:nth-child(n) {
    width: 30.66667%;
  }
  .Y15-review-box:nth-child(3n+1) {
    margin-left: 0;
  }
  .Y15-review-box:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-review-box {
    width: 96%;
  }
  .Y15-review-box:nth-child(n) {
    width: 100%;
  }
  .Y15-review-box:nth-child(1n+1) {
    margin-left: 0;
  }
  .Y15-review-box:nth-child(1n+1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-review-box {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-review-box {
    margin-bottom: 10px;
  }
}

.Y15-review-box__title {
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .Y15-review-box__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.Y15-review-box__body {
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (max-width: 40em) {
  .Y15-review-box__body {
    font-size: 12px;
  }
}

.Y15-reviewer {
  color: #777;
  font-size: 12px;
  text-align: right;
}

.Y15-review-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  font-size: 14px;
  line-height: 3.35;
  background-color: #FF9F07;
  color: #fff !important;
  font-weight: bold;
  box-shadow: 0 4px 0 #BC7B13;
}
@media only screen and (max-width: 50em) {
  .Y15-review-btn {
    width: 170px;
    line-height: 2.86;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-review-btn {
    width: 165px;
    margin-bottom: 20px;
  }
}

.Y15-free__mainimg {
  max-width: 560px;
  margin: auto;
  display: table;
  margin-bottom: 60px;
}
@media only screen and (max-width: 40em) {
  .Y15-free__mainimg {
    margin-bottom: 30px;
  }
  .Y15-free__mainimg img {
    width: 100%;
  }
  .Y15-free__mainimg p {
    width: 50%;
  }
}

.Y15-free__catchcopy {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  line-height: 1.5;
}
.Y15-free__catchcopy a {
  font-size: 14px;
}

.Y15-free__text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.Y15-instruction {
  background-color: #e9e9e9;
  padding: 30px 0;
}

.Y15-instruction__title {
  text-align: center;
  font-size: 13px;
  line-height: 1.77;
  color: #525252;
  margin-bottom: 20px;
}
.Y15-instruction__title img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 40em) {
  .Y15-instruction__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.Y15-instruction__list {
  max-width: 1000px;
  margin: auto;
  font-size: 0;
}
.Y15-instruction__list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.Y15-instruction__item {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  color: #666;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  font-size: small;
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-instruction__item {
    width: 16%;
  }
  .Y15-instruction__item:nth-child(n) {
    width: 17.6%;
    margin-left: 0;
    margin-right: 2%;
  }
  .Y15-instruction__item:nth-child(5n+1) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 50em) {
  .Y15-instruction__item {
    width: 96%;
  }
  .Y15-instruction__item:nth-child(n) {
    width: 96%;
    margin-left: 0;
    margin-right: 2%;
  }
  .Y15-instruction__item:nth-child(1n+1) {
    margin-left: 2%;
  }
}
.Y15-instruction__item span {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  width: 110px;
  height: 40px;
}
.Y15-instruction__item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 50em) {
  .Y15-instruction__item {
    padding: 0 20px;
    text-align: left;
  }
  .Y15-instruction__item span {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .Y15-instruction__item p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 40em) {
  .Y15-instruction__item {
    padding: 0 15px;
  }
  .Y15-instruction__item.Y15-is-alert img {
    width: 100%;
  }
  .Y15-instruction__item span {
    width: 80px;
  }
}

.Y15-bread-cramb__outer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 40em) {
  .Y15-bread-cramb__outer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }
}

.Y15-bread-cramb {
  font-size: 0;
  max-width: 1180px;
  padding-top: 10px;
  line-height: 1;
  margin: auto;
}
@media only screen and (max-width: 40em) {
  .Y15-bread-cramb {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}

.Y15-bread-cramb__item {
  font-size: 12px;
  line-height: 1.5;
  margin-right: 15px;
  position: relative;
}
.Y15-bread-cramb__item.Y15-is-current {
  font-weight: bold;
}
.Y15-bread-cramb__item.Y15-is-current:after {
  content: "";
  display: none;
}
.Y15-bread-cramb__item:after {
  content: "";
  background: url("../images/icon-arrow.png") no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 6px;
  height: 10px;
}
.Y15-bread-cramb__item.x2:after {
  background: url("../images/icon-arrow_x2.png") no-repeat;
  background-size: contain;
}

.Y15-backtotop-btn {
  position: absolute;
  right: 10px;
  bottom: 270px;
}
.Y15-backtotop-btn img:hover {
  cursor: pointer;
}
.Y15-backtotop-btn span {
  display: none;
}
@media only screen and (max-width: 40em) {
  .Y15-backtotop-btn {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .Y15-backtotop-btn img {
    display: none;
  }
  .Y15-backtotop-btn span {
    display: block;
    text-align: center;
    padding: 4%;
    margin: 2% auto;
    border: 2px solid #ededed;
    max-width: 300px;
    width: 100%;
    position: relative;
  }
  .Y15-backtotop-btn span:hover {
    cursor: pointer;
  }
  .Y15-backtotop-btn span:after {
    content: "";
    background: url("../images/icon-backtotop.png") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 10px;
    height: 6px;
  }
  .Y15-backtotop-btn span.x2:after {
    background: url("../images/icon-backtotop_x2.png") no-repeat;
    background-size: contain;
  }
}

.Y15-follow-btn__block {
  width: 100%;
  height: 140px;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCFFFFFF,EndColorStr=#CCFFFFFF);
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
}
@media only screen and (max-width: 40em) {
  .Y15-follow-btn__block {
    background-color: transparent;
    width: 80px;
    height: 110px;
    right: 0;
    left: auto;
    padding: 0 0 30px;
  }
}

.Y15-follow-btn__link {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 260px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  line-height: 3;
  font-weight: bold;
  color: #fff !important;
  background-color: #fe9f07;
  box-shadow: 0 4px 0 #be7b13;
}
@media only screen and (max-width: 40em) {
  .Y15-follow-btn__link {
    display: block;
    left: auto;
    box-shadow: none;
    background-color: transparent;
    width: auto;
    font-size: 0;
    width: 80px;
    height: 80px;
    top: auto;
    bottom: auto;
    z-index: 9999;
  }
  .Y15-follow-btn__link:hover {
    top: 0;
  }
}

.Y15-follow-btn__img {
  width: 100%;
  width: 80px;
  height: 80px;
  display: none;
}
@media only screen and (max-width: 40em) {
  .Y15-follow-btn__img {
    display: block;
  }
}

.Y15-follow-btn__block2 {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCFFFFFF,EndColorStr=#CCFFFFFF);
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
}
@media only screen and (max-width: 40em) {
  .Y15-follow-btn__block2 {
    padding: 10px 3px;
  }
}

.big-alet-btn-img {
    margin: auto;
    max-width: 100%;
}

.big-alet-btn-img:hover {
    cursor: pointer;
}

.Y15-modal__block {
  display: none;
}
.Y15-modal__block.Y15-is-active {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000);
}

.Y15-alert-box {
  width: 500px;
  height: auto;
  margin: 10% auto;
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 33.75em) {
  .Y15-alert-box {
    position: relative;
    width: 92%;
    height: auto;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 4%;
    margin-bottom: 100px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.Y15-alert-box__head-title {
  padding: 15px 35px 15px 20px;
  font-size: 18px;
  line-height: 1.2;
  background-color: #FFEA9F;
  color: #FF8500;
  position: relative;
}

.Y15-alert-box__close-btn {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  font-size: 24px;
}
.Y15-alert-box__close-btn:hover {
  cursor: pointer;
}

.Y15-alert-box__description {
  font-size: 12px;
  padding: 20px 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 33.75em) {
  .Y15-alert-box__description {
    padding: 10px 15px;
  }
}

.Y15-alert-box__content {
  padding: 0 30px;
}
@media only screen and (max-width: 33.75em) {
  .Y15-alert-box__content {
    padding: 15px;
  }
}

.Y15-alert-box__content-title {
  color: #3066CC;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.Y15-alert-box__check-btns {
  font-size: 0;
  display: inline-block;
  border: 1px dotted #ccc;
  margin-bottom: 20px;
}

.Y15-alert-box__check-btn {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  padding: 13px 0;
  margin: 0 10px;
}
.Y15-alert-box__check-btn:hover {
  cursor: pointer;
}
.Y15-alert-box__check-btn.Y15-is-all-check {
  position: relative;
}
.Y15-alert-box__check-btn.Y15-is-all-check:before {
  content: "";
  background: url("../images/icon-all-check.png") no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 15px;
  height: 12px;
}
.Y15-alert-box__check-btn.Y15-is-all-check.x2:before {
  background: url("../images/icon-all-check_x2.png") no-repeat;
  background-size: contain;
}
.Y15-alert-box__check-btn.Y15-is-all-clear {
  position: relative;
}
.Y15-alert-box__check-btn.Y15-is-all-clear:before {
  content: "";
  background: url("../images/icon-all-clear.png") no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 15px;
  height: 12px;
}
.Y15-alert-box__check-btn.Y15-is-all-clear.x2:before {
  background: url("../images/icon-all-clear_x2.png") no-repeat;
  background-size: contain;
}

/* .Y15-alert-box-dialog */
.Y15-modal__block .Y15-alert-box-dialog {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000);
  display: none;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message {
  background-color: #FFF;
  width: 80%;
  margin: 60px auto;
  border: 1px solid #FFF;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-innerbox {
  
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  background-color: #666;
  padding: 15px 20px;
  position: relative;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-body {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding: 0 20px;
  margin: 20px auto;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-btn {
  padding: 0 20px;
  margin: 20px auto;
  text-align: center;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-btn span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  background-color: #666;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 3px;
}
.Y15-modal__block .Y15-alert-box-dialog .Y15-alert-box-dialog-message .Y15-alert-box-dialog-message-btn span:hover {
  cursor: pointer;
}

.Y15-performance__table {
  font-size: 0;
  max-height: 340px;
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 33.75em) {
  .Y15-performance__table {
    max-height: 100%;
  }
}

.Y15-performance__t-row {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  padding: 20px 0;
  position: relative;
}

.Y15-performance__t-data {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.Y15-performance__t-data.Y15-is-checkbox {
  width: 10%;
}
.Y15-performance__t-data.Y15-is-checkbox:nth-child(n) label {
  background: url(../images/icon-checkbox.png) no-repeat left top;
  height: 20px;
  line-height: 20px;
  display: block;
  padding: 0 0 0 15px;
  cursor: pointer;
  overflow: hidden;
}
.Y15-performance__t-data.Y15-is-checkbox:nth-child(n) label.Y15-is-checked {
  background-position: left bottom;
}
.Y15-performance__t-data.Y15-is-checkbox:nth-child(n) input[type="checkbox"] {
  display: none;
}
.Y15-performance__t-data.Y15-is-content {
  width: 90%;
}
.Y15-performance__t-data.Y15-is-content span {
  line-height: 1.6;
}

.Y15-performance__date,
.Y15-performance__place {
  display: block;
}

.Y15-performance__place {
  border-bottom: 1px dotted transparent;
  padding-bottom: 10px;
  transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
}

.Y15-performance__moreinfo {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  display: none;
}

.Y15-performance__loadmore {
  position: absolute;
  right: 0;
  bottom: 5px;
  text-decoration: underline;
  background-color: #fff;
}
.Y15-performance__loadmore:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #999;
  top: 50%;
  margin-top: -4px;
  margin-top: 0;
  left: -15px;
}
.Y15-performance__loadmore:hover {
  cursor: pointer;
}
.Y15-performance__loadmore.Y15-is-active:before {
  border-top-width: 0;
  border-bottom: 4px solid #999;
}

.Y15-performance__submit-btn-outer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  text-align: center;
}

.Y15-performance__submit-btn {
  background: #FFEA9F url("../images/Y15-performance__submit-btn-icon.png") 15px center no-repeat;
  color: #FF8500 !important;
  font-size: 14px;
  padding: 15px 30px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 4px 0 #F1CD61;
  line-height: 1.65;
  text-indent: 20px;
  display: inline-block;
}
@media only screen and (max-width: 33.75em) {
  .Y15-performance__submit-btn {
    font-size: 13px;
  }
}

input.Y15-performance__submit-btn.Y15-isnt-registration {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

.Y15-alert-box__close-text {
  display: none !important;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.Y15-alert-box__close-text:hover {
  cursor: pointer;
}
@media only screen and (max-width: 33.75em) {
  .Y15-alert-box__close-text {
    display: block !important;
  }
}

.Y15-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 254px;
}
@media only screen and (max-width: 40em) {
  .Y15-footer {
    position: relative;
    height: auto;
  }
}

.Y15-pagedesc {
  text-align: center;
  background-color: #f3f3f3;
  padding: 20px 0 40px 0;
}
@media only screen and (max-width: 40em) {
  .Y15-pagedesc {
    background-color: #fff;
    max-width: auto;
    width: 100%;
    padding: 20px 0;
  }
}

.Y15-pagedesc > p {
  line-height: 1.5;
  font-style: italic;
  color: #AAA;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 40em) {
  .Y15-pagedesc > p {
    margin: 0 15px;
  }
}

/* 2015.10.14追加：チケット無し／払い戻し */
.Y15-sales__noticket {
  font-weight: bold;
  display: block;
  padding: 10px 0;
  text-align: left;
  color: #999;
}

.Y15-sales__noticket + .Y15-sales__table.Y15-is-end .Y15-table-row:first-child {
  display: none;
}
@media only screen and (min-width: 50.0625em) {
  .Y15-sales__noticket + .Y15-sales__table.Y15-is-end .Y15-table-row:first-child {
    display: inline-block;
  }
}

.Y15-sales__cautiontxt {
  display: block;
  padding: 28px 0;
  text-align: center;
}

.Y15-sales__cautiontxt img {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

.Y15-sales__cautiontxt a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #FF1717;
  vertical-align: middle;
}

@media only screen and (max-width: 33.75em) {
  .Y15-sales__cautiontxt img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .Y15-sales__cautiontxt a {
    font-size: 12px;
  }
}

/* 2015.10.15追加：お気に入り登録済み */
.Y15-artist__item.Y15-is-submitted span.Y15-favorite-btn {
	background: url("../images/Y15-instruction__icon--favorited.png") center center no-repeat;
}
.Y15-artist__item.Y15-is-submitted .Y15-favorite-box {
	border: 2px solid #999;
}
.Y15-artist__item.Y15-is-submitted.Y15-is-active span:before {
	border-top: 10px solid #999;
}
.Y15-artist__item.Y15-is-submitted .Y15-favorite-box__text {
	color: #999;
}

/* 2015.10.16:Android/iOS */
body {
  -webkit-overflow-scrolling: touch;
}
body.Y15-alert-box-opened {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.Y15-modal__block.Y15-is-active {
  overflow: hidden;
  overflow-y: scroll;
}
body.isAndroid .Y15-alert-box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.Y15-alert-box .Y15-alert-box__content {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/* 2015.10.26 FBボタン */
.fb_iframe_widget span {
  z-index: 10;
}

/* -- [extend start] -- */
/* 画像スライダーを選択状態にさせない */ 
.Y15-slider__block {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
/* -- [extend end] -- */
