@charset "UTF-8";
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}
/* $main: ;
$sub: ; */
/* $sanAllWebJa: ; */
/*
$fsPhone: ;//iOS, Androidのスマートフォン向け
$fsTablet: ;//iPad, Android Tablet
$fsMobile: ;//その他モバイル製品を吸収する予約名
$fsDesk01: ;//S
$fsDesk02: ;//M
$fsDesk03: ;//L
$fsDesk04: ;//XL
$fsDesk05: ;//XXL
$fsDesk06: ;//Extra
*/
/*
	$widthDesk06: ;//Extra
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 * http://qiita.com/tmiame/items/8816d970eacaf450911f
 */
.layoutEvents {
  width: 100%;
}
.layoutEvents .ico {
  display: inline-block;
  border-radius: 2px;
  background-position: 50% 50%;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-size: 24px/auto;
  height: 24px;
  height: 1.5rem;
  padding: 0;
  overflow: hidden;
  text-indent: 150%;
  vertical-align: middle;
  white-space: nowrap;
  width: 24px;
  width: 1.5rem;
}
.layoutEvents .ico_discount_highschool {
  background-image: url(/_assets/image/global/ui/icon_discount_highschool.svg);
}
.layoutEvents .ico_discount_teenagers {
  background-image: url(/_assets/image/global/ui/icon_discount_teenager.svg);
}
.layoutEvents .ico_discount_students {
  background-image: url(/_assets/image/global/ui/icon_discount_students.svg);
}
.layoutEvents .ico_discount_children {
  background-image: url(/_assets/image/global/ui/icon_discount_children.svg);
}
.layoutEvents .ico_discount_retirees {
  background-image: url(/_assets/image/global/ui/icon_discount_retirees.svg);
}
.layoutEvents .ico_discount_other {
  background-image: url(/_assets/image/global/ui/icon_discount_other.svg);
}
.layoutEvents .legend p {
  font-weight: bold;
  font-weight: 700;
}
.layoutEvents .legend p, .layoutEvents .legend li {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.8;
}
.layoutEvents .legend ul, .layoutEvents .legend li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.layoutEvents .legend ul {
  margin: -3.2px -36.8px 0px 0px;
  margin: -0.2rem -2.3rem 0rem 0rem;
}
.layoutEvents .legend li {
  color: #000;
  float: left;
  font-weight: normal;
  padding: 3.2px 0px 0px 0px;
  padding: 0.2rem 0rem 0rem 0rem;
  width: 33.3%;
}
.ua-desktop-windows .layoutEvents .legend li {
  font-weight: 500;
}
.layoutEvents .legend.calendar .filter p, .layoutEvents .legend.calendar .filter ul, .layoutEvents .legend.calendar .filter li {
  display: inline-block;
  height: auto !important;
  min-height: 8px;
  height: 8px;
  min-height: 0.5rem;
  vertical-align: top;
  width: auto;
}
.layoutEvents .legend.calendar button,
.layoutEvents .legend.calendar label {
  /* 
  background: transparent url(/_assets/image/global/ui/formfields/checkbox_default.png) no-repeat 0 50%;
  background: transparent url(/_assets/image/global/ui/formfields/checkbox_default.svg) no-repeat 0 50% / 39px auto;
  */
  cursor: pointer;
  display: block;
  margin: 0px 3.2px 0px 0px;
  margin: 0rem 0.2rem 0rem 0rem;
  padding: 4px 8px 4px 16px;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  border: 0;
}
.layoutEvents .legend.calendar button.selected,
.layoutEvents .legend.calendar label.selected {
  /*
  background: transparent url(/_assets/image/global/ui/formfields/checkbox_checked.png) no-repeat 0 50%;
  background: transparent url(/_assets/image/global/ui/formfields/checkbox_checked.svg) no-repeat 0 50% / 39px auto;
  */
}
.layoutEvents .legend.calendar label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.layoutEvents .legend.calendar label input {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -5px 0 0 0;
}
.layoutEvents .legend.calendar .keywordwrapper {
  display: block;
}
.layoutEvents .legend.calendar .keywordwrapper input {
  background: #e5e5e5;
  border: 0;
  -o-border-bottom-left-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -ms-border-bottom-right-adius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #999;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0;
  padding: 1.6px 4px 1.6px 4px;
  padding: 0.1rem 0.25rem 0.1rem 0.25rem;
  width: 100%;
}
.layoutEvents .th {
  font-weight: normal;
}
.ua-desktop-windows .layoutEvents .th {
  font-weight: 500;
}
.layoutEvents .td .ico {
  display: block;
}
.layoutEvents .subtitle a {
  font-size: 12px;
  font-size: 0.75rem;
}
.layoutEvents .subtitle a:after {
  background-color: rgba(44, 130, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  position: absolute;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  right: 0;
}
.layoutEvents .subtitle a:hover:after {
  background-color: rgb(44, 130, 255);
}
.layoutEvents .subtitle a:after {
  bottom: 1px;
}

#calendarNav {
  padding: 0px 0px 0px 32px;
  padding: 0rem 0rem 0rem 2rem;
}
#calendarNav ul, #calendarNav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#calendarNav li {
  background: #2C82FF;
  float: left;
  margin: 0px 1px 0px 0px;
  margin: 0rem 0.0625rem 0rem 0rem;
}
#calendarNav li.prev {
  -o-border-bottom-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#calendarNav li.next {
  -o-border-bottom-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#calendarNav li.thismonth:first-child {
  -o-border-bottom-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#calendarNav li.thismonth:last-child {
  -o-border-bottom-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#calendarNav a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-align: none;
}
#calendarNav .calendarNav_monthly li {
  width: 64px;
  width: 4rem;
}
#calendarNav .calendarNav_daily li {
  width: 64px;
  width: 4rem;
}

.eventsIndex .bodyMain {
  background: #fff;
}
.eventsIndex .bodyMain_header {
  padding: 24px 24px 0px 0px;
  padding: 1.5rem 1.5rem 0rem 0rem;
  overflow: hidden;
}
.eventsIndex .bodyMain_header .scroll_nav {
  margin-right: 0;
}
.eventsIndex .bodyMain header {
  float: left;
  margin: 0;
}
.eventsIndex .bodyMain .legend {
  float: right;
  margin: -16px 0px 0px 0px;
  margin: -1rem 0rem 0rem 0rem;
  padding: 0px 0px 16px 0px;
  padding: 0rem 0rem 1rem 0rem;
  width: 304px;
  width: 19rem;
}
.eventsIndex .bodyMain .legend p {
  text-align: right;
}
.eventsIndex .bodyMain .legend ul {
  background: url(/_assets/image/global/ui/border/vert_dotted_grey.png) repeat-y 0.5rem 0;
  padding: 0px 0px 0px 16px;
  padding: 0rem 0rem 0rem 1rem;
  zoom: 1;
  position: relative;
}
.eventsIndex .bodyMain .legend ul:before, .eventsIndex .bodyMain .legend ul:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.eventsIndex .bodyMain .legend ul:after {
  clear: both;
}
.eventsIndex .bodyMain .legend.archive {
  background: none;
  padding: 0;
  width: 128px;
  width: 8rem;
}
.eventsIndex .bodyMain .legend.archive p {
  white-space: nowrap;
}
.eventsIndex .bodyMain .side_selector {
  cursor: pointer;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 52px;
  height: 3.25rem;
  margin: 8px 0px 32px 0px;
  margin: 0.5rem 0rem 2rem 0rem;
  padding: 0px 0px 0px 10px;
  padding: 0rem 0rem 0rem 0.625rem;
  background: url(/_assets/image/global/ui/arrow/icon_arrow_news.svg) no-repeat right 0.5rem center;
  background-size: 0.75rem auto;
  border: 1px solid #2c82ff;
  border-radius: 0px;
  color: #2c82ff;
  font-weight: bold;
  font-weight: 700;
  height: 48px;
  height: 3rem;
  margin: 3.2px 0px 0px 0px;
  margin: 0.2rem 0rem 0rem 0rem;
  padding: 4px 0px 3.2px 10px;
  padding: 0.25rem 0rem 0.2rem 0.625rem;
  width: 128px;
  width: 8rem;
}
.eventsIndex .bodyMain .side_selector,
.eventsIndex .bodyMain .side_selector option {
  font-size: 20px;
  font-size: 1.25rem;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
}
.eventsIndex .bodyMain .entryParts_content {
  margin: 0;
  padding: 12px 32px 28px 32px;
  padding: 0.75rem 2rem 1.75rem 2rem;
}
.eventsIndex .bodyMain .entryParts:last-child {
  padding: 0px 0px 128px 0px;
  padding: 0rem 0rem 8rem 0rem;
}
.eventsIndex .entryParts_daily .title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.eventsIndex .entryParts_daily .title_date {
  float: left;
  margin: -3.2px 16px 0px -1.6px;
  margin: -0.2rem 1rem 0rem -0.1rem;
}
.eventsIndex .entryParts_daily .calendarNav_daily {
  clear: both;
  zoom: 1;
}
.eventsIndex .entryParts_daily .calendarNav_daily:before, .eventsIndex .entryParts_daily .calendarNav_daily:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.eventsIndex .entryParts_daily .calendarNav_daily:after {
  clear: both;
}
.eventsIndex .entryParts_daily .entryParts_content {
  position: relative;
}
.eventsIndex .entryParts_daily .notice {
  padding: 4px 0px 4px 0px;
  padding: 0.25rem 0rem 0.25rem 0rem;
  position: absolute;
  right: 32px;
  right: 2rem;
  top: -32px;
  top: -2rem;
}
.eventsIndex .eventItem_metas {
  /* @include flex-row(); */
}
.eventsIndex .eventItem_metas ul {
  /* @include width-rem(3.5); */
  overflow: auto;
  width: 100%;
}
.eventsIndex .eventItem_metas ul li {
  float: left;
  padding: 0px 3.2px 3.2px 0px;
  padding: 0rem 0.2rem 0.2rem 0rem;
}
.eventsIndex .eventItem_metas .eventItem_title .eventItem_titleMain {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.entryParts_daily header {
  float: none;
  position: relative;
  width: 100%;
}
.entryParts_daily header .notice {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  right: 0;
}
.entryParts_daily .tbody .tr {
  border-top-width: 1px;
}
.entryParts_daily .tbody .td .end {
  font-size: 14px;
  font-size: 0.875rem;
}

.eventsMonthly {
  margin: 0;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
  background: #fff;
}
.eventsMonthly .entryParts {
  background: #fff;
  padding: 1px 0 0 0;
}
.eventsMonthly_header {
  padding: 24px 24px 0px 0px;
  padding: 1.5rem 1.5rem 0rem 0rem;
  overflow: hidden;
}
.eventsMonthly .bodyMain {
  background: #fff;
  padding: 0px 0px 128px 0px;
  padding: 0rem 0rem 8rem 0rem;
}
.eventsMonthly header {
  background: #fff;
}
.eventsMonthly .bodyMain_header {
  zoom: 1;
  background: #fff;
  padding: 56px 24px 4px 24px;
  padding: 3.5rem 1.5rem 0.25rem 1.5rem;
  z-index: 150;
}
.eventsMonthly .bodyMain_header:before, .eventsMonthly .bodyMain_header:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.eventsMonthly .bodyMain_header:after {
  clear: both;
}
.eventsMonthly .bodyMain_header .bodyMain_calendar {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.eventsMonthly .bodyMain_header .bodyMain_calendar .itemDay {
  height: auto !important;
  min-height: 1.6px;
  height: 1.6px;
  min-height: 0.1rem;
  padding: 0;
}
.eventsMonthly .bodyMain_header.pin .bodyMain_calendar {
  -webkit-box-shadow: 0px 2px 2px 0px #bbb;
  box-shadow: 0px 2px 2px 0px #bbb;
}
.eventsMonthly .title {
  float: left;
  padding: 0px 0px 8px 0px;
  padding: 0rem 0rem 0.5rem 0rem;
  position: relative;
}
.eventsMonthly .title_prefix {
  color: #000;
  font-size: 10.4px;
  font-size: 0.65rem;
  font-weight: bold;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0.25rem;
  white-space: nowrap;
}
.eventsMonthly .title .date_year {
  color: #e84a4a;
}
.eventsMonthly .title .date_month {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  font-weight: 700;
}
.eventsMonthly .title .date_month i {
  font-size: 40px;
  font-size: 2.5rem;
}
.eventsMonthly .legend {
  float: right;
}
.eventsMonthly #calendarNav {
  clear: left;
  float: left;
  margin: -4px 0px 0px 0px;
  margin: -0.25rem 0rem 0rem 0rem;
  padding: 0;
}
.eventsMonthly .legend.calendar .filter {
  overflow: hidden;
  position: relative;
}
.eventsMonthly .legend.calendar .filter p {
  font-size: 10.4px;
  font-size: 0.65rem;
  font-weight: bold;
  font-weight: 700;
  display: block;
  float: left;
  margin: 0;
  padding: 4px 0px 0px 0px;
  padding: 0.25rem 0rem 0rem 0rem;
  width: 98px;
  width: 6.125rem;
}
.eventsMonthly .legend.calendar .filter p:before, .eventsMonthly .legend.calendar .filter p:after {
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.eventsMonthly .legend.calendar .filter p:before {
  border-top: 1px solid #333;
  left: 0;
  width: 82px;
  width: 5.125rem;
}
.eventsMonthly .legend.calendar .filter p:after {
  border-top: 1px solid #999;
  left: 98px;
  left: 6.125rem;
  width: 100%;
}
.eventsMonthly .legend.calendar .filter ul, .eventsMonthly .legend.calendar .filter li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.eventsMonthly .legend.calendar .filter label {
  font-size: 10.4px;
  font-size: 0.65rem;
  font-weight: normal;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  white-space: nowrap;
}
.ua-desktop-windows .eventsMonthly .legend.calendar .filter label {
  font-weight: 500;
}
.eventsMonthly .legend.calendar .filter .keywordwrapper input {
  font-size: 12px;
  font-size: 0.75rem;
  width: calc(100% - 6.125rem);
}

.bodyMain_calendar {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  width: calc(100% - 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.bodyMain .title_date {
  display: block;
  margin: -3.2px 0px 0px -1.6px;
  margin: -0.2rem 0rem 0rem -0.1rem;
}
.bodyMain_footnote {
  margin: 1.5em auto;
  width: 100%;
  width: calc(100% - 3rem);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.bodyMain_header + .bodyMain_calendar {
  border-bottom: 4px solid #000000;
}

.itemDay {
  border-top: 1px solid #000;
  height: auto !important;
  min-height: 192px;
  height: 192px;
  min-height: 12rem;
  margin: 0;
  padding: 0px 0px 74px 0px;
  padding: 0rem 0rem 4.625rem 0rem;
  position: relative;
  width: 14.285%;
}
.itemDay:before {
  content: " ";
  display: block;
  border-right: 1px dotted #e5e5e5;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.itemDay_weekday {
  background: #666;
  color: #fff;
  display: block;
  height: 0;
  font-size: 10.4px;
  font-size: 0.65rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.75;
  margin: 0px 6.4px 0px 6.4px;
  margin: 0rem 0.4rem 0rem 0.4rem;
  padding: 8px 0px 0px 0px;
  padding: 0.5rem 0rem 0rem 0rem;
  overflow: hidden;
  text-align: center;
}
.itemDay_date {
  color: #000;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.75;
  padding: 0px 6.4px 0px 6.4px;
  padding: 0rem 0.4rem 0rem 0.4rem;
  position: relative;
}
.itemDay_date:after,
.itemDay_date .after {
  color: #e84a4a;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  left: 48px;
  left: 3rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 6.4px;
  right: 0.4rem;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ua-desktop-windows .itemDay_date:after,
.ua-desktop-windows .itemDay_date .after {
  font-weight: 500;
}
.itemDay .weekday_6 { /* 土曜日 */ }
.itemDay .weekday_6 .itemDay_weekday {
  background-color: #2C82FF;
}
.itemDay .weekday_6 .itemDay_date {
  color: #2C82FF;
}
.itemDay .weekday_7 { /* 日曜日 */ }
.itemDay .weekday_7 .itemDay_weekday {
  background-color: #e84a4a;
}
.itemDay .weekday_7 .itemDay_date {
  color: #e84a4a;
}
.itemDay_holiday .itemDay_weekday,
.itemDay_holiday .weekday_6 .itemDay_weekday {
  background-color: #e84a4a;
}
.itemDay_holiday .itemDay_date,
.itemDay_holiday .weekday_6 .itemDay_date {
  color: #e84a4a;
}
.itemDay_holiday .itemDay_events {
  /* 年末のお休み */
}
.itemDay_holiday .itemDay_events .eid_1231-0103 .a {
  background-color: #fff;
  border: 1px solid #e84a4a;
  text-align: center;
}
.itemDay_holiday .itemDay_events .eid_1231-0103 .a .eventItem_title {
  color: #e84a4a;
  line-height: 2;
}
.itemDay_holiday .itemDay_events .eid_1231-0103 .a .eventItem_start {
  display: none;
}
.itemDay.prevMonth .itemDay_header .itemDay_date, .itemDay.nextMonth .itemDay_header .itemDay_date {
  opacity: 0.25;
}

.itemDay_index0 .itemDay_weekday, .itemDay_index1 .itemDay_weekday, .itemDay_index2 .itemDay_weekday, .itemDay_index3 .itemDay_weekday, .itemDay_index4 .itemDay_weekday, .itemDay_index5 .itemDay_weekday, .itemDay_index6 .itemDay_weekday {
  height: auto;
  margin: 0;
  padding: 0;
}
.itemDay_index0:before, .itemDay_index7:before, .itemDay_index14:before, .itemDay_index21:before, .itemDay_index28:before {
  display: none;
}
.itemDay_index0 .itemDay_weekday, .itemDay_index7 .itemDay_weekday, .itemDay_index14 .itemDay_weekday, .itemDay_index21 .itemDay_weekday, .itemDay_index28 .itemDay_weekday {
  margin-left: 0;
}
.itemDay_index0 .itemDay_date, .itemDay_index7 .itemDay_date, .itemDay_index14 .itemDay_date, .itemDay_index21 .itemDay_date, .itemDay_index28 .itemDay_date {
  padding-left: 0;
}
.itemDay_index6 .itemDay_weekday, .itemDay_index13 .itemDay_weekday, .itemDay_index20 .itemDay_weekday, .itemDay_index27 .itemDay_weekday, .itemDay_index34 .itemDay_weekday {
  margin-right: 0;
}
.itemDay_today {
  background-color: rgba(232, 74, 74, 0.25);
  border: 1px solid rgb(232, 74, 74);
}
.itemDay_index0.itemDay_today .itemDay_weekday, .itemDay_index1.itemDay_today .itemDay_weekday, .itemDay_index2.itemDay_today .itemDay_weekday, .itemDay_index3.itemDay_today .itemDay_weekday, .itemDay_index4.itemDay_today .itemDay_weekday, .itemDay_index5.itemDay_today .itemDay_weekday, .itemDay_index6.itemDay_today .itemDay_weekday {
  margin: -1px -1px 0 -1px;
}
.itemDay_index0.itemDay_today .itemDay_date, .itemDay_index1.itemDay_today .itemDay_date, .itemDay_index2.itemDay_today .itemDay_date, .itemDay_index3.itemDay_today .itemDay_date, .itemDay_index4.itemDay_today .itemDay_date, .itemDay_index5.itemDay_today .itemDay_date, .itemDay_index6.itemDay_today .itemDay_date {
  border-top: 1px solid rgb(232, 74, 74);
}
.itemDay .eventItem {
  margin: 0px 0px 6.4px 0px;
  margin: 0rem 0rem 0.4rem 0rem;
  padding: 0;
  position: relative;
  -o-transition-delay: 0;
  -o-transition-duration: 0.25s;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0;
  -ms-transition-duration: 0.25s;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.itemDay .eventItem a, .itemDay .eventItem .a {
  background: rgb(44, 130, 255);
  border: 1px solid rgb(44, 130, 255);
  display: block;
  height: 40px;
  height: 2.5rem;
  margin: 0px 6.4px 0px 6.4px;
  margin: 0rem 0.4rem 0rem 0.4rem;
  overflow: visible;
}
.itemDay .eventItem.playing a, .itemDay .eventItem.playing .a {
  background-color: rgb(232, 74, 74);
  border-color: rgba(232, 74, 74, 0.75);
}
.itemDay .eventItem.playing a .eventItem_start:before, .itemDay .eventItem.playing .a .eventItem_start:before {
  color: #e84a4a;
}
.itemDay .eventItem.unactive {
  opacity: 0.25;
}
.itemDay .eventItem.blockStart a, .itemDay .eventItem.blockStart .a {
  border-right: 0;
  -o-border-bottom-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin: 0px 0px 0px 6.4px;
  margin: 0rem 0rem 0rem 0.4rem;
}
.itemDay .eventItem.blockStartEnd a, .itemDay .eventItem.blockStartEnd .a {
  border-radius: 2px;
  margin: 0px 6.4px 0px 6.4px;
  margin: 0rem 0.4rem 0rem 0.4rem;
}
.itemDay .eventItem.blockProgress .eventItem_title, .itemDay .eventItem.blockProgressEnd .eventItem_title {
  opacity: 0;
}
.itemDay .eventItem.blockStartProgress a, .itemDay .eventItem.blockStartProgress .a {
  border-right: 0;
  -o-border-bottom-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-right: 0;
}
.itemDay .eventItem.blockProgressEnd a, .itemDay .eventItem.blockProgressEnd .a {
  border-left: 0;
  -o-border-bottom-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  margin-left: 0;
}
.itemDay .eventItem.blockProgress a, .itemDay .eventItem.blockProgress .a {
  border-left: 0;
  border-right: 0;
  margin: 0;
}
.itemDay .eventItem_title {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  font-weight: 700;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  display: block;
  padding: 4px 0px 1.6px 4px;
  padding: 0.25rem 0rem 0.1rem 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.itemDay .eventItem_start {
  float: left;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  font-weight: 700;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  display: inline;
  padding: 4px 0px 0px 4px;
  padding: 0.25rem 0rem 0rem 0.25rem;
}
.itemDay .eventItem.pos_99 {
  bottom: 32px;
  bottom: 2rem;
  left: 0;
  position: absolute;
  right: 0;
}
.itemDay .eventItem.pos_99 a {
  background-color: rgb(161, 168, 173);
  border-color: rgb(161, 168, 173);
  height: 24px;
  height: 1.5rem;
}
.itemDay .eventItem.pos_99 a .eventItem_start,
.itemDay .eventItem.pos_99 a .eventItem_end {
  display: none;
}
.itemDay .eventItem.pos_100 {
  bottom: 3.2px;
  bottom: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
}
.itemDay .eventItem.pos_100 a {
  background-color: rgb(161, 168, 173);
  border-color: rgb(161, 168, 173);
  height: 24px;
  height: 1.5rem;
}
.itemDay .eventItem.pos_100 a .eventItem_start,
.itemDay .eventItem.pos_100 a .eventItem_end {
  display: none;
}
.itemDay .eventItem.pos_1:first-child {
  margin: 46.4px 0px 6.4px 0px;
  margin: 2.9rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_2:first-child {
  margin: 92.8px 0px 6.4px 0px;
  margin: 5.8rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_3:first-child {
  margin: 139.2px 0px 6.4px 0px;
  margin: 8.7rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_4:first-child {
  margin: 185.6px 0px 6.4px 0px;
  margin: 11.6rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_5:first-child {
  margin: 232px 0px 6.4px 0px;
  margin: 14.5rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_6:first-child {
  margin: 278.4px 0px 6.4px 0px;
  margin: 17.4rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_7:first-child {
  margin: 324.8px 0px 6.4px 0px;
  margin: 20.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_8:first-child {
  margin: 371.2px 0px 6.4px 0px;
  margin: 23.2rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_9:first-child {
  margin: 417.6px 0px 6.4px 0px;
  margin: 26.1rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_0 + .pos_2 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_1 + .pos_3 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_2 + .pos_4 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_3 + .pos_5 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_4 + .pos_6 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_5 + .pos_7 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_6 + .pos_8 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_7 + .pos_9 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_8 + .pos_10 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_9 + .pos_11 {
  margin: 52.8px 0px 6.4px 0px;
  margin: 3.3rem 0rem 0.4rem 0rem;
}
.itemDay .eventItem.pos_0 + .pos_3 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_1 + .pos_4 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_2 + .pos_5 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_3 + .pos_6 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_4 + .pos_7 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_5 + .pos_8 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_6 + .pos_9 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_7 + .pos_10 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_8 + .pos_11 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay .eventItem.pos_9 + .pos_12 {
  margin: 99.2px 0px 6.4px 0px;
  margin: 6.2rem 0rem 0.4rem 0rem;
  /*@include margin-rem(3.1 * ($i+2),0,0.4,0);*/
}
.itemDay.itemDay_today .eventItem.pos_99 {
  bottom: calc(2rem - 1px);
}
.itemDay.itemDay_today .eventItem.pos_100 {
  bottom: calc(0.2rem - 1px);
}

.d_2 .eventItem_title {
  position: relative;
  width: 200%;
  z-index: 100;
}

.d_3 .eventItem_title {
  position: relative;
  width: 300%;
  z-index: 100;
}

.d_4 .eventItem_title {
  position: relative;
  width: 400%;
  z-index: 100;
}

.d_5 .eventItem_title {
  position: relative;
  width: 500%;
  z-index: 100;
}

.d_6 .eventItem_title {
  position: relative;
  width: 600%;
  z-index: 100;
}

.d_7 .eventItem_title {
  position: relative;
  width: 700%;
  z-index: 100;
}

.d_8 .eventItem_title {
  position: relative;
  width: 800%;
  z-index: 100;
}

.d_9 .eventItem_title {
  position: relative;
  width: 900%;
  z-index: 100;
}

.d_10 .eventItem_title {
  position: relative;
  width: 1000%;
  z-index: 100;
}

.d_11 .eventItem_title {
  position: relative;
  width: 1100%;
  z-index: 100;
}

.d_12 .eventItem_title {
  position: relative;
  width: 1200%;
  z-index: 100;
}

.d_13 .eventItem_title {
  position: relative;
  width: 1300%;
  z-index: 100;
}

.d_14 .eventItem_title {
  position: relative;
  width: 1400%;
  z-index: 100;
}

.d_15 .eventItem_title {
  position: relative;
  width: 1500%;
  z-index: 100;
}

.d_16 .eventItem_title {
  position: relative;
  width: 1600%;
  z-index: 100;
}

.d_17 .eventItem_title {
  position: relative;
  width: 1700%;
  z-index: 100;
}

.d_18 .eventItem_title {
  position: relative;
  width: 1800%;
  z-index: 100;
}

.d_19 .eventItem_title {
  position: relative;
  width: 1900%;
  z-index: 100;
}

.d_20 .eventItem_title {
  position: relative;
  width: 2000%;
  z-index: 100;
}

.d_21 .eventItem_title {
  position: relative;
  width: 2100%;
  z-index: 100;
}

.d_22 .eventItem_title {
  position: relative;
  width: 2200%;
  z-index: 100;
}

.d_23 .eventItem_title {
  position: relative;
  width: 2300%;
  z-index: 100;
}

.d_24 .eventItem_title {
  position: relative;
  width: 2400%;
  z-index: 100;
}

.d_25 .eventItem_title {
  position: relative;
  width: 2500%;
  z-index: 100;
}

.d_26 .eventItem_title {
  position: relative;
  width: 2600%;
  z-index: 100;
}

.d_27 .eventItem_title {
  position: relative;
  width: 2700%;
  z-index: 100;
}

.d_28 .eventItem_title {
  position: relative;
  width: 2800%;
  z-index: 100;
}

.d_29 .eventItem_title {
  position: relative;
  width: 2900%;
  z-index: 100;
}

.d_30 .eventItem_title {
  position: relative;
  width: 3000%;
  z-index: 100;
}

.ja .itemDay_today .itemDay_date:after {
  content: "[今日]";
}
.ja .playing.f_hall_large .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_large_red.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_large_red@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_large_red.svg) no-repeat 50% 50%/12px auto;
}
.ja .playing.f_hall_mid .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_mid_red.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_mid_red@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_mid_red.svg) no-repeat 50% 50%/12px auto;
}
.ja .playing.f_hall_small .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_small_red.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_small_red@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_small_red.svg) no-repeat 50% 50%/12px auto;
}
.ja .playing.f_other .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_other_red.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_other_red@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_other_red.svg) no-repeat 50% 50%/12px auto;
}
.ja .playing.f_outside .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_out_red.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_out_red@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_out_red.svg) no-repeat 50% 50%/12px auto;
}
.ja .f_hall_large .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_large_blue.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_large_blue@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_large_blue.svg) no-repeat 50% 50%/12px auto;
  content: "大";
  display: inline-block;
  height: 12px;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: -999px;
  width: 12px;
}
.ja .f_hall_mid .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_mid_blue.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_mid_blue@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_mid_blue.svg) no-repeat 50% 50%/12px auto;
  content: "中";
  display: inline-block;
  height: 12px;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: -999px;
  width: 12px;
}
.ja .f_hall_small .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_small_blue.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_small_blue@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_small_blue.svg) no-repeat 50% 50%/12px auto;
  content: "小";
  display: inline-block;
  height: 12px;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: -999px;
  width: 12px;
}
.ja .f_other .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_other_blue.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_other_blue@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_other_blue.svg) no-repeat 50% 50%/12px auto;
  content: "外";
  display: inline-block;
  height: 12px;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: -999px;
  width: 12px;
}
.ja .f_outside .eventItem_start:before {
  background: url(/_assets/image/calendar/icon_events_out_blue.png) no-repeat 50% 50%;
  background: url(/_assets/image/calendar/icon_events_out_blue@2x.png) no-repeat 50% 50%/12px auto;
  background: url(/_assets/image/calendar/icon_events_out_blue.svg) no-repeat 50% 50%/12px auto;
  content: "外";
  display: inline-block;
  height: 12px;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: -999px;
  width: 12px;
}