@charset "UTF-8";

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

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

.area {
  background: #fff;
}

.heading_top {
  margin-bottom: 25px;
  font-size: 3.4rem;
  text-align: center;
  font-family: '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: #a80000;
}

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

/* 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: 960px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: calc(100vh - 121px);
  }
}

/* top_video */

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

.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: 959px) {
  .top_video {
    height: 500px;
  }

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

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

@media screen and (min-width: 960px) {
  #backgroundcolor .top_area:first-child {
    padding-top: 90px !important;
  }
}

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

@media screen and (min-width: 600px) {
  #top_importantnews_area {
    padding-top: 40px !important;
    padding-bottom: 0 !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: 440px;
    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;
  }
}

/* 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_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%;
    background: var(--background_color) !important;
  }

  #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: 15px;
}

@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 5px 10px;
    min-width: 150px;
  }
}

/* top_works_area */

.works_box ul.works_ul {
  display: flex;
  flex-wrap: wrap;
}

.works_box ul.works_ul li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.works_box p.pic {
  margin-bottom: 0;
}

.works_box .works_cont {
  position: relative;
  overflow: hidden;
}

.works_box .works_cont img {
  border: 1px solid #eee;
}

.works_box .works_cont .works_caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  text-align: center;
  color: #333;
  opacity: 0;
}

.works_box .works_cont .works_caption .caption_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}

.works_box .works_cont .works_caption .heading04 {
  font-weight: normal;
  font-size: 1.5rem;
}

.works_box .works_cont:hover .works_caption {
  opacity: 1;
  transition: 0.3s;
}

.works_box .object_fit {
  margin-bottom: 0;
}

.works_box .object_fit::before {
}

@media screen and (max-width: 599px) {
  .works_box .works_cont .works_caption {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .works_box ul.works_ul li:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}

/* top_video_area */

#top_video_area .icon-play-circle:before {
  opacity: 0.9;
}

#top_video_area ul.video_ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

#top_video_area ul.video_ul .list_cont {
  margin-bottom: 30px;
  height: auto;
}

#top_video_area ul.video_ul li:last-child {
  margin-bottom: 0;
}

#top_video_area ul.video_slider {
  margin-bottom: 30px;
}

#top_video_area ul.video_slider li {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

#top_video_area ul.video_slider li iframe {
  pointer-events: none;
}

#top_video_area ul.video_slider li.slick-current iframe,
#top_video_area ul.video_slider li.is-active-next iframe {
  pointer-events: auto;
}

#top_video_area ul .icon-play-circle::before {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 599px) {
  #top_video_area .top_video_box .part li {
    margin-bottom: 1em;
  }

  #top_video_area ul.video_slider {
    margin-bottom: 20px;
  }

  #top_video_area ul.video_slider li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

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

  #top_video_area ul.video_ul {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

lite-youtube > .lty-playbtn {
  background-image: none;
}

lite-youtube > .lty-playbtn {
  background-image: none;
  transition: 0.6s;
}

lite-youtube span.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  transition: 0.6s;
}

lite-youtube:hover span.icon {
  color: var(--link_color);
  transition: 0.6s;
}

@media screen and (min-width: 600px) {
  lite-youtube span.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    color: #fff;
    transition: 0.6s;
  }
}
/* top_news_area */

/* top_topics_area */

#top_topics_area .topics_box .list_cont a {
  text-decoration: none;
}

#top_topics_area .topics_box .list_cont a:hover {
  color: inherit;
}

#top_topics_area .topics_box .list_cont a .pic_cont {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}

#top_topics_area .topics_box .list_cont a .pic_cont p.object_fit {
  margin-bottom: 0;
}

#top_topics_area .topics_box .list_cont p.topics_date time {
  margin-bottom: 5px;
  font-weight: bold;
  font-style: italic;
  color: #999;
  font-size: 1.4rem;
}

#top_topics_area .topics_box .list_cont .topics_title {
}

@media screen and (max-width: 599px) {
  #top_topics_area .topics_box ul.topics_ul {
    margin-bottom: 15px !important;
  }

  #top_topics_area .topics_box .list_cont {
    margin-bottom: 0.5em;
  }

  #top_topics_area .topics_box .list_cont .topics_cont {
    display: flex;
    justify-content: space-between;
  }

  #top_topics_area .topics_box .list_cont .topics_cont .pic_cont {
    flex-basis: 40%;
    max-width: 40%;
  }

  #top_topics_area .topics_box .list_cont .topics_cont .topics_caption {
    flex-basis: 58%;
    max-width: 58%;
  }

  #top_topics_area .topics_box .list_cont .topics_title {
    line-height: 1.4em;
  }
}

@media screen and (min-width: 600px) {
  #top_topics_area .topics_box ul.topics_ul {
    margin-bottom: 0 !important;
  }

  #top_topics_area .topics_box .list_cont {
    margin-bottom: 2em;
  }
}

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

/*--------------------------------------
	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: 960px) {
  .fixed-background {
    background-attachment: fixed;
    width: 100%;
    padding-top: 500px;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
