@charset "UTF-8";

/*=============================================================

	Date: 2022-05
	CSS Document ： fwinery

	1.topNews
	2.topConcept
	3.topProduct
	4.topShop
	5.topAccess

=============================================================*/
/* topConcept
============================================================= */
.topConcept_win {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .topConcept_win {
    padding: 135px 0 131px;
  }
}

@media screen and (max-width: 767px) {
  .topConcept_win {
    padding: 0.68rem 0 0.8rem;
  }
}

.topConcept_win::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  background: url(../images/bg_concept.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 768px), print {
  .topConcept_win::before {
    top: 268px;
    width: 8.395rem;
    height: 8.4rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .topConcept_win::before {
    background-image: url(../images/bg_concept_2x.png);
  }
}

@media screen and (max-width: 767px) {
  .topConcept_win::before {
    top: 1.52rem;
    background-image: url(../images/bg_concept.png);
    width: 4.625rem;
    height: 4.98rem;
  }
}

@media screen and (min-width: 768px), print {
  .topConcept_win .text_win {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px), print {
  .topConcept__title_win {
    width: 386.64px;
  }
}

@media screen and (max-width: 767px) {
  .topConcept__title_win {
    width: 2.2554rem;
  }
}

.topConcept__logo_win {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px), print {
  .topConcept__logo_win {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .topConcept__logo_win {
    width: 1.2rem;
  }
}

.topConcept__logo_win img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .topConcept__logo_win + * {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .topConcept__logo_win + * {
    margin-top: 0.4rem;
  }
}

/* topProduct
============================================================= */
@media screen and (min-width: 768px), print {
  .topProduct_win {
    padding: 150px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .topProduct_win {
    padding: 0.7rem 0 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .topProduct_win .section__inner_win {
    padding: 0 0.375rem;
  }
}

@media screen and (min-width: 768px), print {
  .topProduct__title_win {
    width: 3.8892rem;
  }
}

@media screen and (max-width: 767px) {
  .topProduct__title_win {
    width: 2.2687rem;
  }
}

@media screen and (min-width: 768px), print {
  .topProduct__slider_win.swiper-container {
    margin-top: 60px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .topProduct__slider_win.swiper-container {
    margin: 0.4rem 0.25rem 0;
    padding-bottom: 0.35rem;
  }
}

.topProduct__sliderItem_win.swiper-slide {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .topProduct__sliderItem_win.swiper-slide {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .topProduct__sliderItem_win.swiper-slide {
    border-radius: 0.08rem;
  }
}

.topProduct__sliderPagination_win.swiper-pagination {
  left: 0;
  bottom: 0;
}

.topProduct__sliderPagination_win.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border: 1px solid #000;
}

@media screen and (min-width: 768px), print {
  .topProduct__sliderPagination_win.swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .topProduct__sliderPagination_win.swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 10px;
    height: 10px;
  }
}

.topProduct__sliderPagination_win.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
}

/* topMenu
============================================================= */
.topShop_win {
  background: #f1f1f1;
}

@media screen and (min-width: 768px), print {
  .topShop_win {
    padding: 137px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .topShop_win {
    padding: 0.7rem 0 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .topShop__title_win {
    width: 2.1324rem;
  }
}

@media screen and (max-width: 767px) {
  .topShop__title_win {
    width: 1.2439rem;
  }
}

/* topAccess
============================================================= */
@media screen and (min-width: 768px), print {
  .topAccess_win {
    padding: 136px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .topAccess_win {
    padding: 0.78rem 0 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .topAccess__title_win {
    width: 3.096rem;
  }
}

@media screen and (max-width: 767px) {
  .topAccess__title_win {
    width: 1.806rem;
  }
}

@media screen and (min-width: 768px), print {
  .topAccess__address_win {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .topAccess__address_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.topAccess__address_win dt {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .topAccess__address_win dt {
    padding-bottom: 30px;
    border-bottom: 1px solid #333333;
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .topAccess__address_win dt {
    padding-top: 0.15rem;
    padding-right: 0.32rem;
    text-align: right;
    width: 0.93rem;
    font-size: 0.13rem;
  }
}

.topAccess__address_win dd {
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px), print {
  .topAccess__address_win dd {
    padding-top: 30px;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .topAccess__address_win dd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .topAccess__address_win dd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .topAccess__address_win dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.15rem 0 0.15rem 0.2rem;
    border-left: 1px solid #333333;
    font-size: 0.13rem;
    font-weight: bold;
    line-height: 1.92;
  }
  .topAccess__address_win dd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.92) * 0.5em);
    content: "";
  }
  .topAccess__address_win dd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.92) * 0.5em);
    content: "";
  }
}

.topAccess__address_win address {
  font-style: normal;
  line-height: inherit;
  font-weight: inherit;
}
