@charset "UTF-8";
/* ==================================================
 top.css
================================================== */
@import url("reset.css") layer(reset);
@import url("bootstrap.min.css") layer(bootstrap);
@import url("animate.min.css") layer(animate);
@import url("common.css") layer(common);
/* FONT */
/* ブレイクポイント */
/* 最大幅・最小幅 */
/* 体裁 */
/* 汎用カラー */
/* Animation 関連 */
/* Mixins */
@layer reset, bootstrap, animate, common;
/* ==================================================
 0.0 - Override
-------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* ==================================================
 1.0 - Header
-------------------------------------------------- */
.header__logo--sm {
  display: none;
}
.header__logo--txt {
  position: absolute;
  top: -4px;
  margin: 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
.header__logo--txt br {
  line-height: 1.2;
}
@media (min-width: 520px) {
  .header__logo--txt {
    top: 0;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .header__logo--txt {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .header__logo--txt {
    font-size: 15px;
  }
  .header__logo--txt br {
    display: none;
  }
}
.header__logo--img {
  margin-top: 35px;
  width: 180px;
}
@media (min-width: 520px) {
  .header__logo--img {
    margin-top: 45px;
    width: 240px;
  }
}
@media (min-width: 768px) {
  .header__logo--img {
    margin-top: 52px;
    width: 290px;
  }
}
@media (min-width: 992px) {
  .header__logo--img {
    margin-top: 40px;
    width: 370px;
  }
}
.header__logo--img img {
  display: block;
  width: 100%;
}
@media (max-width: 519px) {
  .header .header__cart .cart-link {
    width: 42px;
    height: 42px;
  }
  .header .header__cart .cart-link img {
    width: 24px;
    margin-left: -2px;
  }
  .header .header__cart .cart-link span {
    display: none;
  }
}

.header.scrolled {
  background-color: transparent;
}
.header.scrolled .header__logo--lg,
.header.scrolled .header__logo--txt,
.header.scrolled .header__logo--img {
  display: none;
}
.header.scrolled .header__logo--sm {
  display: block;
}

/* ==================================================
 2.0 - Hero Section
-------------------------------------------------- */
.hero {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  background-color: #FAFBF4;
}
@media (min-width: 992px) {
  .hero {
    padding-bottom: 80px;
  }
}
.hero__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
}
.hero__content {
  padding: 60px 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__content {
    padding: 100px 20px;
  }
}
.hero__title {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 220px;
  margin: 0;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .hero__title {
    width: 290px;
  }
}
.hero__title-sub {
  display: block;
  width: 100%;
}
.hero__title-main {
  display: block;
  width: 95%;
}
.hero__image {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .hero__image {
    height: 440px;
  }
}
.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* ==================================================
 3.0 - Message Section
-------------------------------------------------- */
.message {
  padding-bottom: 80px;
  background-color: #FAFBF4;
}
@media (min-width: 768px) {
  .message {
    padding-top: 90px;
  }
}
.message__title {
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .message__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
  }
}
.message__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  gap: 20px;
  align-items: center;
  max-width: 660px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .message__container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .message__container {
    gap: 70px;
  }
}
.message__image {
  overflow: hidden;
  order: 2;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  border-radius: 60px;
}
@media (min-width: 768px) {
  .message__image {
    order: 1;
    width: 100%;
    height: 100%;
    max-width: unset;
  }
}
.message__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.message__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  order: 1;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .message__content {
    order: 2;
    width: auto;
    margin: 0;
    padding: 80px 20px 70px;
  }
}
.message__text-main {
  margin-bottom: 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .message__text-main {
    font-size: 22px;
  }
}
.message__text-body p {
  margin-bottom: 1.5em;
  font-size: 13px;
  color: #534741;
  line-height: 1.85;
}
.message__text-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .message__text-body p {
    font-size: 14px;
  }
}

/* ==================================================
 4.0 - Products Section
-------------------------------------------------- */
.products {
  padding: 40px 0 60px;
  background-color: #F6F6E6;
}
.products__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.products__title {
  padding-bottom: 20px;
  font-size: 60px;
}
@media (min-width: 768px) {
  .products__title {
    font-size: 80px;
  }
}
.products__subtitle {
  padding-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .products__subtitle {
    font-size: 22px;
  }
}
.products__description {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 12px;
  color: #534741;
  text-align: center;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .products__description {
    padding-bottom: 45px;
    font-size: 13px;
  }
}
.products__grid {
  display: grid;
  gap: 30px;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .products__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 790px;
  }
}

.product__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .product__container {
    flex-direction: row;
    align-items: center;
  }
}
.product__visual {
  position: relative;
  order: 1;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product__visual {
    flex: 0 0 55%;
  }
}
.product__image {
  overflow: hidden;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  border-radius: 15px;
}
.product__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
.product__features {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}
.product__feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 130px;
  max-height: 120px;
  border: 2px solid #B19C83;
  border-radius: 10px;
  background-color: #FFF;
}
.product__feature-item img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 130px;
  max-height: 120px;
}
.product__content {
  position: relative;
  order: 2;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 660px;
  margin: 0 auto;
  padding: 30px 30px 40px;
  border-radius: 15px;
  background-color: #FFF;
}
@media (min-width: 992px) {
  .product__content {
    flex: 0 0 42%;
    padding: 50px 80px 40px 50px;
  }
  .product__content::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -45px;
    z-index: -1;
    border-radius: 15px;
    background-color: #FFF;
    content: "";
  }
}
.product__labels {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product__label {
  position: relative;
  padding-bottom: 2px;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.64;
  border-bottom: 1px solid #534741;
}
@media (min-width: 768px) {
  .product__label {
    font-size: 14px;
  }
}
.product__label::before, .product__label::after {
  position: absolute;
  width: 15px;
  content: "";
}
.product__label::before {
  bottom: -2px;
  left: 50%;
  height: 4px;
  background-color: #FFF;
  transform: translateX(-50%);
}
.product__label::after {
  bottom: -6px;
  left: calc(50% - 5px);
  height: 1px;
  background-color: #534741;
  transform: rotate(-45deg);
}
.product__title {
  margin: 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .product__title {
    font-size: 22px;
  }
}
.product__description p {
  margin-bottom: 1.5em;
  font-size: 13px;
  color: #534741;
  text-align: justify;
  line-height: 1.85;
}
.product__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product__description p {
    font-size: 14px;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  max-width: 660px;
  padding: 30px 30px 40px;
  border-radius: 15px;
  background-color: #FFF;
}
.product-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 10px;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==================================================
 5.0 - Top Pick Section
-------------------------------------------------- */
.top-pick {
  display: flex;
  align-items: center;
  padding: 85px 0 60px;
  background-color: #FAFBF4;
}
@media (max-width: 519px) {
  .top-pick {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .top-pick {
    padding: 105px 0 80px;
  }
}
.top-pick__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
}
.top-pick__content {
  padding: 0;
}
@media (min-width: 520px) {
  .top-pick__content {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .top-pick__content {
    padding-top: 60px;
  }
}
.top-pick__header {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #91B2D9;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .top-pick__header {
    flex-direction: row;
  }
}
.top-pick__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  order: 2;
  gap: 10px;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 20px 30px 10px;
}
@media (min-width: 520px) {
  .top-pick__wrapper {
    padding: 20px 40px 10px;
  }
}
@media (min-width: 768px) {
  .top-pick__wrapper {
    order: 1;
    width: 45%;
    padding: 40px 0 40px 40px;
  }
}
@media (min-width: 992px) {
  .top-pick__wrapper {
    width: 40%;
    max-width: 570px;
    padding: 60px 0 60px 40px;
  }
}
.top-pick__wrapper::before {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: -100px;
  bottom: unset;
  left: -100px;
  width: auto;
  height: 120px;
  border-radius: 50%;
  background-color: #91B2D9;
  content: "";
}
@media (min-width: 520px) {
  .top-pick__wrapper::before {
    top: -25px;
    right: -200px;
    left: -200px;
  }
}
@media (min-width: 768px) {
  .top-pick__wrapper::before {
    top: -100px;
    right: -60px;
    bottom: -100px;
    left: unset;
    width: 120px;
    height: auto;
  }
}
.top-pick .product__labels {
  z-index: 2;
}
@media (min-width: 768px) {
  .top-pick .product__labels {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .top-pick .product__labels {
    margin-right: 30px;
  }
}
.top-pick .product__label {
  color: #FFF;
  font-size: 13px;
  border-bottom: 1px solid #FFF;
}
@media (min-width: 520px) {
  .top-pick .product__label {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .top-pick .product__label {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .top-pick .product__label {
    font-size: 18px;
  }
}
.top-pick .product__label::before {
  background-color: #91B2D9;
}
.top-pick .product__label::after {
  background-color: #FFF;
}
.top-pick .product__image {
  z-index: 2;
}
.top-pick__visual {
  position: relative;
  order: 1;
  width: 100%;
  aspect-ratio: 10/5;
}
@media (min-width: 520px) {
  .top-pick__visual {
    aspect-ratio: 10/6;
  }
}
@media (min-width: 768px) {
  .top-pick__visual {
    order: 2;
    width: 55%;
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .top-pick__visual {
    width: 60%;
  }
}
.top-pick__visual--txt {
  position: absolute;
  top: unset;
  bottom: -20px;
  right: unset;
  left: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 520px) {
  .top-pick__visual--txt {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .top-pick__visual--txt {
    top: 20px;
    right: 25px;
    bottom: unset;
    left: unset;
  }
}
.top-pick__visual--txt p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 100%;
  background-color: #FFF;
  color: #6798E3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 520px) {
  .top-pick__visual--txt p {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .top-pick__visual--txt p {
    width: 96px;
    height: 96px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .top-pick__visual--txt p {
    width: 110px;
    height: 110px;
    font-size: 22px;
  }
}
.top-pick__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-pick__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.top-pick__links {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .top-pick__links {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: -45px;
  }
}
.top-pick__links a {
  margin: 0;
}
.top-pick__links a img {
  width: 68px;
}
@media (min-width: 520px) {
  .top-pick__links a img {
    width: 72px;
  }
}
@media (min-width: 768px) {
  .top-pick__links a img {
    width: 85px;
  }
}
.top-pick__links a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.05em;
  text-align: left;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .top-pick__links a span {
    gap: 20px;
    font-size: 1.15em;
  }
}
.top-pick .nav__button--big {
  flex-direction: column;
  width: 290px;
  height: 75px;
  padding-right: 45px;
  border-radius: 90px;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
}
@media (min-width: 520px) {
  .top-pick .nav__button--big {
    width: 320px;
    height: 85px;
  }
}
@media (min-width: 768px) {
  .top-pick .nav__button--big {
    width: 350px;
    height: 90px;
  }
}
.top-pick .nav__button--big::before {
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.top-pick .nav__button--big::after {
  width: 7px;
  height: 7px;
  margin-top: -3.4px;
  margin-right: 29px;
}

.top-pick-reason__title {
  margin: -10px 0 20px;
  color: #C29C83;
  font-size: 40px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-pick-reason__title {
    font-size: 54px;
  }
}
.top-pick-reason__title--01 {
  font-size: 54px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .top-pick-reason__title--01 {
    font-size: 72px;
  }
}
.top-pick-reason__title--02 {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .top-pick-reason__title--02 {
    font-size: 48px;
  }
}
.top-pick-reason__subtitle {
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 16px;
}
@media (min-width: 520px) {
  .top-pick-reason__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .top-pick-reason__subtitle {
    padding-top: 50px;
    font-size: 22px;
  }
}
.top-pick-reason__subtitle span {
  position: relative;
}
.top-pick-reason__subtitle span::after {
  position: absolute;
  top: -0.7em;
  right: -0.8em;
  width: 20px;
  height: 20px;
  background: url(../../shared/images/img_standout.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .top-pick-reason__subtitle span::after {
    width: 30px;
    height: 30px;
  }
}
.top-pick-reason__content {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (min-width: 520px) {
  .top-pick-reason__content {
    padding-top: 73px;
  }
}
@media (min-width: 768px) {
  .top-pick-reason__content {
    padding-top: 88px;
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .top-pick-reason__content {
    padding-top: 95px;
  }
}
.top-pick-reason__list {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  gap: 15px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-pick-reason__list {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .top-pick-reason__list {
    gap: 25px;
  }
}
.top-pick-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0;
  padding-bottom: 10px;
  border-radius: 100%;
  background-color: #FFF;
  color: #C29C83;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.03);
}
@media (min-width: 520px) {
  .top-pick-reason__item {
    width: 130px;
    height: 130px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .top-pick-reason__item {
    width: 176px;
    height: 176px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .top-pick-reason__item {
    width: 190px;
    height: 190px;
    font-size: 19px;
  }
}
.top-pick-reason__item .number {
  margin-bottom: 5px;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .top-pick-reason__item .number {
    font-size: 1.6em;
  }
}
.top-pick-reason__item--1 *, .top-pick-reason__item--2 * {
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .top-pick-reason__item--1 *, .top-pick-reason__item--2 * {
    line-height: 1.64;
  }
}
.top-pick-reason__item--3 {
  padding-bottom: 0;
}
.top-pick-reason__item--3 * {
  line-height: 1.2;
}
.top-pick-reason__item--3 .number {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .top-pick-reason__item--3 .number {
    margin-bottom: 12px;
  }
}
.top-pick-reason__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.top-pick-reason__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.top-pick-feature {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .top-pick-feature {
    padding-top: 60px;
  }
}
.top-pick-feature__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 660px;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .top-pick-feature__container {
    flex-direction: row;
    gap: 50px;
    max-width: 790px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .top-pick-feature__container {
    gap: 60px;
  }
}
.top-pick-feature__content {
  position: relative;
  order: 1;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-pick-feature__content {
    flex: 0 0 50%;
    order: 2;
    max-width: unset;
  }
}
.top-pick-feature__content .top-pick-reason__subtitle {
  padding-top: 0;
}
.top-pick-feature__content .product__feature-item {
  border: 2px solid #B19C83;
  border-radius: 20px;
}
.top-pick-feature__image {
  overflow: hidden;
  order: 2;
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .top-pick-feature__image {
    order: 1;
    width: 100%;
    max-width: unset;
  }
}
.top-pick-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}

/* ==================================================
 6.0 - Banner
-------------------------------------------------- */
.banner__image {
  width: 100%;
  aspect-ratio: 10/5;
}
@media (min-width: 768px) {
  .banner__image {
    aspect-ratio: unset;
  }
}
.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==================================================
 7.0 - Features Section
-------------------------------------------------- */
.features {
  padding: 40px 0;
  background-color: #FAFBF4;
}
@media (min-width: 992px) {
  .features {
    padding-bottom: 60px;
  }
}
.features__title {
  font-size: 64px;
}
@media (min-width: 768px) {
  .features__title {
    font-size: 84px;
  }
}
.features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .features__container {
    max-width: 790px;
  }
}
.features__grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features__cta {
  margin-top: 20px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  gap: 10px;
}
.feature-card__icon {
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .feature-card__icon {
    width: 132px;
    height: 132px;
  }
}
.feature-card__icon img {
  width: 100%;
  height: 100%;
}
.feature-card__title {
  margin: 0;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .feature-card__title {
    font-size: 18px;
  }
}
.feature-card__title br {
  display: none;
}
@media (min-width: 768px) {
  .feature-card__title br {
    display: block;
  }
}
.feature-card__description p {
  margin-bottom: 1.5em;
  font-size: 11px;
  color: #534741;
  text-align: justify;
  line-height: 1.85;
}
.feature-card__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-card__description p {
    font-size: 12px;
  }
}

/* ==================================================
 8.0 - FAQ Section
-------------------------------------------------- */
.faq {
  padding: 40px 0;
  background-color: #F6F6E6;
}
@media (min-width: 992px) {
  .faq {
    padding-bottom: 60px;
  }
}
.faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .faq__container {
    max-width: 790px;
  }
}
.faq__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (min-width: 768px) {
  .faq__content {
    gap: 40px;
  }
}
.faq__list {
  text-align: left;
}
.faq__title {
  color: #C29C83;
  font-size: 64px;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 84px;
  }
}
.faq__subtitle {
  color: #C29C83;
}
.faq__image img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* ==================================================
 9.0 - Contact Section
-------------------------------------------------- */
.contact {
  padding: 40px 0;
  background: url(../../shared/images/img_top_contact.jpg) 0% 100% no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .contact {
    padding-bottom: 60px;
  }
}
.contact__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact__container {
    max-width: 790px;
  }
}
.contact__title {
  font-size: 54px;
  text-shadow: 0px 0px 12px #FFF;
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 68px;
  }
}
.contact__subtitle {
  padding-bottom: 15px;
  text-shadow: 0px 0px 2px #FFF;
}
.contact__description p {
  margin-bottom: 1.5em;
  font-size: 13px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #534741;
  text-align: center;
  line-height: 1.85;
  text-shadow: 0px 0px 2px #FFF;
}
@media (min-width: 768px) {
  .contact__description p {
    font-size: 14px;
  }
}
.contact__methods {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .contact__methods {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.contact__methods a {
  margin: 0;
}
.contact__methods a img {
  width: 28px;
}
.contact__methods a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
}
.contact__methods a span img {
  margin-top: 2px;
}
.contact__methods a span.small {
  margin-top: 0.35em;
  font-size: 0.85em;
  letter-spacing: normal;
}
.contact__phone a span {
  font-size: 24px;
  letter-spacing: 0.05em;
}
.contact__phone p {
  margin: 0;
  padding-top: 5px;
  font-size: 13px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #534741;
  text-align: center;
  line-height: 1.85;
  text-shadow: 0px 0px 2px #FFF;
}
.contact .nav__button {
  flex-direction: column;
  width: 270px;
  height: 72px;
  border-radius: 72px;
}

/*# sourceMappingURL=top.css.map */
