@charset "UTF-8";

/**======================================
	top
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.area {
  background: #fff;
}

/* Bloom style UPCOMING schedule */

.top_section {
  padding: clamp(64px, 9vw, 80px) 0;
  background: #fff;
}

.top_section_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.top_section_title {
  margin: 0;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: clamp(5.4rem, 8vw, 5.6rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.01em;
}

.top_schedule_list {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9d4cb;
}

#top_news_area .top_news_list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9d4cb;
  border-bottom: 0;
  list-style: none;
}

#top_news_area .top_news_list .archive_li {
  align-items: baseline;
  margin: 0;
  padding: 18px 8px 18px 0;
  border-bottom: 1px solid #d9d4cb;
}

#top_news_area .top_news_list .archive_li .date,
#top_news_area .top_news_list .archive_li .title {
  margin: 0;
}

#top_news_area .top_news_list .archive_li .date time {
  display: inline-block;
  color: #999;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

#top_news_area .top_news_list .archive_li .title {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

#top_schedule_area .top_schedule_list + .morebtn_part,
#top_news_area .top_news_list + .morebtn_part {
  margin-top: 8px;
}

.top_access_section_inner {
  align-items: start;
}

.top_access_heading {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.top_access_address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.top_access_address p {
  margin: 0;
}

.top_access_address a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.top_access_map {
  min-height: 360px;
  background: #ddd8ce;
  overflow: hidden;
}

.top_access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: saturate(0.75);
}

.top_schedule_item {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 200px;
  padding: 8px 0;
  border-bottom: 1px solid #d9d4cb;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.schedule-reveal-ready .top_schedule_thumb {
  opacity: 0;
  filter: grayscale(100%);
  transform: translateX(-28px);
  transition:
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 1.2s ease,
    filter 1.2s ease;
}

.schedule-reveal-ready .top_schedule_body {
  opacity: 0;
  transform: translateX(24px);
  transition:
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.08s,
    opacity 0.7s ease 0.08s;
}

.top_schedule_item.is-in .top_schedule_thumb {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateX(0);
}

.top_schedule_item.is-in .top_schedule_body {
  opacity: 1;
  transform: translateX(0);
}

.top_schedule_thumb {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  background: #d8d5ce;
}

.top_schedule_thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.top_schedule_thumb img {
  display: block;
}

.top_schedule_thumb .schedule_event_thumb_bg {
  position: absolute;
  inset: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  object-fit: cover;
  filter: blur(8px);
  transform: scale(1.04);
}

.top_schedule_thumb .schedule_event_thumb_main {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.top_schedule_item:hover .top_schedule_thumb .schedule_event_thumb_main,
.top_schedule_item:focus-visible
  .top_schedule_thumb
  .schedule_event_thumb_main {
  transform: scale(1.04);
}

.top_schedule_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 24px 28px 24px 42px;
}

.top_schedule_date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 1;
}

.top_schedule_date .schedule_event_month,
.top_schedule_date .schedule_event_day,
.top_schedule_date .schedule_event_sep {
  font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
  line-height: 1;
}

.top_schedule_date .schedule_event_month,
.top_schedule_date .schedule_event_day {
  font-size: 4.8rem;
  letter-spacing: 0.03em;
}

.top_schedule_date .schedule_event_sep {
  color: #aaa;
  font-size: 2.8rem;
}

.top_schedule_date .schedule_event_week {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  min-width: 46px;
  height: 20px;
  padding: 0 8px;
  background: #2f2f2f;
  color: #fff;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.top_schedule_date .schedule_event_week-sat {
  background: #2d1fb3;
}

.top_schedule_date .schedule_event_week-sun,
.top_schedule_date .schedule_event_week-holiday {
  background: #b20f16;
}

.top_schedule_body h3 {
  margin: 0;
  color: #2f2f2f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.top_schedule_artists {
  margin: 0;
  color: #2f2f2f;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.top_more {
  justify-self: end;
  margin: 8px 0 0;
}

.top_button span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.top_button_arrow {
  font-style: normal;
}

@media screen and (max-width: 599px) {
  .top_section {
    padding: 56px 0;
  }

  .top_section_title {
    margin-bottom: 20px;
    font-size: 3.4rem;
    text-align: center;
  }

  .top_schedule_item {
    display: block;
    min-height: 0;
    padding: 12px 0 18px;
  }

  .top_schedule_body {
    gap: 8px;
    padding: 12px 0 0;
  }

  .top_schedule_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .schedule-reveal-ready .top_schedule_thumb {
    transform: translateX(-18px);
  }

  .schedule-reveal-ready .top_schedule_body {
    transform: translateX(18px);
  }

  .top_schedule_date .schedule_event_month,
  .top_schedule_date .schedule_event_day {
    font-size: 2.8rem;
  }

  .top_schedule_date .schedule_event_sep {
    font-size: 1.8rem;
  }

  .top_schedule_date .schedule_event_week {
    min-width: 34px;
    height: 16px;
    padding: 0 5px;
    font-size: 0.9rem;
  }

  .top_schedule_body h3 {
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .top_schedule_artists {
    font-size: 1.2rem;
    line-height: 1.75;
  }

  .top_access_map,
  .top_access_map iframe {
    min-height: 260px;
  }
}

@media screen and (max-width: 1024px) {
  .top_section_title {
    margin-bottom: 28px;
  }

  .top_access_heading {
    gap: 0;
  }

  .top_access_address {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .top_section_inner {
    grid-template-columns: minmax(160px, 300px) minmax(0, 1fr);
    column-gap: clamp(30px, 6vw, 92px);
  }

  .top_schedule_list,
  .top_news_list {
    grid-column: 2;
  }

  .top_more {
    grid-column: 2;
  }

  .top_access_section_inner {
    grid-template-columns: minmax(160px, 300px) minmax(0, 1fr);
  }
}

.heading_top {
  margin-bottom: 25px;
  font-size: 3.4rem;
  text-align: center;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1em;
}

.top_area_more {
  position: absolute;
  top: 5px;
  right: 0;
  padding-left: 15px;
  font-size: 1.2rem;
}

.top_area_more a {
  color: inherit;
}

.top_area_more a:hover {
  color: var(--link_color);
}

.area.top_area {
  position: relative;
}

.icon-angle-right::before {
  font-size: 1.2rem;
}

.morebtn_part {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .top_area_more {
    right: 5%;
  }
}

@media screen and (min-width: 600px) {
  .heading_top {
    margin-bottom: 30px;
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 1025px) {
}

/*--------------------------------------
	promo
---------------------------------------*/

#promo_wrap {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 2;
}

/* promo アニメーション */
.promo_slider {
  opacity: 0;
  animation: fadeInSlider 1.6s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInSlider {
  to {
    opacity: 1;
  }
}

.promo_slider .swiper-slide img {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.03);
  animation: blurZoomIn 1s ease forwards;
  animation-delay: 0.6s;
}

@keyframes blurZoomIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* promo アニメーションここまで */

#promo_wrap .promo_slider .object_fit {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  #promo_wrap .promo_slider .object_fit::before {
    padding-top: 250px;
  }
}

@media screen and (min-width: 600px) {
  #promo_wrap .promo_slider .object_fit::before {
    padding-top: 500px;
  }
}

@media screen and (min-width: 1025px) {
  #promo_wrap .promo_slider .object_fit::before {
    padding-top: calc(100vh - 121px);
  }
}

/* top_video */

.top_video {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 121px);
  background: #333;
}

.top_video video {
  position: absolute;
  display: block;
  padding-top: 0;
  min-width: 100%;
  min-height: calc(100vh - 121px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 599px) {
  .top_video {
    height: 300px;
  }

  .top_video video {
    min-height: 0;
    height: 300px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top_video {
    height: 500px;
  }

  .top_video video {
    min-height: 0;
    height: 500px;
  }
}

/*--------------------------------------
	top_contents
---------------------------------------*/

/* top_importantnews */

#top_importantnews_area {
  padding: 0 !important;
  background: #f5f5f5;
  border-bottom: 1px solid #ededed;
}

#top_importantnews_area .top_importantnews_box {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 0 !important;
}

#top_importantnews_area .top_importantnews_part {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0 !important;
  padding: 12px 0 !important;
}

.top_importantnews_part .icon-exclamation-circle {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

.top_importantnews_part .importantnews_cont {
  flex: 1 1 auto;
  min-width: 0;
}

.top_importantnews_part .importantnews_cont li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}

.top_importantnews_part .importantnews_cont .news_date {
  color: #aaa;
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
}

.top_importantnews_part .importantnews_cont .news_title {
  min-width: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}

.top_importantnews_part .importantnews_cont .news_title a {
  color: inherit;
}

@media screen and (max-width: 599px) {
  #top_importantnews_area {
    padding: 0 !important;
  }

  #top_importantnews_area .top_importantnews_part {
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0 !important;
  }

  .top_importantnews_part .icon-exclamation-circle {
    padding-top: 3px;
    font-size: 17px;
  }

  .top_importantnews_part .importantnews_cont li {
    display: block;
  }

  .top_importantnews_part .importantnews_cont .news_date {
    margin-bottom: 2px;
    font-size: 1.1rem;
  }

  .top_importantnews_part .importantnews_cont .news_title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 600px) {
  .top_importantnews_part .icon-exclamation-circle {
    font-size: 19px;
  }
}

/* top_catch_area */

#top_catch_area .catch_part a.view_more {
  display: inline-block;
}

#top_catch_area .catch_part a.view_more:hover {
  transform: translateX(10px);
}

#top_catch_area .catch_part a.view_more span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

#top_catch_area .catch_part .icon-arrow_right::before {
  margin-left: 5px;
  font-size: 2rem;
}

#top_catch_area .catch_part .catch_copy {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  #top_catch_area .box:not(:last-child) {
    margin-bottom: 5rem !important;
  }
  #top_catch_area .catch_part .catch_cont {
    width: 90%;
    padding: 30px 20px 100px;
  }
  #top_catch_area .catch_part .catch_image {
    margin-top: -80px;
    margin-left: auto;
    margin-right: 0;
    width: 90%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_catch_area .box:not(:last-child) {
    margin-bottom: 60px !important;
  }

  #top_catch_area .catch_part .catch_copy {
    font-size: 2.4rem;
  }

  #top_catch_area .catch_part .catch_cont {
    width: 80%;
    padding: 40px 40px 100px;
  }

  #top_catch_area .catch_part a.view_more span {
    font-size: 1.8rem;
  }

  #top_catch_area .catch_part .icon-arrow_right::before {
    font-size: 2.2rem;
  }
  #top_catch_area .catch_part .catch_image {
    margin-top: -80px;
    margin-left: auto;
    margin-right: 0;
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  #top_catch_area .box {
    width: 100%;
  }

  #top_catch_area .catch_part .catch_cont {
    background: #f5f5f5;
  }

  #top_catch_area .catch_part .catch_inner_cont {
    z-index: 2;
  }

  #top_catch_area .catch_part .catch_btn {
    margin-top: 0.5em;
    text-align: right;
  }
}

@media screen and (min-width: 1025px) {
  #top_catch_area {
    padding-top: 140px !important;
  }
  #top_catch_area .catch_part {
    display: flex;
    justify-content: space-between;
  }

  #top_catch_area .catch_part .catch_image {
    flex-basis: 45%;
    max-width: 45%;
  }

  #top_catch_area .catch_part .catch_cont {
    position: relative;
    flex-basis: 45%;
    max-width: 45%;
  }

  #top_catch_area .catch_part .catch_inner_cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  #top_catch_area .catch_part .catch_inner_cont .catch_text {
    line-height: 1.8em;
  }

  #top_catch_area .top_catch_box:nth-child(even) .catch_inner_cont {
    right: 0;
  }

  #top_catch_area .catch_part .catch_copy {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }

  #top_catch_area .catch_part .catch_btn {
    margin-top: 15px;
    text-align: right;
  }

  #top_catch_area .catch_part a.view_more span {
    font-size: 2rem;
  }

  #top_catch_area .catch_part .icon-arrow_right::before {
    margin-left: 5px;
    font-size: 4rem;
  }

  #top_catch_area .top_catch_box:nth-child(even) .catch_part {
    flex-direction: row-reverse;
  }
}

/* top_clmblock_area */

#top_clmblock_area .clm_part {
  margin-bottom: 0 !important;
}

#top_clmblock_area .list_cont {
  margin-bottom: 3em;
}

#top_clmblock_area .list_cont .clm_pic {
  margin-bottom: 15px;
}

#top_clmblock_area .list_cont .link_btn {
  margin-top: 5px;
}

@media screen and (max-width: 599px) {
  #top_clmblock_area .list_cont:last-child {
    margin-bottom: 0;
  }
  #top_clmblock_area .list_cont .link_btn {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  #top_clmblock_area .clm3_pc .list_cont:last-child,
  #top_clmblock_area .clm3_pc .list_cont:nth-last-child(2),
  #top_clmblock_area .clm3_pc .list_cont:nth-last-child(3) {
    margin-bottom: 0;
  }

  #top_clmblock_area .clm2_pc .list_cont:last-child,
  #top_clmblock_area .clm2_pc .list_cont:nth-last-child(2) {
    margin-bottom: 0;
  }
  #top_clmblock_area .list_cont .link_btn .btn_more {
    padding: 8px 10px 10px 0;
    min-width: 150px;
  }

  #top_clmblock_area a.btn_more span {
    padding: 0.7em 10px 0.7em 0 !important;
    font-size: 1.6rem !important;
  }

  #top_clmblock_area a.btn_more span i.icon::before {
    font-size: 3rem !important;
  }
}

/* #top_schedule_area */

#top_schedule_area .select_month {
  position: relative;
}

#top_schedule_area .this_month {
  margin-bottom: 0.6em;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#top_schedule_area .this_month span {
  margin-left: 5px;
  font-size: 4rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  line-height: 1.2em;
  font-weight: 500;
}

#top_schedule_area ul.schedule_ul li {
  margin-bottom: 1em;
  background: #f7f7f7;
}

#top_schedule_area ul.schedule_ul a {
  text-decoration: none;
  position: relative;
}

#top_schedule_area ul.schedule_ul a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#top_schedule_area ul.schedule_ul li a .pic_cont {
  position: relative;
  overflow: hidden;
}

#top_schedule_area ul.schedule_ul li a .pic_cont .object_fit {
  margin-bottom: 0 !important;
}

#top_schedule_area ul.schedule_ul a .pic_cont img {
  transition: 0.5s;
}

#top_schedule_area ul.schedule_ul a:hover .pic_cont img {
  transform: scale(1.1);
  transition: 0.5s;
}

#top_schedule_area ul.schedule_ul li a .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 7px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#top_schedule_area ul.schedule_ul li a .date .schedule_date {
  font-size: 2.8rem;
  line-height: 1em;
}

#top_schedule_area ul.schedule_ul .schedule_week.schedule_Sat {
  color: #2d76ba;
}

#top_schedule_area ul.schedule_ul .schedule_week.schedule_Sun {
  color: #ed3e3e;
}

#top_schedule_area ul.schedule_ul li a .detail_cont {
  padding: 20px;
}

#top_schedule_area ul.schedule_ul li a .title {
  flex-basis: calc(100% - 60px);
  min-width: calc(100% - 60px);
}

#top_schedule_area ul.schedule_ul li a .title .schedule_title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 500;
}

#top_schedule_area ul.schedule_ul li a .title .schedule_title {
  margin-bottom: 10px;
}

#top_schedule_area ul.schedule_ul li a .title .schedule_title {
  margin-bottom: 10px;
}

/* top VIEW MORE */

#top_contents a.btn_more {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

#top_contents a.btn_more span {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 0 0 3px !important;
  border-bottom: 1px solid currentColor !important;
  font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem !important;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

#top_contents a.btn_more span::after {
  content: '→';
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.25s ease;
}

#top_contents a.btn_more span i.icon {
  display: none;
}

#top_contents a.btn_more:hover span::after,
#top_contents a.btn_more:focus-visible span::after {
  transform: translateX(4px);
}

@media screen and (min-width: 1025px) {
  #top_schedule_area .this_month {
    font-size: 2rem;
  }

  #top_schedule_area .this_month span {
    font-size: 6rem;
  }

  #top_schedule_area .month_nav a {
    font-size: 3rem;
  }

  #top_schedule_area .month_nav .icon-arrow_left::before,
  #top_schedule_area .month_nav .icon-arrow_right::before {
    display: inline-block;
    font-size: 3.8rem;
  }

  #top_schedule_area .month_nav .icon-arrow_left::before {
    margin-right: 10px;
  }

  #top_schedule_area .month_nav .icon-arrow_right::before {
    margin-left: 10px;
  }
}

/*--------------------------------------
	fixed-background
---------------------------------------*/

.fixed-background {
  height: 200px;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 1025px) {
  .fixed-background {
    background-attachment: fixed;
    width: 100%;
    padding-top: 500px;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
