@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .topsec{
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 767px) {
}

/*****************************
topsec-fv
*****************************/
.topsec-fv{
  padding: 0;
}
.topsec-fv .splide__list{
  height: 500px;
}
.topsec-fv .catch{
  position: absolute;
  top: 70%;
  left: 3%;
  transform: translateY(-50%);
}
.topsec-fv .catch span{
  color: #fff;
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 1px 1px 0px #555, -2px 1px 0px #555, 1px -2px 0px #555, -2px -2px 0px #555, 1px -1px 0px #555, -1px 1px 0px #555, -2px -1px 0px #555, -1px -2px 0px #555, 2px 2px 1px #555, -2px 2px 1px #555, 2px -2px 1px #555, -2px -2px 1px #555, 2px 0px 1px #555, -1px 2px 1px #555, -2px -1px 1px #555, -1px -2px 1px #555;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-fv .catch span{
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .splide__list{
    height: 450px;
  }
  .topsec-fv .catch{
    top: auto;
    bottom: 2rem;
    transform: none;
  }
  .topsec-fv .catch span{
    font-size: 5.4vw;
  }
}

/*****************************
topsec-product
*****************************/
.productpops{
  margin-bottom: 3rem;
  scroll-margin: 15rem;
}
.productpops li{
  display: none;
}
.productpops li.popopen{
  display: block;
}
.productpops .productcontent{
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2rem;
  gap: 2rem;
}
.productpops .fimgbox{
  width: calc(40% - 2rem);
}
.productpops .fbox{
  width: 60%;
}
.productpops .fimgbox .hasdemo{
  background: rgba(51, 122, 183,.8);
  border-radius: 0 0 10px 0;
  color: yellow;
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.productpops .fimgbox img{
  width: 100%;
}
.productpops .fbox .ttl{
  border-bottom: 2px solid ;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
}
.productpops .hasyb{
  gap: 1rem;
}
.productpops .finfo{
  width: 45%;
}
.productpops .fyt{
  position: relative;
  width: calc(55% - 1rem);
}
.productpops .fyt .imgbox{
  aspect-ratio: 16/9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  position: relative;
  height: auto;
  width: 100%;
}
.productpops .fyt .imgbox::before{
  content: "";
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.productpops .fyt .imgbox span{
  background: #FF0000;
  border-radius: 10px;
  line-height: 1;
  padding: 1rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.productpops .fyt .imgbox i{
  color: #fff;
  font-size: 3rem;
}
.productpops .fyt iframe{
  aspect-ratio: 16/9;
  display: none;
  height: auto;
  width: 100%;
}
.productpops .fyt.active .imgbox{
  display: none;
}
.productpops .fyt.active iframe{
  display: block;
}
.productpops .morebtn1{
  margin-top: 2rem;
  text-align: right;
}

.productlistsp{
  display: none;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .productpops .fimgbox{
    width: calc(35% - 2rem);
  }
  .productpops .fbox{
    width: 65%;
  }
}
@media only screen and (max-width: 820px) {
  .productpops .fimgbox,
  .productpops .fbox{
    width: 100%;
  }
  .productpops .fimgbox{
    text-align: center;
  }
  .productpops .fimgbox img{
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .productpops,
  .productlistpc{
    display: none;
  }
  .productlistsp{
    display: flex;
  }
}
/*****************************
topsec-news 
*****************************/
.topsec-news{
  padding-top: 5rem;
}
.topsec-news .morebtn1 {
  text-align: right;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-news{
    padding-top: 2rem;
  }
}