@charset "utf-8";
/*  製品を探す
/* ------------------------------------------------------------------------ */
/*アクセサリー*/
.tab-target .box_style01 {
  margin-bottom: 0;
}
.tab-target .box_style01 li {
  max-width: 290px;
  width: calc(100% / 4 - 36px);
  padding-bottom: 0;
  margin-right: 48px;
  margin-bottom: 48px;
  position: relative;
  text-align: left;
}
.tab-target .box_style01 li:last-child {
  margin-right: 0;
}
.tab-target .box_style01 li:nth-child(4) {
  margin-right: 0;
}
.tab-target .box_style01 li a {
  max-width: 290px;
  width: 100%;
  height: 233px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.tab-target .box_style01 li a .hukidashi {
  display: none;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  border: solid 1px #a7a7a7;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  text-align: center;
}
.tab-target .box_style01 li a:hover .hukidashi {
  display: block;
}
.tab-target .box_style01 li a .hukidashi p {
  padding: 20px;
  position: relative;
}
.tab-target .box_style01 li a .hukidashi p::before {
  content: "";
  display: inline-block;
  border-right: solid 1px #a7a7a7;
  border-bottom: solid 1px #a7a7a7;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  width: 10px;
  height: 10px;
}
.tab-target .box_style01 li .label {
  margin-top: 10px;
}
.tab-target .box_style02 {
  align-items: flex-start;
  flex-wrap: wrap;
  /*justify-content: flex-start;*/
  justify-content: space-between;
  margin-bottom: 0;
}
.tab-target .box_style02 li {
  width: 30%;
  /*max-width: 418px;
		margin-right: 10px;*/
}
.tab-target .box_style02 li img {
  display: block;
  height: 245px;
  margin: 0 auto;
  object-fit: contain;
}
.tab-target .box_style02 li:last-child {
  margin-right: 0;
}
.tab-target .box_style02 li p {
  text-align: left;
  margin-top: 10px;
}
.tblStyle01 {
  margin-bottom: 40px;
}
.tab-target .box_style03 {
  margin-bottom: 0;
}
.tab-target .box_style03 li {
  max-width: 418px;
  width: calc(100% / 4 - 36px);
  padding-bottom: 0;
  margin-right: 10px;
  margin-bottom: 48px;
  position: relative;
  text-align: left;
}
.tab-target .box_style03 li:last-child {
  margin-right: 0;
}
.tab-target .box_style03 li:nth-child(16) {
  margin-right: 0;
}
.tab-target .box_style03 li:nth-child(12) {
  margin-right: 0;
}
.tab-target .box_style03 li:nth-child(8) {
  margin-right: 0;
}
.tab-target .box_style03 li:nth-child(4) {
  margin-right: 0;
  margin-left: 0px;
}
.tab-target .box_style03 li a {
  max-width: 290px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.tab-target .box_style03 li a:hover {
  opacity: 0.4;
}
.tab-target .box_style03 li .label {
  margin-top: 10px;
}
.feature2 {
  display: flex;
  flex-direction: column;
}
.feature2 h5 {
  color: #900e16;
  font-size: 2rem;
  margin-bottom: 15px;
}
.feature2 .layout_1 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.feature2 .layout_1 .hd03, .feature2 .layout_2 .hd03, .feature2 .layout_3 .hd03 {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 1.5em;
}
.feature2 .layout_1 .left {
  flex-basis: 67.334%;
  width: 67.334%;
  padding-right: 40px;
  text-align: left;
}
.feature2 .layout_1 .right {
  flex-basis: 32.666%;
  width: 32.666%;
}
.feature2 .layout_2 {
  display: flex;
  flex-flow: row-reverse;
  width: 100%;
  flex-wrap: wrap;
}
.feature2 .layout_2 .left {
  flex-basis: 32.666%;
  width: 32.666%;
}
.feature2 .layout_2 .right {
  flex-basis: 67.334%;
  width: 67.334%;
  padding-left: 40px;
  text-align: left;
}
.tab-target ul.feature2 .layout_3 {
  width: 100%;
  text-align: left;
  flex-wrap: wrap;
  margin-right: 1% !important;
}
.tab-target .feature.hd03 {
  width: 100%;
  margin-bottom: 2em;
  margin-top: -20px;
}
.related_area {
  padding: 3% 0;
  background: #f3f1eb;
}
.related_area h4 {
  margin: 0 auto 2%;
  font-size: 1.8em;
  font-weight: 700;
}
.related_area ul {
  display: flex;
  flex-wrap: wrap;
}
.related_area ul li {
  width: calc(100% / 5 - 20px);
  margin: 0 20px 0 0;
  padding: 1%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
/*
.related_area ul li::before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  display: block;
  background: #eee;
}
.related_area ul li::after {
  content: "NOIMAGE";
  position: absolute;
  top: 35%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}
*/
.related_area ul li:last-child {
  margin: 0;
}
.related_area ul li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.related_area ul li p {
  width: 100%;
  margin: 10px auto 0;
  display: block;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .tab-target .box_style01 li {
    width: calc(100% / 4 - 10px);
    max-width: inherit;
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .tab-target .box_style01 li:last-child {
    margin-right: 0;
  }
  .tab-target .box_style01 li:nth-child(4) {
    margin-right: 0;
  }
  .tab-target .box_style01 li a img {
    max-width: 150px;
    width: 100%;
  }
  .tab-target .box_style03 li {
    width: calc(100% / 4 - 10px);
    max-width: inherit;
    margin-right: 13px;
    margin-bottom: 1px;
  }
  .tab-target .box_style03 li:last-child {
    margin-right: 0;
  }
  .tab-target .box_style03 li:nth-child(4) {
    margin-right: 0;
  }
  .tab-target .box_style03 li a img {
    max-width: 150px;
    width: 100%;
  }
  .feature2 .layout_1 {
    flex-wrap: wrap;
  }
  .feature2 .layout_1 .left {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0px;
  }
  .feature2 .layout_1 .right {
    flex-basis: 100%;
    width: 100%;
  }
  .feature2 .layout_2 {
    flex-wrap: wrap;
  }
  .feature2 .layout_2 .left {
    flex-basis: 100%;
    width: 100%;
  }
  .feature2 .layout_2 .right {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0px;
  }
  .related_area ul li {
    height: 180px;
  }
  .related_area ul li::before {
    height: 120px;
  }
  .related_area ul li::after {
    font-size: 1.5em;
  }
  .related_area ul li img {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .tab-target .box_style01 li {
    width: calc(100% / 2 - 10px);
    max-width: inherit;
    margin-right: 20px;
  }
  .tab-target .box_style01 li:last-child, .tab-target .box_style01 li:nth-child(4) {
    margin-right: auto;
  }
  .tab-target .box_style01 li:nth-child(even) {
    margin-right: 0;
  }
  .tab-target .box_style01 li a {
    max-width: inherit;
  }
  .tab-target .box_style02 {
    display: block;
  }
  .tab-target .box_style02 li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .tab-target .box_style02 li:last-child {
    margin-right: auto;
  }
  .tbl_area {
    overflow-x: auto;
  }
  .tab-target .box_style03 li {
    width: calc(100% / 2 - 10px);
    max-width: inherit;
    margin-right: 20px;
  }
  .tab-target .box_style03 li:last-child, .tab-target .box_style03 li:nth-child(4) {
    margin-right: auto;
  }
  .tab-target .box_style03 li:nth-child(even) {
    margin-right: 0;
  }
  .tab-target .box_style03 li a {
    max-width: inherit;
  }
  .related_area ul li {
    width: calc(100% / 3 - 15px);
    height: 130px;
    margin: 0 20px 20px 0;
  }
  .related_area ul li::before {
    height: 80px;
  }
  .related_area ul li::after {
    top: 35%;
    font-size: 1.2em;
  }
  .related_area ul li:nth-child(3n) {
    margin: 0 0 20px;
  }
  .related_area ul li:last-child {
    margin: 0;
  }
  .related_area ul li img {
    height: 80px;
  }
  .related_area ul li p {
    font-size: 0.8em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  .tab-target .box_style01 li a {
    padding: 0 20px;
    height: 180px;
  }
  .tab-target .box_style03 li a {
    padding: 0 20px;
    height: 50px;
  }
}