@charset "UTF-8";

.home .o-header {
  margin-bottom: 0;
}

/*-------------------------------
  スライダー
-------------------------------*/
.o-home-slider {
  margin-right: -0.75rem;
  margin-bottom: 0.5rem;
  margin-left: -0.75rem;
  padding-bottom: 2.5rem;
  overflow: visible;
}
@media (min-width: 40em) {
  .o-home-slider {
    margin-right: -5rem;
    margin-bottom: 2.5rem;
    margin-left: -5rem;
    padding-bottom: 2.5rem;
  }
}
.o-home-slider-item img  {
  width: 100%;
}
.o-home-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #797979;
  opacity: 1;
}
.o-home-slider .swiper-pagination-bullet-active {
  background: #1B8E5F;
  border: 1px solid #1B8E5F;
}

/*-------------------------------
  新着情報
-------------------------------*/
.o-home-notice {
  padding-top: 0;
  margin-bottom: 4rem;
}
@media (min-width: 40em) {
  .o-home-notice {
    padding-top: inherit;
  }
}

/*-------------------------------
  製品情報
-------------------------------*/
.o-home-products {
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 40em) {
  .o-home-products {
    margin-bottom: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.o-home-products__tabs {
  margin-bottom: 1rem;
  border-bottom: 2px solid #1A8E5E;
}
@media (min-width: 40em) {
  .o-home-products__tabs {
    margin-bottom: 1.5rem;
  }
}
.o-home-products__tabs ul {
  margin: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  display: flex;
}
@media (min-width: 40em) {
  .o-home-products__tabs ul {
    padding-right: 0;
    padding-left: 0;
  }
}
.o-home-products__tabs ul li {
  width: 50%;
  display: flex;
}
@media (min-width: 40em) {
  .o-home-products__tabs ul li {
    width: auto;
  }
}
.o-home-products__tabs ul li:before {
  display: none;
}
.o-home-products__tabs ul li + li {
  margin-left: 0.75rem;
}
.o-home-products__tabs ul li a {
  padding: 0.5rem 0.25rem;
  width: 100%;
  border-radius: 10px 10px 0 0;
  border-style: solid;
  border-color: #1A8E5E;
  border-width: 1px 1px 0 1px;
  color: #1A8E5E;
  text-align: center;
  font-size: 0.9rem;
  display: block;
  cursor: pointer;
}
@media (min-width: 40em) {
  .o-home-products__tabs ul li a {
    padding: 0.25rem;
    width: 200px;
    font-size: 1.15rem;
  }
}
.o-home-products__tabs ul li a.selected,
.o-home-products__tabs ul li a:hover {
  background-color: #1A8E5E;
  color: #ffffff;
  text-decoration: none;
}
.o-home-products__tabs ul li a.selected:before {
  margin-right: 0.5rem;
  content: '\f058';
  font-family: "Font Awesome 5 Free";
}

.o-home-products-items {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  position: relative;
}
@media (min-width: 40em) {
  .o-home-products-items {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.o-home-products-item {
  position: absolute;
  padding: 0.5rem;
  width: 50%;
  z-index: 1;
}
@media (min-width: 40em) {
  .o-home-products-item {
    width: 25%;
    padding: 1rem;
  }
}
.o-home-products-item.o-home-products-item--small {
  width: 50%;
}
@media (min-width: 40em) {
  .o-home-products-item.o-home-products-item--small {
    width: 25%;
  }
}
.o-home-products-item__inner {
  position: relative;
  overflow: hidden;
}
.o-home-products-item__thumbnail {
  padding-top: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 1000ms 0s ease;
}
.o-home-products-item__inner:hover .o-home-products-item__thumbnail {
  transform: scale(1.05);
}
.o-home-products-item__thumbnail img {
  display: none;
}
.o-home-products-items--education .o-home-products-item__thumbnail--education,
.o-home-products-items--general .o-home-products-item__thumbnail--general {
  display: block;
}
.o-home-products-items--education .o-home-products-item__thumbnail--general,
.o-home-products-items--general .o-home-products-item__thumbnail--education {
  display: none;
}
.o-home-products-item__name {
  padding: 0.5rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 0.5rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 40em) {
  .o-home-products-item__name {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}
.o-home-products-item.o-home-products-item--small .o-home-products-item__name {
  padding: 0.5rem 0.75rem;
  font-size: 0.5rem;
}
@media (min-width: 40em) {
  .o-home-products-item.o-home-products-item--small .o-home-products-item__name {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}
.o-home-products-item__link {
  display: block;
  text-indent: -1000%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.o-home-products-items__sizer {
  position: absolute;
  opacity: 0;
  float: left;
  visibility: hidden;
  width: 1px;
}
