@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html {
  font-size: 16px;
}

body {
  font-size: 100%;
  color: #17181A;
  line-height: 1.44;
  font-weight: 300;
  -ms-text-size-adjust: 100%; /* 2 */
  -moz-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  text-size-adjust: 100%; /* 2 */
  background: #FFFFFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

div,
ul,
li,
header,
footer,
section,
p,
dl,
dt,
dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 取消新版chrome搞出來的黑框bug */
*, *:focus {
  outline: none;
}

button:active, button.active, button:focus, button.focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ==================================================
   BS內建
================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans TC", -apple-system, Segoe UI, Roboto, "微軟正黑體", "Helvetica Neue", Arial, sans-serif; /*無襯線字體sans-serif*/
  font-weight: bold;
  margin: 0 auto;
  background-color: #FFECD5;
  color: #333333;
  padding-top: 5.125rem;
}
@media (min-width: 320px) {
  body {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 5.125rem;
  }
}
body.openNav {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .scrollArea.anchorOffset {
  position: absolute;
}
@media (min-width: 320px) {
  body .scrollArea.anchorOffset {
    top: -4rem;
  }
}
@media (min-width: 768px) {
  body .scrollArea.anchorOffset {
    top: -5.125rem;
  }
}

/* ==================================================
   header
================================================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
@media (min-width: 320px) {
  .navbar {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding: 1rem 1.875rem;
  }
}
.navbar .container-fluid {
  padding: 0;
}
.navbar .nav-link {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  display: block;
  color: #333333;
  text-decoration: none;
}
.navbar .nav-link.is-active {
  color: #EB6E02;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: auto;
}
@media (min-width: 320px) {
  .navbar .navbar-brand img {
    height: 1.875rem;
  }
}
@media (min-width: 390px) {
  .navbar .navbar-brand img {
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand img {
    height: 3.125rem;
  }
}
.navbar-expand-lg .navbar-nav .nav-item {
  margin-top: 1.25rem;
}
.navbar-expand-lg .navbar-nav .nav-item:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-top: 0;
    margin-left: 1.875rem;
  }
  .navbar-expand-lg .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.navbar .navbar-collapse {
  margin-top: 1.25rem;
}
@media (min-width: 320px) {
  .navbar .navbar-collapse.show {
    height: calc(100vh - 4rem);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 991.98px) {
  .navbar .navbar-collapse {
    margin-top: 0;
    height: auto;
  }
}

/* ==================================================
   漢堡按鈕-旋轉X
================================================== */
.navbar-toggler {
  padding: 0;
  border-radius: 0;
  background-color: none;
  border: none;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*Hamburger Menu to X css*/
.navbarX {
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent !important;
  position: relative;
  float: right;
  margin-right: 0;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .navbarX {
    display: none;
  }
}
.navbarX i {
  display: block;
  background: #222222;
  border-radius: 0.1875rem;
  width: 2.3125rem;
  height: 0.1875rem;
}
.navbarX i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
          animation: outT 0.8s backwards; /*若要取消進場動畫*/
  animation-direction: reverse;
}
.navbarX i:nth-child(2) {
  margin: 0.3125rem 0;
  -webkit-animation: outM 0.8s backwards;
          animation: outM 0.8s backwards; /*若要取消進場動畫*/
  animation-direction: reverse;
}
.navbarX i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
          animation: outBtm 0.8s backwards; /*若要取消進場動畫*/
  animation-direction: reverse;
}
.navbarX.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
          animation: inT 0.8s forwards;
}
.navbarX.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
          animation: inM 0.8s forwards;
}
.navbarX.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
          animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(135deg);
            transform: translateY(7px) rotate(135deg); /*微上調2px*/
  }
}
@keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(135deg);
            transform: translateY(7px) rotate(135deg); /*微上調2px*/
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(135deg);
            transform: translateY(7px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(135deg);
            transform: translateY(7px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
            transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg);
  }
}
/* ==================================================
   footer 康健規範-白底黑字款
================================================== */
footer {
  background-color: #fff;
  width: 100%;
  padding: 1.875rem 1.25rem 0.9375rem;
}
footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #2E6232;
  text-decoration: none;
}
footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
footer ul li {
  border-right: 0.0625rem solid #2E6232;
  padding-right: 0.625rem;
  margin: 0 0.625rem 0.625rem 0;
}
footer ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #2E6232;
}
footer ul li a:hover {
  opacity: 0.65;
}
@media (min-width: 320px) {
  footer ul.socialList {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  footer ul.socialList {
    margin-bottom: 2.5rem;
  }
}
footer ul.socialList li {
  border-right: none;
  padding: 0;
  margin-right: 1.875rem;
  margin-bottom: 0;
}
footer ul.socialList li:last-child {
  margin-right: 0;
}
footer ul:last-child {
  margin: 0;
}
footer p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #2E6232;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer ul li {
    padding: 0 5px 0 0;
    margin: 0 5px 10px 0;
  }
}

.btn-more {
  position: fixed;
  bottom: 2em;
  right: 15px;
  z-index: 9;
  opacity: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-animation: loop 2.5s ease-out infinite;
          animation: loop 2.5s ease-out infinite;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media (min-width: 320px) {
  .btn-more {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .btn-more {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.btn-more img {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-more.is-active {
  opacity: 1;
}

.btn {
  padding: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn .btn__text {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* ==================================================
   動畫 animation
================================================== */
@-webkit-keyframes zoomLoop {
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoomLoop {
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.zoomLoop {
  -webkit-animation: zoomLoop 1.5s ease-in infinite alternate;
          animation: zoomLoop 1.5s ease-in infinite alternate;
}

@-webkit-keyframes loop {
  50% {
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
}

@keyframes loop {
  50% {
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
}
@-webkit-keyframes loopReverse {
  50% {
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}
@keyframes loopReverse {
  50% {
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}
.floatLoop {
  -webkit-animation: loop 1.5s ease-in infinite alternate;
          animation: loop 1.5s ease-in infinite alternate;
}

@-webkit-keyframes decoDown {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 180px;
  }
}

@keyframes decoDown {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 180px;
  }
}
@-webkit-keyframes breath {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes breath {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-webkit-keyframes waveBG_hero {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 26rem auto;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 27.875rem auto;
  }
}
@keyframes waveBG_hero {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 26rem auto;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 27.875rem auto;
  }
}
@-webkit-keyframes waveBG_L {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 25.1875rem auto;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 27.0625rem auto;
  }
}
@keyframes waveBG_L {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 25.1875rem auto;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 27.0625rem auto;
  }
}
@-webkit-keyframes waveBG_R {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 50.4375rem auto;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 52.3125rem auto;
  }
}
@keyframes waveBG_R {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 50.4375rem auto;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 52.3125rem auto;
  }
}
@-webkit-keyframes waveBG_process {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 16.9375rem auto;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 18.8125rem auto;
  }
}
@keyframes waveBG_process {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 16.9375rem auto;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    background-size: 18.8125rem auto;
  }
}
/*捲軸觸發區塊效果-inout*/
.inout {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.inout.highlight {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==================================================
   Container
================================================== */
@media (min-width: 320px) {
  .container {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
    padding: 0;
  }
}

/* ==================================================
   Sections
================================================== */
main {
  overflow: hidden;
}

.hero {
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle at 72.9% 21.1%, rgb(255, 146, 68) 11%, rgb(255, 231, 201) 50%);
}
@media (min-width: 320px) {
  .hero .cover {
    position: relative;
    z-index: 5;
    top: -1.25rem;
    left: -7rem;
    width: 46.875rem;
    height: 46.875rem;
  }
}
@media (min-width: 768px) {
  .hero .cover {
    position: absolute;
    top: -4.4375rem;
    left: auto;
    right: -6.3125rem;
    width: 40.75rem;
    height: 40.75rem;
  }
}
@media (min-width: 1024px) {
  .hero .cover {
    top: -2.9375rem;
    right: -8.5rem;
    width: 50.625rem;
    height: 50.625rem;
  }
}
@media (min-width: 1440px) {
  .hero .cover {
    top: -5.9375rem;
    right: -5.3125rem;
    width: 58.75rem;
    height: 58.75rem;
  }
}
.hero .cover .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .cover .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-image: url("../images/kv_wave.png");
  background-size: contain;
  -webkit-animation: breath 3s ease-in-out infinite alternate;
          animation: breath 3s ease-in-out infinite alternate;
}
.hero .cover .wrapper img {
  height: 50%;
  width: 50%;
  z-index: 5;
  -webkit-animation: breath 1.5s ease-in infinite alternate;
          animation: breath 1.5s ease-in infinite alternate;
}
@media (min-width: 1024px) {
  .hero .mainKvBox {
    min-height: 100dvh;
  }
}
.hero .mainKvBox__text {
  position: relative;
  z-index: 10;
}
@media (min-width: 320px) {
  .hero .mainKvBox__text {
    padding-top: 4.5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .hero .mainKvBox__text .intro {
    margin: 1.875rem 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .hero .mainKvBox__text {
    padding-top: 0;
    padding-top: 7.5rem;
    padding-left: 2.5rem;
  }
  .hero .mainKvBox__text .slogan {
    width: 250px;
  }
  .hero .mainKvBox__text .intro {
    margin: 1.25rem 0 6.25rem;
  }
}
@media (min-width: 1024px) {
  .hero .mainKvBox__text {
    padding-top: 8.125rem;
    padding-left: 2.5rem;
  }
  .hero .mainKvBox__text .slogan {
    width: 350px;
  }
  .hero .mainKvBox__text .intro {
    margin: 1.75rem 0 4.5rem;
  }
}
@media (min-width: 1440px) {
  .hero .mainKvBox__text {
    padding-top: 8.4375rem;
    padding-left: 8.125rem;
  }
  .hero .mainKvBox__text .slogan {
    width: 31.25rem;
  }
  .hero .mainKvBox__text .intro {
    margin: 1.375rem 0 1.9375rem;
  }
}
.hero .mainKvBox__text .slogan img {
  width: 100%;
}
.hero .mainKvBox__text .intro {
  line-height: 1.25;
  color: #333333;
}
@media (min-width: 320px) {
  .hero .mainKvBox__text .intro {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero .mainKvBox__text .intro {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .hero .mainKvBox__text .intro {
    font-size: 1.75rem;
  }
}
@media (min-width: 1440px) {
  .hero .mainKvBox__text .intro {
    font-size: 2rem;
  }
}
.hero .mainKvBox__text .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .mainKvBox__text .list > li {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.125rem rgba(255, 255, 255, 0.95);
          box-shadow: 0 0 1.125rem rgba(255, 255, 255, 0.95);
}
@media (min-width: 320px) {
  .hero .mainKvBox__text .list > li {
    margin-right: 0.625rem;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .hero .mainKvBox__text .list > li {
    margin-right: 1.25rem;
    width: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .hero .mainKvBox__text .list > li {
    width: 8.125rem;
  }
}
.hero .mainKvBox__text .list > li:last-child {
  margin-right: 0;
}
.hero .mainKvBox__text .list > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hero .mainKvBox__text .list > li img {
  width: 100%;
}
.hero .mainKvBox__text .list > li span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) {
  .hero .mainKvBox__text .list > li span {
    font-size: 0.6875rem;
    line-height: 1.7;
    font-weight: 400;
  }
}
@media (min-width: 375px) {
  .hero .mainKvBox__text .list > li span {
    font-size: 0.875rem;
    line-height: 1.7;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .hero .mainKvBox__text .list > li span {
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: 400;
  }
}
.hero .mainKvBox__text .list > li:hover:after {
  opacity: 1;
}
.hero .mainKvBox__text .list > li:hover span {
  opacity: 1;
}

.section {
  position: relative;
  /* ==================================================
  	互動測驗
  ================================================== */
  /* ==================================================
  	認識壓力型失眠
  ================================================== */
  /* ==================================================
  	什麼是麥角硫因
  ================================================== */
  /* ==================================================
  	來源製程
  ================================================== */
}
.section .section__title {
  padding: 1.90625rem 0;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.section .section__title .topic {
  position: relative;
  z-index: 5;
  color: #fff;
}
@media (min-width: 320px) {
  .section .section__title .topic {
    font-size: 2.25rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .section .section__title .topic {
    font-size: 2.625rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
  }
}
.section .section__title .sub {
  position: relative;
  z-index: 5;
  margin-top: 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.section .section__title .desc {
  position: relative;
  z-index: 5;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.section .section__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation: decoDown 10s infinite linear;
          animation: decoDown 10s infinite linear;
}
@media (min-width: 320px) {
  .section .section__title:before {
    width: 7.5rem;
    background-size: 7.5rem auto;
  }
}
@media (min-width: 768px) {
  .section .section__title:before {
    width: 15rem;
    background-size: 7.5rem auto;
  }
}
.section .section__content {
  padding-top: 3.125rem;
}
@media (min-width: 320px) {
  .section--quiz {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .section--quiz {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-image: url("../images/bg_hero.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-animation: waveBG_hero 3s ease-in-out infinite alternate;
            animation: waveBG_hero 3s ease-in-out infinite alternate;
  }
}
.section--quiz .container {
  padding: 0;
}
.section--quiz .section__title {
  padding: 0;
  margin-bottom: 1.875rem;
}
.section--quiz .section__title .topic {
  color: #EB6E02;
}
.section--quiz .section__title .sub {
  margin-top: 1.5625rem;
  color: #EB6E02;
}
.section--quiz .section__title .desc {
  margin-top: 3.4375rem;
  color: #333333;
}
.section--quiz .section__title:before {
  display: none;
}
.section--quiz .section__content {
  padding-top: 0;
}
@media (min-width: 320px) {
  .section--quiz .section__content .stressForm .questions {
    padding: 0 1.25rem;
  }
}
.section--about {
  overflow: hidden;
}
.section--about:before, .section--about:after {
  content: "";
  position: fixed;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.7;
}
@media (min-width: 320px) {
  .section--about:before, .section--about:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .section--about:before, .section--about:after {
    display: block;
  }
}
.section--about:before {
  left: 0;
  top: 15vh;
  width: 27.0625rem;
  height: 48.375rem;
  background-position: left center;
  background-image: url("../images/bg_about-left.svg");
  -webkit-animation: waveBG_L 3s ease-in-out infinite alternate;
          animation: waveBG_L 3s ease-in-out infinite alternate;
}
.section--about:after {
  top: -55vh;
  right: 0;
  width: 52.3125rem;
  height: 99.8125rem;
  background-position: right center;
  background-image: url("../images/bg_about-right.svg");
  -webkit-animation: waveBG_R 3s ease-in-out infinite alternate;
          animation: waveBG_R 3s ease-in-out infinite alternate;
}
.section--about .section__title {
  background-color: #EB6E02;
}
.section--about .section__title:before {
  background-image: url("../images/deco_title-light.svg");
  opacity: 0.3;
}
.section--about .section__content .chapter {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .section--about .section__content .chapter {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 768px) {
  .section--about .section__content .chapter {
    margin-bottom: 9.375rem;
  }
}
.section--about .section__content .chapter:last-child {
  margin-bottom: 0;
}
.section--about .section__content .chapter .chapter__title .text {
  color: #EB6E02;
}
.section--about .section__content .chapter .chapter__content .desc,
.section--about .section__content .chapter .chapter__content .paragraph {
  text-align: left;
  color: #EB6E02;
}
.section--about .section__content .chapter:nth-of-type(1) {
  max-width: 41.25rem;
}
@media (min-width: 768px) {
  .section--about .section__content .chapter:nth-of-type(1) {
    margin-bottom: 5.3125rem;
  }
}
.section--about .section__content .chapter:nth-of-type(2) {
  max-width: 41.25rem;
}
@media (min-width: 320px) {
  .section--about .section__content .chapter:nth-of-type(2) .chapter__title {
    margin-bottom: 1.875rem;
  }
  .section--about .section__content .chapter:nth-of-type(2) .chapter__title:before {
    position: absolute;
    left: -1.9375rem;
    top: 3.375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .section--about .section__content .chapter:nth-of-type(2) .chapter__title:after {
    position: absolute;
    right: -1.875rem;
    top: -0.4375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section--about .section__content .chapter:nth-of-type(2) .chapter__title {
    margin-bottom: 2.8125rem;
  }
  .section--about .section__content .chapter:nth-of-type(2) .chapter__title:before {
    left: -1.25rem;
    top: 3.375rem;
    width: 1.625rem;
    height: 1.625rem;
  }
  .section--about .section__content .chapter:nth-of-type(2) .chapter__title:after {
    right: -3.3125rem;
    top: -0.4375rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}
@media (min-width: 320px) {
  .section--about .section__content .chapter:nth-of-type(3) .chapter__title {
    margin-bottom: 1.875rem;
  }
  .section--about .section__content .chapter:nth-of-type(3) .chapter__title:before {
    position: absolute;
    left: -1.9375rem;
    top: 3.375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .section--about .section__content .chapter:nth-of-type(3) .chapter__title:after {
    position: absolute;
    right: -1.875rem;
    top: -0.4375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section--about .section__content .chapter:nth-of-type(3) .chapter__title {
    margin-bottom: 1.875rem;
  }
  .section--about .section__content .chapter:nth-of-type(3) .chapter__title:before {
    position: static;
    margin-right: 0.9375rem;
    width: 1.625rem;
    height: 1.625rem;
  }
  .section--about .section__content .chapter:nth-of-type(3) .chapter__title:after {
    position: static;
    margin-left: 0.9375rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}
.section--about .section__content .chapter:nth-of-type(3) .chapter__content .paragraph {
  max-width: 41.25rem;
  margin-left: auto;
  margin-right: auto;
  color: #EB6E02;
}
@media (min-width: 320px) {
  .section--about .section__content .chapter:nth-of-type(3) .chapter__content .paragraph {
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section--about .section__content .chapter:nth-of-type(3) .chapter__content .paragraph {
    margin-top: 5rem;
  }
}
.section--about .section__content .chapter:nth-of-type(4) {
  max-width: 52rem;
}
@media (min-width: 320px) {
  .section--about .section__content .chapter:nth-of-type(4) .chapter__title {
    margin-bottom: 1.875rem;
  }
  .section--about .section__content .chapter:nth-of-type(4) .chapter__title:before {
    position: absolute;
    left: -1.9375rem;
    top: 3.375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .section--about .section__content .chapter:nth-of-type(4) .chapter__title:after {
    position: absolute;
    right: -1.875rem;
    top: -0.4375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section--about .section__content .chapter:nth-of-type(4) .chapter__title {
    margin-bottom: 2.8125rem;
  }
  .section--about .section__content .chapter:nth-of-type(4) .chapter__title:before {
    position: static;
    margin-right: 0.9375rem;
    width: 1.625rem;
    height: 1.625rem;
  }
  .section--about .section__content .chapter:nth-of-type(4) .chapter__title:after {
    position: static;
    margin-left: 0.9375rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}
.section--about .section__content .chapter:nth-of-type(4) .chapter__content .desc {
  text-align: center;
}
.section--about .section__content .chapter:nth-of-type(4) .chapter__content .collapseTable {
  margin-top: 3.125rem;
}
@media (min-width: 320px) {
  .section--about .section__content .chapter:nth-of-type(5) .chapter__title {
    margin-bottom: 1.875rem;
  }
  .section--about .section__content .chapter:nth-of-type(5) .chapter__title:before {
    position: absolute;
    left: -1.9375rem;
    top: 3.375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .section--about .section__content .chapter:nth-of-type(5) .chapter__title:after {
    position: absolute;
    right: -1.875rem;
    top: -0.4375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section--about .section__content .chapter:nth-of-type(5) .chapter__title {
    margin-bottom: 2.8125rem;
  }
  .section--about .section__content .chapter:nth-of-type(5) .chapter__title:before {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0.9375rem;
    width: 1.625rem;
    height: 1.625rem;
  }
  .section--about .section__content .chapter:nth-of-type(5) .chapter__title:after {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    margin-right: 0.9375rem;
    width: 2.375rem;
    height: 2.375rem;
  }
  .section--about .section__content .chapter:nth-of-type(5) .chapter__title .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.section--about .section__content .chapter:nth-of-type(5) .chapter__content .desc {
  max-width: 41.25rem;
  margin: 0 auto;
}
.section--about .section__content .chapter:nth-of-type(5) .chapter__content .cardGrid {
  margin-top: 3.125rem;
}
.section--about .section__content .chapter:last-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFECD5), to(#B3C9B5));
  background: linear-gradient(180deg, #FFECD5 0%, #B3C9B5 100%);
}
@media (min-width: 320px) {
  .section--about .section__content .chapter:last-child {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .section--about .section__content .chapter:last-child {
    padding-bottom: 9.375rem;
  }
}
.section--about .section__content .chapter .bubble {
  margin: 1.875rem 0;
}
@media (min-width: 320px) {
  .section--about .bubble {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .section--about .bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section--about .bubble .bubbleItem {
  position: relative;
}
@media (min-width: 320px) {
  .section--about .bubble .bubbleItem:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .section--about .bubble .bubbleItem .bubbleItem__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .section--about .bubble .bubbleItem:nth-child(2n) {
    margin-left: 0rem;
    margin-top: -4.1875rem;
  }
}
@media (min-width: 768px) {
  .section--about .bubble .bubbleItem {
    width: 21.625rem;
    height: 21.625rem;
  }
  .section--about .bubble .bubbleItem .bubbleItem__wrap {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .section--about .bubble .bubbleItem:nth-child(2n) {
    margin-left: -2.8125rem;
    margin-top: 5.375rem;
  }
}
.section--information {
  background-color: #D8E5D6;
}
@media (min-width: 320px) {
  .section--information {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .section--information {
    padding-bottom: 9.375rem;
    background-image: url("../images/bg_about-left.svg");
    background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
.section--information .section__title {
  background-color: #2E6232;
}
.section--information .section__title:before {
  background-image: url("../images/deco_title-dark.svg");
  opacity: 0.5;
}
@media (min-width: 320px) {
  .section--information .section__content .chapter {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 768px) {
  .section--information .section__content .chapter {
    margin-bottom: 9.375rem;
  }
}
.section--information .section__content .chapter:last-child {
  margin-bottom: 0;
}
.section--information .section__content .chapter .chapter__title {
  margin-bottom: 2.8125rem;
}
.section--information .section__content .chapter .chapter__title .text {
  color: #2E6232;
}
@media (min-width: 320px) {
  .section--information .section__content .chapter .chapter__title:before {
    position: absolute;
    left: -1.9375rem;
    top: 3.375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .section--information .section__content .chapter .chapter__title:after {
    position: absolute;
    right: -1.875rem;
    top: -0.4375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section--information .section__content .chapter .chapter__title:before {
    left: -1.25rem;
    top: 3.375rem;
    width: 1.625rem;
    height: 1.625rem;
  }
  .section--information .section__content .chapter .chapter__title:after {
    right: -3.3125rem;
    top: -0.4375rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}
.section--information .section__content .chapter .chapter__content .desc {
  max-width: 41.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #2E6232;
}
@media (min-width: 1200px) {
  .section--information .section__content .chapter:nth-child(1) .container {
    max-width: 1010px;
  }
}
.section--information .section__content .chapter:nth-child(1) .chapter__content .desc {
  margin-bottom: 5rem;
}
.section--information .section__content .chapter:nth-child(1) .tabBlock .nav {
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) {
  .section--information .section__content .chapter:nth-child(1) .tabBlock .nav {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .section--information .section__content .chapter:nth-child(1) .tabBlock .nav {
    margin-bottom: 0;
  }
}
.section--information .section__content .chapter:nth-child(1) .tabBlock .tabContent {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
@media (min-width: 320px) {
  .section--information .section__content .chapter:nth-child(1) .tabBlock .tabContent {
    border-radius: 1.875rem;
    border: 1.25rem solid #609464;
  }
}
@media (min-width: 1024px) {
  .section--information .section__content .chapter:nth-child(1) .tabBlock .tabContent {
    border-radius: 0 1.875rem 1.875rem 1.875rem;
    border: 1.875rem solid #609464;
  }
}
.section--information .section__content .chapter:nth-child(1) .slickList--merits {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section--information .section__content .chapter:nth-child(1) .slickList--merits.slick-initialized {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.section--information .section__content .chapter:nth-child(1) .slickList--merits .slick-dots {
  position: relative;
  bottom: auto;
}
@media (min-width: 320px) {
  .section--information .section__content .chapter:nth-child(1) .slickList--merits .slick-dots {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .section--information .section__content .chapter:nth-child(1) .slickList--merits .slick-dots {
    margin-top: 45px;
  }
}
.section--information .section__content .chapter:nth-child(1) .slickList--merits .slick-dots li {
  width: 0.9375rem;
  height: 0.9375rem;
}
.section--information .section__content .chapter:nth-child(1) .slickList--merits .slick-dots li button {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: #D8E5D6;
}
.section--information .section__content .chapter:nth-child(1) .slickList--merits .slick-dots li button:before {
  font-size: 0;
}
.section--information .section__content .chapter:nth-child(1) .slickList--merits .slick-dots li.slick-active button {
  background-color: #2E6232;
}
@media (min-width: 320px) {
  .section--information .section__content .chapter:nth-child(2) .container {
    padding: 0;
  }
}
@media (min-width: 320px) {
  .section--information .section__content .chapter:nth-child(2) .scrollWrap {
    padding-left: 1.25rem;
  }
  .section--information .section__content .chapter:nth-child(2) .scrollWrap:after {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 0.0625rem;
  }
}
@media (min-width: 1024px) {
  .section--information .section__content .chapter:nth-child(2) .scrollWrap {
    padding-left: 0;
  }
  .section--information .section__content .chapter:nth-child(2) .scrollWrap:after {
    display: none;
  }
}
.section--information .section__content .chapter:nth-child(2) .tabBlock .nav {
  margin-bottom: 3.125rem;
}
.section--process {
  position: relative;
  background-color: #D8E5D6;
}
.section--process:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.7;
  top: 20%;
  right: 0;
  width: 18.8125rem;
  height: 43.75rem;
  background-position: right center;
  background-image: url("../images/bg_process.png");
  -webkit-animation: waveBG_process 3s ease-in-out infinite alternate;
          animation: waveBG_process 3s ease-in-out infinite alternate;
  background-size: 18.8125rem 43.75rem;
}
@media (min-width: 320px) {
  .section--process:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .section--process:after {
    display: block;
  }
}
.section--process .section__title {
  background-color: #2E6232;
}
.section--process .section__title:before {
  background-image: url("../images/deco_title-dark.svg");
  opacity: 0.3;
}
.section--process .section__content .chapter {
  position: relative;
}
.section--process .section__content .chapter:last-child {
  margin-bottom: 0;
}
@media (min-width: 320px) {
  .section--process .section__content .chapter {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .section--process .section__content .chapter {
    margin-bottom: 8.125rem;
  }
}
.section--process .section__content .chapter:nth-child(1) {
  position: relative;
  z-index: 5;
}
.section--process .section__content .chapter:nth-child(1) .chapter__content .tabContent {
  margin-top: 3.125rem;
}
.section--process .section__content .chapter:nth-child(2) {
  position: relative;
}
.section--process .section__content .chapter:nth-child(2) .chapter__title {
  margin-bottom: 3.125rem;
}
.section--process .section__content .chapter:nth-child(2) .chapter__title .text {
  color: #2E6232;
}
@media (min-width: 320px) {
  .section--process .section__content .chapter:nth-child(2) .chapter__title:before {
    margin-right: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .section--process .section__content .chapter:nth-child(2) .chapter__title:after {
    margin-left: 0.9375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .section--process .section__content .chapter:nth-child(2) .chapter__title:before {
    width: 1.625rem;
    height: 1.625rem;
  }
  .section--process .section__content .chapter:nth-child(2) .chapter__title:after {
    width: 2.375rem;
    height: 2.375rem;
  }
}
@media (min-width: 320px) {
  .section--process .section__content .chapter:nth-child(2) .slickList--article .slickList__item {
    margin-bottom: 1.875rem;
  }
  .section--process .section__content .chapter:nth-child(2) .slickList--article .slickList__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section--process .section__content .chapter:nth-child(2) .slickList--article .slick-list {
    margin: 0 -0.625rem;
  }
  .section--process .section__content .chapter:nth-child(2) .slickList--article .slickList__item {
    margin-bottom: 0;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.section--process .section__content .chapter:last-child {
  padding-bottom: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #D8E5D6), to(#fff));
  background: linear-gradient(180deg, #D8E5D6 60%, #fff 100%);
}
.section--process .section__content .chapter:last-child .container {
  position: relative;
  z-index: 5;
}

.chapter .container {
  text-align: center;
}
.chapter__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chapter__title .text {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: #fff;
  border-radius: 5rem;
}
@media (min-width: 320px) {
  .chapter__title .text {
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .chapter__title .text {
    padding: 0.875rem 2.5rem;
  }
}
.chapter__title:before, .chapter__title:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
.chapter__content .desc {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.chapter__content .paragraph {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
}

.nav--process {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 320px) {
  .nav--process {
    padding: 0;
  }
}
.nav--process .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.625rem 0.625rem;
}
.nav--process .nav-item:nth-last-child(-2n+1), .nav--process .nav-item:nth-last-child(-2n+2) {
  margin-bottom: 0;
}
.nav--process .tabBtn {
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) {
  .nav--process .tabBtn {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .nav--process .tabBtn {
    width: 10rem;
    height: 10rem;
  }
}
.nav--process .tabBtn .tabBtn__icon {
  width: 3.875rem;
  height: 3.875rem;
  background-size: 3.875rem;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav--process .tabBtn .tabBtn__text {
  color: #2E6232;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) {
  .nav--process .tabBtn .tabBtn__text {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .nav--process .tabBtn .tabBtn__text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
.nav--process .tabBtn.active {
  background-color: #2E6232;
}
.nav--process .tabBtn.active .tabBtn__text {
  color: #fff;
}
.nav--process .tabBtn--natural .tabBtn__icon {
  background-image: url("../images/deco_tab-natural_inactive.svg");
}
.nav--process .tabBtn--natural.active .tabBtn__icon {
  background-image: url("../images/deco_tab-natural_active.svg");
}
.nav--process .tabBtn--skill .tabBtn__icon {
  background-image: url("../images/deco_tab-skill_inactive.svg");
}
.nav--process .tabBtn--skill.active .tabBtn__icon {
  background-image: url("../images/deco_tab-skill_active.svg");
}
.nav--process .tabBtn--mark .tabBtn__icon {
  background-image: url("../images/deco_tab-mark_inactive.svg");
}
.nav--process .tabBtn--mark.active .tabBtn__icon {
  background-image: url("../images/deco_tab-mark_active.svg");
}
.nav--process .tabBtn--process .tabBtn__icon {
  background-image: url("../images/deco_tab-process_inactive.svg");
}
.nav--process .tabBtn--process.active .tabBtn__icon {
  background-image: url("../images/deco_tab-process_active.svg");
}
.nav--process .tabBtn:hover {
  opacity: 0.8;
}
@media not screen and (hover: hover) {
  .nav--process .tabBtn:hover {
    opacity: 1;
  }
}
.nav--compare {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 320px) {
  .nav--compare {
    padding: 0;
  }
}
@media (min-width: 320px) {
  .nav--compare .nav-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .nav--compare .nav-item {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}
.nav--compare .tabBtn {
  border-radius: 2.1875rem;
  border: 0.0625rem solid #2E6232;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) {
  .nav--compare .tabBtn {
    width: 18.75rem;
    padding: 1.25rem 0;
  }
}
@media (min-width: 768px) {
  .nav--compare .tabBtn {
    width: auto;
    padding: 1.25rem 3.125rem;
  }
}
.nav--compare .tabBtn .tabBtn__text {
  color: #2E6232;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.nav--compare .tabBtn.active {
  background-color: #2E6232;
}
.nav--compare .tabBtn.active .tabBtn__text {
  color: #fff;
}
.nav--compare .tabBtn:hover {
  opacity: 0.8;
}
@media not screen and (hover: hover) {
  .nav--compare .tabBtn:hover {
    opacity: 1;
  }
}
@media (min-width: 320px) {
  .nav--merit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -0.625rem;
  }
}
@media (min-width: 1024px) {
  .nav--merit {
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 320px) {
  .nav--merit .nav-item {
    margin: 0 0.625rem 1rem;
  }
}
@media (min-width: 1024px) {
  .nav--merit .nav-item {
    margin: 0;
  }
}
.nav--merit .tabBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) {
  .nav--merit .tabBtn {
    width: 10.25rem;
    padding: 0.4375rem 0;
    border-radius: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .nav--merit .tabBtn {
    width: auto;
    padding: 0.75rem 1.875rem;
    height: 3.4375rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.nav--merit .tabBtn .tabBtn__text {
  color: #2E6232;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
}
.nav--merit .tabBtn.active {
  background-color: #2E6232;
}
.nav--merit .tabBtn.active .tabBtn__text {
  color: #fff;
}
@media (min-width: 1024px) {
  .nav--merit .tabBtn.active .tabBtn__text {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
.nav--merit .tabBtn:hover {
  opacity: 0.8;
}
@media not screen and (hover: hover) {
  .nav--merit .tabBtn:hover {
    opacity: 1;
  }
}

.stressForm__questions {
  margin: 0 auto;
  max-width: 41.25rem;
  border: 2px solid #333333;
  border-radius: 1.75rem;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 320px) {
  .stressForm__questions {
    padding: 3.125rem 1.75rem;
  }
}
@media (min-width: 768px) {
  .stressForm__questions {
    padding: 3.125rem 2.375rem;
  }
}
.stressForm .quizBox {
  display: none;
}
.stressForm .quizBox.active {
  display: block;
}
.stressForm .quizBox__question {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.stressForm .quizBox__question > span {
  display: block;
  margin-bottom: 0.5rem;
}
.stressForm .quizBox__option {
  margin-top: 2.8125rem;
}
.stressForm .quizBox__option ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 320px) {
  .stressForm .quizBox__option ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4rem;
  }
  .stressForm .quizBox__option ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1.25rem;
  }
  .stressForm .quizBox__option ul > li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .stressForm .quizBox__option ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
  .stressForm .quizBox__option ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
  .stressForm .quizBox__option ul > li:last-child {
    margin-right: 0;
  }
}
.stressForm .quizBox__option input[type=radio] {
  display: none;
}
.stressForm .quizBox__option input[type=radio]:checked + label {
  background-color: #333333;
}
.stressForm .quizBox__option label {
  display: block;
  padding: 0.875rem 0;
  background-color: #EB6E02;
  border-radius: 1.625rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
.stressForm .quizBox__option label:hover {
  background-color: #333333;
}
.stressForm .resultBox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media (min-width: 320px) {
  .stressForm .resultBox {
    padding: 10rem 1.875rem;
    background-image: url("../images/bg_quiz-ressult-mb.png");
  }
}
@media (min-width: 768px) {
  .stressForm .resultBox {
    padding: 6.25rem 0;
    margin: 0 auto;
    background-image: url("../images/bg_quiz-ressult-pc.png");
  }
  .stressForm .resultBox .resultBox__title,
  .stressForm .resultBox .resultBox__content {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .stressForm .resultBox {
    max-width: 52.875rem;
    padding: 11.25rem 14.9375rem 11.25rem 12.875rem;
  }
}
.stressForm .resultBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #EB6E02;
}
.stressForm .resultBox__title .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.stressForm .resultBox__title .range {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.stressForm .resultBox__content {
  margin-top: 0.625rem;
}
.stressForm .resultBox__content p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.625rem;
}
.stressForm .resultBox__content p:last-child {
  margin-bottom: 0;
}
.stressForm .resultBox__action {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stressForm .resultBox__action .restartBtn {
  display: inline-block;
  border: none;
  padding: 0.875rem 1.25rem;
  background-color: #EB6E02;
  border-radius: 1.625rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
.stressForm .resultBox__action .restartBtn:hover {
  background-color: #333333;
}

.bubbleItem {
  background-image: url("../images/bg_bubble.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 1.875rem rgba(163, 171, 196, 0.3);
          box-shadow: 0 0 1.875rem rgba(163, 171, 196, 0.3);
  border-radius: 50%;
}
.bubbleItem__wrap {
  width: 13.125rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bubbleItem__wrap .title {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.bubbleItem__wrap .intro {
  margin-top: 0.625rem;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.collapseTable {
  max-width: 52rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 320px) {
  .collapseTable {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .collapseTable {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.collapseTable .collapseGroup {
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 320px) {
  .collapseTable .collapseGroup {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .collapseTable .collapseGroup {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.collapseTable .collapseGroup .collapseWrap {
  background: #fff;
}
.collapseTable .collapseGroup--main .collapseWrap {
  border: 0.125rem solid #EB6E02;
  border-radius: 1.875rem;
}
.collapseTable .collapseGroup--main .versusTable__title {
  background: -webkit-gradient(linear, left top, right top, color-stop(42%, rgb(235, 110, 2)), to(rgb(255, 236, 213)));
  background: linear-gradient(90deg, rgb(235, 110, 2) 42%, rgb(255, 236, 213) 100%);
}
.collapseTable .collapseGroup--sub .collapseWrap {
  border: 0.125rem solid #fff;
  border-radius: 1.875rem;
}
.collapseTable .collapseGroup--sub .versusTable__title {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgb(210, 197, 180)), to(rgb(255, 236, 213)));
  background: linear-gradient(90deg, rgb(210, 197, 180) 60%, rgb(255, 236, 213) 100%);
}
.collapseTable .collapseGroup.active .collapseWrap {
  height: 100%;
}
.collapseTable .collapseGroup__switcher {
  padding: 1.875rem 0;
  border-radius: 0 0 1.875rem 1.875rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.collapseTable .collapseGroup__switcher:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/deco_switcher.svg");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.collapseTable .collapseGroup__switcher:hover:before {
  opacity: 0.7;
}
.collapseTable .collapseGroup__content {
  overflow: visible;
}

.versusTable {
  padding: 0.4375rem;
}
.versusTable__title {
  border-radius: 1.875rem;
  padding: 1.5625rem 0;
}
.versusTable__title .text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.versusTable__content {
  margin-top: 1.25rem;
}
@media (min-width: 320px) {
  .versusTable__content {
    padding: 0 0.8125rem;
  }
}
@media (min-width: 768px) {
  .versusTable__content {
    padding: 0 2.0625rem;
  }
}

.versusList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.versusList > li .list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.8125rem;
}
.versusList > li .list > li {
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: 1.25rem;
}
.versusList > li .list > li:last-child {
  margin-bottom: 0;
}
.versusList > li .list > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/deco_list.svg");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  top: 0.4375rem;
  left: 0;
}
.versusList > li .title {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 500;
}
.versusList > li .content {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
}
.versusList--insomnia > li {
  margin-bottom: 2.5rem;
}
.versusList--insomnia > li[data-category=early-wake], .versusList--insomnia > li[data-category=drowsiness], .versusList--insomnia > li[data-category=physical] {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.versusList--insomnia > li[data-category=early-wake].expanded, .versusList--insomnia > li[data-category=drowsiness].expanded, .versusList--insomnia > li[data-category=physical].expanded {
  overflow: visible;
  margin-bottom: 20px;
  opacity: 1;
}
.versusList--insomnia > li .title {
  color: #EB6E02;
}
.versusList--insomnia > li .content {
  color: #333333;
}
.versusList--ingredient > li {
  padding: 0.625rem 0;
}
.versusList--ingredient > li:last-child {
  border-bottom: none !important;
}
.versusList--ingredient > li .title {
  color: #EB6E02;
}
.versusList--ingredient > li .content {
  color: #333333;
}
.versusList--ingredient.is-main > li {
  border-bottom: 0.0625rem solid #fff;
}
.versusList--ingredient.is-main > li .title {
  color: #D8E5D6;
}
.versusList--ingredient.is-main > li .content {
  color: #fff;
}
.versusList--ingredient.is-sub > li {
  border-bottom: 0.0625rem solid #EB6E02;
}

@media (min-width: 320px) {
  .scrollWrap {
    overflow-x: scroll;
  }
}
@media (min-width: 1024px) {
  .scrollWrap {
    overflow-x: visible;
  }
}

.cardGrid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 320px) {
  .cardGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .cardGrid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 320px) {
  .cardGrid--feature {
    padding: 0 1.0625rem;
  }
  .cardGrid--feature > li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1.25rem;
  }
  .cardGrid--feature > li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cardGrid--feature {
    padding: 0;
  }
  .cardGrid--feature > li {
    width: calc((100% - 3.75rem) / 3);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 3.75rem) / 3);
            flex: 0 0 calc((100% - 3.75rem) / 3);
    margin: 0.9375rem;
  }
  .cardGrid--feature > li:nth-child(3n) {
    margin-right: 0;
  }
  .cardGrid--feature > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .cardGrid--feature > li:nth-last-child(-3n+1), .cardGrid--feature > li:nth-last-child(-3n+2), .cardGrid--feature > li:nth-last-child(-3n+3) {
    margin-bottom: 0;
  }
}
.cardGrid--feature .features {
  width: 100%;
  height: 11.75rem;
}
.cardGrid--feature > li:nth-child(odd) .features .features__front,
.cardGrid--feature > li:nth-child(odd) .features .features__back {
  background-color: #EB6E02;
}
.cardGrid--feature > li:nth-child(even) .features__front,
.cardGrid--feature > li:nth-child(even) .features__back {
  background-color: #333333;
}
@media (min-width: 320px) {
  .cardGrid--effect {
    padding: 0 0.9375rem;
  }
  .cardGrid--effect > li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 2.5rem;
  }
  .cardGrid--effect > li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cardGrid--effect {
    padding: 0;
    margin: 0 -0.625rem;
  }
  .cardGrid--effect > li {
    width: calc((100% - 2.5rem) / 3);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 2.5rem) / 3);
            flex: 0 0 calc((100% - 2.5rem) / 3);
    margin: 0 0.625rem;
  }
  .cardGrid--effect > li:nth-child(3n) {
    margin-right: 0;
  }
  .cardGrid--effect > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.cardGrid--effect > li:nth-child(odd) .effects__image {
  -webkit-animation: loop 1.5s ease-in infinite alternate;
          animation: loop 1.5s ease-in infinite alternate;
}
.cardGrid--effect > li:nth-child(odd) .effects__text {
  background-color: #FFECD5;
}
.cardGrid--effect > li:nth-child(even) .effects__image {
  -webkit-animation: loopReverse 1.5s ease-in infinite alternate;
          animation: loopReverse 1.5s ease-in infinite alternate;
}
.cardGrid--effect > li:nth-child(even) .effects__text {
  background-color: #fff;
}
.cardGrid--ingredient {
  width: 100%;
}
@media (min-width: 320px) {
  .cardGrid--ingredient {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cardGrid--ingredient > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.6875rem;
          flex: 0 0 14.6875rem;
  margin-right: 1.25rem;
}
@media (min-width: 320px) {
  .cardGrid--ingredient > li.fake {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.0625rem;
            flex: 0 0 0.0625rem;
    height: 0.0625rem;
  }
}
@media (min-width: 1024px) {
  .cardGrid--ingredient > li.fake {
    display: none;
  }
}
@media (min-width: 1024px) {
  .cardGrid--ingredient > li:nth-child(4) {
    margin-right: 0;
  }
}
.cardGrid .features {
  color: #fff;
  position: relative;
  cursor: pointer;
}
.cardGrid .features .features__front,
.cardGrid .features .features__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 1.875rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: ease-in-out 600ms;
  transition: ease-in-out 600ms;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.cardGrid .features .features__front .icon {
  margin-bottom: 0.625rem;
}
@media (min-width: 320px) {
  .cardGrid .features .features__front .title {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .cardGrid .features .features__front .title {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
.cardGrid .features .features__back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding: 0 2.5rem;
}
.cardGrid .features .features__back p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.cardGrid .features:hover .features__front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cardGrid .features:hover .features__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cardGrid .effects .effects__image {
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 auto;
}
.cardGrid .effects .effects__image img {
  width: 100%;
}
.cardGrid .effects .effects__text {
  margin-top: -2.8125rem;
  padding: 4.6875rem 2.5rem 2.5rem;
  border-radius: 1.875rem;
}
.cardGrid .effects .effects__text .title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #EB6E02;
}
.cardGrid .effects .effects__text .intro {
  margin-top: 0.625rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}
.cardGrid .ingredients {
  padding: 1.25rem;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.cardGrid .ingredients .ingredients__top .media {
  width: 5.3125rem;
  height: 5.3125rem;
  margin: 0 auto;
}
.cardGrid .ingredients .ingredients__top .media img {
  width: 100%;
}
.cardGrid .ingredients .ingredients__top .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.625rem;
}
.cardGrid .ingredients .ingredients__body {
  margin-top: 1.6875rem;
}
.cardGrid .ingredients--main {
  background-color: #609464;
}
.cardGrid .ingredients--main .ingredients__top .title {
  color: #D8E5D6;
}
.cardGrid .ingredients--sub {
  background-color: #fff;
}
.cardGrid .ingredients--sub .ingredients__top .title {
  color: #EB6E02;
}

.compareTable__container {
  overflow: hidden;
  position: relative;
}
.compareTable__container .wrap {
  position: relative;
  overflow-x: auto;
}
@media (min-width: 320px) {
  .compareTable__container {
    padding-left: 1.25rem;
  }
  .compareTable__container .wrap {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .compareTable__container {
    padding-left: 0;
  }
  .compareTable__container .wrap {
    padding-right: 0;
  }
}
.compareTable .vsTable {
  border-collapse: collapse;
  table-layout: fixed;
}
@media (min-width: 320px) {
  .compareTable .vsTable {
    width: 48.75rem;
  }
}
@media (min-width: 1024px) {
  .compareTable .vsTable {
    width: 62.5rem;
  }
}
.compareTable .vsTable th,
.compareTable .vsTable td {
  text-align: left;
}
@media (min-width: 320px) {
  .compareTable .vsTable th:nth-child(1), .compareTable .vsTable th:nth-child(2),
  .compareTable .vsTable td:nth-child(1),
  .compareTable .vsTable td:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .compareTable .vsTable th:nth-child(1),
  .compareTable .vsTable td:nth-child(1) {
    width: 3.625rem;
  }
  .compareTable .vsTable th:nth-child(2),
  .compareTable .vsTable td:nth-child(2) {
    left: 3.625rem;
  }
  .compareTable .vsTable th:nth-child(2), .compareTable .vsTable th:nth-child(3), .compareTable .vsTable th:nth-child(4), .compareTable .vsTable th:nth-child(5), .compareTable .vsTable th:nth-child(6),
  .compareTable .vsTable td:nth-child(2),
  .compareTable .vsTable td:nth-child(3),
  .compareTable .vsTable td:nth-child(4),
  .compareTable .vsTable td:nth-child(5),
  .compareTable .vsTable td:nth-child(6) {
    width: calc(100% - 3.625rem / 5);
  }
}
@media (min-width: 1024px) {
  .compareTable .vsTable th:nth-child(1), .compareTable .vsTable th:nth-child(2),
  .compareTable .vsTable td:nth-child(1),
  .compareTable .vsTable td:nth-child(2) {
    position: static;
  }
  .compareTable .vsTable th:nth-child(1),
  .compareTable .vsTable td:nth-child(1) {
    width: 7.125rem;
  }
  .compareTable .vsTable th:nth-child(2), .compareTable .vsTable th:nth-child(3), .compareTable .vsTable th:nth-child(4), .compareTable .vsTable th:nth-child(5), .compareTable .vsTable th:nth-child(6),
  .compareTable .vsTable td:nth-child(2),
  .compareTable .vsTable td:nth-child(3),
  .compareTable .vsTable td:nth-child(4),
  .compareTable .vsTable td:nth-child(5),
  .compareTable .vsTable td:nth-child(6) {
    width: calc(100% - 7.125rem / 5);
  }
}
.compareTable .vsTable th {
  text-align: center;
  padding-bottom: 1rem;
}
@media (min-width: 320px) {
  .compareTable .vsTable th {
    background-color: #D8E5D6;
  }
}
@media (min-width: 1024px) {
  .compareTable .vsTable th {
    background-color: transparent;
  }
}
.compareTable .vsTable td {
  padding: 1rem;
}
.compareTable .vsTable td:not(:first-child) {
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border: 0.0625rem solid #2E6232;
}
.compareTable .vsTable td:first-child {
  padding: 1rem 0.5rem 1rem 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 500;
}
.compareTable .vsTable td:nth-child(2) {
  background-color: #FFECD5;
}
.compareTable .vsTable td:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  left: -0.0625rem;
  top: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #2E6232;
}
.compareTable .vsTable .header-row th {
  position: sticky;
  top: 0;
  z-index: 3;
}
@media (min-width: 320px) {
  .compareTable .vsTable .header-row th {
    padding: 0 0.3125rem 1rem;
  }
  .compareTable .vsTable .header-row th:nth-child(1), .compareTable .vsTable .header-row th:nth-child(2) {
    z-index: 4;
  }
}
@media (min-width: 1024px) {
  .compareTable .vsTable .header-row th {
    padding: 0 1.25rem 1rem;
  }
}
.compareTable .vsTable .nutrientTag {
  width: 100%;
  color: #333333;
}
@media (min-width: 320px) {
  .compareTable .vsTable .nutrientTag {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    font-weight: 500;
    padding: 0.75rem 0;
  }
}
@media (min-width: 1024px) {
  .compareTable .vsTable .nutrientTag {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 0.9375rem 0;
  }
}
.compareTable .vsTable .stars {
  color: #2E6232;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.compareTable .vsTable .row-header {
  border-right: 0.0625rem solid #2E6232;
}
@media (min-width: 320px) {
  .compareTable .vsTable .row-header {
    background-color: #D8E5D6;
    z-index: 2;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .compareTable .vsTable .row-header {
    background-color: transparent;
    text-align: center;
  }
}

.processBox {
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 320px) {
  .processBox {
    padding: 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .processBox {
    padding: 4.375rem 0;
    height: 26rem;
  }
}
.processBox--natural {
  background-image: url("../images/bg_process-natural.jpg");
}
.processBox--skill {
  background-image: url("../images/bg_process-skill.jpg");
}
.processBox--mark {
  background-image: url("../images/bg_process-mark.jpg");
}
.processBox--process {
  background-image: url("../images/bg_process-process.jpg");
}
.processBox .processBox__wrap {
  max-width: 41.25rem;
  margin: 0 auto;
}
@media (min-width: 320px) {
  .processBox .processBox__wrap {
    padding: 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .processBox .processBox__wrap {
    padding: 0;
  }
}
.processBox .processBox__wrap .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  color: #2E6232;
}
.processBox .processBox__wrap .content {
  margin-top: 1.25rem;
}
.processBox .processBox__wrap .content .paragraph {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  margin-bottom: 1.25rem;
}
.processBox .processBox__wrap .content .paragraph:last-child {
  margin-bottom: 0;
}
.merits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 320px) {
  .merits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .merits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
  }
}
.merits .merits__text {
  text-align: left;
}
@media (min-width: 320px) {
  .merits .merits__text {
    padding: 1.25rem 0.625rem 0.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .merits .merits__text {
    padding: 2.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(100% - 28.75rem);
  }
}
.merits .merits__text .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2E6232;
}
.merits .merits__text .content {
  margin-top: 1.25rem;
}
.merits .merits__text .content.page2 {
  margin-top: 0;
}
.merits .merits__text .content.page2 dl {
  margin-bottom: 1.25rem;
}
.merits .merits__text .content.page2 dl:last-child {
  margin-bottom: 0;
}
.merits .merits__text .content p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}
.merits .merits__text .content p + dl {
  margin-top: 1.25rem;
}
.merits .merits__text .content dl {
  margin-bottom: 1.25rem;
}
.merits .merits__text .content dl:last-child {
  margin-bottom: 0;
}
.merits .merits__text .content dl dt {
  margin-bottom: 0.375rem;
}
.merits .merits__text .content dl dt span {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background-color: #2E6232;
}
.merits .merits__text .content dl dd {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  color: #2E6232;
}
.merits .merits__media {
  position: relative;
}
.merits .merits__media:before {
  content: "";
  display: block;
  padding-top: 93.5%;
}
.merits .merits__media img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 320px) {
  .merits .merits__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  .merits .merits__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.75rem;
            flex: 0 0 28.75rem;
  }
}

.articleItem {
  display: block;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
  color: #333333;
  background-color: #fff;
  text-decoration: none;
}
.articleItem .articleItem__img {
  position: relative;
  overflow: hidden;
}
.articleItem .articleItem__img:before {
  content: "";
  display: block;
  padding-top: 71.875%;
}
.articleItem .articleItem__img img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.articleItem .articleItem__txt {
  padding: 1.25rem 2.5rem 1.875rem;
  text-align: left;
}
.articleItem .articleItem__txt .title {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.articleItem .articleItem__txt .intro {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 6rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.articleItem .articleItem__txt .more {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 500;
  text-align: left;
  color: #2E6232;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media not screen and (hover: hover) {
  .articleItem:hover .articleItem__img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .articleItem:hover .articleItem__txt .more {
    color: #2E6232;
  }
}
.articleItem:hover .articleItem__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.articleItem:hover .articleItem__txt .title,
.articleItem:hover .articleItem__txt .intro,
.articleItem:hover .articleItem__txt .more {
  color: #609464;
}

/******************* slick start ******************/
.slick-slider {
  margin-bottom: 0;
}
.slick-slider .btn-arrowL,
.slick-slider .btn-arrowR {
  cursor: pointer;
  position: absolute;
  top: 50%;
  background-color: #fff;
  line-height: 1;
  opacity: 1;
  z-index: 5;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) {
  .slick-slider .btn-arrowL,
  .slick-slider .btn-arrowR {
    -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .slick-slider .btn-arrowL,
  .slick-slider .btn-arrowR {
    width: 5rem;
    height: 5rem;
  }
}
.slick-slider .btn-arrowL {
  background-image: url("../images/arrow-prev.svg");
}
.slick-slider .btn-arrowL:hover {
  background-position-x: calc(50% - 0.3125rem);
}
@media (min-width: 320px) {
  .slick-slider .btn-arrowL {
    right: calc(100% - 1.5625rem);
  }
}
@media (min-width: 768px) {
  .slick-slider .btn-arrowL {
    right: calc(100% + 1.25rem);
  }
}
@media not screen and (hover: hover) {
  .slick-slider .btn-arrowL:hover {
    background-position-x: center;
  }
}
.slick-slider .btn-arrowR {
  background-image: url("../images/arrow-next.svg");
}
.slick-slider .btn-arrowR:hover {
  background-position-x: calc(50% + 0.3125rem);
}
@media (min-width: 320px) {
  .slick-slider .btn-arrowR {
    left: calc(100% - 1.5625rem);
  }
}
@media (min-width: 768px) {
  .slick-slider .btn-arrowR {
    left: calc(100% + 1.25rem);
  }
}
@media not screen and (hover: hover) {
  .slick-slider .btn-arrowR:hover {
    background-position-x: center;
  }
}

/******************* slick end ********************/