@charset "UTF-8";
@import url(../../../../../../../../pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
/*-------------------------------
	製品一覧
-------------------------------*/
.Products {
  padding-bottom: 15rem;
}
.Products__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.Products__inner::after {
  width: 100%;
  max-width: calc((100% - 11rem) / 3);
  position: relative;
  display: block;
  content: "";
}
.Products-detail {
  width: 100%;
  max-width: calc((100% - 11rem) / 3);
  position: relative;
}
.Products-detail:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 5rem;
}
.Products-detail__image {
  width: 100%;
  margin-bottom: 1.5rem;
  border: 0.1rem solid #ddd;
  position: relative;
  overflow: hidden;
}
.Products-detail__image a {
  width: 100%;
}
.Products-detail__image img {
  width: 100%;
  height: 50rem;
  transition: 0.2s all ease;
}
.Products-detail__image:hover img {
  transform: scale(1.2);
}
.Products-detail__title {
  font-size: 2.4rem;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid;
  font-weight: bold;
}
.Products-detail__text {
  margin-bottom: 1rem;
}
.Products-detail__text.height {
  height: 1.5em;
}
.Products-detail__price {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #00ada9;
}
.Products-detail__price::before {
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 0.5rem;
  font-weight: normal;
  color: #000;
  content: "販売価格";
}

/*-------------------------------
	詳細
-------------------------------*/
/*----- 詳細 */
.Single__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.Single__left {
  width: calc((100% - 5rem) / 2);
}
.Single__image {
  width: 100%;
  margin-bottom: 2rem;
  border: 0.1rem solid #ddd;
}
.Single__image img {
  width: 100%;
  height: 60rem;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.Single-thumbnail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.Single-thumbnail__image {
  width: calc((100% - 4.8rem) / 5);
  border: 0.1rem solid #ddd;
  overflow: hidden;
  cursor: pointer;
}
.Single-thumbnail__image:not(:nth-of-type(5n)) {
  margin-right: 1.2rem;
}
.Single-thumbnail__image:not(:nth-last-of-type(-n+5)) {
  margin-bottom: 1.2rem;
}
.Single-thumbnail__image img {
  width: 100%;
  height: 15rem;
  transition: 0.2s all ease;
}
.Single-thumbnail__image:hover img {
  transform: scale(1.2);
}
.Single__right {
  width: calc((100% - 5rem) / 2);
}
.Single__top {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid;
}
.Single__title {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
.Single__copy {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.Single__body {
  margin-bottom: 3.5rem;
}
.Single__text {
  line-height: 2;
}
.Single-spec {
  margin-bottom: 4.5rem;
}
.Single-spec__title {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-family: "Marcellus", serif;
}
.Single-spec__list {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.Single-spec__list:first-child {
  border-top: 0.1rem solid #e2e2e2;
}
.Single-spec__list__title {
  width: 18.5rem;
  line-height: 2.5;
}
.Single-spec__list__body {
  width: calc(100% - 18.5rem);
  line-height: 2.5;
}
.Single__pdf {
  width: 100%;
  margin-bottom: 3.5rem;
}
.Single__pdf a {
  width: 100%;
  height: 7rem;
  font-size: 1.8rem;
  border: 0.1rem solid;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Single__pdf a::before {
  width: 2.2rem;
  height: 2rem;
  left: calc(50% - 7em);
  top: calc(50% - 1rem);
  position: absolute;
  background-image: url("../../../images/common/ico_download%402x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  content: "";
}
.Single__price {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  color: #00ada9;
}
.Single__price__wrap {
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Single__price::before {
  font-size: 1.8rem;
  margin-right: 0.5rem;
  color: #000;
  content: "販売価格";
}
.Single__price::after {
  font-size: 1.8rem;
  margin-left: 0.5rem;
  content: "円（税込）";
}
.Single__cnt {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Single__cnt::before {
  margin-left: 0.5rem;
  margin-right: 1.5rem;
  font-weight: bold;
  content: "/";
}
.Single__cnt .skuquantity {
  width: 10rem;
  height: 5rem;
  margin-left: 1.5rem;
  background: #f5f5f5;
  text-align: center;
  font-weight: normal;
}
.Single .cart_btn {
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  transition: 0.2s all ease;
  position: relative;
  background: #00ada9;
}
.Single .cart_btn::before {
  width: 2.2rem;
  height: 2rem;
  left: calc(50% - 5.5em);
  top: calc(50% - 1rem);
  position: absolute;
  background-image: url("../../../images/common/ico_cart%402x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  content: "";
}
.Single .cart_btn:hover {
  opacity: 0.6;
}
.Single .cart_btn input[type=submit] {
  width: 100%;
  height: 7rem;
  text-align: center;
}

/*----- 特徴 */
.Feature {
  background: #f5f5f5;
}
.Feature__inner:not(:last-child) {
  margin-bottom: 10rem;
}
.Feature__image {
  width: 100%;
}
.Feature__image img {
  width: 100%;
}
.Feature__title {
  font-size: 3.6rem;
  margin-bottom: 4.5rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.Feature__image:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1280px) {
  /*-------------------------------
      製品一覧
  -------------------------------*/
  .Products-detail__image img {
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  /*-------------------------------
      製品一覧
  -------------------------------*/
  .Products {
    padding-bottom: 7.5rem;
  }
  .Products__inner::after {
    /* max-width: calc((100% - 2.5rem) / 2); */
    display: none;
  }
  .Products-detail {
    /* max-width: calc((100% - 2.5rem) / 2); */
    width: 100%;
    max-width: 100%;
  }
  .Products-detail:not(:last-child) {
    margin-bottom: 5rem;
  }
  .Products-detail__title {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .Products-detail__text {
    line-height: 1.5;
  }
  .Products-detail__price {
    font-size: 2.8rem;
  }
  .Products-detail__price::before {
    font-size: 1.6rem;
  }

  /*-------------------------------
      詳細
  -------------------------------*/
  /*----- 詳細 */
  .Single__inner {
    display: block;
  }
  .Single__left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .Single__image {
    margin-bottom: 2rem;
  }
  .Single-thumbnail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .Single-thumbnail__image {
    width: calc((100% - 3rem) / 4);
  }
  .Single-thumbnail__image:not(:nth-of-type(5n)) {
    margin-right: 0;
  }
  .Single-thumbnail__image:not(:nth-of-type(4n)) {
    margin-right: 1rem;
  }
  .Single-thumbnail__image:not(:nth-last-of-type(-n+4)) {
    margin-bottom: 1rem;
  }
  .Single__right {
    width: 100%;
  }
  .Single__top {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .Single__title {
    font-size: 3.2rem;
  }
  .Single__copy {
    font-size: 1.8rem;
  }
  .Single__body {
    margin-bottom: 5rem;
  }
  .Single__text {
    line-height: 1.8;
  }
  .Single-spec {
    margin-bottom: 2.5rem;
  }
  .Single-spec__title {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }
  .Single-spec__list {
    padding: 1.5rem 0.75rem;
    display: block;
  }
  .Single-spec__list__title {
    width: 100%;
    line-height: 1.8;
  }
  .Single-spec__list__body {
    width: 100%;
    line-height: 1.8;
  }
  .Single__pdf {
    margin-bottom: 2.5rem;
  }
  .Single__pdf a {
    width: 100%;
    height: 5.5rem;
    font-size: 1.6rem;
  }
  .Single__price {
    font-size: 3.6rem;
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 0.1rem solid #ddd;
    text-align: center;
  }
  .Single__price__wrap {
    margin-bottom: 2.5rem;
  }
  .Single__price::before {
    font-size: 1.8rem;
  }
  .Single__price::after {
    font-size: 1.8rem;
  }
  .Single__cnt {
    font-size: 1.8rem;
  }
  .Single__cnt::before {
    display: none;
  }
  .Single__cnt .skuquantity {
    width: 7.5rem;
    height: 5rem;
  }
  .Single .cart_btn {
    font-size: 2rem;
  }
  .Single .cart_btn input[type=submit] {
    height: 6.5rem;
  }

  /*----- 特徴 */
  .Feature__inner:not(:last-child) {
    margin-bottom: 5rem;
  }
  .Feature__title {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
/*1028追加*/
.Single__bottom .zaiko{

text-align:center; 
font-size:18px; 
margin-bottom: 2.5rem; 
font-weight: 700;
}
.Single__price__wrap{
margin-bottom: 1.5rem;
}
/*# sourceMappingURL=style.css.map */