@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.second.page-title-wrap {
  background: url(../images/products/bg_page_title.png) top 20% right -21rem no-repeat;
  background-color: #E8E8E8;
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap {
    display: block;
    background-size: 800px;
  }
}
.second.page-title-wrap .page-title span.ja,
.second.page-title-wrap .text-area p {
  color: #222;
}
.second.page-title-wrap .image-area {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap .image-area {
    position: absolute;
    height: 34rem;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap .image-area .inner {
    position: relative;
    height: 100%;
  }
}
.second.page-title-wrap .image-area img {
  position: absolute;
  z-index: -1;
}
.second.page-title-wrap .image-area .products01 {
  width: 320px;
  top: 22%;
  left: -1%;
}
@media screen and (max-width: 1500px) {
  .second.page-title-wrap .image-area .products01 {
    width: 300px;
    left: -8rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .second.page-title-wrap .image-area .products01 {
    width: 25vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap .image-area .products01 {
    left: 1%;
    top: 18rem;
    transform: none;
    min-width: 120px;
  }
}
.second.page-title-wrap .image-area .products02 {
  width: 300px;
  top: 50%;
  left: 25%;
}
@media screen and (max-width: 1500px) {
  .second.page-title-wrap .image-area .products02 {
    width: 280px;
    top: 55%;
    left: 10%;
  }
}
@media screen and (max-width: 1199.98px) {
  .second.page-title-wrap .image-area .products02 {
    width: 23vw;
    top: auto;
    bottom: 1vw;
  }
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap .image-area .products02 {
    min-width: 120px;
    left: 24%;
    bottom: 2rem;
  }
}
.second.page-title-wrap .image-area .products03 {
  width: 332px;
  top: 10%;
  right: 34%;
}
@media screen and (max-width: 1500px) {
  .second.page-title-wrap .image-area .products03 {
    width: 310px;
    right: 28%;
  }
}
@media screen and (max-width: 1199.98px) {
  .second.page-title-wrap .image-area .products03 {
    width: 26vw;
  }
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap .image-area .products03 {
    min-width: 140px;
    top: 15rem;
  }
}
.second.page-title-wrap .image-area .products04 {
  width: 332px;
  top: 44%;
  right: 14%;
}
@media screen and (max-width: 1500px) {
  .second.page-title-wrap .image-area .products04 {
    width: 310px;
    right: 1%;
  }
}
@media screen and (max-width: 1199.98px) {
  .second.page-title-wrap .image-area .products04 {
    width: 26vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap .image-area .products04 {
    min-width: 140px;
    top: 25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap .text-area {
    background: none;
  }
}

/*----------------------------------------------------
  製品一覧
----------------------------------------------------*/
.products-area .contents-inner {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .products-area .machine {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .products-area .machine {
    margin-bottom: 2rem;
  }
}
.products-area .machine > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 3rem 3rem 5rem;
  border-radius: 3px;
}
@media screen and (max-width: 575.98px) {
  .products-area .machine > div {
    padding: 3rem 2rem;
  }
}
.products-area p {
  margin-bottom: 2rem !important;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.products-area img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 230px;
  margin: auto auto 0;
}
@media screen and (max-width: 575.98px) {
  .products-area img {
    max-height: 150px;
  }
}
.products-area .button-area {
  margin-top: 4rem;
}
@media screen and (max-width: 575.98px) {
  .products-area .button-area {
    margin-top: 3rem;
  }
}

/*----------------------------------------------------
  製品詳細
----------------------------------------------------*/
.contents-inner.products-list-wrap {
  background: url(../images/home/bg_logo.png) no-repeat top -10vw right -24%, linear-gradient(to right bottom, #fff, #ececec);
  background-size: 60%, auto;
}
@media screen and (max-width: 767.98px) {
  .contents-inner.products-list-wrap {
    background-position: top -10vw right -24%, top left;
    background-size: 70%, auto;
  }
}
@media screen and (max-width: 575.98px) {
  .contents-inner.products-list-wrap {
    background-position: top 42vw right 53%, top left;
    background-size: 126%, auto;
    background-attachment: fixed;
  }
}

ul.products-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.products-list li {
  flex: 0 0 33.3333%;
  padding: 1rem;
  transition: all 0.2s;
}
@media screen and (max-width: 767.98px) {
  ul.products-list li {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  ul.products-list li {
    flex-basis: 100%;
  }
}
ul.products-list li:hover {
  cursor: pointer;
  opacity: 0.75;
}
ul.products-list li .thumbnail {
  aspect-ratio: 3/2;
  border: 1px solid #ececec;
}
ul.products-list li .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*モーダル*/
.modal-block {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-block:hover {
  cursor: pointer;
}
.modal-block .img-section {
  position: relative;
  margin: 0 auto;
  /*閉じる*/
}
.modal-block .img-section:hover {
  cursor: default;
}
.modal-block .img-section span.close {
  position: absolute;
  top: -40px;
  right: -40px;
}
@media screen and (max-width: 575.98px) {
  .modal-block .img-section span.close {
    top: -45px;
    right: -5px;
  }
}
.modal-block .img-section span.close span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.modal-block .img-section span.close span::before, .modal-block .img-section span.close span::after {
  content: "";
  width: 40px;
  height: 3px;
  display: inline-block;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-block .img-section span.close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-block .img-section span.close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-block .img-section img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 50vw;
  max-height: 60vh;
  drop-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991.98px) {
  .modal-block .img-section img {
    max-width: 60vw;
  }
}
@media screen and (max-width: 575.98px) {
  .modal-block .img-section img {
    max-width: 90vw;
  }
}
.modal-block .caption {
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .modal-block .caption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .modal-block .caption {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=products.css.map */