.fadein.up .fade-item {
  transform: translateY(20px);
}

.fadein.down .fade-item {
  transform: translateY(-16px);
}

.fadein.left .fade-item {
  transform: translateX(40px);
}

.fadein.right .fade-item {
  transform: translateX(-40px);
}

.fadein .fade-item {
  transition: transform 1s, opacity 1s;
  opacity: 0;
}
.fadein.inview .fade-item {
  opacity: 1;
  transform: translate(0);
}
.fadein.inview .fade-item:nth-child(1) {
  transition-delay: 0.2s;
}
.fadein.inview .fade-item:nth-child(2) {
  transition-delay: 0.4s;
}
.fadein.inview .fade-item:nth-child(3) {
  transition-delay: 0.6s;
}
.fadein.inview .fade-item:nth-child(4) {
  transition-delay: 0.8s;
}
.fadein.inview .fade-item:nth-child(5) {
  transition-delay: 1s;
}
.fadein.inview .fade-item:nth-child(6) {
  transition-delay: 1.2s;
}
.fadein.inview .fade-item:nth-child(7) {
  transition-delay: 1.4s;
}
.fadein.inview .fade-item:nth-child(8) {
  transition-delay: 1.6s;
}
.fadein.inview .fade-item:nth-child(9) {
  transition-delay: 1.8s;
}
.fadein.inview .fade-item:nth-child(10) {
  transition-delay: 2s;
}

.how-to-fragrance {
  background-color: #45362c;
  padding: 90px 0 5px;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance {
    padding-top: 230px;
  }
}
.how-to-fragrance > .title {
  width: 100%;
}
.how-to-fragrance > .title img {
  margin: 0 auto;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .title img {
    width: 279px;
  }
}
.how-to-fragrance > .text {
  text-align: center;
  padding: 35px 0 50px;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .text {
    padding: 75px 0;
  }
}
.how-to-fragrance > .text > .heading > h2 {
  color: #efc095;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .text > .heading > h2 {
    font-size: 24px;
  }
}
.how-to-fragrance > .text > .line {
  margin: 12px auto;
  width: 240px;
  height: 1px;
  background-color: #efc095;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .text > .line {
    margin: 24px auto;
    height: 2px;
    width: 480px;
  }
}
.how-to-fragrance > .text > .description {
  font-size: 13px;
  color: #efc095;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .text > .description {
    font-size: 24px;
  }
}
.how-to-fragrance > .how-to-fragrance-container > .content-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .how-to-fragrance-container > .content-container {
    padding: 0 11%;
    flex-direction: row;
    justify-content: space-around;
    gap: 80px;
    margin-bottom: 115px;
  }
}
.how-to-fragrance > .how-to-fragrance-container > .content-container > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .how-to-fragrance-container > .content-container > .content {
    margin: 0;
  }
}
.how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .heading > h3 {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .heading > h3 {
    font-size: 24px;
  }
}
.how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .picture-container {
  position: relative;
  margin: 20px 0 13px;
  width: 64%;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .picture-container {
    width: auto;
    margin: 42px 0 28px;
  }
}
.how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .picture-container > .picture {
  border: 1px #efc095 solid;
}
.how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .picture-container > .picture > img {
  width: 100%;
}
.how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .picture-container > .badge {
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .picture-container > .badge {
    top: -41px;
    left: -41px;
  }
}
.how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .picture-container > .badge > img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .picture-container > .badge > img {
    width: 82px;
    height: 82px;
  }
}
.how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .description {
  text-align: center;
  font-size: 11px;
  line-height: 1.9;
  color: #efc095;
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .how-to-fragrance > .how-to-fragrance-container > .content-container > .content > .description {
    width: 110%;
    font-size: 20px;
  }
}

.recommend {
  background-color: #a0d3f2;
  color: black;
}
.recommend > .text {
  padding: 52px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommend > .text {
    padding: 75px 0;
  }
}
.recommend > .text > .heading > h2 {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .recommend > .text > .heading > h2 {
    font-size: 24px;
  }
}
.recommend > .text > .line {
  margin: 12px auto;
  width: 240px;
  height: 1px;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .recommend > .text > .line {
    margin: 24px auto;
    height: 2px;
    width: 480px;
  }
}
.recommend > .text > .description {
  font-size: 13px;
  line-height: 2;
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .recommend > .text > .description {
    font-size: 24px;
  }
}
.recommend > .recommend-container > .content-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recommend > .recommend-container > .content-container {
    flex-direction: row;
  }
}
.recommend > .recommend-container > .content-container > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.recommend > .recommend-container > .content-container > .content.time-8 {
  background-color: #d6b300;
}
.recommend > .recommend-container > .content-container > .content.time-13 {
  background-color: #edbd93;
}
.recommend > .recommend-container > .content-container > .content.time-16 {
  background-color: #9eafe7;
}
.recommend > .recommend-container > .content-container > .content > .time {
  font-size: 13px;
  color: #483347;
  font-weight: 600;
  padding: 23px 0;
}
@media screen and (min-width: 768px) {
  .recommend > .recommend-container > .content-container > .content > .time {
    font-size: 24px;
    padding: 40px 0;
  }
}
.recommend > .recommend-container > .content-container > .content > .picture {
  padding: 0 18%;
}
.recommend > .recommend-container > .content-container > .content > .heading > h3 {
  font-size: 13px;
  color: #483347;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .recommend > .recommend-container > .content-container > .content > .heading > h3 {
    font-size: 22px;
    margin-top: 27px;
  }
}
.recommend > .recommend-container > .content-container > .content > .line {
  margin: 12px auto;
  width: 64%;
  height: 1px;
  background-color: #483347;
}
@media screen and (min-width: 768px) {
  .recommend > .recommend-container > .content-container > .content > .line {
    margin: 20px 0 26px;
  }
}
.recommend > .recommend-container > .content-container > .content > .description {
  font-size: 13px;
  line-height: 1.7;
  color: #483347;
  text-align: center;
  padding: 0 6px 25px;
}
@media screen and (min-width: 768px) {
  .recommend > .recommend-container > .content-container > .content > .description {
    font-size: 20px;
    padding: 0 14px 46px;
  }
}

.faq {
  background-color: #562c45;
  width: 100%;
  padding: 48px 0 50px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 98px 0 130px;
  }
}
.faq > .title > h2 {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #4e3046, 0 0 0 4px #fff;
  width: 233px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .faq > .title > h2 {
    box-shadow: 0 0 0 1px #fff, 0 0 0 5px #4e3046, 0 0 0 6px #fff;
    width: 465px;
    height: 96px;
  }
}
.faq > .title > h2 > img {
  width: 33px;
}
@media screen and (min-width: 768px) {
  .faq > .title > h2 > img {
    width: 66px;
  }
}
.faq > .faq-container {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .faq > .faq-container {
    padding: 82px 0 0;
    width: 65%;
  }
}
.faq > .faq-container > .content {
  text-align: center;
  border-bottom: solid 1px white;
  padding: 39px 0 38px;
}
@media screen and (min-width: 768px) {
  .faq > .faq-container > .content {
    padding: 72px 0 68px;
  }
  .faq > .faq-container > .content:first-of-type {
    border-top: solid 1px white;
  }
}
.faq > .faq-container > .content > .question {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .faq > .faq-container > .content > .question {
    font-size: 24px;
    margin-bottom: 38px;
  }
}
.faq > .faq-container > .content > .answer {
  color: #acbdbc;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .faq > .faq-container > .content > .answer {
    font-size: 24px;
    color: #a0d3f2;
  }
}