.subVisual {
  margin-top: 100px;
  height: 325px;
  position: relative;
}
@media (max-width: 1024px) {
  .subVisual {
    margin-top: 50px;
    height: 225px;
  }
}
.subVisual > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subVisual .txt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.subVisual .txt span {
  display: block;
  margin-bottom: 40px;
}
.subVisual .txt h2 {
  font-size: 2.25rem;
}
.subVisual .txt p {
  font-size: 1.125rem;
}

.subNav {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.subNav > ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
.subNav > ul > li {
  position: relative;
  max-width: 300px;
  box-sizing: border-box;
  margin-left: 20px;
}
.subNav > ul > li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #2079c5;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.subNav > ul > li:first-of-type a {
  justify-content: center;
  padding: 0;
}
.subNav > ul > li:last-of-type::after {
  display: none;
}
.subNav > ul > li > a {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  height: 60px;
  position: relative;
  margin-right: 10px;
}
.subNav > ul > li ul {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 61px;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 0;
  display: none;
}
.subNav > ul > li ul li a {
  display: flex;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
}

.subTitle {
  padding: 100px 0;
  text-align: center;
}
.subTitle span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
.subTitle h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.subTitle p {
  font-size: 1.125rem;
}

.item_list_wrap {
  padding-bottom: 80px;
}
.item_list_wrap .item_list.sub-list {
  max-width: 1300px;
}
.item_list_wrap .item_list.sub-list > li.item {
  width: calc(33% - 15px);
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.item_list_wrap .item_list.sub-list > li.item:not(:nth-of-type(3n)) {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .item_list_wrap .item_list.sub-list > li.item:not(:nth-of-type(3n)) {
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .item_list_wrap .list_tab {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .item_list_wrap .list_tab li a {
    height: 38px;
    padding: 0 14px;
  }
  .item_list_wrap .item_list.sub-list > li.item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .item_list_wrap .item_list.sub-list > li.item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .item_list_wrap .item_list.sub-list > li.item:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }
  .item_list_wrap .item_list.sub-list > li.item a figure {
    margin-bottom: 10px;
  }
  .item_list_wrap .item_list.sub-list > li.item a .item_tit .name {
    width: 100%;
    margin-bottom: 14px;
  }
  .item_list_wrap .item_list.sub-list > li.item a .item_tit .name b {
    font-size: 16px;
  }
  .item_list_wrap .item_list.sub-list > li.item a .item_tit .plus {
    display: none;
  }
  .item_list_wrap .item_list.sub-list > li.item a .price {
    font-size: 20px;
  }
}
#item {
  padding: 80px 0;
}
#item .inner {
  max-width: 1300px;
  margin: 0 auto;
}
#item .inner .detailInfor {
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 80px;
}
#item .inner .detailInfor .left {
  flex-shrink: 0;
  width: calc(50% - 50px);
  box-sizing: border-box;
  margin-right: 50px;
}
#item .inner .detailInfor .left figure {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
#item .inner .detailInfor .left figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#item .inner .detailInfor .left figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#item .inner .detailInfor .left .thumbswiper {
  overflow: hidden;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide {
  width: calc(25% - 11.25px);
  margin: 0 5px;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide a {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide a.on {
  border: 2px solid #2079c5;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#item .inner .detailInfor .left .thumbswiper ul li.swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  padding: 0;
}
#item .inner .detailInfor .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
#item .inner .detailInfor .right .tail {
  color: #a8906c;
  border: 1px solid #a8906c;
  height: 24px;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
#item .inner .detailInfor .right h2 {
  padding: 20px 0;
  font-size: 2rem;
  border-bottom: 1px solid #000;
}
#item .inner .detailInfor .right p {
  padding: 20px 10px;
  font-size: 1rem;
  color: #232323;
  line-height: 24px;
  color: #666;
}
#item .inner .detailInfor .right ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #7c7c7c;
}
#item .inner .detailInfor .right ol li {
  width: calc((100% - 10px) / 2);
  font-size: 0.875rem;
  margin: 10px 0;
  color: #7c7c7c;
}
#item .inner .detailInfor .right dl {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 0.93rem;
  border-bottom: 1px solid #000;
}
#item .inner .detailInfor .right dl dt {
  width: 140px;
  margin-bottom: 0;
  line-height: 35px;
  color: #949499;
}
#item .inner .detailInfor .right dl dt:last-of-type {
  margin-bottom: 0;
}
#item .inner .detailInfor .right dl dd {
  line-height: 35px;
  width: calc(100% - 140px);
  color: #383838;
  font-weight: 600;
}
#item .inner .detailInfor .right dl dd .through {
  text-decoration: line-through;
}
#item .inner .detailInfor .right dl dd select {
  border: 1px solid #aaa;
  height: 35px;
}
#item .inner .detailInfor .right dl dd .big {
  font-size: 1.2em;
}
#item .inner .detailInfor .right dl dd .price {
  font-size: 1.25rem;
}
#item .inner .detailInfor .right dl dd select {
  width: 100%;
}
#item .inner .detailInfor .right .total dl {
  border: none;
  justify-content: space-between;
}
#item .inner .detailInfor .right .total dl dt {
  font-size: 0.875rem;
  color: #232323;
}
#item .inner .detailInfor .right .total dl dd {
  text-align: right;
  font-size: 2.125rem;
  font-weight: 600;
}
#item .inner .detailInfor .right .total dl dd span {
  font-weight: 400;
  font-size: 1.25rem;
}
#item .inner .detailInfor .right ul {
  padding-top: 20px;
  display: flex;
}
#item .inner .detailInfor .right ul li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  box-sizing: border-box;
  height: 60px;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  #item .inner .detailInfor .right ul li {
    height: 100px;
  }
}
#item .inner .detailInfor .right ul li:last-of-type {
  margin-right: 0;
  border: 1px solid #ddd;
}
#item .inner .detailInfor .right ul li button,
#item .inner .detailInfor .right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: inherit;
  border: 0;
  border: none !important;
  background-color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #item .inner .detailInfor .right ul li button,
  #item .inner .detailInfor .right ul li a {
    font-size: 1rem;
  }
}
#item .inner .detailInfor .right ul li button.buy,
#item .inner .detailInfor .right ul li a.buy {
  background-color: #2079c5;
  color: #fff;
}
#item .inner .detailInfor .right .ngp {
  margin-top: 20px;
  width: 100%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.875rem;
  row-gap: 10px;
  padding: 50px 20px;
}
#item .inner .detailInfor .right .ngp img {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #item .inner .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  #item .inner .detailInfor .left {
    flex-shrink: 0;
    width: 70%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #item .inner .detailInfor .right {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #item .inner .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  #item .inner .detailInfor .left {
    flex-shrink: 0;
    width: calc(100% - 20px);
    margin-right: 0;
    margin-bottom: 40px;
    min-width: 330px;
  }
  #item .inner .detailInfor .right {
    width: 100%;
    min-width: 330px;
  }
}
#item .inner .detailcontent {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
#item .inner .detailcontent h4 {
  padding: 20px 0;
  text-align: center;
  font-size: 1.125rem;
  border-top: 2px solid #232323;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
@media (max-width: 768px) {
  #item .inner .detailcontent h4 {
    font-size: 1rem;
  }
}
#item .inner .detailcontent .imgarea {
  padding: 80px 140px;
}
@media (max-width: 768px) {
  #item .inner .detailcontent .imgarea {
    padding: 40px 20px;
  }
}
#item .inner .detailcontent .imgarea figure {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  #item .inner .detailcontent .imgarea figure {
    margin-bottom: 20px;
  }
}
#item .inner .detailcontent .imgarea figure:last-of-type {
  margin-bottom: 0;
}
#item .inner .detailcontent .imgarea figure img {
  width: 100%;
}
#item .inner .detailcontent .imgarea div img {
  width: 100%;
}

.pagination {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.pagination ul li {
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
@media (max-width: 768px) {
  .pagination ul li a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .pagination ul li a img {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pagination ul li.on a {
  color: #2079c5;
}/*# sourceMappingURL=sub.css.map */