@charset "UTF-8";

/**======================================
	TOP
======================================**/

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

.area {
  background: #fff;
}

.heading_top {
  margin-bottom: 0.4em;
  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: #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 {
    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;
}

.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_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: 600px;
  }
}

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

/* background */

#backgroundcolor .top_area:nth-child(even) {
  background: #f7f8f9;
}

/* 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_catch_area */

#top_catch_area .catch_part .catch_inner_cont {
  background: #fff;
}

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

#top_catch_area .catch_part a.view_more span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.6rem;
}

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

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

@media screen and (max-width: 1024px) {
  #top_catch_area .top_catch_box:not(:last-child) {
    margin-bottom: 3em !important;
  }

  #top_catch_area .catch_part .catch_cont {
    position: relative;
  }

  #top_catch_area .catch_part .catch_inner_cont {
    margin-top: -50px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 20px 25px;
    z-index: 2;
    box-shadow: rgba(12, 22, 45, 0.2) 0px 20px 50px 0px;
  }

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

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

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

  #top_catch_area .catch_part {
    display: flex;
  }

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

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

  #top_catch_area .catch_part .catch_inner_cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 30px 35px;
    width: 110%;
    box-shadow: rgba(12, 22, 45, 0.2) 0px 30px 70px 0px;
  }

  #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-weight: 500;
    font-size: 2.4rem;
  }

  #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: 5rem;
  }

  #top_catch_area .top_catch_box:nth-child(odd) .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_video_area */

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

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