@charset "UTF-8";
.products img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.products > .container {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.products .product {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .products .product {
    flex-flow: column wrap;
  }
}
.products .product .procuct_image {
  width: 100%;
  padding: 0 1px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .products .product .procuct_image {
    padding: 0 5px;
  }
}
.products .product .procuct_image .icns {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.products .product .procuct_content {
  padding: 0 1px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .products .product .procuct_content {
    padding: 0 5px;
  }
}
.products .product .procuct_content .brand {
  font-size: 13px;
  padding: 0;
  margin: 60px 0 0 0;
}
.products .product .procuct_content .title {
  padding: 0 0 0.5rem;
  margin: 0;
  text-align: left;
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  .products .product .procuct_content .title {
    font-size: 24px;
  }
}
.products .product .procuct_content .caption {
  letter-spacing: -1px;
}
.products .product .procuct_content .content {
  margin-bottom: 30px;
}
.products .product .soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.products .product .condition {
  font-size: 12px;
}
.products .product .condition > span {
  padding: 5px;
  line-height: 1;
}
.products .product .icontag {
  margin: 0 0 5px !important;
  padding: 0;
  display: flex;
}
.products .product .icontag > li {
  padding: 5px;
  background-color: #eee;
  margin: 0 5px 5px 0;
  font-size: 12px;
}
.products .product .price {
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
.products .product .price.strong {
  color: red;
}
.products .product .price.strong > span {
  font-size: 24px;
}
.products .product .btns {
  margin: 0 auto;
  padding: 0 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .products .product .btns {
    padding: 0 5px;
  }
}
.products .product .btns_head {
  text-decoration: none;
  margin: 0;
  padding: 15px;
  background-color: #121212;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .products .product .btns_head {
    font-size: 14px;
  }
}
.products .product .btns_head span {
  font-weight: 400;
  padding-left: 5px;
}
.products .product .btns_head.fa-plus {
  font-family: "Font Awesome 6 Free";
  content: "\f055";
  font-weight: 900;
}
.products .product .btns_head.fa-minus {
  font-family: "Font Awesome 6 Free";
  content: "\f056";
  font-weight: 900;
}
.products .product .btns_content {
  display: none;
  margin: -1px 0 0 0 !important;
  padding: 0 !important;
  width: inherit;
}
.products .product .btns li {
  display: flex;
}
.products .product .btns li a {
  text-decoration: none;
  width: inherit;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .products .product .btns li a {
    font-size: 14px;
  }
}
.products .product .btns li.btn {
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
  margin: 0;
  border-radius: 0;
}
.products .product .btns li.btn:hover {
  opacity: 0.8;
}
.products .product .btns li.btn_onlinemarket {
  background-color: #053769;
}
.products .product .btns li.btn_digimart {
  background-color: #ff8401;
}
.products .product .btns li.btn_rakuten {
  background-color: #bf1a00;
}
.products .product .btns li.btn_amazon {
  background-color: #ff9900;
}
.products .product .btns li.btn_yahoo {
  background-color: #ff0032;
}
.products .product .btns li.btn_other {
  background-color: #121212;
}
.products .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.products .items > .item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .products .items > .item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1000px) {
  .products .items > .item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .products .items > .item {
    width: 20%;
  }
}

.lity-content {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lity-content::-webkit-scrollbar {
  display: none;
}

.modal_container {
  margin: 0 auto;
  padding: 30px 15px;
}
.modal_container .modal_content {
  color: #fff;
  background-color: #121212;
}
.modal_container .modal_content > .brand {
  padding: 15px 15px 0 15px;
  margin: 0;
}
.modal_container .modal_content > .title {
  padding: 0 15px 10px;
  margin: 0;
  text-align: left;
}
.modal_container .modal_content > .caption {
  padding: 0 15px 15px;
  font-size: 14px;
}
.modal_container .modal_content > .tbl_base {
  font-size: 14px;
}

.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  background-color: #121212;
}
.ytube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ytube a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.grid_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .grid_content {
    margin-bottom: 60px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.grid_content.grid4 {
  gap: 15px 15px;
}
@media screen and (min-width: 641px) {
  .grid_content.grid4 {
    gap: 15px 15px;
  }
}
.grid_content.grid4 > div {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .grid_content.grid4 > div {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 961px) {
  .grid_content.grid4 > div {
    width: calc(33% - 7px);
  }
}
@media screen and (min-width: 1200px) {
  .grid_content.grid4 > div {
    width: calc(25% - 12px);
  }
}
.grid_content.grid3 {
  gap: 15px 15px;
}
@media screen and (min-width: 641px) {
  .grid_content.grid3 {
    gap: 15px 15px;
  }
}
.grid_content.grid3 > div {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .grid_content.grid3 > div {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 961px) {
  .grid_content.grid3 > div {
    width: calc(33% - 7px);
  }
}
.grid_content.grid2 {
  gap: 15px 15px;
}
@media screen and (min-width: 641px) {
  .grid_content.grid2 {
    gap: 15px 15px;
  }
}
.grid_content.grid2 > div {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .grid_content.grid2 > div {
    width: calc(50% - 8px);
  }
}
.grid_content.grid1 {
  gap: 15px 15px;
}
@media screen and (min-width: 961px) {
  .grid_content.grid1 {
    gap: 15px 15px;
  }
}
.grid_content.grid1 > div {
  width: 100%;
}
.grid_content .grid_visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid_content .grid_visual .logo {
  padding: 15%;
}
.grid_content .grid_title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3;
}
.grid_content .text {
  padding: 15px;
}
.grid_content .btn_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.grid_content .btn_area > a {
  height: auto;
  transition: 0.2s;
  line-height: 1.5;
  text-align: center;
  color: #fff !important;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #121212;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none !important;
  margin: 0.25rem !important;
}
.grid_content .btn_area > a:after {
  margin-left: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}

/*# sourceMappingURL=products.css.map */
