@charset "UTF-8";
/*======================================================================
 * イベントページ レイアウト
======================================================================*/
/* ------------------------------------------------------------
 * 詳細
------------------------------------------------------------ */
.article .event-title {
  margin: 2em auto 21px;
}
.article .event-title .new {
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.article .event-title .new span {
  background: #FD4D4F;
  border-radius: 3px;
  padding: 4px 8px;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Alegreya Sans", 'Montserrat', sans-serif;
  color: #fff;
}
.article .event-detail .image {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
}
.article .event-detail .info {
  padding-bottom: 2rem;
	margin-bottom: 2rem;
  border-bottom: solid 1px #000;
}
.article .event-detail .info dl {
  font-size: 0;
  margin-bottom: 0;
}
.article .event-detail .info dl dt, .article .event-detail .info dl dd {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  line-height: 1.4;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .article .event-detail .info dl dt, .article .event-detail .info dl dd {
    font-size: 1.4rem;
  }
}
.article .event-detail .info dl dt:last-child, .article .event-detail .info dl dd:last-child {
  margin-bottom: 0;
}
.article .event-detail .info dl dt {
  color: #fff;
  text-align: center;
  width: 77px;
  margin-right: 5px;
  padding: 2px 5px;
  background: #000;
}
.article .event-detail .info dl dt.contact {
  font-size: 1.2rem;
  padding: 4.8px 1px;
}
.article .event-detail .info dl dd {
  width: calc(100% - 82px);
  margin-bottom: 10px;
  padding: 2px 5px;
}
.article .event-detail .info dl dd p {
  margin: 0;
}
.article .event-detail .info dl dd a {
  color: inherit;
}
.article .event-detail .info dl dd a.url {
  color: inherit;
}
.article .event-detail .content {
  margin: auto;
  line-height: 1.69;
  border-bottom: solid 1px #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow-wrap: break-word;
}
.article .event-detail .content a {
  color: #000;
}
.article .event-detail .content span{
  font-size: 1.6rem !important;
}
.article .event-detail .link-heading a.icon {
  position: relative;
  color: #000;
  text-decoration: none;
}
.article .event-detail .link-heading a.icon.-pdf span {
  position: relative;
  word-break: break-all;
}
.article .event-detail .link-heading a.icon.-pdf span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url("../images/common/icon-pdf.svg") no-repeat center 3px;
  background-size: 100% auto;
  position: absolute;
  right: -20px;
}
.article .event-detail .related-keywords {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .article .event-detail .related-keywords {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: calc(50% - 50vw);
    margin-bottom: 5.5vw;
    margin-left: 0;
  }
}


/* snsリンク */
.article .event-detail .sns-link {
  margin: 34px auto 0;
}


/* 関連キーワード */
.article .related-keywords {
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .article .related-keywords .heading {
    text-align: left;
    margin-bottom: 1.6rem;
  }
}


/*------------------------------------------------------------
 * カレンダー
------------------------------------------------------------*/
.l-calendar {
  background: #fff;
  width: 800px;
  margin: 0 auto 32px;
  padding-top: 20px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-calendar {
    margin: 40px auto 20px;
    padding: 1px 0 0;
    width: 100%;
  }
  .l-calendar.adjust-width {
    max-width: 360px;
  }
}
@media screen and (max-width: 374px) {
  .l-calendar.adjust-width {
    max-width: 305px;
  }
}
.l-calendar .calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 1px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .l-calendar .calendar-header {
    margin: 15px auto 13px;
  }
}
.l-calendar .calendar-header .switch-button {
  position: absolute;
  top: 55%;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.l-calendar .calendar-header .switch-button.-prev a,
.l-calendar .calendar-header .switch-button.-next a {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.l-calendar .calendar-header .switch-button.-prev a:before,
.l-calendar .calendar-header .switch-button.-next a:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  margin: -4px 0 0 -8px;
}
.l-calendar .calendar-header .switch-button.-prev {
  left: 31%;
}
@media screen and (max-width: 768px) {
  .l-calendar .calendar-header .switch-button.-prev {
    left: 7%;
  }
}
.l-calendar .calendar-header .switch-button.-prev a:before {
  border-left: 1px solid #000;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.l-calendar .calendar-header .switch-button.-next {
  right: 31%;
}
.l-calendar .calendar-header .switch-button.-next a:before {
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .l-calendar .calendar-header .switch-button.-next {
    right: 7%;
  }
}
.l-calendar .calendar-header .switch-button.-hidden {
  display: none;
}
.l-calendar .calendar-header .year-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-calendar .calendar-header .year-month span {
  margin-left: 5px;
  font-size: 48px;
}
.l-calendar .calendar-body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.l-calendar .calendar-body table {
  width: 100%;
  border: 1px solid #e3e3e3;
}
.l-calendar .calendar-body th, .l-calendar .calendar-body td {
  width: calc(100% / 7);
}
.l-calendar .calendar-body th {
  padding: 11px 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #e3e3e3;
  background: #F4F4F4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-calendar .calendar-body th {
    padding: 10px 5px;
  }
}
.l-calendar .calendar-body th:nth-child(6) {
  background: #148CCC;
  color: #ffffff;
}
.l-calendar .calendar-body th:nth-child(7) {
  background: #DE3A3A;
  color: #ffffff;
}
.l-calendar .calendar-body td {
  position: relative;
  padding: 0 0 12px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
}
.l-calendar .calendar-body td:first-child:before {
  content: "";
  display: block;
  float: left;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .l-calendar .calendar-body td {
    padding: 0 0 5px;
  }
  .l-calendar .calendar-body td:first-child:before {
    min-height: 100px;
  }
}
.l-calendar .calendar-body td:nth-child(6) {
  background: #EFF9FF;
}
.l-calendar .calendar-body td:nth-child(6) span.day {
  color: #148CCC;
}
.l-calendar .calendar-body td:nth-child(7) {
  background: #FFEAEA;
}
.l-calendar .calendar-body td:nth-child(7) span.day {
  color: #e05327;
}
.l-calendar .calendar-body td.-today {
  background: #FFEAEA;
}
.l-calendar .calendar-body td span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-calendar .calendar-body td span.day {
  margin: 11px auto 0;
  font-size: 16px;
  line-height: 1;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.l-calendar .calendar-body td span.day.-past {
  opacity: 0.3;
  color: #333;
}
.l-calendar .calendar-body td span.day.-holiday {
  color: #e05327;
}
@media screen and (max-width: 767px) {
  .l-calendar .calendar-body td span.day {
    margin: 8px auto;
    font-size: 1.4rem;
    padding: 3px;
    width: 14px;
    height: 14px;
  }
}
.l-calendar .calendar-body td span.event {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.l-calendar .calendar-body td span.event a {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 5px 10px;
  background: #5CADFF;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 1.33;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-calendar .calendar-body td span.event a {
    padding: 4px;
    font-size: 1.2rem;
  }
}
.l-calendar .calendar-body td span.event.-bg-red a {
  background: #FD5555;
}
.l-calendar .calendar-body td span.event.-bg-gray a {
  background: #B4B1B1;
}
.l-calendar .calendar-body td span.event.-bg-yellow a {
  background: #FFDF2C;
  color: #000000;
}
.l-calendar .calendar-body td span.event.-bg-pink a {
  background: #F5B5CB;
  color: #000000;
}
.l-calendar .calendar-body td span.event.-bg-green a {
  background: #48C957;
}
.l-calendar .calendar-body td span.event.-bg-purple a {
  background: #9259D5;
}
.l-calendar .calendar-body td span.event.-col1 {
  width: calc((800px / 7 * 1) - 2px);
}
.l-calendar .calendar-body td span.event.-col1 a {
  white-space: normal;
}
.l-calendar .calendar-body td span.event.-col2 {
  width: calc((800px / 7 * 2) - 2px);
}
.l-calendar .calendar-body td span.event.-col3 {
  width: calc((800px / 7 * 3) - 2px);
}
.l-calendar .calendar-body td span.event.-col4 {
  width: calc((800px / 7 * 4) - 2px);
}
.l-calendar .calendar-body td span.event.-col5 {
  width: calc((800px / 7 * 5) - 2px);
}
.l-calendar .calendar-body td span.event.-col6 {
  width: calc((800px / 7 * 6) - 2px);
}
.l-calendar .calendar-body td span.event.-col7 {
  width: calc((800px / 7 * 7) - 2px);
}
@media screen and (max-width: 810px) {
  .l-calendar .calendar-body td span.event.-col1 {
    width: calc((100vw / 7) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col2 {
    width: calc((100vw / 7 * 2) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col3 {
    width: calc((100vw / 7 * 3) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col4 {
    width: calc((100vw / 7 * 4) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col5 {
    width: calc((100vw / 7 * 5) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col6 {
    width: calc((100vw / 7 * 6) - 2px);
  }
  .l-calendar .calendar-body td span.event.-col7 {
    width: calc((100vw / 7 * 7) - 2px);
  }
}

.l-calendar-introduction {
  width: 800px;
  margin: 0 auto 40px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-calendar-introduction {
    padding: 0 5.5vw;
    margin: 0 auto;
  }
}
.l-calendar-introduction p.heading {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
.l-calendar-introduction ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-calendar-introduction ul {
    width: 100%;
  }
}
.l-calendar-introduction ul li {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 14px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-calendar-introduction ul li {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}
@media screen and (max-width: 374px) {
  .l-calendar-introduction ul li {
    font-size: 1.1rem;
    padding-left: 22px;
  }
}
.l-calendar-introduction ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #B4B1B1;
  border-radius: 50%;
}
@media screen and (max-width: 374px) {
  .l-calendar-introduction ul li:before {
    width: 16px;
    height: 16px;
  }
}
.l-calendar-introduction ul li.-red:before {
  background: #FD5555;
}
.l-calendar-introduction ul li.-orange:before {
  background: #FFAF48;
}
.l-calendar-introduction ul li.-blue:before {
  background: #5CADFF;
}
.l-calendar-introduction ul li.-yellow:before {
  background: #FFDF2C;
}
.l-calendar-introduction ul li.-green:before {
  background: #48C957;
}
.l-calendar-introduction ul li.-pink:before {
  background: #F5B5CB;
}
.l-calendar-introduction ul li.-purple:before {
  background: #9259D5;
}
.l-calendar-introduction ul li.-gray:before {
  background: #B4B1B1;
}

/*------------------------------------------------------------
 * おすすめ特集
------------------------------------------------------------*/
.recommend-feaature {
  margin-top: 4rem;
}
.recommend-feaature .title {
  margin-bottom: 1em;
  padding-bottom: 5px;
}

.feature-swiper-container {
  position: relative;
  margin-top: 0.5em;
}
.feature-swiper-container .swiper-button-disabled {
  display: none;
}
.feature-swiper-container.cinema .feature-swiper-button-next, .feature-swiper-container.cinema .feature-swiper-button-prev {
  top: 36%;
}
.feature-swiper-container.cinema ul li a .image {
  padding-top: 142%;
}
.feature-swiper-container.cinema ul li a .text p.title {
  margin-bottom: 0;
}
.feature-swiper-container .shop-slider {
  max-width: 1000px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .shop-slider {
    margin: 0 calc(50% - 50vw) 30px 0;
  }
}
.feature-swiper-container .shop-slider ul {
  margin: 0;
}
.feature-swiper-container .feature-swiper-button-next, .feature-swiper-container .feature-swiper-button-prev {
  position: absolute;
  top: 38%;
  width: 34px;
  height: 34px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.feature-swiper-container .feature-swiper-button-next:hover, .feature-swiper-container .feature-swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-next, .feature-swiper-container .feature-swiper-button-prev {
    display: none;
  }
}
.feature-swiper-container .feature-swiper-button-next:before, .feature-swiper-container .feature-swiper-button-prev:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #14AECC;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.feature-swiper-container .feature-swiper-button-next:after, .feature-swiper-container .feature-swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  right: 64%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  margin: -5px 0 0 -8px;
}
.feature-swiper-container .feature-swiper-button-next {
  right: -18px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-next {
    right: 7%;
  }
}
.feature-swiper-container .feature-swiper-button-next:after {
  margin-right: -3px;
}
.feature-swiper-container .feature-swiper-button-prev {
  left: -18px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-prev {
    left: 7%;
  }
}
.feature-swiper-container .feature-swiper-button-prev:after {
  margin-left: -5px;
  right: 43%;
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
  transform: translate(50%, -50%) rotate(-135deg);
}
.feature-swiper-container ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .feature-swiper-container ul::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .feature-swiper-container ul li {
    width: 246px;
    margin-right: 10px;
  }
  .feature-swiper-container ul li:last-child {
    margin-right: 5.5vw;
  }
}
.feature-swiper-container ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000000;
}
.feature-swiper-container ul li a.-new:before {
  position: absolute;
  content: "NEW";
  font-size: 1.1rem;
  background: #FFE72E;
  padding: 0 4px;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}
.feature-swiper-container ul li a .image {
  position: relative;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.feature-swiper-container ul li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-swiper-container ul li a .text p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feature-swiper-container ul li a .text p.title {
  color: #000000;
  line-height: 1.68;
  margin-bottom: 0.25em;
}
.feature-swiper-container ul li a .text p.detail {
  font-size: 1.4rem;
  color: #727272;
  line-height: 1.43;
}

@media screen and (min-width: 769px) {
  .feature-slider {
    margin-left: -17px;
    margin-right: -17px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .feature-slider {
    margin-right: calc(50% - 50vw);
  }
}
.feature-slider .slide-button-prev, .feature-slider .slide-button-next {
  top: 42%;
}
@media screen and (max-width: 768px) {
  .feature-slider .feature-item {
    width: 240px;
  }
}
.feature-slider .feature-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.feature-slider .feature-item .text {
  padding-top: 1rem;
}