#sub-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
  background: white;
}
@media (max-width: 1280px) {
  #sub-main {
    padding-top: 60px;
  }
}
#sub-main .subvisual {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center 26%;
  background-size: cover;
}
@media (max-width: 1280px) {
  #sub-main .subvisual {
    height: 280px;
  }
}
#sub-main .subvisual .container {
  width: 95%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  #sub-main .subvisual .container {
    gap: 12px;
  }
}
#sub-main .subvisual .container > h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: right;
  font-family: "Aggravo", sans-serif;
}
@media (max-width: 1280px) {
  #sub-main .subvisual .container > h1 {
    font-size: 36px;
  }
}
#sub-main .subvisual .container > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: right;
}
@media (max-width: 1280px) {
  #sub-main .subvisual .container > p {
    font-size: 16px;
  }
}

.list-page {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .list-page {
    padding: 70px 0;
  }
}
.list-page .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-page .container .list-tabs {
  width: 100%;
  height: auto;
  margin-bottom: 76px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .list-page .container .list-tabs {
    margin-bottom: 64px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .list-page .container .list-tabs {
    margin-bottom: 40px;
  }
}
.list-page .container .list-tabs li {
  width: 100%;
  height: 76px;
}
@media (max-width: 1280px) {
  .list-page .container .list-tabs li {
    height: 56px;
  }
}
@media (max-width: 768px) {
  .list-page .container .list-tabs li {
    height: 48px;
  }
}
.list-page .container .list-tabs li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .list-page .container .list-tabs li > a {
    padding: 0 12px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .list-page .container .list-tabs li > a {
    font-size: 16px;
  }
}
.list-page .container .list-tabs li.now > a {
  font-weight: 700;
  color: white;
  background: #053866;
}
.list-page .container .page-title {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .list-page .container .page-title {
    margin-bottom: 36px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .list-page .container .page-title {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.list-page .container .sec-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .list-page .container .sec-body {
    gap: 24px;
  }
}
.list-page .container .sec-body .bike-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 24px;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid {
    gap: 40px 16px;
  }
}
@media (max-width: 1024px) {
  .list-page .container .sec-body .bike-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .list-page .container .sec-body .bike-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
  }
}
@media (max-width: 480px) {
  .list-page .container .sec-body .bike-grid {
    grid-template-columns: 1fr;
  }
}
.list-page .container .sec-body .bike-grid .cell {
  width: 100%;
  height: auto;
}
.list-page .container .sec-body .bike-grid .cell > a {
  width: 100%;
  height: auto;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a {
    padding-bottom: 24px;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .list-page .container .sec-body .bike-grid .cell > a {
    padding-bottom: 20px;
    gap: 16px;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .product-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  border: 1px solid #ddd;
  background: white;
}
.list-page .container .sec-body .bike-grid .cell > a .product-thumb .brand-logo {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 50%;
  height: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .product-thumb .brand-logo {
    left: 8px;
    top: 8px;
    width: 100%;
    height: 24px;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .product-thumb .brand-logo > img {
  width: auto;
  height: 100%;
}
.list-page .container .sec-body .bike-grid .cell > a .product-thumb .product-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list-page .container .sec-body .bike-grid .cell > a .product-thumb .product-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-page .container .sec-body .bike-grid .cell > a .product-infos {
  width: 100%;
  height: auto;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .product-infos {
    padding: 0;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .product-infos .tags {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.list-page .container .sec-body .bike-grid .cell > a .product-infos .tags span {
  padding: 4px 10px;
  border-radius: 10000rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .product-infos .tags span {
    font-size: 12px;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .product-infos .tags span.type {
  background: #053866;
  color: white;
}
.list-page .container .sec-body .bike-grid .cell > a .product-infos .tags span.brand {
  background: white;
  border: 1px solid black;
  color: black;
}
.list-page .container .sec-body .bike-grid .cell > a .product-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .product-name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .list-page .container .sec-body .bike-grid .cell > a .product-name {
    font-size: 16px;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .specs {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .specs {
    gap: 2px;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .specs .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .specs .row {
    gap: 8px;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .specs .row dt {
  flex: 0 0 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .specs .row dt {
    flex: 0 0 65px;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .specs .row dt span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #3D3D3D;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .specs .row dt span {
    font-size: 14px;
  }
}
.list-page .container .sec-body .bike-grid .cell > a .specs .row dd {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #053866;
}
@media (max-width: 1280px) {
  .list-page .container .sec-body .bike-grid .cell > a .specs .row dd {
    font-size: 14px;
  }
}
.list-page .container .sec-body .pagination {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.list-page .container .sec-body .pagination a {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  background: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
  text-align: center;
}
.list-page .container .sec-body .pagination a.now, .list-page .container .sec-body .pagination a:hover {
  border-color: #053866;
  background: #053866;
  color: white;
}

.view-page {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.view-page .container {
  width: 95%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.view-page .container .top-area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}
.view-page .container .top-area .left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.view-page .container .top-area .left .product-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.view-page .container .top-area .left .product-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.view-page .container .top-area .left .product-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100% !important;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.view-page .container .top-area .left .product-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.view-page .container .top-area .left .product-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 50%;
  right: unset;
  bottom: unset;
  transform: translate(-50%, -50%);
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.view-page .container .top-area .left .product-swiper .swiper-pagination div {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px) brightness(1.3);
  -webkit-backdrop-filter: blur(10px) brightness(1.3);
  border-radius: 100000rem;
  cursor: pointer;
}
.view-page .container .top-area .left .product-swiper .swiper-pagination div i {
  font-size: 24px;
  font-weight: 800;
  color: #053866;
  font-variation-settings: "wght" 800;
}
.view-page .container .top-area .left .swiper-thumb-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.view-page .container .top-area .left .swiper-thumb-grid .cell {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}
.view-page .container .top-area .left .swiper-thumb-grid .cell > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.view-page .container .top-area .right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.view-page .container .top-area .right .tags {
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.view-page .container .top-area .right .tags span {
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 100000rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.view-page .container .top-area .right .tags span.brand {
  border: 1px solid black;
  color: black;
}
.view-page .container .top-area .right .tags span.type01 {
  border: 1px solid #053866;
  background: #053866;
  color: white;
}
.view-page .container .top-area .right .tags span.what {
  background: black;
  color: white;
}
.view-page .container .top-area .right .product-name {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.view-page .container .top-area .right .short-desc {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
}
.view-page .container .top-area .right .etc-wrap {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-bottom: 1px solid #ccc;
}
.view-page .container .top-area .right .etc-wrap b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.view-page .container .top-area .right .etc-wrap .prod-desc {
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}
.view-page .container .top-area .right .etc-wrap .spec-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.view-page .container .top-area .right .etc-wrap .spec-list li {
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.view-page .container .top-area .right .etc-wrap .spec-list li > em {
  font-weight: 700;
}
.view-page .container .top-area .right .back-to-list {
  align-self: flex-end;
  width: 45%;
  height: 80px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid #aaa;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.view-page .container .bottom-area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.view-page .container .bottom-area .area-title {
  width: 100%;
  height: auto;
  padding-bottom: 32px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.view-page .container .bottom-area .area-contents-wrap {
  width: 100%;
  height: auto;
  padding: 0 4%;
}

.subpage-body-section {
  width: 100%;
  height: auto;
  padding: 100px 0;
}/*# sourceMappingURL=sub.css.map */