.image100 {
  width: 100%;
}


.when_pc {
  display: block;
}

.when_sp {
  display: none;
}

.btn {
  border: 1px #202128 solid;
  border-radius: 24px;
  display: inline-block;
  padding: 2px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all 0.2s ease;
  background-color: #202128;
}

.btn:hover {
  border: 1px #202128 solid;
  border-radius: 24px;
  display: inline-block;
  padding: 2px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #202128;
  background-color: #fff;
}

.products-ver .btn {
  width: 100%;
  max-width: 300px;
  padding: 16px 0px;
  font-size: 20px;
  border-radius: 40px;
}

article {
  padding: 60px 0 0 0;
  text-align: center;
  box-sizing: border-box;
}

.box_contents {
  position: absolute;
  left: auto;
  top: 23%;
  right: 15%;
  bottom: 0;
  margin: auto;
  padding: 20px;
  text-align: left;
  z-index: 3;
}

.box_contents img {
  max-width: 280px;
  width: 100%;
}

.box_text {
  font-size: 24px;
  line-height: 170%;
}

h1.pagetitle,
h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 60px auto 40px auto;
  text-align: center;
  line-height: 1.2;
}

h1.pagetitle span,
h2 span {
  font-size: 18px;
  position: relative;
  display: block;
  margin-top: 1.5em;
  line-height: 1;
}

h1.pagetitle span:before,
h2 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  display: inline-block;
  width: 54px;
  height: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.spec table {
  width: 100%;
  max-width: 660px;
  margin: 30px auto;
  text-align: left;
  font-size: 14px;
  padding: 0 12px;
}

.spec th {
  width: 200px;
  padding: 10px;
  border-top: 1px #ccc solid;
  box-sizing: border-box;
  font-weight: 500;
}

.spec td {
  padding: 10px;
  border-top: 1px #ccc solid;
  box-sizing: border-box;
}

.spec th.last,
.spec td.last {
  border-bottom: 1px #ccc solid;
}

.fitImg {
  /*position: absolute;*/
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767px) {

  .when_pc {
    display: none;
  }

  .when_sp {
    display: block;
  }



  .products_sp {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    width: 100%;
    height: 100%;
  }

  .box_contents {
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
    text-align: center;
    z-index: 3;
  }

  h1.pagetitle,
  h2 {
    font-size: 28px;
    margin: 20px auto;
  }

  .box_contents h2 {
    text-align: center;
  }

  .box_contents img {
    margin: auto;
  }


  .box_text {
    font-size: 16px;
    padding: 0 12px;
    box-sizing: border-box;
  }



  .spec th {
    width: 100%;
    display: block;
    padding-bottom: 0px;
  }

  .spec td {
    width: 100%;
    display: block;
    border-top: 0;
    padding-top: 4px;
  }

  .btn {
    padding: 2px 12px;
  }

}
