@charset "utf-8";

/*---------------------------------------------------------------
    ■スライダー 01
---------------------------------------------------------------*/
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}


/*　スライダー　*/
.index_slider01{
  overflow: hidden;
  width: 100%;
  /*height: calc(100% - 60px) !important;*/
  height: 100vh !important;
  display: block;
}


/*　テキスト　*/
#top_txt{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  padding: 0 20px;
  box-sizing: border-box;
}

#top_txt > div{
  background: rgba(247,247,247,0.50);
  padding: 40px 30px;
}

#top_txt h2{
  font-size: 2.8rem;
  font-weight: 900;
}

#top_txt p{
  margin-top: 18px;
  line-height: 180%;
}

#top_txt p:last-child br{
  display: none;
}


.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide{
  display: block;
}




@media only screen and (min-width: 768px) {
  
  .index_slider01{
    /*height: calc(100% - 80px) !important;*/
  }
  
  /*　テキスト　*/
  #top_txt{
    padding: 0;
  }
  
  #top_txt > div{
    width: 690px;
    box-sizing: border-box;
    padding: 60px 30px;
  }

  #top_txt h2{
    margin-top: 0;
    font-size: 3.0rem;
  }

  #top_txt p{
    margin-top: 1em;
  }
  
  #top_txt p:last-child br{
    display: block;
  }
	
}


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


@media only screen and (min-width: 1280px) {

  
  .index_slider01{
    /*height: calc(100% - 100px) !important;*/
  }
  
  /*　テキスト　*/
  #top_txt h2{
    font-size: 5.0rem;
  }
  
  #top_txt p{
    margin-top: 30px;
    font-size: 3.0rem;
  }
  
}

/*=============
slick
=============*/

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}






/*---------------------------------------------------------------
    コンテンツ
---------------------------------------------------------------*/


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

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

@media only screen and (min-width: 1280px) {
	

}