@charset "UTF-8";

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

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

.area {
  background: #fff;
}

.heading_top {
  margin-bottom: 25px;
  font-size: 3.4rem;
  text-align: center;
  font-family: YakuHanJP, 'Lato', 'Noto Sans JP', sans-serif;
  color: #333;
  letter-spacing: 0.06em;
  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);
}

#top_contents a.btn_more,
#top_contents a.btn_more span {
  transition: color 0.3s ease;
}

#top_contents a.btn_more span i.icon::before {
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

#top_contents a.btn_more:hover,
#top_contents a.btn_more:hover span,
#top_contents a.btn_more:hover span i.icon::before {
  color: var(--link_color) !important;
}

.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: 3.8rem;
  }
}

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

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

#promo_wrap {
  position: relative;
  margin-top: -8px;
  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-wrapper,
.promo_slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.promo_slider .swiper-slide {
  overflow: hidden;
  background: #fff;
}

.promo_slider .swiper-slide img {
  display: block;
  opacity: 1;
  filter: none;
  transform: none;
}
/* promo アニメーションここまで */

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

@keyframes promoIntroBlurZoomIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

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

#promo_wrap
  .promo_slider:not(.swiper-initialized)
  .swiper-slide:not(:first-child) {
  opacity: 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 {
    margin-top: -16px;
  }

  #promo_wrap .promo_slider .object_fit::before {
    padding-top: 600px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo_slider .swiper-slide img {
    animation: none !important;
    opacity: 1;
  }
}

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

/*
#backgroundcolor .top_area:nth-child(even) {
  background: #fefefe;
}
*/

/* top_importantnews */

#top_importantnews_area .top_importantnews_part {
  display: flex;
  padding: 10px 10px 10px 15px !important;
  border: 5px solid #eee;
}

.top_importantnews_part .icon-exclamation-circle {
  flex-basis: 40px;
  max-width: 40px;
  font-size: 30px;
}

.top_importantnews_part .importantnews_cont {
  flex-basis: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.top_importantnews_part .importantnews_cont li {
  margin-bottom: 10px;
}

.top_importantnews_part .importantnews_cont li:last-child {
  margin-bottom: 0;
}

.top_importantnews_part .icon-exclamation-circle:before {
	color: var(--link_color);
}

.top_importantnews_part .importantnews_cont .news_date {
  color: #aaa;
}

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

  .top_importantnews_part .icon-exclamation-circle {
    flex-basis: 40px;
    max-width: 40px;
    font-size: 30px;
  }

  .top_importantnews_part .importantnews_cont {
    flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .top_importantnews_part .icon-exclamation-circle {
    padding-top: 10px;
  }

  .top_importantnews_part .importantnews_cont .news_title {
    line-height: 1.4em;
  }
}

@media screen and (min-width: 600px) {
  #top_importantnews_area {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  #top_importantnews_area .top_importantnews_box {
    margin-bottom: 0 !important;
  }

  .top_importantnews_part .icon-exclamation-circle {
    flex-basis: 50px;
    max-width: 50px;
    font-size: 28px;
  }

  .top_importantnews_part .importantnews_cont {
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .top_importantnews_part .importantnews_cont .news_date {
    float: left;
    clear: left;
  }

  .top_importantnews_part .importantnews_cont .news_title {
    padding-left: 100px;
  }
}

/* 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: 'Lato', 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: #f7f7f7;
  }

  #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_schedule_area */

#top_schedule_area .icon-chevron-right-solid::before {
  margin-right: 5px;
}

#top_schedule_area .schedule_box {
  max-width: 1200px;
}

#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 {
  display: block;
  position: relative;
  text-decoration: none;
}

#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 li a .pic_cont .object_fit::before {
  padding-top: 75%;
}

#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: #8ec5ff;
}

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

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

#top_schedule_area ul.schedule_ul li a .title {
  min-width: 0;
}

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

.top_schedule_part .archive_li {
  display: flex;
}

.top_schedule_part .archive_li .date {
  flex-basis: 100px !important;
}

.top_schedule_part .archive_li .title {
  flex-basis: calc(100% - 100px) !important;
}

@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 {
    width: 90%;
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
  }

  #top_schedule_area .part {
    margin: 0 !important;
    padding: 0;
  }

  .top_schedule_box {
    position: absolute !important;
    bottom: 90px;
    left: 0;
    margin: 0;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.4);
    width: auto !important;
    max-width: 600px !important;
    min-width: 330px;
    color: #ffffff;
  }

  .top_schedule_box .hgroup {
    width: 100%;
  }

  .top_schedule_box .heading_top {
    margin-bottom: 15px;
    color: #ffffff;
    text-align: left;
  }

  .top_schedule_box .top_area_more {
    position: absolute;
    top: 25px;
    right: 30px;
    padding-left: 15px;
    font-size: 1.2rem;
  }

  .top_area_more .btn_more span {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .top_area_more .btn_more span i.icon::before {
    font-size: 3rem;
    font-weight: normal;
  }

  .top_schedule_part ul.archive_ul {
    border: none;
  }

  .top_schedule_part ul.archive_ul li.archive_li {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }

  .top_schedule_part ul.archive_ul li .date time {
    color: #fff;
  }
}

/*--------------------------------------
	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;
  }
}
