@charset "UTF-8";
/*************************************************
reset
*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

/*************************************************
    base
*************************************************/
.eventScheduleInner {
  font-family: ヒラギノ丸ゴ Pro W3,Hiragino Maru Gothic Pro,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,メイリオ,Meiryo;
  color: #000;
  font-weight: normal;
  line-height: 1;
}
.eventScheduleInner a:hover {
  opacity: .5;
}
.eventScheduleInner .ipad a:hover {
  opacity: inherit;
}
.eventScheduleInner .br_sp {
  display: none;
}

.eventScheduleInner #eventScheduleHeader {
  border-bottom: solid #f49d21 3px;
  position: relative;
}

.eventScheduleInner #main {
  padding-bottom: 30px;
  position: relative;
}

.eventScheduleInner .main-note {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
  width: 760px;
  margin: 30px auto 0;
  box-sizing: border-box;
}
body#top .eventScheduleInner .main-note {
  margin: 50px auto 0;
}

.eventScheduleInner #eventScheduleFooter {
  text-align: center;
}
.eventScheduleInner .footer-copyright {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  padding: 15px 0;
  background: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .eventScheduleInner {
    min-width: inherit;
  }
  .eventScheduleInner a:hover {
    opacity: inherit;
  }
  .eventScheduleInner .br_pc {
    display: none;
  }
  .eventScheduleInner .br_sp {
    display: block;
  }

  .eventScheduleInner #main {
    padding-bottom: 0;
  }

  .eventScheduleInner .main-note {
    font-size: 12px;
    margin-top: 15px;
    padding: 0 20px;
    color: #3D3D3D;
    width: 100%;
  }
  body#top .eventScheduleInner .main-note {
    margin: 25px auto 0;
    padding: 0 20px;
  }

  .eventScheduleInner .footer-copyright {
    margin-top: 10px;
    color: #3D3D3D;
    font-size: 10px;
    padding: 10px 0;
  }
}

/*************************************************
    common parts
*************************************************/
#eventScheduleHeaderInner {
  width: 100%;
  max-width: 748px;
  margin: auto;
  overflow: hidden;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#top #eventScheduleHeaderInner {
  padding: 34px 0;
  justify-content: center;
}
#eventScheduleHeader .header-siteLogo a {
  width: 316px;
  background-image: url(../images/header_siteLogo.png);
  background-position: left bottom 1px;
  background-repeat: no-repeat;
  height: 26px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: bottom;
}
body#top #eventScheduleHeader .header-siteLogo a {
  background-image: url(../images/header_siteLogo_top.png);
  width: 412px;
  height: 34px;
}

.eventScheduleInner .menuBtn {
  display: inline-block;
  font-size: 0;
  float: right;
  text-align: center;
}
.eventScheduleInner #main .menuBtn {
  display: none;
}
body#top .eventScheduleInner #main .menuBtn {
  float: none;
  margin-top: 30px;
  display: block;
}
.eventScheduleInner .menuBtn li {
  display: inline-block;
  margin: 0 0 0 10px;
}
body#top .eventScheduleInner .menuBtn li {
  margin: 0 15px;
}
.eventScheduleInner .menuBtn li a {
  display: block;
  border-radius: 10px;
  width: 170px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body#top .eventScheduleInner .menuBtn li a {
  width: 265px;
  height: 100px;
}
.eventScheduleInner .menuBtn li:nth-child(1) a {
  background-image: url(../images/menuBtn01_pc.png);
  background-color: #69c95a;
}
.eventScheduleInner  .menuBtn li:nth-child(2) a {
  background-image: url(../images/menuBtn02_pc.png);
  background-color: #58b7e3;
}
body#top .eventScheduleInner .menuBtn li:nth-child(1) a {
  background-image: url(../images/menuBtn01_pc_top.png);
}
body#top .eventScheduleInner .menuBtn li:nth-child(2) a {
  background-image: url(../images/menuBtn02_pc_top.png);
}
.eventScheduleInner .menuBtn li a img {
  width: 100%;
  height: 30px;
}

.eventScheduleInner h2 {
  text-align: center;
  color: #ff9227;
  font-size: 24px;
  margin-top: 40px;
  background: none!important;
  border-radius: 0!important;
  line-height: inherit!important;
  padding: 0!important;
  margin-bottom: 0!important;
}

.eventScheduleInner #main-genreNav {
  margin-top: 30px;
  font-size: 0;
  padding-bottom: 15px;
  text-align: center;
}
.eventScheduleInner #main-genreNav li {
  display: inline-block;
  vertical-align: top;
}
body#schedule .eventScheduleInner #main-genreNav li:not(:first-child) {
  margin-left: 15px;
}
body#detail .eventScheduleInner #main-genreNav li:not(:first-child) {
  margin-left: 20px;
}
.eventScheduleInner #main-genreNav li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  border: solid;
  box-sizing: border-box;
  border-radius: 10px;
}
body#schedule .eventScheduleInner #main-genreNav li a {
  font-size: 16px;
  width: 175px;
  border-width: 2px;
  font-weight: bold;
}
body#detail .eventScheduleInner #main-genreNav li a {
  width: 235px;
  border-width: 3px;
  font-size: 20px;
  font-weight: bold;
}
.eventScheduleInner #main-genreNav li.all a {
  border-color: #FF9125;
  color: #FF9125;
}
.eventScheduleInner #main-genreNav li.show a {
  border-color: #FF9085;
  color: #f26557;
}
.eventScheduleInner #main-genreNav li.musical a {
  border-color: #EE97C2;
  color: #e676ae;
}
.eventScheduleInner #main-genreNav li.other a {
  border-color: #7CD4E0;
  color: #4fb9c8;
}
.eventScheduleInner #main-genreNav li.selected a {
  color: #fff;
  position: relative;
}
.eventScheduleInner #main-genreNav li.selected a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  trans-rotate: 45deg;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
  bottom: -10px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  z-index: -1;
}
.eventScheduleInner #main-genreNav li.all.selected a {
  background: #FF9125;
}
.eventScheduleInner #main-genreNav li.all.selected a:after {
  background: #FF9125;
}
.eventScheduleInner #main-genreNav li.show.selected a {
  background: #FF9085;
}
.eventScheduleInner #main-genreNav li.show.selected a:after {
  background: #FF9085;
}
.eventScheduleInner #main-genreNav li.musical.selected a {
  background: #EE97C2;
}
.eventScheduleInner #main-genreNav li.musical.selected a:after {
  background: #EE97C2;
}
.eventScheduleInner #main-genreNav li.other.selected a {
  background: #7CD4E0;
}
.eventScheduleInner #main-genreNav li.other.selected a:after {
  background: #7CD4E0;
}

.eventScheduleInner #main-eventList + .main-areaNav {
  display: none;
}
.eventScheduleInner .main-areaNav + .menuBtn {
  display: none;
}
body#top .eventScheduleInner .main-areaNav {
  display: none;
}

.eventScheduleInner .slick-list .slick-slide {
  height: auto;
  display: table-cell !important;
  float: none;
}
.eventScheduleInner .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 1;
}
.eventScheduleInner .slick-dots button {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 870px) {
  body#top #eventScheduleHeader .header-siteLogo a {
    background-size: 100% auto;
    width: 310px;
    height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  body#top #eventScheduleHeader {
    min-width: inherit;
  }
  #eventScheduleHeaderInner {
    width: 100%;
    justify-content: center;
    padding: 20px 0;
  }
  body#top #eventScheduleHeaderInner {
    padding: 20px 0;
  }
  #eventScheduleHeader .header-siteLogo a {
    width: 240px;                                               /* 暫定 */
    height: 20px;                                               /* 暫定 */
    background-image: url(../images/header_siteLogo_top.png);   /* 暫定 */
    background-size: 100% auto;
  }
  body#top #eventScheduleHeader .header-siteLogo a {
    height: 20px;
    width: 240px;
  }
  #eventScheduleHeader .menuBtn {
    display: none;
  }

  .eventScheduleInner .menuBtn {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .eventScheduleInner #main .menuBtn {
    display: block;
  }
  .eventScheduleInner .main-areaNav + .menuBtn {
    margin-top: 20px;
  }
  body#top .eventScheduleInner #main .menuBtn {
    margin-top: 25px;
  }
  .eventScheduleInner .menuBtn li {
    margin: 0 5px 0;
  }
  .eventScheduleInner .menuBtn li a {
    border-radius: 5px;
    width: 145px;
    height: 45px;
  }
  body#top .eventScheduleInner .menuBtn li a {
    width: 125px;
    height: 115px;
  }
  .eventScheduleInner .menuBtn li:nth-child(1) a {
    background-image: url(../images/menuBtn01_sp.png);
  }
  .eventScheduleInner .menuBtn li:nth-child(2) a {
    background-image: url(../images/menuBtn02_sp.png);
  }
  body#top .eventScheduleInner .menuBtn li:nth-child(1) a {
    background-image: url(../images/menuBtn01_sp_top.png);
  }
  body#top .eventScheduleInner .menuBtn li:nth-child(2) a {
    background-image: url(../images/menuBtn02_sp_top.png);
  }

  .eventScheduleInner #mainInner {
    width: 100%;
    padding-bottom: 0;
  }
  .eventScheduleInner h2 {
    font-size: 18px!important;
    margin-top: 30px;
  }

  .eventScheduleInner #main-genreNav {
    margin-top: 25px;
    width: 100%;
  }
  body#schedule .eventScheduleInner #main-genreNav li {
    width: 22%;
  }
  body#schedule .eventScheduleInner #main-genreNav li:not(:first-child) {
    margin-left: 1.5%
  }
  body#detail .eventScheduleInner #main-genreNav li {
    width: 28%;
  }
  body#detail .eventScheduleInner #main-genreNav li:not(:first-child) {
    margin-left: 4%;
  }
  .eventScheduleInner #main-genreNav li a {
    vertical-align: middle;
    display: table-cell;
    border-radius: 3px;
    height: 30px;
  }
  body#schedule .eventScheduleInner #main-genreNav li a {
    font-size: 10px;
  }
  body#detail .eventScheduleInner #main-genreNav li a {
    border-width: 1px;
    padding: 13px 0;
    font-size: 10px;
  }
  .eventScheduleInner #main-genreNav li.selected a:after {
    bottom: -4px;
  }
}

/*************************************************
    top
*************************************************/
#eventScheduleHeader .header-info {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #f49d21;
  padding: 24px 15px 0 61px;
  color: #fff;
  font-size: 13px;
  box-sizing: border-box;
  background-image: url(../images/top_ico_info.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 35px;
  font-weight: bold;
}
#eventScheduleHeader .header-info dl {
  margin: 10px 0;
}
#eventScheduleHeader .header-info dt,
#eventScheduleHeader .header-info dd {
  display: inline-block;
}

.eventScheduleInner .slider_top {
  margin: 20 auto 0;
}
.eventScheduleInner .slider_top .slick-list {
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: calc(50% - 295px) !important;
  padding-left: -webkit-calc(50% - 295px) !important;
  padding-right: calc(50% - 295px) !important;
  padding-right: -webkit-calc(50% - 295px) !important;
}
.eventScheduleInner .slider_top .slick-list .slick-slide {
  vertical-align: middle;
}
.eventScheduleInner .slider_top .slick-list .slick-slide .main-slide-img {
  margin: auto;
  width: 560px;
}
.eventScheduleInner .slider_top .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #fab451;
  margin-top: -20px;
}
.eventScheduleInner .slider_top .slick-prev {
  right: 50%;
  margin-right: 260px;
}
.eventScheduleInner .slider_top .slick-next {
  left: 50%;
  margin-left: 260px;
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
}
.eventScheduleInner .slider_top .slick-arrow:before,
.eventScheduleInner .slider_top .slick-arrow:after {
  content: "";
  width: 17px;
  height: 4px;
  background: #fff;
  display: inline-block;
  left: 50%;
  position: absolute;
  margin-left: -8.5px;
  top: 50%;
  margin-top: -2px;
  border-radius: 4px;
  -webkit-transform-origin: 5%;
  transform-origin: 5%;
}
.eventScheduleInner .slider_top .slick-arrow:before {
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.eventScheduleInner .slider_top .slick-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
}
.eventScheduleInner .slider_top .slick-dots {
  text-align: center;
  width: 100%;
}
.eventScheduleInner .slider_top .slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #eeeeee;
  border-radius: 100%;
  margin: 0 10px;
}
.eventScheduleInner .slider_top .slick-dots li.slick-active {
  background: #fab451;
}

.eventScheduleInner .main-bunnerArea {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: 225px;
}
.eventScheduleInner .main-bunnerArea a {
  width: 138px;
  display: inline-block;
}
.eventScheduleInner .main-bunnerArea a img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 870px) {
  #eventScheduleHeader .header-info {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #eventScheduleHeader .header-info {
    position: inherit;
    height: inherit;
    padding: 8px 0 5px 65px;
    font-size: 14px;
    background-size: 41px;
    background-position: 10px center;
  }
  #eventScheduleHeader .header-info dl {
    margin: 5px 0;
  }

  .eventScheduleInner .slider_top {
    width: 98%;
    margin: 5px auto 0;
  }
  .eventScheduleInner .slider_top .slick-list {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .eventScheduleInner .slider_top .slick-list .slick-slide .main-slide-img {
    width: 89%;
  }
  .eventScheduleInner .slider_top .slick-arrow {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }
  .eventScheduleInner .slider_top .slick-prev {
    right: inherit;
    left: 2%;
  }
  .eventScheduleInner .slider_top .slick-next {
    left: inherit;
    right: 2%;
  }
  .eventScheduleInner .slider_top .slick-arrow:before,
  .eventScheduleInner .slider_top .slick-arrow:after {
    width: 10px;
    height: 3px;
    margin-left: -5px;
    margin-top: -1.5px;
  }
  .eventScheduleInner .slider_top .slick-dots li {
    width: 5px;
    height: 5px;
  }

  body#top .eventScheduleInner .main-areaNav {
    background: none;
    white-space: inherit;
    height: auto;
    text-align: left;
    width: 90%;
    padding: 0;
    margin: 25px auto 0;
  }
  body#top .eventScheduleInner .main-areaNav:before {
    content: "エリアから探す";
    display: block;
    background: #E76974;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 20px;
    line-height: 35px;
    font-weight: bold;
  }
  body#top .eventScheduleInner .main-areaNav li {
    margin-left: 0;
    width: 48%;
  }
  body#top .eventScheduleInner .main-areaNav li:nth-child(2n+2) {
    margin-left: 3%;
  }
  body#top .eventScheduleInner .main-areaNav li a {
    width: 100%;
    background: #fff;
    color: #E76974;
    border: solid 3px #E76974;
    border-radius: 7px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    position: relative;
  }
  body#top .eventScheduleInner .main-areaNav li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #f63d3d;
    border-right: 1px solid #f63d3d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }

  .eventScheduleInner .main-bunnerArea {
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

/*************************************************
    schedule　スケジュール
*************************************************/
.eventScheduleInner .main-areaNav {
  background: #E76974;
  border-radius: 10px;
  padding: 10px 10px 10px 0;
  font-size: 0;
  display: block;
  width: 760px;
  margin: 35px auto 0;
  box-sizing: border-box;
  text-align: center;
}
.eventScheduleInner .main-areaNav li {
  display: inline-block;
  margin-left: 10px;
}
.eventScheduleInner .main-areaNav li a {
  background: #F68B95;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  width: 95px;
  text-align: center;
}
.eventScheduleInner .main-areaNav li.js-current a{
  background: #fff;
  color: #E76974;
}

.eventScheduleInner #main-displayNav {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.eventScheduleInner #main-displayNav dt {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  color: #A5A5A5;
}
.eventScheduleInner #main-displayNav dt:after {
  content: "：";
  font-weight: normal;
  margin: 0 5px;
}
.eventScheduleInner #main-displayNav dd {
  display: inline-block;
  font-size: 14px;
  color: #A5A5A5;
}
.eventScheduleInner #main-displayNav dd:nth-of-type(2):before {
  content: "｜";
  margin: 0 5px;
}
.eventScheduleInner #main-displayNav dd.sorted a {
  font-weight: bold;
  color: #ff9125;
}
.eventScheduleInner #main-displayNav dd a {
  color: #A5A5A5;
}

.eventScheduleInner #main-eventList {
  width: 760px;
  margin: auto;
}
.eventScheduleInner #main-eventList.js-blank {
  background-image: url(../images/schedule_noItem_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 400px;
}
.eventScheduleInner #main-eventList li {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  margin: 20px 0 0 10px;
  position: relative;
}
.eventScheduleInner .event-genre {
  position: absolute;
  color: #fff;
  width: 105px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  left: -10px;
  top: 25px;
  line-height: 36px;
  z-index: 2;
}
.eventScheduleInner .event-genre:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-width: 0 10px 8px 0;
  border-style: solid;
  border-color: transparent;
}
.eventScheduleInner .event-genre:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  border-width: 18px 15px;
  border-style: solid;
  z-index: -1;
}
.eventScheduleInner .event-title {
  padding: 0 0 0 125px!important;
  font-size: 18px!important;
  line-height: 1.3!important;
  min-height: 2em;
  border-bottom: none!important;
  margin-bottom: 0!important;
}
.eventScheduleInner .event-definition {
  margin-top: 10px;
  font-size: 0;
  overflow: hidden;
}
.eventScheduleInner .event-definition dl {
  display: inline-block;
  margin-top: 15px;
  display: table;
  width: 100%;
}
.eventScheduleInner .event-definition dl.prefecture,
.eventScheduleInner .event-definition dl.city {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.eventScheduleInner .event-definition .js-hide {
  display: none;
}
.eventScheduleInner .event-definition dt {
  background: #fff;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  min-width: 144px;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1.5;
}
.eventScheduleInner .event-definition dd {
  display: inline-block;
  font-size: 14px;
  padding: 2px 0 0 15px;
  display: table-cell;
  width: 100%;
  word-break: break-all;
  line-height: 1.5;
  vertical-align: middle;
}
.eventScheduleInner .event-definition .url dd {
  font-size: 12px;
}
.eventScheduleInner .show .event-definition dd a {
  color: #f26557;
}
.eventScheduleInner .musical .event-definition dd a {
  color: #e676ae;
}
.eventScheduleInner .other .event-definition dd a {
  color: #4fb9c8;
}
.eventScheduleInner .event-btn_toStory {
  display: block;
  border: solid 2px;
  text-align: center;
  padding: 10px 0;
  border-radius: 7px;
  margin: 35px auto 0;
  width: 380px;
  position: relative;
}
.eventScheduleInner .event-btn_toStory:before,
.eventScheduleInner .event-btn_toStory:after {
  content: "";
  width: 13px;
  height: 4px;
  display: block;
  right: 8px;
  position: absolute;
  border-radius: 3px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform-origin: 90%;
  transform-origin: 90%;
}
.eventScheduleInner .event-btn_toStory:before {
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.eventScheduleInner .event-btn_toStory:after {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
}
.eventScheduleInner .event-btn_more {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  margin: 35px auto 0;
  width: 520px;
  position: relative;
}
.eventScheduleInner .event-btn_more:before,
.eventScheduleInner .event-btn_more:after {
  content: "";
  height: 13px;
  width: 5px;
  display: block;
  right: 22px;
  position: absolute;
  border-radius: 3px;
  top: 50%;
  margin-top: -7px;
  background: #fff;
  -webkit-transform-origin: 50% 85%;
  transform-origin: 50% 85%;
}
.eventScheduleInner .event-btn_more:before {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
}
.eventScheduleInner .event-btn_more:after {
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.eventScheduleInner .js-opened .event-btn_more:before,
.eventScheduleInner .js-opened .event-btn_more:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: 22px;
  width: 4px;
  margin-top: -11px;
}
.eventScheduleInner .show .event-genre,
.eventScheduleInner .show .event-btn_more {
  background: #FF9085;
}
.eventScheduleInner .show .event-genre {
  width: 120px;
}
.eventScheduleInner .show .event-genre:before {
  border-right-color: #e06d62;
}
.eventScheduleInner .show .event-genre:after {
  border-color: #FF9085;
}
.eventScheduleInner .show .event-title,
.eventScheduleInner .show .event-definition dt {
  color: #f26557;
}
.eventScheduleInner .show .event-btn_toStory {
  border-color: #FF9085;
  color: #FF9085;
}
.eventScheduleInner .show .event-btn_toStory:before,
.eventScheduleInner .show .event-btn_toStory:after {
  background: #FF9085;
}
.eventScheduleInner .musical .event-genre,
.eventScheduleInner .musical .event-btn_more {
  background: #EE97C2;
}
.eventScheduleInner .musical .event-genre:before {
  border-right-color: #E36DA9;
}
.eventScheduleInner .musical .event-genre:after {
  border-color: #EE97C2;
}
.eventScheduleInner .musical .event-title,
.eventScheduleInner .musical .event-definition dt {
  color: #e676ae;
}
.eventScheduleInner .musical .event-btn_toStory {
  border-color: #ed97c2;
  color: #ed97c2;
}
.eventScheduleInner .musical .event-btn_toStory:before,
.eventScheduleInner .musical .event-btn_toStory:after {
  background: #EE97C2;
}
.eventScheduleInner .other .event-genre,
.eventScheduleInner .other .event-btn_more {
  background: #7CD4E0;
}
.eventScheduleInner .other .event-genre:before {
  border-right-color: #55abb8;
}
.eventScheduleInner .other .event-genre:after {
  border-color: #7CD4E0;
}
.eventScheduleInner .other .event-title,
.eventScheduleInner .other .event-definition dt {
  color: #4fb9c8;
}
.eventScheduleInner .other .event-btn_toStory {
  border-color: #7CD4E0;
  color: #7CD4E0;
}
.eventScheduleInner .other .event-btn_toStory:before,
.eventScheduleInner .other .event-btn_toStory:after {
  background: #7CD4E0;
}
.eventScheduleInner .show .event-genre:after,
.eventScheduleInner .musical .event-genre:after,
.eventScheduleInner .other .event-genre:after {
  border-right-color: transparent;
}

@media only screen and (max-width: 767px) {
  .eventScheduleInner .main-areaNav {
    margin-top: 25px;
    border-radius: 0;
    padding: 8px 13px 8px 8px;
    height: 50px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: block !important;
  }
  .eventScheduleInner .main-areaNav li {
    margin-left: 5px;
  }
  .eventScheduleInner .main-areaNav li a {
    min-width: 65px;
    width: inherit;
    box-sizing: border-box;
    padding: 10px;
  }

  .eventScheduleInner #main-displayNav {
    margin-top: 25px;
  }
  .eventScheduleInner #main-displayNav dt {
    font-weight: normal;
  }
  .eventScheduleInner #main-displayNav dd {
    display: inline-block;
  }
  .eventScheduleInner #main-displayNav dd a {
    font-weight: normal;
  }

  .eventScheduleInner #main-eventList {
    width: 100%;
  }
  .eventScheduleInner #main-eventList.js-blank {
    background-image: url(../images/schedule_noItem_sp.png);
    height: 238px;
  }
  .eventScheduleInner #main-eventList li {
    margin: 15px 15px 0;
    border-radius: 5px;
    padding: 35px 15px 20px;
  }
  .eventScheduleInner .event-genre {
    line-height: 20px;
    font-size: 10px;
    width: 70px;
    top: 5px;
    left: -5px;
  }
  .eventScheduleInner .show .event-genre {
    width: 85px;
  }
  .eventScheduleInner .event-genre:before {
    border-width: 0 5px 3px 0;
  }
  .eventScheduleInner .event-genre:after {
    border-width: 10px 10px;
    right: -10px;
  }
  .eventScheduleInner .event-title {
    padding-left: 0!important;
    font-size: 14px!important;
    min-height: auto;
  }
  .eventScheduleInner .event-title:before {
    display: none!important;
  }
  .eventScheduleInner .event-definition {
    margin-top: 5px;
  }

  .eventScheduleInner .event-definition .url dd {
    font-size: 10px;
    padding-top: 5px;
  }
  .eventScheduleInner .event-definition dl {
    margin-top: 0;
    padding: 8px 0;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .eventScheduleInner .event-definition dl:not(:first-child) {
    border-top: solid 1px #ccc;
  }
  .eventScheduleInner .event-definition dt {
    font-size: 10px;
    min-width: 60px;
    padding: 2px 10px;
  }
  .eventScheduleInner .event-definition .url dt br {
    display: none;
  }
  .eventScheduleInner .event-definition dd {
    font-size: 12px;
  }
  .eventScheduleInner .event-definition .time dd,
  .eventScheduleInner .event-definition .closed dd,
  .eventScheduleInner .event-definition .price dd,
  .eventScheduleInner .event-definition .performer dd,
  .eventScheduleInner .event-definition .ticketAgency dd,
  .eventScheduleInner .event-definition .reservation dd,
  .eventScheduleInner .event-definition .onSale dd,
  .eventScheduleInner .event-definition .sponsor dd,
  .eventScheduleInner .event-definition .cosponsor dd,
  .eventScheduleInner .event-definition .sponsorship dd,
  .eventScheduleInner .event-definition .specialSponsorship dd,
  .eventScheduleInner .event-definition .supported dd,
  .eventScheduleInner .event-definition .information dd,
  .eventScheduleInner .event-definition .url dd,
  .eventScheduleInner .event-definition .remarks dd,
  .eventScheduleInner .event-definition .free dd {
    display: block;
    padding: 10px 0 0;
  }
  .eventScheduleInner .event-definition .js-hide {
    border-top: solid 1px #ccc;
  }
  .eventScheduleInner .show .event-definition dd a {
    color: #f26557;
  }
  .eventScheduleInner .musical .event-definition dd a {
    color: #e676ae;
  }
  .eventScheduleInner .other .event-definition dd a {
    color: #4fb9c8;
  }

  .eventScheduleInner .event-btn_toStory {
    width: 80%;
    font-size: 12px;
    border-width: 1px;
    border-radius: 3px;
    padding: 10px 0;
    margin: 15px auto 0;
  }
  .eventScheduleInner .event-btn_toStory:before,
  .eventScheduleInner .event-btn_toStory:after {
    width: 9px;
    height: 3px;
    margin-top: -1.5px;
    right: 6px;
  }

  .eventScheduleInner .event-btn_more {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    margin: 20px auto 0;
  }
  .eventScheduleInner .event-btn_more:before,
  .eventScheduleInner .event-btn_more:after {
    height: 9px;
    width: 3px;
    margin-top: -4.5px;
    right: 13px;
  }
  .eventScheduleInner .js-opened .event-btn_more:before,
  .eventScheduleInner .js-opened .event-btn_more:after {
    height: 16px;
    width: 3px;
    margin-top: -8px;
    right: 15px;
  }
}

/*************************************************
    detail　イベント内容
*************************************************/

/* ------------------------------------------
   detail（イベント内容）　> common
------------------------------------------ */
.eventScheduleInner .main-outline {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  margin-top: 25px;
}


/* ------------------------------------------
   detail（イベント内容）　> show
------------------------------------------ */

.eventScheduleInner .slider_detail_show .slick-list {
  padding: 20px 0;
}
.eventScheduleInner .slider_detail_show .slick-list .slick-slide {
  vertical-align: middle;
}
.eventScheduleInner .slider_detail_show .slick-list .slick-slide .main-slide img {
  margin: auto;
}
.eventScheduleInner .slider_detail_show .slick-list .slick-slide .main-slide-img {
  width: 580px;
  margin: auto;
}
.eventScheduleInner .slider_detail_show .slick-arrow {
  background-color: rgba(255, 144, 133, .8);
}
.eventScheduleInner .slider_detail_show .slick-arrow:before,
.eventScheduleInner .slider_detail_show .slick-arrow:after {
  content: "";
  width: 13px;
  height: 4px;
  background: #fff;
  display: inline-block;
  left: 50%;
  position: absolute;
  margin-left: -6.5px;
  top: 50%;
  margin-top: -2px;
  border-radius: 4px;
  -webkit-transform-origin: 10%;
  transform-origin: 10%;
}
.eventScheduleInner .slider_detail_show .slick-arrow:before {
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.eventScheduleInner .slider_detail_show .slick-arrow:after {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
}
.eventScheduleInner .slider_detail_show .slick-prev {
  right: 50%;
  margin-right: 312px;
}
.eventScheduleInner .slider_detail_show .slick-next {
  left: 50%;
  margin-left: 312px;
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
}
.eventScheduleInner .slider_detail_show .slick-dots {
  text-align: center;
  width: 100%;
}
.eventScheduleInner .slider_detail_show .slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #eeeeee;
  border-radius: 100%;
  margin: 0 10px;
}
.eventScheduleInner .slider_detail_show .slick-dots li.slick-active {
  background: #FF9085;
}
.eventScheduleInner .slider_detail_show {
  margin-top: 30px;
}

.eventScheduleInner .main-summaryTitle {
  display: none;
}
.eventScheduleInner .main-summaryList {
  margin: 65px auto 0;
  padding: 0 0 15px;
  width: 760px;
}
.eventScheduleInner .main-summaryList .showTitle {
  background: #FF9085!important;
  color: #fff!important;
  padding: 15px 40px 15px 20px!important;
  border-radius: 5px!important;
  font-size: 15px!important;
  line-height: 1.3!important;
  margin-top: 5px;
  margin-bottom: 0!important;
  position: relative;
  cursor: pointer;
}
.eventScheduleInner .main-summaryList .showTitle:after {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: #d85649;
  border-radius: 100%;
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.eventScheduleInner .main-summaryList .showTitle-icon_before,
.eventScheduleInner .main-summaryList .showTitle-icon_after {
  width: 14px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -1px 4px 0 0;
  z-index: 1;
}
.eventScheduleInner .main-summaryList .showTitle-icon_after {
  -webkit-transform: rotate(90deg) translateY(0);
  transform: rotate(90deg) translateY(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.eventScheduleInner .main-summaryList .js-opened .showTitle-icon_after {
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.eventScheduleInner .main-summaryList-item-inner {
  padding: 35px 0;
  overflow: hidden;
  display: none;
}
.eventScheduleInner .main-summaryList .block01 {
  float: left;
  width: 350px;
}
.eventScheduleInner .main-summaryList .block02 {
  float: left;
  width: 395px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.eventScheduleInner .main-summaryList img {
  width: 100%;
}
.eventScheduleInner .main-summaryList dt {
  font-weight: bold;
  font-size: 15px;
}
.eventScheduleInner .main-summaryList dt:before {
  content: "●";
  margin-right: 5px;
  font-size: 14px;
}
.eventScheduleInner .main-summaryList p,
.eventScheduleInner .main-summaryList dd {
  font-size: 14px;
  line-height: 1.5;
}
.eventScheduleInner .main-summaryList dd {
  margin-top: 10px;
}
.eventScheduleInner .main-summaryList .performer dt,
.eventScheduleInner .main-summaryList .performer dd {
  color: #ff9327;
  font-weight: bold;
}
.eventScheduleInner .main-summaryList .story,
.eventScheduleInner .main-summaryList .performer + p {
  margin-top: 20px;
}
.eventScheduleInner .main-summaryList .story dt {
  color: #077adb;
}


/* ------------------------------------------
   detail（イベント内容）　> musical, other
------------------------------------------ */

.eventScheduleInner .main-contents_detail {
  margin-top: 25px;
}

/* 見出し帯 */
.eventScheduleInner .main-contents-titleArea {
  position: relative;
}
.eventScheduleInner .main-contents-title-textList li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 21px;
  line-height: 1.5;
}
.eventScheduleInner .main-contents-title-textList li,
.eventScheduleInner .main-contents-body-list li {
  display: none;
}
.eventScheduleInner .main-contents-title-textList li h3 {
  width: 655px;
  margin: auto;
  border-bottom: none!important;
  margin-bottom: 0!important;
  line-height: inherit!important;
  padding: 0!important;
  font-size: inherit!important;
}
.eventScheduleInner .main-contents-title-textList li h3:before {
  display: none!important;
}
.eventScheduleInner .main-contents-title-button li {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 1;
}
.eventScheduleInner .main-contents-title-button li.prev {
  right: 50%;
  margin-right: 330px;
}
.eventScheduleInner .main-contents-title-button li.next {
  left: 50%;
  margin-left: 330px;
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
}
.eventScheduleInner .main-contents-title-button li:before,
.eventScheduleInner .main-contents-title-button li:after {
  content: "";
  width: 12px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  left: 50%;
  margin: -2px 0 0 -6px;
  z-index: 1;
  -webkit-transform-origin: 10%;
  transform-origin: 10%;
}
.eventScheduleInner .main-contents-title-button li:before {
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.eventScheduleInner .main-contents-title-button li:after {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
}

/* 見出し帯 musical */
.eventScheduleInner .musical .main-contents-title-textList {
  background: #EE97C2;
}
.eventScheduleInner .musical .main-contents-title-button li {
  background-color: #ef68ab;
}

/* 見出し帯 other */
.eventScheduleInner .other .main-contents-title-textList {
  background: #7CD4E0;
}
.eventScheduleInner .other .main-contents-title-button li {
  background-color: #58b7e3;
}

.eventScheduleInner .main-contents-titleArea.js-cloned {
  display: none;
}

/* メインビジュアル musical */
.eventScheduleInner .musical .main-contents-body-list .mainVisual {
  width: 570px;
  margin: 30px auto 0;
  display: block;
}
/* メインビジュアル other */
.eventScheduleInner .other .main-contents-body-list .mainVisual {
  max-width: 100%;
}

/* メインビジュアル other newマーク */
.eventScheduleInner .other .main-contents-body-list div.mainVisual-box {
  width: 570px;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}
.eventScheduleInner .other .main-contents-body-list div.new {
  width: 90px;
  height: 90px;
  background: url(../images/other/new.png) no-repeat;
  position: absolute;
  top: -30px;
  left: -40px;
}

.eventScheduleInner .main-contents-body-list p {
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
}

/* メインビジュアル下・テキスト */
.eventScheduleInner .main-contents-body-list .text01 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-top: 20px;
}
.eventScheduleInner .main-contents-body-list .text02 {
  font-weight: bold;
}
.eventScheduleInner .main-contents-body-list .caution {
  font-size: 12px;
}

/* musical, other フォント色 */
.eventScheduleInner .main-contents-body-list .color01 {
  color: #e676ae;
}
.eventScheduleInner .main-contents-body-list .color02 {
  color: #077adb;
}
.eventScheduleInner .main-contents-body-list .color03 {
  color: #ff9327;
}
.eventScheduleInner .main-contents-body-list .color04 {
  color: #1baa58;
}
.eventScheduleInner .main-contents-body-list .color05 {
  color: #4fb9c8;
}
.eventScheduleInner .main-contents-body-list .color06 {
  color: #ff0000;
}

/* サムネイル画像 */
.eventScheduleInner .main-outline-body-list .thumbnailList li img.border,
.eventScheduleInner .main-contents-body-list .thumbnailList li img.border {
  border: solid 1px #f49d21;
}

/* サムネイル画像 帯上 */
.eventScheduleInner .main-outline-body-list .thumbnailList {
  font-size: 0;
  margin: 30px auto 0;
  width: 378px;
}
.eventScheduleInner .main-outline-body-list .thumbnailList li {
  display: inline-block;
  width: 184px;
}
.eventScheduleInner .main-outline-body-list .thumbnailList li:not(:first-child) {
  margin-left: 10px;
}
.eventScheduleInner .main-outline-body-list .thumbnailList li img {
  width: 100%;
}

/* サムネイル画像 下部　2列 */
.eventScheduleInner .main-contents-body-list .thumbnailList-column02 {
  font-size: 0;
  margin: 20px auto 0;
  max-width: 100%;
}
.eventScheduleInner .main-contents-body-list .thumbnailList-column02 li {
  display: inline-block;
  width: calc(50% - 5px);
  font-size: 14px;
  vertical-align: top;
}
.eventScheduleInner .main-contents-body-list .thumbnailList-column02 li:not(:nth-child(2n+1)) {
  margin-left: 10px;
}
.eventScheduleInner .main-contents-body-list .thumbnailList-column02 li:nth-child(n+3) {
  margin-top: 20px;
}
.eventScheduleInner .main-contents-body-list .thumbnailList-column02 li img {
  width: 100%;
  vertical-align: bottom;
}

/* サムネイル画像 下部　3列 */
.eventScheduleInner .main-contents-body-list .thumbnailList {
  font-size: 0;
  margin: 20px auto 0;
  max-width: 572px;
  text-align: center;
}
.eventScheduleInner .main-contents-body-list .thumbnailList li {
  display: inline-block;
  width: 184px;
  font-size: 10px;
  line-height:1.5em;
  vertical-align: top;
}
.eventScheduleInner .main-contents-body-list .thumbnailList li:not(:nth-child(3n+1)) {
  margin-left: 10px;
}
.eventScheduleInner .main-contents-body-list .thumbnailList li:nth-child(n+4) {
  margin-top: 20px;
}
.eventScheduleInner .main-contents-body-list .thumbnailList li img {
  width: 100%;
}

/* サムネイル画像 下部　4列 */
.eventScheduleInner .main-contents-body-list .thumbnailList-column04 {
  font-size: 0;
  margin: 20px auto 0;
  max-width: 766px;
}
.eventScheduleInner .main-contents-body-list .thumbnailList-column04 li {
  display: inline-block;
  width: 184px;
  font-size: 10px;
  line-height:1.5em;
}
.eventScheduleInner .main-contents-body-list .thumbnailList-column04 li:not(:nth-child(4n+1)) {
  margin-left: 10px;
}
.eventScheduleInner .main-contents-body-list .thumbnailList-column04 li:nth-child(n+5) {
  margin-top: 20px;
}
.eventScheduleInner .main-contents-body-list .thumbnailList-column04 li img {
  width: 100%;
  margin-bottom: 5px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.eventScheduleInner .main-contents-body-list .caption {
  font-size: 12px;
}


/* ------------------------------
   detail（イベント内容）　> musical
------------------------------ */

/* タイトルロゴ musical */
.eventScheduleInner .musical .main-contents-body-list .titleLogo {
  margin: 30px auto 0;
  display: block;
  max-width: 570px;
}
.eventScheduleInner .musical .main-contents-body-list dl {
  width: 760px;
  margin: 0 auto;
}
.eventScheduleInner .musical .main-contents-body-list dl:first-of-type {
  padding-top: 20px;
}
.eventScheduleInner .musical .main-contents-body-list dl.performer {
  font-weight: bold;
}
.eventScheduleInner .musical .main-contents-body-list dl dt {
  font-size: 16px;
  font-weight: bold;
}
.eventScheduleInner .musical .main-contents-body-list dl dt:before {
  content: "●";
  margin-right: 3px;
}
.eventScheduleInner .musical .main-contents-body-list dl dd {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0 20px;
}


@media only screen and (max-width: 767px) {

  /* -------------------------------------
     common　（SP）
  ------------------------------------- */
  .eventScheduleInner .main-outline {
    font-size: 12px;
    text-align: left;
    padding: 0 15px;
    margin-top: 10px;
  }

  /* -------------------------------------
     show　（SP）
  ------------------------------------- */
  .eventScheduleInner .slider_detail_show {
    margin-top: 0;
  }
  .eventScheduleInner .slider_detail_show .slick-list {
    padding: 15px 0;
  }
  .eventScheduleInner .slider_detail_show .slick-list .slick-slide {
    padding: 0 15px;
  }
  .eventScheduleInner .slider_detail_show .slick-list .slick-slide .main-slide-img {
    width: 100%;
  }
  .eventScheduleInner .slider_detail_show .slick-arrow {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }
  .eventScheduleInner .slider_detail_show .slick-arrow:before,
  .eventScheduleInner .slider_detail_show .slick-arrow:after {
    width: 11px;
    height: 3px;
    margin-left: -5.5px;
    margin-top: -1.5px;
  }
  .eventScheduleInner .slider_detail_show .slick-arrow.slick-prev {
    right: inherit;
    left: 2.5px;
  }
  .eventScheduleInner .slider_detail_show .slick-arrow.slick-next {
    left: inherit;
    right: 2.5px;
  }
  .eventScheduleInner .slider_detail_show .slick-dots li {
    width: 5px;
    height: 5px;
  }

  .eventScheduleInner .main-summaryTitle {
    display: block;
    text-align: center;
    font-size: 17px!important;
    color: #ff9085;
    margin-top: 30px;
    font-weight: inherit!important;
    margin-bottom: 0!important;
    border-bottom: none!important;
    padding: 0!important;
  }
  .eventScheduleInner .main-summaryTitle:before {
    display: none!important;
  }
  .eventScheduleInner .main-summaryList {
    margin-top: 20px;
    padding: 0 0 30px;
    width: 100%;
  }
  .eventScheduleInner .main-summaryList .showTitle {
    border-radius: 0!important;
    font-size: 13px!important;
    margin-top: 1px;
    line-height: 1.5!important;
  }
  .eventScheduleInner .main-summaryList-item-inner {
    padding: 30px 0;
  }
  .eventScheduleInner .main-summaryList .block01 {
    float: none;
    width: 100%;
  }
  .eventScheduleInner .main-summaryList .block02 {
    float: none;
    width: 100%;
    padding: 0 15px;
    margin-top: 35px;
  }
  .eventScheduleInner .main-summaryList img {
    padding: 0 45px;
    box-sizing: border-box;
  }
  .eventScheduleInner .main-summaryList dt {
    font-size: 12px;
  }
  .eventScheduleInner .main-summaryList dt:before {
    font-size: 10px;
  }
  .eventScheduleInner .main-summaryList dd,
  .eventScheduleInner .main-summaryList p {
    font-size: 12px;
  }

  /* -------------------------------------
     musical, other　（SP）
  ------------------------------------- */

  /* サムネイル画像 帯上 2列 */
  .eventScheduleInner .main-outline-body-list .thumbnailList {
    width: auto;
    max-width: 500px;
    padding: 0 10px;
    margin: 20px auto 0;
  }
  .eventScheduleInner .main-outline-body-list .thumbnailList li {
    width: 49%;
  }
  .eventScheduleInner .main-outline-body-list .thumbnailList li:nth-child(2n) {
    margin-left: 2%;
  }
  .eventScheduleInner .main-outline-body-list .thumbnailList li:nth-child(n+3) {
    margin-top: 2%;
  }

  .eventScheduleInner .main-contents_detail {
    margin-top: 30px;
    padding-bottom: 25px;
  }

  .eventScheduleInner .main-contents-title-button li {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    top: 50%;
  }
  .eventScheduleInner .main-contents-title-button li.prev {
    right: inherit;
    left: 10px;
  }
  .eventScheduleInner .main-contents-title-button li.next {
    left: inherit;
    right: 10px;
  }
  .eventScheduleInner .main-contents-title-button li:before,
  .eventScheduleInner .main-contents-title-button li:after {
    width: 8px;
    height: 3px;
    margin: -1.5px 0 0 -4px;
  }

  .eventScheduleInner .main-contents-title-textList li {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 35px;
  }
  .eventScheduleInner .main-contents-title-textList li h3 {
    width: 100%;
    text-align: center;
  }

  .eventScheduleInner .musical .main-contents-bodyArea {
    padding: 0 10px 35px;
  }
  .eventScheduleInner .other .main-contents-bodyArea {
    padding: 0 15px 35px;
  }

  /* タイトルロゴ musical */
  .eventScheduleInner .musical .main-contents-body-list .titleLogo {
    width: 75%;
    margin: 20px auto 0;
  }

  /* メインビジュアル musical */
  .eventScheduleInner .musical .main-contents-body-list .mainVisual {
    width: 95%;
    margin: 20px auto 0;
  }
  /* メインビジュアル other */
  .eventScheduleInner .other .main-contents-body-list .mainVisual {
    width: 95%;
    margin: 30px auto 0;
  }
  /* メインビジュアル other newマーク */
  .eventScheduleInner .other .main-contents-body-list div.mainVisual-box {
    width: 90%;
    margin: 0 auto;
  }
  .eventScheduleInner .other .main-contents-body-list div.new {
    width: 15%;
    top: -5%;
    left: -5%;
    background-size: contain;
  }

  .eventScheduleInner .main-contents-body-list p {
    font-size: 12px;
  }
  .eventScheduleInner .main-contents-body-list .text01 {
    font-size: 14px;
  }
  .eventScheduleInner .musical .main-contents-body-list .text02 {
    font-size: 12px;
    padding-bottom: 30px;
  }
  .eventScheduleInner .other .main-contents-body-list .text02 {
    font-size: 12px;
    padding-bottom: 10px;
  }

  /* detail（イベント内容）　> musical */
  .eventScheduleInner .musical .main-contents-body-list dl {
    width: 95%;
  }
  .eventScheduleInner .musical .main-contents-body-list dl dt {
    font-size: 12px;
  }
  .eventScheduleInner .musical .main-contents-body-list dl dt:before {
    font-size: 10px;
  }
  .eventScheduleInner .musical .main-contents-body-list dl dd {
    font-size: 12px;
  }
  .eventScheduleInner .musical .main-contents-body-list dl dd .caution {
    font-size: 10px;
  }

  /* サムネイル画像 下部　2列 */
  .eventScheduleInner .main-contents-body-list .thumbnailList-column02 {
    margin: 10px auto 0;
    max-width: 500px;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column02 li {
    width: 49%;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column02 li:not(:first-child) {
    margin-left: 0;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column02 li:nth-child(2n) {
    margin-left: 2%;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column02 li:nth-child(n+3) {
    margin-top: 2%;
  }
  /* サムネイル画像 下部　3列 */
  .eventScheduleInner .main-contents-body-list .thumbnailList {
    margin: 20px auto 0;
    max-width: 500px;
    text-align: left;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList li {
    width: 49%;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList li:not(:first-child) {
    margin-left: 0;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList li:nth-child(2n) {
    margin-left: 2%;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList li:nth-child(n+3) {
    margin-top: 2%;
  }
  /* サムネイル画像 下部　4列 */
  .eventScheduleInner .main-contents-body-list .thumbnailList-column04 {
    margin: 20px auto 0;
    max-width: 500px;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column04 li {
    width: 49%;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column04 li:not(:first-child) {
    margin-left: 0;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column04 li:nth-child(2n) {
    margin-left: 2%;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column04 li:nth-child(n+3) {
    margin-top: 2%;
  }
  .eventScheduleInner .main-contents-body-list .thumbnailList-column04 li img {
    margin-bottom: 0;
  }

  .eventScheduleInner .main-contents-body-list .caption {
    font-size: 10px;
    padding-top: 2%;
    padding-bottom: 4%;
  }


  .eventScheduleInner .main-contents-titleArea.js-cloned {
    display: block;
  }
} /* -- @media only screen and (max-width: 767px) */
