/*--------------------------
TOP Slider
---------------------------*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.mv {
  width: 100%;
  height: 100dvh;
  position: relative;
  top: 0;
}

.mv .mv__slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mv__slide .swiper-slide {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.mv__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.mv__slide .swiper-slide-active img,
.mv__slide .swiper-slide-duplicate-active img,
.mv__slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*swiper txt*/
.mv__slide .swiper-txt {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 5%;
  bottom: 6%;
}
.mv__slide .swiper-txt p {
  font-size: 17px;
  line-height: 2;
  font-weight: 700;
}
@media (max-width: 480px) {
  .mv__slide .swiper-txt p {
    font-size: 15px;
  }
}
.mv__slide .swiper-txt .c-btn {
  margin: 30px auto 0;
}

/*
.mv__slide {
  .txt-1 {
    left: 5%;
    bottom: 7%;
  }
  .txt-2 {
    left: 5%;
    bottom: 7%;
  }
  .txt-3 {
    left: 5%;
    bottom: 7%;
  }
  .txt-4 {
    left: 5%;
    bottom: 7%;
  }
}
  */
.swiper-slide-active .swiper-txt {
  -webkit-animation: slideTextFade 2.5s ease-in-out 0s 1 normal;
          animation: slideTextFade 2.5s ease-in-out 0s 1 normal;
}

@-webkit-keyframes slideTextFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideTextFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*scroll*/
.scroll-bar {
  position: absolute;
  right: 0.7%;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .scroll-bar {
    display: none;
  }
}

.scroll-bar__text {
  font-size: 11px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  height: 100px;
  text-align: right;
}
@media (max-width: 480px) {
  .scroll-bar__text {
    font-size: 10px;
  }
}

.scroll-bar__bar {
  width: 2px;
  height: 40px;
  background: rgb(255, 255, 255);
  margin-left: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .scroll-bar__bar {
    margin-left: 6px;
  }
}

.scroll-bar__bar::before {
  content: "";
  width: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  height: 40%;
  -webkit-animation: scroll 1.5s cubic-bezier(1, 0.2, 0.2, 1) infinite;
          animation: scroll 1.5s cubic-bezier(1, 0.2, 0.2, 1) infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 250%, 0);
            transform: translate3d(0, 250%, 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 250%, 0);
            transform: translate3d(0, 250%, 0);
  }
}
/*--------------------------
TOP Bnr
---------------------------*/
.c-top-bnr .c-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.c-top-bnr .c-bnr-list li {
  width: 40%;
}
@media (max-width: 480px) {
  .c-top-bnr .c-bnr-list li {
    width: 46%;
  }
}

/*--------------------------
NEW PRODUCT
---------------------------*/
.c-new-product .new-product-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-new-product .new-product-flex .img-wrap,
.c-new-product .new-product-flex .txt-wrap {
  width: 45%;
}
@media (max-width: 840px) {
  .c-new-product .new-product-flex .img-wrap,
  .c-new-product .new-product-flex .txt-wrap {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .c-new-product .new-product-flex .img-wrap,
  .c-new-product .new-product-flex .txt-wrap {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .c-new-product .new-product-flex .img-wrap {
    margin-bottom: 30px;
  }
}
.c-new-product .new-product-flex .product-name {
  margin-bottom: 30px;
}
.c-new-product .new-product-flex .product-name h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .c-new-product .new-product-flex .product-name h3 {
    font-size: 20px;
  }
}
.c-new-product .new-product-flex .product-name p {
  font-size: 13px;
}
.c-new-product .new-product-flex .illust {
  margin-bottom: 30px;
}
.c-new-product .new-product-flex .c-btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.c-new-product .new-product-bnr a {
  display: block;
  width: 480px;
  max-width: 100%;
  margin: 80px auto 0 auto;
}
@media (max-width: 480px) {
  .c-new-product .new-product-bnr a {
    margin-top: 60px;
  }
}
.c-new-product .new-product-bnr a img {
  width: 100%;
  height: auto;
}

/*--------------------------
PRODUCTS
---------------------------*/
@media (max-width: 480px) {
  .c-products .sec-title {
    margin-bottom: 40px;
  }
}
.c-products .products-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1920px;
  margin-inline: auto;
}
.c-products .products-block:not(:last-of-type) {
  margin-bottom: 150px;
}
@media (max-width: 840px) {
  .c-products .products-block:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .c-products .products-block:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
.c-products .products-block:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-products .products-block:nth-of-type(even) .img-wrap .bottom-img {
  margin-left: auto;
  margin-right: 0;
}
.c-products .products-block .img-wrap {
  width: 52%;
}
@media (max-width: 840px) {
  .c-products .products-block .img-wrap {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .c-products .products-block .img-wrap {
    margin-bottom: 40px;
  }
}
.c-products .products-block .img-wrap .top-img {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .c-products .products-block .img-wrap .top-img {
    margin-bottom: 10px;
  }
}
.c-products .products-block .img-wrap .bottom-img {
  width: 76.87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .c-products .products-block .img-wrap .bottom-img {
    width: 100%;
  }
}
.c-products .products-block .img-wrap .bottom-img div {
  width: calc((100% - 15px) / 2);
}
@media (max-width: 480px) {
  .c-products .products-block .img-wrap .bottom-img div {
    width: calc((100% - 10px) / 2);
  }
}
.c-products .products-block .img-wrap .bottom-img div:first-of-type {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .c-products .products-block .img-wrap .bottom-img div:first-of-type {
    margin-right: 10px;
  }
}
.c-products .products-block .txt-wrap {
  width: 48%;
  padding-left: 6.5%;
  padding-right: 6.5%;
}
@media (max-width: 840px) {
  .c-products .products-block .txt-wrap {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .c-products .products-block .txt-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-products .products-block .txt-wrap .products-name {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .c-products .products-block .txt-wrap .products-name {
    margin-bottom: 30px;
  }
}
.c-products .products-block .txt-wrap .products-name p {
  font-size: 13px;
  margin-bottom: 10px;
}
.c-products .products-block .txt-wrap .products-name h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
@media (max-width: 480px) {
  .c-products .products-block .txt-wrap .products-name h3 {
    font-size: 20px;
  }
}
.c-products .products-block .txt-wrap .products-name h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 18px;
  background: #333;
}
.c-products .products-block .txt-wrap .lead-txt {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .c-products .products-block .txt-wrap .lead-txt {
    margin-bottom: 25px;
  }
}
.c-products .products-block .txt-wrap .c-btn {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .c-products .products-block .txt-wrap .c-btn {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------
LINE UP
---------------------------*/
.p-new_product__more__btn {
  max-width: 250px !important;
  height: 50px !important;
  font-size: 14.5px !important;
  margin-top: 80px !important;
  border-radius: 3px !important;
}
@media (max-width: 480px) {
  .p-new_product__more__btn {
    margin-top: 50px !important;
  }
}