@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("") top fixed;
  /* 　//設定背景圖片的呈現方式.jpg */
  -moz-background-size: cover;
  background-size: cover;
  background-color: #24211c;
}
.main {
  font-family: "Noto Sans TC", sans-serif;
}
.main-container {
  max-width: 120rem;
  padding: 0 6.4rem;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  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);
  background-position: center top;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 0.1rem;
}
.hero {
  padding-top: 6.4rem;
  padding-bottom: 9.6rem;
  position: relative;
}
.hero-title-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
.hero-title-pic-img {
  width: 18rem;
}
.hero-title-img {
  width: 90rem;
}
.hero-title-md-img {
  display: none;
}
.hero-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: start;
  justify-content: center;
  gap: 5.2rem;
  padding-top: 4.6rem;
}
.hero-intro-content {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6rem;
  text-align: justify;
}
.hero-intro-pink {
  color: #d31b79;
  font-weight: 700;
}
.hero-intro-cta {
  display: inline-block;
  margin-top: 3.2rem;
  color: #fff;
  background-color: #d31b79;
  padding: 0.3rem 1.2rem;
  border-radius: 1rem;
  letter-spacing: 0.3rem;
}

/*****************************/
/* SECTION LIFEISHARD */
/*****************************/
.section-lifeishard {
  width: 100%;
  background-image: url(images/bg-01.jpg);
  background-position: center top;
  position: relative;
  background-repeat: repeat-y;
}
.lifeishard-intro {
  padding-top: 9rem;
}
.lifeishard-intro-img {
  max-width: 100%;
  padding-bottom: 13rem;
}
.lifeishard-title-flex {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.lifeishard-title-pic-img {
  height: 18rem;
}
.lifeishard-subtitle {
  color: #fff;
  padding-bottom: 9.6rem;
}
.lifeishard-subtitle2 {
  color: #fff;
  padding-bottom: 9rem;
}
.selection-grid-2-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  justify-content: center;
  gap: 6.4rem;
  row-gap: 9rem;
  padding-bottom: 9rem;
}
.selection-group-name-img {
  width: 44rem;
  padding-bottom: 2.4rem;
}
.selection-group-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  justify-content: center;
  gap: 2.4rem;
}
.selection-group-3-books {
  grid-column: span 2;
}
.selection-group-grid-3 {
  max-width: 80rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  justify-content: center;
  gap: 2.4rem;
  column-gap: 3.2rem;
}
.book-img {
  height: 33rem;
}
.book-description {
  font-size: 2.2rem;
  color: #ccc;
  padding-top: 1rem;
}
.rotate-3 {
  transform: rotate(3deg);
}
.rotate--5 {
  transform: rotate(-5deg);
}
.rotate--3 {
  transform: rotate(-3deg);
}
.lifeishard-group-name07-b-img {
  display: none;
}

/*****************************/
/* SECTION aroma */
/*****************************/
.section-aroma {
  width: 100%;
  background-image: url(images/bg-02.jpg);
  background-position: center top;
  position: relative;
  background-repeat: repeat-y;
}
.ocopysendingwarm-title {
  padding-top: 5.2rem;
}
.ocopysendingwarm-subtitle {
  color: #ccc;
}
.aroma-title {
  padding-bottom: 3.2rem;
}
.aroma-title-img-md {
  display: none;
}
.aroma-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-bottom: 9rem;
}
.aroma-intro {
  color: #fff;
  text-align: justify;
}
.aroma-subtitle {
  padding-bottom: 3.2rem;
}
.padding-top-9 {
  padding-top: 9rem;
}
.selection-grid-3-cols {
  max-width: 90rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  gap: 4.6rem;
  row-gap: 5.2rem;
  padding-bottom: 9rem;
}
.potion-title-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  padding-bottom: 2rem;
}

/*****************************/
/* SECTION CHICKENSOUP */
/*****************************/
.section-chickensoup {
  width: 100%;
  background-image: url(images/bg-03.jpg);
  background-position: center top;
  position: relative;
  background-repeat: repeat-y;
}
.chickensoup {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.chickensoup-title-grid {
  gap: 0;
  padding-bottom: 3.2rem;
}
.chickensoup-intro-grid {
  padding-bottom: 0;
}
.chickensoup-intro {
  color: #24211c;
  font-weight: 700;
}
.chickensoup-author-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  justify-content: center;
  padding-bottom: 4.6rem;
}
.chickensoup-recommend-title-md-img {
  display: none;
}
.chickensoup-recommend-row1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  max-width: 90rem;
}
.book-description-b {
  color: #24211c;
  font-weight: 500;
}
.chickensoup-recommend-row2 {
  max-width: 120rem;
  height: 60rem;
  background-image: url(images/chickensoup-pic.png);
  background-position: center top;
  position: relative;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: space-between;
}
.width-200 {
  width: 25rem;
}
.chickensoup-recommend-row3 {
  padding-top: 4.4rem;
}

/*****************************/
/* SECTION SOREPATCHES */
/*****************************/
.section-sorepatches {
  width: 100%;
  background-image: url(images/bg-04.jpg);
  background-position: center top;
  position: relative;
  background-repeat: repeat-y;
}
.sorepatches {
  padding-top: 9rem;
}
.sorepatches-title {
  padding-bottom: 2.4rem;
}
.sorepatches-subtitle {
  font-size: 2.4rem;
  color: #24211c;
  font-weight: 500;
  padding-bottom: 2.4rem;
}

/*****************************/
/* SECTION WORKOUT */
/*****************************/
.section-workout {
  width: 100%;
  background-image: url(images/bg-05.jpg);
  background-position: center top;
  position: relative;
  background-repeat: repeat-y;
}
.workout {
  padding-top: 9rem;
}
.workout-subtitle {
  font-size: 2.4rem;
  color: #24211c;
  font-weight: 500;
  padding-top: 3.2rem;
  padding-bottom: 4.6rem;
}
.workout-descrip {
  font-size: 2.4rem;
  color: #24211c;
  font-weight: 500;
  padding-bottom: 2.4rem;
  text-align: justify;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  padding-left: 3.2rem;
}
.workout-title-pic-img {
  height: 50rem;
  padding-bottom: 3.2rem;
}
.book-horizontal-img {
  height: 28rem;
}
.rotate-3-workout {
  transform: rotate(3deg);
}

/*****************************/
/* SECTION AGING */
/*****************************/
.section-aging {
  width: 100%;
  background-image: url(images/bg-06.jpg);
  background-position: center top;
  position: relative;
  background-repeat: repeat-y;
}
.aging {
  padding-top: 9rem;
  padding-bottom: 4rem;
}
.aging-intro {
  color: #24211c;
  font-weight: 700;
  text-align: justify;
}
.selection-group-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  justify-content: center;
  gap: 2.4rem;
  row-gap: 4.6rem;
  padding-bottom: 9rem;
}
.rotate-2 {
  transform: rotate(2deg);
}

/*****************************/
/* SECTION ACTIVITY*/
/*****************************/
.section-activity {
  background-image: url(images/bg-05.jpg);
  padding-top: 4.4rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.activity {
  max-width: 110rem;
  padding: 3rem 5.2rem 8rem 5.2rem;
}
.activity-header {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 5rem;
  margin-top: 3.2rem;
}
.activity-part {
  list-style: none;
  padding-bottom: 5rem;
  text-align: justify;
}
.activity_item {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.6;
  margin-bottom: 2rem;
  padding: 8px 16px;
  background-color: #e6aa95;
  color: #fff;
}
.activity-item-context {
  margin-left: 4.4rem;
}
.activity_list {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6;
  color: #333;
}
.activity_link {
  color: #e3007f;
}

/*****************************/
/* TOP */
/*****************************/
.top {
  position: fixed;
  bottom: 0;
  right: 1rem;
  cursor: pointer;
}
