/* style-index.css */

//サムネイル
.slider-thumbnail, .slider-thumbnail2 {
}
.swiper-slide-thumb-active {
	opacity: 1;
}
.thumb-slide, .thumb-slide2 {
	width: 25%;
	overflow: hide;
  padding: 1px;
  margin: 0;
}

.swiper-container,
.main-slide, .main-slide2 {
	width: 100%;
	height: 74vh;
}
@media screen and (max-width: 1200px) {
	.swiper-container,
	.main-slide {
		height: 67vh;
	}
}
@media screen and (max-width: 992px) {
	.swiper-container,
	.main-slide, .main-slide2 {
		height: 50vh;
	}
}
@media screen and (max-width: 768px) {
	.swiper-container,
	.main-slide, .main-slide2 {
		height: 37vh;
	}
}
@media screen and (max-width: 500px) {
	.swiper-container,
	.main-slide, .main-slide2 {
		height: 33vh;
	}
}

.swiper-slide > img {
   object-fit: cover; /* IE: not support */
   width: 100%;
/*   height: 100%;*/
}
.swiper-container-thumbs {
	height: 12vh;
}



.btn-primary.top-right-button {
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-top: none!important;
  font-size: 2.4rem;
}
.btn-primary.top-right-button:hover{
  background-color: #222222;
  color: #75fb4c;
  text-decoration: underline;
}
.top-right-menubar {
  position: absolute;
  z-index: 300;
  top: 52px;
  right: 0;
  /* margin: 0!important; */
  background-color: #000000;
  width: 300px;
  height: 480px!important;
}
@media screen and (max-width: 1200px) {
  .btn-primary.top-right-button {
    font-size: 2.2rem;
  }
  .top-right-menubar {
    width: 260px;
    height: 420px!important;
  }
}
@media screen and (max-width: 992px) {
  .btn-primary.top-right-button {
    font-size: 2.0rem;
  }
  .top-right-menubar {
    width: 220px;
    height: 380px!important;
  }
}
@media (max-width:768px) {
  .top-right-menubar {
    display: none;
  }
}
.top-right-button {
  width: 100%;
  height: 20%;
}



#sp-menu {
  display: none;
  border-top: solid 1px #ffffff;
}
@media (max-width:768px) {
  #sp-menu {
    display: block;
  }
}
#sp-menu div.col-xs-6 {
  height: 72px;
  margin:0;
  padding:0;
}
#sp-menu button.btn {
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-top: none!important;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
}
#sp-menu button.btn.left {
  border-right: none!important;
}
#sp-menu button.btn:hover {
  background-color: #222222;
  color: #75fb4c;
  text-decoration: underline;
}
#sp-menu button.btn.bg-white {
  background-color: #ffffff;
}
#sp-menu button.btn > img {
  height: 100%;
}


/* topics */
#topics {
  background-color: #000000;
  margin: 0;
  padding: 0;
}
#topics .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
#topics div.board {
  border: solid 3px #75fb4c;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.7rem;
  margin: 0px 0px 0px;
}
#topics div.board h3 {
  color: #75fb4c;
  font-size: 1.9rem;
  font-weight: normal;
  padding: 0;
  margin: 8px 0 0;
}
#topics iframe {
  width: 100%;
  height: 52px;
  border: none;
}
@media (max-width:768px) {
  #topics iframe {
    height: 130px;
  }
}
body.topics-iframe {
  background-color:#000000;
}
div.row.topics {
  color: #ffffff;
  font-size: 1.9rem;
  display: flex;
}
div.row.topics div.right a {
  color: #ffffff;
}
div.row.topics div.left,
div.row.topics div.right {
  line-height: 2.0rem !important;
  margin: 3px 10px;
}
@media (max-width:768px) {
  div.row.topics {
    font-size: 1.6rem;
    display: inline;
  }
  div.row.topics div.left,
  div.row.topics div.right {
    line-height: 1.7rem;
  }
}
#topics div.row {
  margin:0;
}
#topics div.row div.parent {
  padding:0;
}


.img-fluid2 {
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.inner-logo {
  z-index: 100;
  position: absolute;
  top: 25%;
  left: 12%;
  width: 50%!important;
}
@media (max-width:768px) {
  .inner-logo {
    top: 25%;
    left: 25%;
    width: 50%!important;
  }
}



footer {
  display: none;
}
@media (max-width:768px) {
  footer {
    display: block;
  }
}
ß