.inner {
  max-width: 1600px;
}

.mv {
  margin-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.mv .cate_name {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 16px;
  z-index: 2;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.mv .eg {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 3.2rem;
  position: relative;
  line-height: 1;
  mix-blend-mode: color-dodge;
}
.mv .jp {
  mix-blend-mode: color-dodge;
}
.mv .bread {
  mix-blend-mode: difference;
}
@media all and (max-width: 767px) {
  .mv {
    margin-top: 82px;
    height: 380px;
  }
  .mv img {
    object-fit: cover;
  }
  .mv .cate_name {
    left: 50%;
    width: 100%;
    bottom: 16px;
  }
  .mv .eg {
    font-size: 3rem;
  }
}

.bread {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.2rem;
}
.bread a {
  color: white;
  position: relative;
  text-decoration: none;
  padding-right: 16px;
  display: inline-block;
}
.bread a:before {
  content: ">";
  position: absolute;
  top: 0;
  right: 5px;
}
@media all and (max-width: 767px) {
  .bread {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}

.cate_btns {
  text-align: center;
}
.cate_btns .in {
  display: inline-block;
}
.cate_btns .in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 120px auto 0 auto;
}
.cate_btns .in2 a {
  font-size: 1.5rem;
  border-radius: 4px;
  display: block;
  background: rgba(34, 34, 34, 0.06);
  padding: 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.cate_btns .in2 a:hover {
  opacity: 0.6;
}
@media all and (max-width: 1000px) {
  .cate_btns .in {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media all and (max-width: 767px) {
  .cate_btns .in {
    display: inline-block;
  }
  .cate_btns .in2 {
    gap: 4px;
    margin: 60px auto;
    font-size: 1.4rem;
  }
  .cate_btns .in2 a {
    font-size: 1.3rem;
    padding: 3px 5px;
  }
}

.bw {
  margin: 90px 0 90px 0;
}
@media all and (max-width: 767px) {
  .bw {
    margin: 45px 0;
  }
}

.btn2 {
  text-align: center;
}

.relate {
  padding: 110px 0 0 0;
  margin-top: -10px;
  background: white;
}
.relate .tops {
  display: block;
}
@media all and (max-width: 767px) {
  .relate {
    padding: 60px 0 0 0;
  }
}

.swipe_product, .slides_relate, .slides_recent {
  margin-top: 60px;
  position: relative;
}
.swipe_product a, .slides_relate a, .slides_recent a {
  text-decoration: none;
  color: #333;
}
.swipe_product a .img, .slides_relate a .img, .slides_recent a .img {
  overflow: hidden;
}
.swipe_product a img, .slides_relate a img, .slides_recent a img {
  transition: all 0.3s ease;
}
.swipe_product a:hover img, .slides_relate a:hover img, .slides_recent a:hover img {
  transform: scale(1.05);
}
.swipe_product .txt_area, .slides_relate .txt_area, .slides_recent .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.swipe_product .name, .slides_relate .name, .slides_recent .name {
  margin-top: 24px;
  max-width: 240px;
}
.swipe_product .price, .slides_relate .price, .slides_recent .price {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.6rem;
}
.swipe_product .num, .slides_relate .num, .slides_recent .num {
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: white;
  line-height: 1;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  z-index: 3;
}
.swipe_product .num img, .slides_relate .num img, .slides_recent .num img {
  width: 15px;
  height: auto;
}
.swipe_product .sw_nav, .slides_relate .sw_nav, .slides_recent .sw_nav {
  position: absolute;
  width: 100%;
  top: 36%;
  left: 0;
}
.swipe_product .swiper-button-prev, .swipe_product .swiper-button-next, .slides_relate .swiper-button-prev, .slides_relate .swiper-button-next, .slides_recent .swiper-button-prev, .slides_recent .swiper-button-next {
  width: 64px;
  height: 64px;
  margin-top: 0;
  top: unset;
}
.swipe_product .swiper-button-prev, .slides_relate .swiper-button-prev, .slides_recent .swiper-button-prev {
  left: -32px;
}
.swipe_product .swiper-button-next, .slides_relate .swiper-button-next, .slides_recent .swiper-button-next {
  right: -32px;
}
@media all and (max-width: 767px) {
  .swipe_product, .slides_relate, .slides_recent {
    margin-top: 30px;
  }
  .swipe_product .txt_area, .slides_relate .txt_area, .slides_recent .txt_area {
    display: block;
  }
  .swipe_product .name, .slides_relate .name, .slides_recent .name {
    margin-top: 16px;
    max-width: 240px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .swipe_product .name br, .slides_relate .name br, .slides_recent .name br {
    display: none;
  }
  .swipe_product .num, .slides_relate .num, .slides_recent .num {
    left: 20px;
    top: 20px;
    font-size: 2rem;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
  }
  .swipe_product .num img, .slides_relate .num img, .slides_recent .num img {
    width: 15px;
    height: auto;
  }
  .swipe_product .sw_nav, .slides_relate .sw_nav, .slides_recent .sw_nav {
    top: 33%;
  }
  .swipe_product .swiper-button-prev, .swipe_product .swiper-button-next, .slides_relate .swiper-button-prev, .slides_relate .swiper-button-next, .slides_recent .swiper-button-prev, .slides_recent .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: unset;
  }
  .swipe_product .swiper-button-prev, .slides_relate .swiper-button-prev, .slides_recent .swiper-button-prev {
    left: -12px;
  }
  .swipe_product .swiper-button-next, .slides_relate .swiper-button-next, .slides_recent .swiper-button-next {
    right: -12px;
  }
}

.slides_recent .swiper-slide {
  position: relative;
}
.slides_recent .swiper-slide .tx_bl {
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: white;
  place-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.slides_recent .img {
  overflow: hidden;
}
.slides_recent .img img {
  transition: all 0.3s ease;
}
.slides_recent .img:hover img {
  transform: scale(1.05);
}

footer {
  background: white;
}
footer .inner {
  border-top: 1px solid #E0E0E0;
  padding: 60px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}
footer .inner .menus {
  display: inline-block;
}
footer .inner .menus .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 60px;
}
footer .inner .menus a {
  display: block;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}
footer .inner .menus a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}
footer .inner .menus a:hover:before {
  width: 100%;
}
footer .inner .menus a em {
  font-family: "Marcellus", serif;
}
footer .inner .sns {
  display: inline-block;
  margin-top: 100px;
}
footer .inner .sns .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 24px;
  align-items: center;
}
footer .inner .sns .in img {
  width: 30px;
  height: auto;
}
footer .inner .sns .in a {
  transition: all 0.3s ease;
}
footer .inner .sns .in a:hover {
  opacity: 0.7;
}
footer .inner .copyright {
  padding: 100px 0;
  box-sizing: border-box;
}
footer .inner .copyright i {
  font-size: 1.4rem;
  font-family: "Marcellus", serif;
}
@media all and (max-width: 1200px) {
  footer .inner .menus {
    display: inline-block;
  }
  footer .inner .menus .in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
}
@media all and (max-width: 767px) {
  footer .inner .menus {
    display: block;
  }
  footer .inner .menus .in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  footer .inner .menus a {
    margin-bottom: 3px;
  }
  footer .inner .sns {
    margin-top: 50px;
  }
  footer .inner .sns .in {
    gap: 0 10px;
  }
  footer .inner .sns .in img {
    width: 20px;
  }
  footer .inner .copyright {
    padding: 50px 0;
  }
  footer .inner .copyright i {
    font-size: 1.2rem;
  }
}

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