.led__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 641px) {
  .led__list {
    position: relative;
    margin: 0 0 280px;
  }
}

@media (min-width: 641px) {
  .led__list::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.led__item {
  width: 50%;
  padding: 0 8px;
  margin: 0 0 40px;
  position: relative;
}

@media (min-width: 641px) {
  .led__item {
    width: 20%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #dddddd;
    position: static;
  }
}

.led__item a {
  color: #000000;
}

.led__item:nth-of-type(odd) .led-menu {
  left: 8px;
}

@media (min-width: 641px) {
  .led__item:nth-of-type(odd) .led-menu {
    left: 0;
  }
}

.led__item:nth-of-type(odd) .led-menu__inner::before {
  left: 25%;
  margin-left: -12px;
}

.led__item:nth-of-type(even) .led-menu {
  right: 8px;
}

@media (min-width: 641px) {
  .led__item:nth-of-type(even) .led-menu {
    right: auto;
  }
}

.led__item:nth-of-type(even) .led-menu__inner::before {
  right: 25%;
  margin-right: -12px;
}

.led__btn {
  position: relative;
  display: block;
}

@media (min-width: 641px) {
  .led__btn:hover .led__ttl {
    background-color: #010101;
    color: #ffffff;
  }
  .led__btn:hover .led-menu {
    pointer-events: auto;
    opacity: 1;
  }
}

@media (min-width: 641px) {
  .led__btn.is-open::before {
    opacity: 1;
  }
}

.led__btn.is-open .led__ttl {
  color: #ffffff;
  background-color: black;
}

@media (min-width: 641px) {
  .led__btn.is-open .led__ttl {
    background-color: #010101;
    color: #ffffff;
  }
}

@media (min-width: 641px) {
  .led__btn.is-open .led-menu {
    pointer-events: auto;
    opacity: 1;
  }
}

@media (min-width: 641px) {
  .led__btn::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 20px solid #000000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

.led__btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -4px;
}

.led__img img {
  display: block;
  width: 100%;
}

.led__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
  width: 100%;
  font-size: 14px;
}

@media (min-width: 641px) {
  .led__ttl {
    height: 44px;
    font-size: 16px;
  }
}

@media (min-width: 641px) {
  .led__contents {
    padding: 20px;
    background-color: #e8e8e8;
  }
}

.led-menu {
  display: block !important;
  position: absolute;
  top: 100%;
  width: calc(100vw - 35px);
  padding: 25px 0 0;
  opacity: 0;
}

@media (min-width: 641px) {
  .led-menu {
    display: block !important;
    position: absolute;
    width: 100%;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    padding: 30px 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.led-menu.is-show {
  opacity: 1;
  z-index: 5;
}

@media (min-width: 641px) {
  .led-menu.is-show {
    pointer-events: auto;
  }
}

.led-menu__inner {
  background-color: #000000;
  padding: 20px 15px 30px;
  position: relative;
}

@media (min-width: 641px) {
  .led-menu__inner {
    background-color: #000000;
    padding: 20px;
  }
}

.led-menu__inner::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 16px solid #000000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -15px;
}

@media (min-width: 641px) {
  .led-menu__inner::before {
    display: none;
  }
}

.led-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -10px;
}

@media (min-width: 641px) {
  .led-menu__list {
    margin: 0 -10px -20px;
  }
}

.led-menu__item {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px;
}

@media (min-width: 641px) {
  .led-menu__item {
    width: 20%;
    padding: 0 10px;
    margin: 0;
  }
}

.led-menu__item + .led-menu__item {
  margin-top: 0;
}

@media (min-width: 641px) {
  .led-menu__item + .led-menu__item {
    margin-top: 0;
  }
}

.led-menu__item a {
  color: #ffffff;
}

.led-menu__link {
  display: block;
}

.led-menu__img img {
  display: block;
  width: 100%;
}

.led-menu__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  height: 30px;
  margin-top: 5px;
  position: relative;
}

@media (min-width: 641px) {
  .led-menu__txt {
    font-size: 15px;
    line-height: 1.4;
    height: 50px;
    padding: 0 15px;
    font-weight: 700;
  }
}

.led-menu__txt::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 5px;
}

.led-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-top: 30px;
}

@media (min-width: 641px) {
  .led-menu__close {
    display: none;
  }
}

@media (min-width: 641px) {
  .led-menu__close::before, .led-menu__close::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media (min-width: 641px) {
  .led-menu__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (min-width: 641px) {
  .led-menu__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/*# sourceMappingURL=product.css.map */