/* CSS Document */

.navbar{background-color: #000!important;}
.bnr-box .snsicon {float:right;width:32px; height:32px; margin:8px 0 16px 20px;}

.main-slide {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

@media (min-width: 425px){
.main-slide {
  height: 70vh;
}
}
@media (min-width: 500px){
.main-slide {
  height: 90vh;
}
}@media (min-width: 600px){
.main-slide {
  height: 95vh;
}
}

@media (min-width: 769px){
.main-slide {
  height: 100vh;
}
}
/* 背景スライド */
.main-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  animation: mainSlideFade 40s infinite;
}

.main-slide .slide1 {
  background-image: url("../images/topslide/topbg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 0s;
}

.main-slide .slide2 {
  background-image: url("../images/topslide/topbg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 5s;
}

.main-slide .slide3 {
  background-image: url("../images/topslide/topbg3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 10s;
}

.main-slide .slide4 {
  background-image: url("../images/topslide/topbg4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 15s;
}
.main-slide .slide5 {
  background-image: url("../images/topslide/topbg5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 20s;
}
.main-slide .slide6 {
  background-image: url("../images/topslide/topbg6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 25s;
}
.main-slide .slide7 {
  background-image: url("../images/topslide/topbg7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 30s;
}
.main-slide .slide8 {
  background-image: url("../images/topslide/topbg8.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  animation-delay: 35s;
}

/* 上に重ねるコンテンツ */
.main-slide .slide-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width:1160px;
  height: 100%;
  display: block;
  margin:0 auto;
  max-width: 1160px;
}

.main-slide .slide-content > div {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}

/* ディゾルブ */
@keyframes mainSlideFade {
  0% {opacity: 0;}
  2.5% {opacity: 1;}
  12.5% {opacity: 1;}
  15% {opacity: 0;}
  100% {opacity: 0;}
}
#pc_bnr_area{
display:none;
}
#sp_bnra_rea{
display:block;
}
@media (min-width: 768px){
#pc_bnr_area{
display:block;
}
#sp_bnr_area{
display:none;
}
}


.topbnr_area{
background-color: rgba(0, 0, 0, 0.6);
border-radius: 10px;
}