@charset "UTF-8";
body {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .contents-inner {
    width: var(--container-default);
    margin-inline: auto;
  }
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .contents-inner {
    width: 100%;
    padding: 0 1.5rem;
  }
}
/* ==================================
    ボタン(common)
================================== */
.p-homeContentsUnderBtn .p-homeViewMoreBtn {
  min-width: 25rem;
  color: var(--color-main);
  font-family: var(--font-en);
  font-size: 1.4rem;
  padding: 0.9rem 1rem;
  border: 0.1rem solid var(--color-main);
  border-radius: 2.5rem;
}

@media screen and (min-width: 768px) {
  /* ==================================
      ボタン(pc)
  ================================== */
  .p-homeContentsUnderBtn .p-homeViewMoreBtn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-homeContentsUnderBtn .p-homeViewMoreBtn:hover {
    color: var(--color-white);
    background-color: var(--color-main);
    border-color: var(--color-main);
    opacity: 1;
  }
}
/* ==================================
    メインビジュアル(common)
================================== */
.m-homeMainVisual {
  background-color: var(--color-white);
  overflow: hidden;
}
.m-homeMainVisual .m-featureSlide-container .swiper-slide,
.m-homeMainVisual .m-homeMainVisual__container .swiper-slide {
  width: 100%;
}
.m-homeMainVisual .m-featureSlide-container .swiper-slide img,
.m-homeMainVisual .m-homeMainVisual__container .swiper-slide img {
  width: 100%;
}
.m-homeMainVisual .m-featureSlide-container .swiper-slide.swiper-slide-active,
.m-homeMainVisual .m-homeMainVisual__container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.m-homeMainVisual .m-homeMainVisual-slideController {
  display: none;
}
.m-homeMainVisual .swiper-horizontal > .swiper-pagination-bullets,
.m-homeMainVisual .swiper-pagination-bullets.swiper-pagination-horizontal,
.m-homeMainVisual .swiper-pagination-custom,
.m-homeMainVisual .swiper-pagination-fraction {
  margin-top: 0;
  margin-bottom: 0;
}
.m-homeMainVisual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.m-homeMainVisual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.m-homeMainVisual .m-featureSlide-slidePagination__item,
.m-homeMainVisual .m-homeMainVisual-slidePagination__item {
  background-color: var(--color-main);
  opacity: 0.2;
  border: none;
}
.m-homeMainVisual .m-featureSlide-slidePagination__item.swiper-pagination-bullet-active,
.m-homeMainVisual .m-homeMainVisual-slidePagination__item.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  /* ==================================
      メインビジュアル(pc)
  ================================== */
  .m-homeMainVisual .m-featureSlide-container,
  .m-homeMainVisual .m-homeMainVisual__container {
    padding-inline: 28.6%;
    padding-bottom: 2rem;
  }
  .m-homeMainVisual .m-featureSlide-slidePagination,
  .m-homeMainVisual .m-homeMainVisual-slidePagination {
    gap: 1rem;
  }
  .m-homeMainVisual .m-featureSlide-slidePagination__item,
  .m-homeMainVisual .m-homeMainVisual-slidePagination__item {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  /* ==================================
      メインビジュアル(sp)
  ================================== */
  .m-homeMainVisual .m-featureSlide-container,
  .m-homeMainVisual .m-homeMainVisual__container {
    padding-bottom: 0.9rem;
  }
  .m-homeMainVisual .m-featureSlide-slidePagination,
  .m-homeMainVisual .m-homeMainVisual-slidePagination {
    gap: 0.8rem;
  }
  .m-homeMainVisual .m-featureSlide-slidePagination__item,
  .m-homeMainVisual .m-homeMainVisual-slidePagination__item {
    width: 0.6rem;
    height: 0.6rem;
  }
}
/* ==================================
    特集(common)
================================== */
.p-homeSection-feature {
  background-color: var(--color-white);
}
.p-homeSection-feature .m-feature-box-main img {
  width: 100%;
}
.p-homeSection-feature .m-feature-list {
  border-top: 0.1rem solid var(--color-gray-lighter);
  border-bottom: 0.1rem solid var(--color-gray-lighter);
}
.p-homeSection-feature .m-feature-list__item + .m-feature-list__item {
  border-top: 0.1rem solid var(--color-gray-lighter);
}
.p-homeSection-feature .m-feature-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-homeSection-feature .m-feature-list-box__text {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-homeSection-feature .m-feature-list-box__date {
  display: block;
  text-align: right;
  color: #8b8b8b;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  /* ==================================
      特集(pc)
  ================================== */
  .p-homeSection-feature {
    padding: 4.6rem 0 0;
  }
  .p-homeSection-feature .m-home-feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.8rem;
  }
  .p-homeSection-feature .m-feature-box-main {
    width: 57rem;
  }
  .p-homeSection-feature .m-feature-list-area {
    width: 53rem;
  }
  .p-homeSection-feature .m-feature-list__link {
    padding: 1.9rem 0;
    gap: 0 2.5rem;
  }
  .p-homeSection-feature .m-feature-list__img {
    width: 23rem;
  }
  .p-homeSection-feature .m-feature-list-box {
    width: calc(100% - 25.5rem);
  }
  .p-homeSection-feature .m-feature-list-box__text {
    font-size: 1.5rem;
  }
  .p-homeSection-feature .m-feature-list-box__date {
    margin-top: 2.5rem;
  }
  .p-homeSection-feature .p-homeContentsUnderBtn {
    margin-top: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  /* ==================================
      特集(sp)
  ================================== */
  .p-homeSection-feature {
    padding: 3.4rem 0 0;
  }
  .p-homeSection-feature .m-home-feature-box {
    display: block;
    margin-top: 1.2rem;
  }
  .p-homeSection-feature .m-feature-box-main {
    width: 100%;
  }
  .p-homeSection-feature .m-feature-list-area {
    width: 100%;
    margin-top: 2.5rem;
  }
  .p-homeSection-feature .m-feature-list__link {
    padding: 2.4rem 0;
    gap: 0 1.7rem;
  }
  .p-homeSection-feature .m-feature-list__img {
    width: 17.3rem;
  }
  .p-homeSection-feature .m-feature-list-box {
    width: calc(100% - 19rem);
  }
  .p-homeSection-feature .m-feature-list-box__text {
    font-size: 1.4rem;
  }
  .p-homeSection-feature .m-feature-list-box__date {
    margin-top: 1rem;
  }
}
/* ==================================
    ランキング、おすすめ共通(common)
================================== */
.top-ranking-list {
  display: grid;
}
.top-ranking-list .top-ranking-list__link {
  position: relative;
  display: block;
}
.top-ranking-list .top-ranking-list__image-box {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.top-ranking-list .c-product-head__rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  min-width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  line-height: 1;
  font-family: var(--font-en);
  background-color: transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.8rem;
}
.top-ranking-list .c-product-head__rank:after {
  content: "";
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  width: 0.1rem;
  height: 2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-ranking-list .c-product-head__rank--1 {
  color: #ba952b;
}
.top-ranking-list .c-product-head__rank--1:after {
  background-color: #ba952b;
}
.top-ranking-list .c-product-head__rank--2 {
  color: var(--color-main);
}
.top-ranking-list .c-product-head__rank--2:after {
  background-color: var(--color-main);
}
.top-ranking-list .c-product-head__rank--3 {
  color: #5f4d2c;
}
.top-ranking-list .c-product-head__rank--3:after {
  background-color: #5f4d2c;
}
.top-ranking-list .c-product-head__rank--4, .top-ranking-list .c-product-head__rank--5 {
  color: #adadad;
}
.top-ranking-list .c-product-head__rank--4:after, .top-ranking-list .c-product-head__rank--5:after {
  background-color: #adadad;
}
.top-ranking-list .c-product-head__rank .c-product-head__rankNum {
  position: relative;
  top: 0.2rem;
  font-size: 2.7rem;
}
.top-ranking-list .top-ranking-list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-ranking-list .top-ranking-list-sIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.top-ranking-list .top-ranking-list-sIcon .top-ranking-list-sIcon__item {
  height: 2rem;
}
.top-ranking-list .top-ranking-list-sIcon .top-ranking-list-sIcon__item:not(:has(img)) {
  display: none;
}
.top-ranking-list .top-ranking-list-sIcon .top-ranking-list-sIcon__item img {
  max-width: initial;
  width: auto;
  height: 100%;
}
.top-ranking-list .top-ranking-list__title {
  font-size: 1.4rem;
  margin-top: 0.3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-ranking-list .c-product-body__price {
  font-size: 1.4rem;
  font-family: var(--font-price);
  color: var(--color-gray-dark);
  margin-top: 0.5rem;
}
.top-ranking-list .c-product-body__price.c-product-body__price--sale .c-product-body__price-prime {
  color: var(--color-red);
}
.top-ranking-list .c-product-body__price.c-product-body__price--sale .c-product-body__price-default {
  font-size: 1.3rem;
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  /* ==================================
      ランキング、おすすめ共通(pc)
  ================================== */
  .top-ranking-list {
    margin-top: 1.9rem;
  }
  .top-ranking-list .c-product-body__price {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  /* ==================================
      ランキング、おすすめ共通(sp)
  ================================== */
  .top-ranking-list .top-ranking-list-sIcon {
    margin-top: 1rem;
  }
  .top-ranking-list .c-product-body__price {
    margin-top: 1rem;
  }
}
/* ==================================
    ランキング(common)
================================== */
.p-homeSection-ranking {
  background-color: var(--color-white);
}

@media screen and (min-width: 768px) {
  /* ==================================
      ランキング(pc)
  ================================== */
  .p-homeSection-ranking {
    padding-top: 8.7rem;
  }
  .p-homeSection-ranking .l-container {
    padding-right: 0;
    padding-left: 0;
  }
  .p-homeSection-ranking .top-ranking-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 2.2rem;
    margin-top: 1.1rem;
  }
  .p-homeSection-ranking .top-ranking-list__link {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  /* ==================================
      ランキング(sp)
  ================================== */
  .p-homeSection-ranking {
    padding-top: 4.3rem;
  }
  .p-homeSection-ranking .top-ranking-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem 0.9rem;
    margin-top: 0.8rem;
  }
  .p-homeSection-ranking .top-ranking-list__item:first-child {
    grid-column: 1/3;
    width: max(81.15942%, 28rem);
    margin-inline: auto;
  }
  .p-homeSection-ranking .top-ranking-list__item:first-child .top-ranking-list__link {
    padding-top: 4.5rem;
  }
  .p-homeSection-ranking .top-ranking-list__item:not(:first-child) .top-ranking-list__link {
    padding-top: 4.2rem;
  }
  .p-homeSection-ranking .top-ranking-list__item:not(:first-child) .c-product-head__rank {
    font-size: 1.6rem;
  }
  .p-homeSection-ranking .top-ranking-list__item:not(:first-child) .c-product-head__rank .c-product-head__rankNum {
    top: 0.2rem;
    font-size: 2.2rem;
  }
  .p-homeSection-ranking .top-ranking-list .top-ranking-list__link {
    padding-top: 4.5rem;
  }
}
/* ==================================
    おすすめ一覧(common)
================================== */
.p-homeSection-recommend {
  background-color: var(--color-white);
}
.p-homeSection-recommend .c-product-head__rank {
  display: none;
}

@media screen and (min-width: 768px) {
  /* ==================================
      おすすめ一覧(pc)
  ================================== */
  .p-homeSection-recommend .l-container {
    padding-right: 0;
    padding-left: 0;
  }
  .p-homeSection-recommend .top-ranking-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  /* ==================================
      おすすめ一覧(sp)
  ================================== */
  .p-homeSection-recommend .top-ranking-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem 0.9rem;
    margin-top: 1.7rem;
  }
}
/* ==================================
    カテゴリー一覧(common)
================================== */
.p-homeSection-category {
  background-color: var(--color-white);
}
.p-homeSection-category .category-box-title {
  font-family: var(--font-noto-serif-jp);
  letter-spacing: 0.1em;
}
.p-homeSection-category .category-box + .category-box {
  margin-top: 2.9rem;
}
.p-homeSection-category .category-list__item:first-child {
  display: none;
}
.p-homeSection-category .category-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-homeSection-category .category-list__img {
  aspect-ratio: 345/180;
}
.p-homeSection-category .category-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-homeSection-category .category-list__text {
  width: 100%;
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  text-align: center;
}
.p-homeSection-category .category-list--fortune {
  display: grid;
}
.p-homeSection-category .category-list--fortune .category-list__link {
  background-color: var(--color-gray-light);
  border: 0.1rem solid var(--color-gray-lighter);
  border-radius: 0.5rem;
}
.p-homeSection-category .category-list--fortune .category-list__text {
  position: relative;
}
.p-homeSection-category .category-list--fortune .category-list__text:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/home/icon_star_blue.svg) no-repeat top center/contain;
}
.p-homeSection-category .category-list--type .category-list__link img {
  width: 100%;
}
.p-homeSection-category .category-list--type .category-list__text {
  margin-top: 0.2rem;
}

@media screen and (min-width: 768px) {
  /* ==================================
      カテゴリー一覧(pc)
  ================================== */
  .p-homeSection-category {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .p-homeSection-category .category-box {
    margin-top: 1.5rem;
  }
  .p-homeSection-category .category-box-title {
    font-size: 2rem;
  }
  .p-homeSection-category .category-list {
    margin-top: 1.3rem;
  }
  .p-homeSection-category .category-list--fortune {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;
  }
  .p-homeSection-category .category-list--fortune .category-list__link {
    padding: 3.15rem 0.3rem 1.75rem;
  }
  .p-homeSection-category .category-list--fortune .category-list__text:after {
    top: -1.8rem;
    width: 1.5rem;
    height: 1.65rem;
  }
  .p-homeSection-category .category-list--type {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  /* ==================================
      カテゴリー一覧(sp)
  ================================== */
  .p-homeSection-category {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }
  .p-homeSection-category .category-box {
    margin-top: 1.5rem;
  }
  .p-homeSection-category .category-box-title {
    font-size: 1.8rem;
  }
  .p-homeSection-category .category-list {
    margin-top: 0.8rem;
  }
  .p-homeSection-category .category-list--fortune {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.9rem;
  }
  .p-homeSection-category .category-list--fortune .category-list__link {
    padding: 3.4rem 0.3rem 1.7rem;
  }
  .p-homeSection-category .category-list--fortune .category-list__text:after {
    top: -2rem;
    width: 1.8rem;
    height: 1.98rem;
  }
  .p-homeSection-category .category-list--type {
    display: grid;
    width: 100%;
    gap: 1.8rem 0;
  }
}
/* ==================================
    オーダーメイド(common)
================================== */
.p-homeSection-order-made {
  position: relative;
  overflow: hidden;
}
.p-homeSection-order-made:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.p-homeSection-order-made .order-made-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: -1;
}
.p-homeSection-order-made .order-made-bg {
  position: fixed;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.p-homeSection-order-made .order-made-bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-homeSection-order-made .js-order-made-bg {
  opacity: 0;
}
.p-homeSection-order-made .js-order-made-bg.show {
  opacity: 1;
}
.p-homeSection-order-made .order-made-box {
  position: relative;
  color: var(--color-white);
  text-align: center;
  z-index: 1;
}
.p-homeSection-order-made .order-made-title {
  font-weight: var(--fw-regular);
}
.p-homeSection-order-made .order-made-title > span {
  display: block;
}
.p-homeSection-order-made .order-made-title--main {
  font-size: 3.2rem;
  font-family: var(--font-en);
}
.p-homeSection-order-made .order-made-title--sub {
  font-size: 1.1rem;
}
.p-homeSection-order-made .order-made-text {
  font-weight: var(--fw-regular);
}
.p-homeSection-order-made .p-homeContentsUnderBtn .p-homeViewMoreBtn {
  min-width: 27rem;
  padding: 1.1rem 1rem;
  color: var(--color-white);
  border-color: var(--color-white);
}

@media screen and (min-width: 768px) {
  /* ==================================
      オーダーメイド(pc)
  ================================== */
  .p-homeSection-order-made {
    padding: 9.2rem 0 9.9rem;
  }
  .p-homeSection-order-made .order-made-text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    line-height: 1.67;
  }
  .p-homeSection-order-made .p-homeContentsUnderBtn {
    margin-top: 4rem;
  }
  .p-homeSection-order-made .p-homeContentsUnderBtn .p-homeViewMoreBtn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-homeSection-order-made .p-homeContentsUnderBtn .p-homeViewMoreBtn:hover {
    color: var(--color-main);
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  /* ==================================
      オーダーメイド(sp)
  ================================== */
  .p-homeSection-order-made {
    padding: 6.4rem 1.5rem 7rem;
  }
  .p-homeSection-order-made .order-made-text {
    font-size: 1.5rem;
    margin-top: 2rem;
    line-height: 1.5;
  }
  .p-homeSection-order-made .p-homeContentsUnderBtn {
    margin-top: 4rem;
  }
  .p-homeSection-order-made .p-homeContentsUnderBtn .p-homeViewMoreBtn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-homeSection-order-made .p-homeContentsUnderBtn .p-homeViewMoreBtn:hover {
    color: var(--color-main);
    background-color: var(--color-white);
  }
}
/* ==================================
    お知らせ(common)
================================== */
.p-homeSection-news {
  background-color: var(--color-white);
}
.p-homeSection-news .p-homeNewsList {
  border-top-color: var(--color-gray-lighter);
}
.p-homeSection-news .p-homeNewsList-body {
  border-bottom-color: var(--color-gray-lighter);
}
.p-homeSection-news .p-homeNewsList-body__time,
.p-homeSection-news .p-homeNewsList-body__title {
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
}
.p-homeSection-news .p-homeNewsList-body__time {
  color: #8b8b8b;
}
.p-homeSection-news .p-homeNewsList-body__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-main);
}

@media screen and (min-width: 768px) {
  /* ==================================
      お知らせ(pc)
  ================================== */
  .p-homeSection-news .p-homeContentsUnderBtn {
    margin-top: 3rem;
  }
  .p-homeSection-news {
    padding: 8.6rem 0 9rem;
  }
  .p-homeNewsList {
    width: 90.4rem;
    margin-top: 1.7rem;
    margin-inline: auto;
  }
  .p-homeNewsList-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.7rem 0.5rem 2.4rem;
  }
  .p-homeNewsList-body__time {
    width: 11.1rem;
  }
  .p-homeNewsList-body__title {
    width: 100%;
    max-width: calc(100% - 11.1rem);
  }
  .p-homeNewsList-body__title span {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  /* ==================================
      お知らせ(sp)
  ================================== */
  .p-homeSection-news .p-homeContentsUnderBtn {
    margin-top: 2rem;
  }
  .p-homeSection-news {
    padding: 4.3rem 0 5rem;
  }
  .p-homeNewsList {
    margin-top: 1.3rem;
  }
  .p-homeNewsList-body {
    padding: 1.6rem 0 2.1rem;
  }
  .p-homeNewsList-body__time {
    margin-bottom: 0;
  }
  .p-homeNewsList-body__title {
    margin-top: 0.8rem;
  }
  .p-homeNewsList-body__title span {
    -webkit-line-clamp: 3;
  }
}