@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* outline: solid #f00 1px !important;
  background: #000 !important;
  color: #fff !important; */
}
html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}
body {
  margin: 0px;
  padding: 0px;
  background: url("images/bg-05.jpg") top fixed;
  /* 　//設定背景圖片的呈現方式.jpg */
  -moz-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
}
.main {
  font-family: "Noto Sans TC", sans-serif;
}
.main-container {
  max-width: 120rem;
  padding: 0 4.6rem;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  color: #333;
}
.span-inline-block {
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.scaled {
  transition: all 0.3s;
  cursor: pointer;
}
.scaled:hover,
.scaled:active {
  transform: scale(1.1);
}
.scaled2 {
  transition: all 0.3s;
  cursor: pointer;
}
.scaled2:hover,
.scaled2:active {
  transform: scale(1.05);
}

/*****************************/
/* SECTION HERO */
/*****************************/
.section-hero {
  width: 100%;
  background-image: url(images/bg-hero.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.hero {
  display: flex;
  justify-content: end;
  padding-top: 12rem;
  padding-bottom: 3.2rem;
}
.hero-title-img {
  width: 40rem;
}
.hero-title-img-md {
  display: none;
}
.promotion {
  display: flex;
  justify-content: end;
  padding-bottom: 5.2rem;
}
.promotion-set {
  text-align: justify;
}
.promotion-date-img {
  padding-bottom: 0;
}
.promotion-date-img-w {
  display: none;
}
.promotion-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.promotion-flex {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.dot-img {
  padding-top: 1rem;
}
.dot-img-w {
  display: none;
}
.padding-top {
  padding-top: 0.8rem;
}
.promotion-dollar-sign {
  color: #b02d00;
}
.promotion-text-big {
  color: #b02d00;
  font-size: 3rem;
  font-weight: 900;
}
.intro {
  display: flex;
  justify-content: center;
  padding-bottom: 9rem;
}
.intro-text {
  background-color: rgba(36, 36, 36, 1);
  color: bisque;
  padding: 4.6rem;
  border-radius: 1rem;
  text-align: justify;
  max-width: 100rem;
  font-weight: 300;
}
.intro-link:link,
.intro-link:visited {
  color: #fff;
}
.intro-link:hover,
.intro-link:active {
  color: #fff;
}

/*****************************/
/* SECTION BAD HAIR DAY */
/*****************************/
.section-bad-hair-day {
  width: 100%;
  background-image: url(images/bg-01.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding: 9rem 0;
}
.bad-hair-day-img {
  width: 60rem;
  margin-bottom: 4.6rem;
}

/*****************************/
/* SECTION HAIR */
/*****************************/
.section-hair {
  width: 100%;
  background-image: url(images/bg-02.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding: 9rem 0;
}
.hair-title-img {
  margin-bottom: 3.2rem;
}
.hair-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12rem;
}
.hair-set {
  margin-bottom: 6.4rem;
}
.hair-name {
  font-family: "Noto Serif TC", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #58442a;
  text-align: left;
  margin-bottom: 1rem;
}
.hair-descrip {
  text-align: justify;
}

/*****************************/
/* SECTION FASHION */
/*****************************/
.section-fashion {
  width: 100%;
  background-image: url(images/bg-03.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding: 9rem 0;
}
.fashion-title-img {
  margin-bottom: 3.2rem;
}
.fashion-title-img-sm {
  display: none;
}
.fashion-grid {
  display: grid;
  gap: 5.2rem;
  align-items: center;
  justify-content: center;
}
.fashion-grid-3 {
  grid-template-columns: 1fr 2fr;
  margin-bottom: 5.2rem;
}
.fashion-grid-1fr {
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  row-gap: 5.2rem;
  margin-bottom: 10rem;
}
.fashion-text-box {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 4.6rem;
}
.fashion-year-title {
  font-family: "Noto Serif TC", serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #d6bc97;
  text-align: left;
  margin-bottom: 1rem;
}
.fashion-text {
  color: #fff;
  text-align: justify;
  margin-bottom: 4.6rem;
}
.fashion-pic-src {
  font-size: 1.6rem;
  color: #aaa;
  text-align: left;
}
.fashion-pic-img {
  width: 50rem;
}
.fashion-inline-grid {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 4.6rem;
  align-items: center;
  justify-content: center;
}
.fashion-book-text {
  font-family: "Noto Serif TC", serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 2.4rem;
}
.fashion-book-img {
  height: 33rem;
}
.fashion-btn {
  text-align: left;
}
.color-skin {
  color: #d6bc97;
}

/*****************************/
/* SECTION THEY */
/*****************************/
.section-they {
  width: 100%;
  background-image: url(images/bg-04.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding: 9rem 0;
}
.they-title-img {
  margin-bottom: 3.2rem;
}
.they-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  row-gap: 6.4rem;
  align-items: center;
  margin-bottom: 6.4rem;
}
.they-author {
  font-family: "Noto Serif TC", serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.4rem;
  color: #c56838;
}
.they-text {
  text-align: justify;
}
.they-more-grid {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 4.6rem;
  align-items: center;
  justify-content: center;
}
.they-subtitle {
  font-family: "Noto Serif TC", serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  text-align: left;
}
.they-book-flex {
  display: inline-flex;
  gap: 4.6rem;
  align-items: center;
  justify-content: center;
}
.book-img {
  height: 30rem;
}
.color-orange {
  color: #c56838;
}

/*****************************/
/* SECTION RECOMMEND */
/*****************************/
.section-recommend {
  position: relative;
  padding: 9rem 0;
}
.section-recommend-b {
  width: 100%;
  background-image: url(images/bg-06.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding: 6.4rem 0 9rem 0;
}
.margin-bottom-4 {
  margin-bottom: 4.6rem;
}
.margin-bottom-2 {
  margin-bottom: 2rem;
}
.recommend-grid {
  display: inline-grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4.6rem;
  row-gap: 5.2rem;
  align-items: start;
}
.recomment-grid-4 {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  row-gap: 5.2rem;
  align-items: start;
}
.span-2 {
  grid-column: span 2;
}
.span-3 {
  grid-column: span 3;
}
.book-descrip {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.good-img {
  height: 26rem;
}
.recommend-good {
  align-self: center;
}

/*****************************/
/* SECTION PARTNER */
/*****************************/
.section-partner {
  width: 100%;
  background-image: url(images/bg-07.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding: 9rem 0;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6rem;
  align-items: start;
}
.womany {
  text-align: left;
}
.womany-img {
  margin-bottom: 2.4rem;
}

/*****************************/
/* SECTION REFERENCE */
/*****************************/
.section-reference {
  width: 100%;
  background-image: url(images/bg-03.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding: 9rem 0;
}
.reference-flex {
  display: inline-flex;
  flex-direction: column;
  gap: 3.2rem;
}
.reference-item {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.4rem;
  padding: 0.3rem 1.2rem;
  border: solid 0.1rem #fff;
}

/*****************************/
/* SECTION ACTIVITY*/
/*****************************/
.section-activity {
  background-image: url(images/bg-wave.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat-y;
  padding: 9rem 0;
}
.activity {
  background-color: rgba(249, 238, 226, 0.7);
  padding: 6.4rem;
  border-radius: 1rem;
  margin: 0 4.6rem;
}
.activity-header {
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
.activity-part {
  list-style: none;
  padding-bottom: 5rem;
  text-align: justify;
}
.activity_item {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.6;
  margin-bottom: 2rem;
  padding: 0 16px;
  background-color: #acc4b8;
  color: #fff;
}
.activity-item-context {
  margin-left: 4.4rem;
}
.activity_item_sm {
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  list-style: disc;
  padding-left: 3rem;
  padding-right: 2.4rem;
}
.activity_item_sub {
  font-weight: 700;
  color: #71a49b;
  line-height: 1.8;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-decoration: underline;
  text-underline-offset: 1.2rem;
  text-decoration-thickness: 0.1rem;
}
.activity_list {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6;
  color: #333;
}
.activity_link {
  color: #e3007f;
}
.activity-shipping-img {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

/*****************************/
/* TOP */
/*****************************/
.top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
}
