@charset "UTF-8";


/* ====================================   レスポンシブ   ==================================== */
@media (max-width: 1500px) {
  .newsBr {
    display: block;
  }

  .newsSub {
    display: block;
    padding-top: 10px;
    font-size: 13px;

  }

}

@media screen and (max-width:960px) {
  #firstViewImg {
    background: url(../images/index/bg-top-sp.jpg) no-repeat top left/100%;
    /*背景画像の設定※オリジナルの画像に設定してください*/
    height: 90vh;
  }

  .firstView h1 {
    font-family: "RocknRoll One", sans-serif;
    font-size: 70px;
    line-height: 115px;
    position: fixed;
    top: 5%;
    left: -5%;
    /* transform: translate(-50%, -50%); */
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    letter-spacing: -0.05em;
    text-shadow: 1px 1px 10px #4b2c14;
    transform: rotate(-10deg);
    z-index: -3;
    /* background-color: rgba(104, 114, 255, 0.4); */
    width: 120vw;
    padding: 50px 100px;
    overflow: visible;
  }

}



@media (max-width: 800px) {
  .firstView {
    position: relative;
    /*背景を設定するdivの基点とするためrelativeをかける*/
    overflow: hidden;
    /*はみ出しているところを隠す*/
    width: 100%;
    height: 90vh;
  }


  .firstView h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 1.2;
    position: fixed;
    top: 10%;
    left: -5%;
    padding: 30px 60px;
  }


  .firstView p {
    font-size: 14px;
    margin-top: 15px;
  }


  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }

  .popup_news_item p {
    font-size: 15px;
  }

  .news_list_date {
    display: block;
  }

  .popup_news_item {
    display: block;
    padding-top: 20%;
  }

  .news_item {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .news_list {
    width: 100%;
  }

  .news_list_date p {
    padding-top: 10px;
  }

  .popup_news_text p {
    font-size: 13px;
    width: 90%;
  }

  .popup_box {
    width: 90%;
  }

  #popup_news img {
    width: 80%;
  }



  .news {
    margin: 0;
  }

  .linkButtonArea {
    margin: 80px 0 0 0;
  }




}




@media screen and (max-width:550px) {
  #firstViewImg {
    background: url(../images/index/bg-top-sp.jpg) no-repeat top left/100%;
    /*背景画像の設定※オリジナルの画像に設定してください*/
    height: 90vh;
  }

  .firstView h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    line-height: 1.2;
    position: fixed;
    top: 15%;
    left: -5%;
    padding: 30px 60px;
  }

  .linkButtonArea {
    margin: 50px 0 0 0;
  }


  .linkButton {

    font-size: 20px;

    padding: 10px 40px;

  }

  .mainBg h2 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: rgb(32, 32, 163);
    /* text-align: center; */
    font-size: 3rem;
    margin: 0 0 20px 0;
    animation-delay: 0.3s;
  }




  /*==================================================
スライダーのためのcss
===================================*/
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 50px auto;
  }

  .sliderItem {
    width: 45vw;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  }

  .slider img {
    width: 100%;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
    padding: 5px;
    border-radius: 10px;
  }

  .slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
    margin: 70px 10px;

  }

  .slider .slick-slide.slick-center {
    transform: scale(1.4);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;


  }

  .sliderText {
    padding: 10px;
  }



  .sliderTextP {
    line-height: 1.3;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .sliderTextBtn {
    font-size: 10px;
    margin-bottom: 3px;
  }





  .sliderBox h2 {

    font-size: 3rem;

  }

  .slick-dots {

    margin: 25px 0 0 0;
  }

  .slick-dots button {
    color: transparent;
    outline: none;
    width: 30px;
    /*ドットボタンのサイズ*/
    height: 12px;
    /*ドットボタンのサイズ*/
    display: block;
    /* border-radius:50%; */
    background: #ccc;
    /*ドットボタンの色*/
  }

 



}