@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}
.pc {
  display: block;
}

.sp {
  display: none;
}

.products_main * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.products_main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}
.products_main h1 {
  width: 100%;
  background-color: #333;
  color: #ffffff;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.5em;
}
.products_main h2 {
  font-size: 1.5em;
  line-height: 1.2;
}
.mk_name {
  display: block;
  font-size: 0.8em;
}
.color_name {
  font-size: 1em;
  line-height: 1.2;
  display: block;
  margin-top: 0.5em;
  width: 100%;
}
/* ボタン */
.btn--search,
a.btn---search {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #bc0000;
  border-radius: 0.5rem;
  margin-top: 1em;
}
.btn--search:hover,
a.btn--search:hover {
  color: #fff;
  background: #d61a1a;
}

.btn--search.no-link
 {
  color: #fff;
  background-color: #414141;

}


.btn--search.no-link:hove
 {
  color: #fff;
  background-color: #414141;

}


.main_content h2 span {
  display: inline-block;
}



.content_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.main_content img {
  max-width: 100%;
  height: auto;
}

.main_content p {
  font-size: 14px;
}

.items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 40px;
}

.item {
  width: calc(50% - 10px);
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

.item h3 {
  font-size: 18px;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 1em;
  display: block;
  border-radius: 100vh;
  width: 100%;
  line-height: 1.2;
}

.item h3 span {
  font-size: 16px;
  display: inline-block;
}

.item_img {
  width: calc(54% - 20px);
  margin: 0 20px 0 0;
}
.item_img img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  display: block;
}

.item_info {
  width: 46%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 20px 0;
  padding-top: 4px;
}

.item_info p {
  display: block;
  width: 100%;
  text-align: justify;
  line-height: 1.5;
  font-size: 13px;
}
.item_info span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 0.5em;
  border-bottom: #333 dashed 1px;
  padding-bottom: 0.25em;
}
.item_info ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  list-style: none;
  margin-top: 5px;
  width: 100%;
}

.item_info ul li {
  display: block;
  width: calc(100% / 3 - 2px);
  margin: 0 1px 2px;
  line-height: 0;
}

.item_info ul li img {
  width: 100%;
  max-width: 72px;
}

.info_wrapper {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  align-items: flex-end;
  width: 46%;
  margin-top: 10px;
}

.info {
  width: 54%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-right: 0.5em;
}
.info p {
  color: crimson;
  font-size: 26px;
  font-feature-settings: "palt";
  font-weight: bold;
}

.info p span {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .info {
    width: 100%;
  }
  .btn--osusume,
  a.btn--osusume {
    width: 100%;
  }
  .inch {
    display: block;
    width: 36%;
  }
  .inch span {
    display: inline-block;
  }
  .info {
    width: 100%;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .info p {
    display: block;
    width: calc(64% - 10px);
    padding-right: 10px;
  }
}
@media screen and (max-width: 830px) {
  .inch {
    width: 100%;
  }
  .info p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .item {
    width: 100%;
  }
  .inch {
    width: 100%;
  }
  .info p {
    width: 100%;
  }

  .item_img {
    width: calc(46% - 20px);
  }
  .item_info {
    width: 54%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 20px 0;
    padding-top: 4px;
  }

  .item_info ul li {
    display: block;
    width: 72px;
    margin: 0 1px 2px;
    line-height: 0;
  }

  .info {
    width: 100%;
  }

  .btn--osusume,
  a.btn--osusume {
    width: 100%;
    margin: 0;
  }

  .info_wrapper {
    width: 54%;
    margin-left: auto;
  }
}
@media screen and (max-width: 660px) {
  .products_main h2 {
    font-size: 1.3em;
    line-height: 1.2;
  }
  .color_name {
    font-size: 0.8em;
  }
  .item_img img {
    max-width: 240px;
  }

  .item_info p {
    font-size: 14px;
  }

  .info {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .item_info ul li {
    width: calc(25% - 2px);
    max-width: 72px;
  }
  .item_info ul li img {
    width: 100%;
  }

  .item h3 {
    font-size: 18px;
  }
}
