@charset "UTF-8";
/* Reset */
@import url("https://meyerweb.com/eric/tools/css/reset/reset200802.css");
/* AOS */
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
/* GOOGLE FONT */
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");


body {
  scroll-behavior: smooth;
  font-family: "Noto Sans TC", "Heiti TC", STHeiti, HelveticaNeueLTPro-Hv,
    微軟正黑體, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}


.container_aveda a {
  text-decoration: none;
  outline: none !important;
}

/* 固定設定  */
.d_flex {
  display: flex;
}

h1.brand_h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
}

.for_pc {
  display: block;
}

.for_p {
  display: none;
}

.for_m {
  display: none;
}

.container_aveda {
  max-width: 960px;
  margin: 0 auto;
}

.container_aveda img {
  display: block;
}

.aveda_pinkbg {
  background: linear-gradient(to bottom, rgb(12, 9, 4) 0%, rgb(24, 17, 7) 75%, rgb(92, 70, 47) 100%);
  width: 100%;
  background-attachment: fixed;


}


/* Aveda旗艦店表頭  */
.avedah1 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 3.3rem;
  letter-spacing: 3px;
  justify-content: center;
  align-items: end;
  font-weight: 500;
}

.logoaveda {
  display: inline-block;
  max-width: 200px;
  padding-right: 5px;
  padding-left: 5px;
}

@media only screen and (max-width: 1024px) {

  .for_pc {
    display: none;
  }

  .for_p {
    display: block;
  }

  .for_m {
    display: none;
  }

  .avedah1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 750px) {

  .aveda_pinkbg {
    background: #000;
  }

  .avedah1 {
    font-size: 2.5rem;
    letter-spacing: 2px;

  }

  .logoaveda {
    max-width: 150px;
  }

  .container_aveda {
    max-width: 100%;
  }


  .for_pc {
    display: none;
  }

  .for_p {
    display: none;
  }


  .for_m {
    display: block;
  }

}

.swiper {
  width: 100%;
  max-width: 100%;
}


/* 主選單 */
.navSwiper {
  background: #000;
  height: 52px !important;
  display: block;
  /*momo*/
}

.navSwiper .swiper-wrapper {
  margin: 0 auto;
  width: fit-content;
}

.navSwiper .swiper-slide {
  width: fit-content;

}

.navSwiper .swiper-slide a {
  display: block;
  padding: 16px 0;
  min-width: 200px;
  font-size: 20px;
  text-align: center;
  letter-spacing: .025em;
  color: #fff;
  border-right: 1px solid #fff;
  transition: all .3s;
  text-decoration: none;
  outline: none !important;

}

.navSwiper .swiper-slide a:hover {
  display: block;
  background: #fff;
  color: #000;
  transition: all .3s;
}

.navSwiper .swiper-slide:last-child a {
  border: 0;
}

.navSwiper .swiper-slide a img {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 810px) {

  .navSwiper {
    padding: 2vw 2.5vw;
    height: 9.9vw !important;
  }

  .swiper-scrollbar {
    opacity: 0;
  }

  .navSwiper .swiper-slide a {
    padding: 2.9vw;
    min-width: 21.8vw;
    font-size: 3.9vw;
    letter-spacing: .025em;
    color: #fff;
    border: 0;
    background: #242424;
    margin-right: 2.5vw;

  }

  .navSwiper .swiper-slide:last-child a {
    border: 0;
    margin-right: 0;
  }
}



/* 表頭輪播區 */
.headeraveda {
  position: relative;
}


.headerSwiper {
  aspect-ratio: 2000 / 590;
}

.headerpage {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0% !important;
}

.headerpage img {
  width: 100%;
  object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 25px) !important;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.8) !important;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.8) !important;
}

@media only screen and (max-width: 1024px) {
  .headerSwiper {
    aspect-ratio: 1220 / 588;
  }
}

@media only screen and (max-width: 750px) {
  .headerSwiper {
    aspect-ratio: 960 / 1360;
  }



  .swiper-button-next,
  .swiper-button-prev {
    width: 1% !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px !important;
  }

}


.Area_01 {
  width: 100%;
  align-content: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
  gap: 15px;
}

.go_bt img {
  display: block;
  width: 100%;
}

/* 版位3 ECO */
.Area_03 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Area_03 img {
  display: block;
  width: 100%;
}

/* 版位4 滿額贈 */
.Area_04 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Area_04 img {
  width: 100%;
}

/* 版位5 Youtube */

.Area04 {
  max-width: 1175px;
  margin: 0 auto;
}

.youtubeDiv {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtubeDiv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 版位5 小塊輪播區 */
.bonSwiper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}




/* 版位5 小塊輪播區 end*/



/* 標題文字 */

.h2word,
.h3word {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  padding-top: 20px;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
  letter-spacing: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h5word {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans TC", sans-serif;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3;
  line-height: 1;

}



@media screen and (max-width: 1175px) {

  .h2word,
  .h3word {
    font-size: 40px;
  }

  .h5word {
    font-size: 20px;
  }

}


@media screen and (max-width: 767px) {

  .h2word,
  .h3word {
    font-size: 25px;
  }

  .h5word {
    font-size: 20px;
  }

  .Area_01 {
    padding-top: 20px;
    padding-bottom: 10px;

  }

  .Area_03 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .Area_04 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

/* 標題文字 end*/


/* 版位5 排行榜 */

.Arearanking {
  width: 100%;
  height: 730px;
  max-height: 730px;
  position: relative;
  overflow-x: hidden;
}


.hrefhref {
  position: absolute;
  width: 1175px;
  height: 730px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}



.lefthref {
  width: 33%;
  height: 100%;

}

.lefthref a {
  display: block;
  width: 100%;
  height: 100%;
}

.centerhref {
  width: 33%;
  height: 100%;
  margin: 0 auto;

}

.centerhref a {
  display: block;
  width: 100%;
  height: 100%;
}

.righthref {
  width: 33%;
  height: 100%;
  margin-left: auto;

}


.righthref a {
  display: block;
  width: 100%;
  height: 100%;
}




.left {
  width: 100%;
  height: 730px;
  max-height: 730px;
  background: url(award_left.png?t=1750057626978) no-repeat top center;
  position: absolute;
}

.center {
  width: 100%;
  height: 730px;
  max-height: 730px;
  background: url(award_center.png?t=1750057626978) no-repeat top center;
  position: absolute;
}

.right {
  width: 100%;
  height: 730px;
  max-height: 730px;
  background: url(award_right.png?t=1750057626978) no-repeat top center;
  position: absolute;
}




.japanaward {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}


.award1 img,
.award2 img,
.award3 img {
  display: block;
  width: 100%;
}





/* 版位5 排行榜 end*/





/* 版位7 商品排排站 */

.Area07 {
  margin: 0 auto;
}

.Area07 a {
  padding-bottom: 0px;
  transition: 0.2s ease;
}


.Area07 img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.Area07 a:hover,
.Area07 img:hover {
  transform: scale(.98);
  transition: .6s;
}

@media only screen and (max-width: 1024px) {
  .Area07 a img {
    display: block;
    width: 98%;
    margin: 0 auto;
  }

}


/* 商品系列  */

/* 這是標題logo  */
.avlogo {
  display: inline-block;
  max-width: 220px;
  margin-right: 5px;
  filter: invert(100%);
}



@media screen and (max-width: 1175px) {
  .avlogo {
    width: 22%;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .avlogo {
    width: 20%;
    margin-right: 5px;
  }
}

/* 這是標題logo end */


.branditems {
  margin: 0 auto;
}

.branditems ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.branditems li {
  padding-bottom: 20px;
  padding-top: 20px;
  width: calc(100% / 2 - 20px);
}

.branditems li img {
  display: block;
  max-width: 100%;

}



@media screen and (max-width: 1175px) {

  .branditems {
    max-width: 95%;
    margin: 0 auto;
  }

}


@media screen and (max-width: 767px) {
  .branditems li {
    max-width: 95%;
    margin: 0 auto;
  }

}

/* 商品系列  end*/




/* Mission & Footer */

.mission {
  max-width: 100%;

}

.mission img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.footermomo {
  max-width: 97%;
  margin: 0 auto;
}

.footermomo img {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 20px;
}
