/************************************/
/*メインメッセージ*/
/************************************/
.mainMessage {
    width: 100%;
    font-family: "azukifont";
    line-height: 14px;
    color: #FFF;
    font-weight: nomal;
    font-size: 23px;  
    text-align: center;
    z-index: 999 !important;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
}
.mainMessage:nth-child(1) {
    animation: message-anime 1s 2s forwards;
}
.mainMessage:nth-child(2) {
    margin-top: 40px;
    animation: message-anime 1s 2.2s forwards;
}
@keyframes message-anime {
  0% {
       opacity: 0;
       transform: translateY(100px);
  }
  100% {
      opacity: 1;
      transform: translateY(0px);
  }
}

/************************************/
/*メイン画像*/
/************************************/
#mainImageDiv {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}
  .main_image {
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/DSC_1769.png);
    background-position: top 20% center;
    -webkit-animation: main-anime 36s .8s infinite;
    animation: main-anime 25s .8s infinite;
}

    .main_image:nth-of-type(2) {
      -webkit-animation-delay: 5s;
      animation-delay: 5s;
      background-image: url(../images/DSC_1291.png);
      background-position: top 100% center;
}

    .main_image:nth-of-type(3) {
      -webkit-animation-delay: 10s;
      animation-delay: 10s;
      background-image: url(../images/DSC_1362.png);
      background-position: top 0% center;      
}

    .main_image:nth-of-type(4) {
      -webkit-animation-delay: 15s;
      animation-delay: 15s;
      background-image: url(../images/DSC_1313.png);
      background-position: top 20% center;      
}

    .main_image:nth-of-type(5) {
      -webkit-animation-delay: 20s;
      animation-delay: 20s;
      background-image: url(../images/DSC_0895.png);
      background-position: top 70% center;
}

@keyframes main-anime {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0; }
}
/************************************/
/*あいさつ*/
/************************************/
#greetingDiv {
    width: 100%;
}

#greetingDiv .greeting {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    color:#FFF;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
}
/************************************/
/*ビデオ*/
/************************************/
#videoSlickDiv{
    width: 100%;
    overflow: hidden;
}
/*swiperスライダー*/
.swiper-container {
    width: 100%;
    height: 60vw;
}
#maincon {
    overflow: visible;  
    margin-top:70px;
    margin-bottom:100px;
}
.swiper-wrapper {
/*   padding-bottom: 200px;*/
}
/*スライド*/
.swiper-slide {
    position: relative;
    width: 100%;
    background-color: #000;
    cursor:pointer;
}

/*ページネーションボタン*/
/*
.swiper-pagination-bullet { 
    width: 18px;
    height: 18px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: -55px;
}
*/
/*ページ送りナビ*/
.swiper-button-prev{
    background-image: url('../images/yajirushi_skyred_left_B.svg') !important;
    background-repeat: no-repeat;
    left: 16px !important;
    right: auto;
}
.swiper-button-next {
    background-image: url('../images/yajirushi_skyred_right_B.svg') !important;
    background-repeat: no-repeat;
    right: 16px !important;
    left: auto;
}
.swiper-container .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/************************************/
/*ニュース*/
/************************************/
#newsDiv {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.newsTitle {
    font-size: 55px;
    color:#FFF;
    display:inline-block;
    margin-top: -50px;
    margin-bottom: -6px;
    font-family: 'RockSalt';
}
/************************************/
/*スクロールダウン*/
/************************************/
#scrollDown{
    width: 180px;
    height: 180px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 1000;
    transform: translateX(-50%);
    text-align: center;
}
#scrollDown span {
    letter-spacing: 0.2em;
    display: block;
    color: #FFF;
    margin-bottom: 20px;
    font-family: arial;
    font-size: 15px;
    padding-left: 10px;
}
/*Copyright（c）2018 Zongbin*/
.dot-three {
  display: inline-block;
  position: absolute;
  left: -9999px;
  top: 60px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  box-shadow: 9999px 40.5px 0 -5px #FFF;
  animation: dot-anime 1.5s -0.85s infinite linear;
  margin-left: 81px;
}

.dot-three::before, .dot-three::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  box-shadow: 9999px 40.5px 0 -5px #FFF;
}

.dot-three::before {
  animation: dot-anime 1.5s -1.85s infinite linear;
}

.dot-three::after {
  animation: dot-anime 1.5s -2.85s infinite linear;
}

@keyframes dot-anime {
  0% {
    box-shadow: 9999px -40.5px 0 -5px #FFF;
  }
  50% {
    box-shadow: 9999px -10.125px 0 2px #FFF;
  }
  100% {
    box-shadow: 9999px 40.5px 0 -5px #FFF;
  }
}
/*
#scrollDown{
    width: 100%;
    height: 75px;
    overflow: hidden;
    z-index: 999;
    position: absolute;
    bottom: 80px;
}
#scrollDown:after{
    content:"";
    display: block;
    width: 1px;
    background-color: #FFF;
    border-radius:1px;
    animation:scroll 1.5s ease 0s infinite normal;
    margin: 0 auto 0;
}

#scrollDown span {
  letter-spacing: 0.15em;
    display: block;
    color: #FFF;
    padding-bottom: 6px;
    padding-left:8px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.3em;
}


@keyframes scroll{
    0%{
        margin-top: 0px;
        height: 0;
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        height: 75px; 
        opacity: 0;
    }
}
*/




