#merchandise div.inner {
  max-width: 1440px;
}
#merchandise #hero {
  overflow: visible;
  background: url("../images/equipment_slide_bg.png") no-repeat top left/cover;
  padding: 3em 0 5em;
}
#merchandise #hero ul.item_list {
  display: flex;
  gap: 2em;
  padding: 0 4em;
}
#merchandise #hero ul.item_list li {
  flex: 1;
  background: #ffffff;
  padding: 1.6em 1em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  cursor: pointer;
  box-shadow: 0 0 3px 2px #cccccc;
  position: relative;
}
#merchandise #hero ul.item_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #d9e021;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  z-index: 200;
}
#merchandise #hero ul.item_list li::after {
  color: #d9e021;
  content: "\f058";
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
  font-size: 2.2rem;
  position: absolute;
  top: -2.0rem;
  right: -2.0rem;
  opacity: 0;
  transition: 0.4s;
  z-index: 200;
}
#merchandise #hero ul.item_list li.active {
  position: relative;
  z-index: 150;
}
#merchandise #hero ul.item_list li.active::before, #merchandise #hero ul.item_list li.active::after {
  opacity: 1;
}
#merchandise #hero ul.item_list li.active img {
  scale: 1.2;
  filter: brightness(120%);
}
#merchandise #hero ul.item_list li:hover::before {
  opacity: 1;
  z-index: 150;
  border: 4px solid var(--c-color);
}
#merchandise #hero ul.item_list li:hover img {
  scale: 1.2;
  filter: brightness(100%);
}
#merchandise #hero ul.item_list li div {
  overflow: hidden;
}
#merchandise #hero ul.item_list li div img {
  width: 100%;
  transition: 0.4s;
  filter: brightness(90%);
}
#merchandise #hero ul.item_list li h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#merchandise section.box {
  display: none;
}
#merchandise section.box.active {
  display: block;
}
#merchandise section.box h1 {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 3em;
}
#merchandise section.box h1 small {
  display: block;
  color: #CB3A3C;
  font-size: 60%;
}
#merchandise section.box div.flex {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
}
#merchandise section.box div.flex:nth-of-type(2) {
  margin-top: 5em;
}
#merchandise section.box div.flex div.spec_img {
  flex: 1;
}
#merchandise section.box div.flex div.spec_img img {
  width: 100%;
}
#merchandise section.box div.flex div.spec_tb {
  flex: 1;
  padding-left: 6em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
#merchandise section.box div.flex div.spec_tb .sec h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  width: fit-content;
  border-bottom: 1px solid;
  position: relative;
}
#merchandise section.box div.flex div.spec_tb .sec h2:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: #333333;
  position: absolute;
  top: 0.5em;
  left: -1em;
}
#merchandise section.box div.flex div.spec_tb .sec table {
  width: 80%;
  font-size: 1.6rem;
}
#merchandise section.box div.flex div.spec_tb .sec table th, #merchandise section.box div.flex div.spec_tb .sec table td {
  padding: 0.4em 0;
}
#merchandise section.box div.flex div.spec_tb .sec table th {
  width: 35%;
}
#merchandise section.box div.flex div.spec_tb .sec div.kikaku table th {
  width: auto;
}
#merchandise section.box div.flex div.spec_tb .sec div.kikaku table th:first-child {
  width: 35%;
}

@media screen and (max-width: 1080px) {
  #merchandise #hero {
    padding: 3em 0 5em;
  }
  #merchandise #hero ul.item_list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #merchandise #hero ul.item_list li {
    flex: none;
    width: 46%;
    background: var(--c-color);
    color: #ffffff;
    border-radius: 10px;
  }
  #merchandise #hero ul.item_list li.active::before, #merchandise #hero ul.item_list li.active::after {
    opacity: 1;
  }
  #merchandise #hero ul.item_list li.active::before {
    border-radius: 10px;
  }
  #merchandise #hero ul.item_list li:hover::before {
    border: 4px solid #d9e021;
  }
  #merchandise #hero ul.item_list li div {
    display: none;
  }
  #merchandise #hero ul.item_list li span {
    display: none;
  }
  #merchandise #hero ul.item_list li h2 {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #merchandise section.box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #merchandise section.box h1 {
    font-size: 2.4rem;
  }
  #merchandise section.box h1 small {
    display: block;
    color: #CB3A3C;
    font-size: 60%;
  }
  #merchandise section.box div.flex {
    flex-direction: column;
    font-size: 1.5rem;
    gap: 2em;
  }
  #merchandise section.box div.flex div.spec_tb {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 2em;
    width: 100%;
  }
  #merchandise section.box div.flex div.spec_tb .sec {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #merchandise section.box div.flex div.spec_tb .sec h2 {
    background: var(--c-color);
    font-size: 1.8rem;
    width: 100%;
    border-bottom: none;
    color: #ffffff;
    text-align: center;
  }
  #merchandise section.box div.flex div.spec_tb .sec h2:before {
    display: none;
  }
  #merchandise section.box div.flex div.spec_tb .sec table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-collapse: separate;
    font-size: 1.6rem;
  }
  #merchandise section.box div.flex div.spec_tb .sec table th, #merchandise section.box div.flex div.spec_tb .sec table td {
    padding: 0.4em 1em;
  }
  #merchandise section.box div.flex div.spec_tb .sec table th {
    background: #919191;
    color: #ffffff;
  }
  #merchandise section.box div.flex div.spec_tb .sec table td {
    background: #ffffff;
  }
  #merchandise section.box div.flex div.spec_tb .sec div.js-scroll-hint {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #merchandise section.box div.flex div.spec_tb .sec div.js-scroll-hint table {
    width: 700px;
    min-width: 700px;
  }
}
