.breadcrumbs {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

main .splide {
  visibility: visible;
}
main .fv {
  background-color: #000;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv {
    margin-top: 60px;
  }
}
main .fv .fv__inner {
  padding: 0 7%;
  box-sizing: border-box;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}
main .fv .fv__inner h2 {
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.68px;
  font-weight: 700;
}
main .fv .fv__inner h2 span {
  font-size: 1.8rem;
  letter-spacing: 2.16px;
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .fv__inner h2 span {
    font-size: 1.6rem;
    padding-left: 0;
    display: block;
  }
}
main .download-slider, main .download-slider--sp {
  max-width: 980px;
  margin: auto;
  width: 100%;
  margin-top: 70px;
}
@media screen and (min-width: 1600px) {
  main .download-slider, main .download-slider--sp {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .download-slider, main .download-slider--sp {
    padding: 0 5%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .download-slider, main .download-slider--sp {
    padding: 0 5%;
    box-sizing: border-box;
  }
}
main .download-slider h3, main .download-slider--sp h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 19px;
}
main .download-slider .right, main .download-slider--sp .right {
  background-color: #F8F8F8;
  padding: 15px 30px 30px;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
  height: 226px;
  position: relative;
}
main .download-slider .right h2, main .download-slider--sp .right h2 {
  height: 53px;
}
main .download-slider .right .next__btn, main .download-slider--sp .right .next__btn {
  width: 252px;
  height: 43px;
  margin: auto;
  margin-top: 24px;
}
@media screen and (max-width: 1599px) and (min-width: 769px) {
  main .download-slider .right .next__btn, main .download-slider--sp .right .next__btn {
    width: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    margin: 24px auto 0 auto;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .download-slider .right .next__btn, main .download-slider--sp .right .next__btn {
    width: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    margin: 24px auto 0 auto;
  }
}
main .download-slider .right .next__btn div, main .download-slider--sp .right .next__btn div {
  border-radius: 20px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: inherit;
  height: inherit;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width: 1599px) and (min-width: 769px) {
  main .download-slider .right .next__btn div, main .download-slider--sp .right .next__btn div {
    width: 80%;
    margin: auto;
  }
}
main .download-slider--sp {
  display: none;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .download-slider--sp {
    display: block;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .download-slider--sp {
    display: block;
  }
}
main .splide__list {
  padding: 0 10px !important;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  main .splide__list {
    justify-content: space-between;
  }
}
main .splide__slide, main .download__slide {
  width: 288px !important;
  border-radius: 6px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1600px) {
  main .splide__slide, main .download__slide {
    width: 372px !important;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .splide__slide, main .download__slide {
    margin-right: 1%;
    margin-left: 1%;
    height: inherit;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .splide__slide, main .download__slide {
    margin-right: 0;
    margin-left: 1%;
    height: inherit;
  }
}
main .splide__slide .slide, main .download__slide .slide {
  display: block;
  width: 100%;
}
main .splide__slide .slide .slide__inner, main .download__slide .slide .slide__inner {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.29);
  border-radius: 6px;
}
main .splide__slide .slide .thumbnail img, main .download__slide .slide .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  object-fit: cover;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 6px 6px 0 0;
}
main .splide__slide .slide img, main .download__slide .slide img {
  width: 100%;
}
main .splide__arrow--prev {
  display: none;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .splide__arrow--prev {
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background-color: #000000;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .splide__arrow--prev {
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background-color: #000000;
    color: #fff;
  }
}
main .splide__arrow--prev::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 13px;
  top: 12px;
  transform: rotate(135deg) translateY(-50%);
}
main .splide__arrow--prev.slick-disabled {
  background-color: #5B5B5B;
}
main .intro__sliders {
  position: relative;
  height: 426px;
  padding: 0 4%;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .intro__sliders {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .intro__sliders {
    padding: 0 5%;
  }
}
main .splide__arrow--next {
  display: none;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .splide__arrow--next {
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background-color: #000000;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .splide__arrow--next {
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background-color: #000000;
    color: #fff;
  }
}
main .splide__arrow--next::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 13px;
  top: 16px;
  transform: rotate(-45deg) translateY(-50%);
}
main .splide__arrow--next.slick-disabled {
  background-color: #5B5B5B;
}
main .dl-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1600px) {
  main .dl-cats {
    height: 61px;
  }
}
main .dl-cats li {
  width: -moz-max-content;
  width: max-content;
  padding: 1px 12px;
  border-radius: 19px;
  border: 1px solid #B4B3B3;
  background-color: #fff;
  height: 21.5px;
  box-sizing: border-box;
}
main .dl-cats li div {
  font-size: 12px;
  font-weight: 600;
}
main .downloads__sec {
  max-width: 980px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 190px;
}
@media screen and (min-width: 1600px) {
  main .downloads__sec {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .downloads__sec {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .downloads__sec {
    padding: 0 5%;
  }
}
main .result-summary {
  display: flex;
  align-items: center;
  gap: 19px;
}
main .result-summary h3 {
  margin-top: 80px;
  font-size: 28px;
  font-weight: 600;
}
main .result-summary p {
  margin-top: 80px;
  font-size: 23px;
  font-weight: 600;
  color: #5B5B5B;
}

.inner h2 {
  font-size: 2.8rem;
  letter-spacing: 2.8px;
  font-weight: 600;
  margin-top: 50px;
}

@media screen and (max-width: 1199px) and (min-width: 769px) {
  .downloads__sec {
    padding: 0 5%;
  }
}

.tab {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .tab {
    padding: 40px 15px 0 15px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .tab {
    padding: 40px 15px 0 15px;
    position: relative;
    z-index: 100;
  }
}

.tab__menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.tab__menu-item {
  list-style: none;
  width: 50%;
  padding: 8px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.36);
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
  height: 59px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .tab__menu-item {
    font-size: 15px;
  }
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

.tab__menu-item.is-active {
  background-color: #000000;
  color: #fff;
  box-sizing: border-box;
  height: 60px;
}

.tab__panel {
  width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  border-radius: 10px;
}

.tab__panel-box001 {
  display: none;
}

.tab__panel-box002 {
  display: none;
}

.tab__panel-box.is-show {
  display: block;
}

.content__top {
  background-color: #F4F4F4;
  border-radius: 4px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .content__top {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content__top h3 {
  padding-top: 35px;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
}

.list {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 25px 55px 35px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1600px) {
  .list {
    padding: 25px 161px 56px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .list {
    padding: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .list {
    padding: 0px;
    padding-top: 12px;
  }
}
.list .category-btn {
  cursor: pointer;
  max-width: 209px;
  width: 24%;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  transition: all 0.3s;
  border: none;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .list .category-btn {
    width: 48%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .list .category-btn {
    width: 27%;
    font-size: 1.3rem;
  }
}
.list .category-btn.category-btn--active {
  background-color: #000;
  color: #fff;
}

.content__bottom .filter-results {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
  margin-top: 29px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .content__bottom .filter-results {
    justify-content: center;
  }
}
.content__bottom .filter-results .filter-results--item {
  width: 371px !important;
}
@media screen and (max-width: 1599px) {
  .content__bottom .filter-results .filter-results--item {
    width: 288px !important;
  }
}
.content__bottom .filter-results .filter-results--item .item {
  display: block;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.29);
  border-radius: 6px;
}
.content__bottom .filter-results .filter-results--item .item .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 6px 6px 0 0;
}
.content__bottom .filter-results .filter-results--item .item img {
  width: 100%;
}
.content__bottom .filter-results .filter-results--item .item .right {
  background-color: #f8f8f8;
  padding: 15px 30px 30px;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
  height: 226px;
  position: relative;
}
.content__bottom .filter-results .filter-results--item .item .right h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 53px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .content__bottom .filter-results .filter-results--item .item .right h2 {
    height: 53px;
  }
}
.content__bottom .filter-results .filter-results--item .item .right .next__btn {
  width: 252px;
  height: 43px;
  margin: auto;
  margin-top: 24px;
  margin: 24px auto 0 auto;
}
@media screen and (max-width: 1599px) and (min-width: 769px) {
  .content__bottom .filter-results .filter-results--item .item .right .next__btn {
    width: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .content__bottom .filter-results .filter-results--item .item .right .next__btn {
    width: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.content__bottom .filter-results .filter-results--item .item .right .next__btn div {
  border-radius: 20px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: inherit;
  height: inherit;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width: 1599px) {
  .content__bottom .filter-results .filter-results--item .item .right .next__btn div {
    width: 80%;
    margin: auto;
  }
}/*# sourceMappingURL=downloads.css.map */