@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);
}

.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) {
}

/* slick */

.slick-prev {
  left: 30px;
  z-index: 2;
  transition: 0.3s;
  width: auto;
  height: auto;
}

.slick-next {
  right: 30px;
  z-index: 2;
  transition: 0.3s;
  width: auto;
  height: auto;
}

.slick-prev::before,
.slick-next::before {
  position: relative;
  display: inline-block;
  font-family: 'icomoon';
  font-weight: 900;
  opacity: 1;
  color: #fff;
  font-size: 50px;
  transition: 0.3s;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

.slick-prev::before {
  content: '\e911';
}

.slick-next::before {
  content: '\e912';
}

.slick-prev:hover::before {
  transform: translate(-10px);
}

.slick-next:hover::before {
  transform: translate(10px);
}

/*--------------------------------------
	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 li 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 li.object_fit {
  margin-bottom: 0;
}

#promo_wrap .promo_slider li:not(:first-child) {
  opacity: 0;
}

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

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

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



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

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

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

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

  #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;
  }
}

