@charset "UTF-8";
/* ==============================================
 * HOME
 *
 * memo:
 *
 * ============================================== */
/* ----------------------------------------------------------------------------------

 ヒーロー カルーセル

 ---------------------------------------------------------------------------------- */
.sx-home-hero {
  padding-bottom: 40px;
  background-color: #fff;
}
.sx-home-hero a {
  display: block;
}
.sx-home-hero img {
  width: 100%;
  height: auto;
}
.sx-home-hero .swiper-button-next,
.sx-home-hero .swiper-button-prev {
  z-index: 20;
  top: auto;
  bottom: 12px;
  width: 16px;
  height: 16px;
  background: url("../images/global/icon_arrow_tri_gray.svg") no-repeat center;
  background-size: contain;
  transition: 0.3s;
}
.sx-home-hero .swiper-button-next:after,
.sx-home-hero .swiper-button-prev:after {
  content: none;
}
.sx-home-hero .swiper-button-prev {
  left: 15px;
  transform: scale(-1, 1);
}
.sx-home-hero .swiper-button-next {
  right: 15px;
}
.sx-home-hero .swiper-pagination {
  bottom: 10px;
}
.sx-home-hero .swiper-pagination-bullet {
  margin-right: 8px !important;
  margin-left: 8px !important;
  background-color: #8e867b;
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
.sx-home-hero .swiper-pagination-bullet-active {
  background-color: #c90012 !important;
  opacity: 1;
  pointer-events: none;
}

/* ----------------------------------------------------------------------------------

 特集 カルーセル

 ---------------------------------------------------------------------------------- */
.sx-feature {
  padding: 77px 60px 125px;
  overflow: hidden;
}

.sx-feature-cover {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.23);
  color: #fff;
  transition: background-color 0.5s;
}

.sx-feature-title {
  margin: 0;
  font-size: 20px;
  text-align: center;
}

.sx-feature-lead {
  margin: 10px 0 0;
  font-size: 14px;
}

.sx-feature-carousel {
  width: calc(100% - 24px);
  overflow: visible;
}
.sx-feature-carousel .swiper-wrapper {
  padding-right: 60px;
}
.sx-feature-carousel .swiper-slide {
  width: auto;
  overflow: hidden;
}
.sx-feature-carousel .swiper-slide img {
  max-width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s;
}
.sx-feature-carousel .swiper-slide a {
  opacity: 1 !important;
}
.sx-feature-carousel figure {
  margin: 0;
}
.sx-feature-carousel .swiper-button-disabled {
  opacity: 0;
}
.sx-feature-carousel .swiper-button-prev {
  left: -40px;
  transform: scale(-1, 1);
}
.sx-feature-carousel .swiper-button-next {
  right: -40px;
}

.sx-feature-head {
  display: table;
  position: relative;
  margin: 0 12px 20px;
  font-size: 20px;
}
.sx-feature-head:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}

/* ----------------------------------------------------------------------------------

 おすすめ商品 カルーセル

 ---------------------------------------------------------------------------------- */
.sx-recommend {
  padding: 77px 60px 110px;
  overflow: hidden;
}

.sx-recommend-head {
  display: table;
  position: relative;
  margin: 0 12px 20px;
  font-size: 20px;
}
.sx-recommend-head:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}

.sx-recommend-carousel {
  overflow: visible;
}
.sx-recommend-carousel .swiper-wrapper {
  padding-right: 60px;
}
.sx-recommend-carousel .swiper-slide {
  width: 100%;
  padding-right: 37px;
  padding-left: 37px;
}
.sx-recommend-carousel .product-tile {
  margin-bottom: 0;
}
.sx-recommend-carousel .product-tile .tile-body {
  padding: 20px 20px 10px;
  border-top: 0 none;
  text-align: center;
}
.sx-recommend-carousel .product-tile .tile-body .pdp-link,
.sx-recommend-carousel .product-tile .tile-body .pdp-link a {
  font-size: 17px;
  font-weight: bold;
}
.sx-recommend-carousel .product-tile .tile-body .price {
  margin-top: 5px;
  font-size: 15px;
}
.sx-recommend-carousel .product-tile .tile-body .sx-tile-desc {
  margin-top: 10px;
}
.sx-recommend-carousel .product-tile .image-container {
  overflow: hidden;
}
.sx-recommend-carousel .product-tile .tile-image:not(.sx-hover-image) {
  transform: scale(1.2);
}
.sx-recommend-carousel .swiper-button-next,
.sx-recommend-carousel .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #8e867b url("../images/global/icon_arrow_tri_white.svg") no-repeat calc(50% - 4px) center;
  background-size: 20px auto;
  transition: 0.3s;
}
.sx-recommend-carousel .swiper-button-next:after,
.sx-recommend-carousel .swiper-button-prev:after {
  content: none;
}
.sx-recommend-carousel .swiper-button-next:hover,
.sx-recommend-carousel .swiper-button-prev:hover {
  background-color: #c90012;
}
.sx-recommend-carousel .swiper-button-disabled {
  opacity: 0;
}
.sx-recommend-carousel .swiper-button-prev {
  left: -40px;
  transform: scale(-1, 1);
}
.sx-recommend-carousel .swiper-button-next {
  right: -40px;
}
.sx-recommend-carousel .swiper-pagination {
  display: flex;
  right: 0;
  bottom: 50px;
  left: 0;
  width: calc(100% - 60px);
  height: 3px;
  margin: 0 auto;
  background-color: #E8E7E4;
}
.sx-recommend-carousel .swiper-pagination-bullet {
  width: 100%;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  background-color: transparent;
  transition: 0.3s;
}
.sx-recommend-carousel .swiper-pagination-bullet-active {
  background-color: #000;
}
.sx-recommend-carousel .quickview {
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
}
.sx-recommend-carousel .color-swatches {
  display: none;
}

.sx-recommend-more {
  min-width: 230px;
  text-align: center;
}

/* ----------------------------------------------------------------------------------

 読みもの

 ---------------------------------------------------------------------------------- */
.sx-article {
  padding: 46px 0 50px;
  background-color: #fdf4f4;
}

.sx-article-head {
  display: table;
  position: relative;
  margin: 0 0 20px;
  font-size: 20px;
}
.sx-article-head:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}

.sx-article-lead {
  font-size: 15px;
  line-height: 24px;
}

.sx-article-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sx-article-item {
  position: relative;
  background-color: #fff;
}
.sx-article-item a {
  display: block;
  transition: 0.3s;
}

.sx-article-image {
  overflow: hidden;
}
.sx-article-image img {
  max-width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s;
}

.sx-article-body {
  padding: 10px 10px 16px;
  transition: 0.3s;
}

.sx-article-title {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.sx-article-desc {
  font-size: 14px;
  line-height: 21px;
}

.sx-article-date {
  margin: 16px auto 0;
  font-size: 12px;
}

.sx-article-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
  padding: 0;
}
.sx-article-tag {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
}
.sx-article-tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 0 20px;
  border-radius: 22px;
  background-color: #8e867b;
  color: #fff !important;
  font-size: 14px;
  transition: 0.3s;
}

.sx-article-more {
  min-width: 230px;
  margin-top: 30px;
  text-align: center;
}
.sx-article-more .sx-c-round-btn {
  min-width: 230px;
}

/* ----------------------------------------------------------------------------------

 読みもの

 ---------------------------------------------------------------------------------- */
.sx-experience {
  padding: 60px 0 72px;
  background-color: #fff;
}

.sx-experience-head {
  display: table;
  position: relative;
  margin: 0 0 20px;
  font-size: 20px;
}
.sx-experience-head:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}

.sx-experience-lead {
  font-size: 15px;
  line-height: 24px;
}

.sx-experience-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sx-experience-item {
  position: relative;
  margin-bottom: 20px;
  background-color: #E8E7E4;
}
.sx-experience-item a {
  display: block;
  transition: 0.3s;
}

.sx-experience-image {
  overflow: hidden;
}
.sx-experience-image img {
  max-width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s;
}

.sx-experience-body {
  position: relative;
  margin: 16px 14px;
  padding: 20px;
  background-color: #fff;
}

.sx-experience-title {
  display: table;
  position: relative;
  margin: 0 0 12px;
  font-size: 18px;
}
.sx-experience-title:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #BAB9B3;
  content: "";
}

.sx-experience-desc {
  margin-bottom: 0;
  font-size: 14px;
}

.sx-experience-more {
  min-width: 230px;
  margin-top: 20px;
  text-align: center;
}

/* ----------------------------------------------------------------------------------

 ニュース

 ---------------------------------------------------------------------------------- */
/* 【SHC v1.0】保守対応 #31662 総合トップ画面の改善 Start. */
.sx-news {
  margin-bottom: 60px;
}
/* 【SHC v1.0】保守対応 #31662 総合トップ画面の改善 End. */

.sx-news-head {
  margin-bottom: 16px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.sx-news-item {
  border-top: 1px solid #a7a7a7;
  font-size: 15px;
}
.sx-news-item:last-of-type {
  border-bottom: 1px solid #a7a7a7;
}
.sx-news-item a {
  display: block;
  padding: 18px 0;
  transition: 0.3s;
}

.sx-news-more {
  margin: 40px auto 0;
  text-align: center;
}

/* ----------------------------------------------------------------------------------

 バナーリスト

 ---------------------------------------------------------------------------------- */
.sx-banners {
  margin-top: 60px;
}

.sx-banners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0;
}

.sx-banners-item a {
  display: block;
  transition: 0.3s;
}
.sx-banners-item img {
  max-width: 100%;
}

/* ----------------------------------------------------------------------------------

 オンラインショップ

 ---------------------------------------------------------------------------------- */
.sx-onlineshop {
  margin-top: 50px;
}

.sx-onlineshop-title {
  margin-bottom: 20px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.sx-onlineshop-list {
  display: flex;
  flex-wrap: wrap;
}

.sx-onlineshop-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}
.sx-onlineshop-item figure {
  margin: 0 auto;
}
.sx-onlineshop-item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.sx-onlineshop-item figcaption {
  display: inline;
  position: relative;
  margin-top: 10px;
  padding-bottom: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%221%22%20viewBox%3D%220%200%201%201%22%20width%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h1v1h-1z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-position: bottom;
  background-repeat: repeat-x;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.sx-onlineshop-more {
  margin: 30px auto;
  text-align: center;
}

/* ----------------------------------------------------------------------------------

 IEバグフィックス

 ---------------------------------------------------------------------------------- */
body.ie .sx-feature-carousel .product-tile .image-container,
body.ie .sx-recommend-carousel .product-tile .image-container {
  overflow: visible;
}
body.ie .sx-onlineshop-item {
  justify-content: flex-start;
}

/* 【SHC v1.0】保守対応#29439 トップページのおすすめ商品内クイックビューの同意確認欄修正  Start. */
.show-interviewSheet {
  display: block;
  padding: 30px;
  border-top: thin dashed;
}
.sx-interviewSheet {
  margin-top: 5px;
  padding: 30px 10px 30px;
  background-color: #fff;
}
.sx-interview-title {
  color: #c90012;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.interview_open {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  margin: 15px;
}
.interview_open:hover {
  cursor: pointer;
}
.interview_open i, .interview_open i:after {
  border-right: 10px solid transparent;
  border-bottom: 17.3205px solid #c90012;
  border-left: 10px solid transparent;
  transform: rotate(180deg);
  transition: all 0.6s ease;
  height: 100%;
}
.interview_open .comment {
  margin-bottom: 0;
  margin-left: 10px;
}
.interview_open .comment:after {
  content: '回答する';
}
.interview_open.is-active .comment:after {
  content: '閉じる';
}
.interview_open.is-active i {
  transform: rotate(0deg);
  transition: all 0.6s ease;
}
@media screen and (min-width: 769px) {
  .sx-interviewSheet {
    margin-top: 10px;
    padding: 50px 90px 50px;
  }
}
.interviewSheet-main {
	display: none;
}
.interviewSheet-main input[type="checkbox"] {
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #000 !important;
  background: transparent !important;
}
input .answered {
  width: 250px;
  height: 50px;
  border-radius: 6px;
  font-size: 20px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif !important;
}
.interviewSheet .answered_right {
  text-align: end;
}
.comment_button1 {
  color: #c90012;
  text-align: center;
  font-size: 15px;
}
.comment_button2 {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	color: #c90012;
}
.comment_button2 a {
  color: #c90012 !important;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.comment_button2 a:hover {
  opacity: 0.7;
}
/* 【SHC v1.0】保守対応#29439 トップページのおすすめ商品内クイックビューの同意確認欄修正  End. */

@media screen and (min-width: 769px) {
  .sx-home-hero .swiper-button-next:hover,
.sx-home-hero .swiper-button-prev:hover {
    opacity: 0.5;
  }
  .sx-home-hero .swiper-pagination-bullet:hover {
    background-color: #c90012 !important;
    opacity: 1 !important;
  }
  .sx-home-hero {
    padding-bottom: 0;
  }
  .sx-home-hero a:hover {
    opacity: 1 !important;
  }
  .sx-home-hero .swiper-button-next,
.sx-home-hero .swiper-button-prev {
    top: 50%;
    bottom: auto;
    width: 36px;
    height: 36px;
    background-image: url("../images/global/icon_arrow_tri_white.svg");
  }
  .sx-home-hero .swiper-button-prev {
    left: 30px;
  }
  .sx-home-hero .swiper-button-next {
    right: 30px;
  }
  .sx-home-hero .swiper-pagination {
    bottom: 26px;
    pointer-events: none;
  }
  .sx-home-hero .swiper-pagination-bullet {
    background-color: #fff;
  }
  .sx-home-hero .swiper-pagination-bullet:hover {
    opacity: 0.5;
  }
  .sx-home-hero .swiper-pagination-bullet-active {
    background-color: #c90012;
    opacity: 1;
    pointer-events: none;
  }
  .sx-feature-cover:hover {
    background-color: rgba(0, 0, 0, 0.46);
  }
  .sx-feature-carousel .swiper-slide:hover img {
    transform: scale(1.06);
  }
  .sx-feature-head {
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 24px;
  }
  .sx-feature-head:after {
    bottom: -4px;
  }
  .sx-recommend {
    padding: 77px 60px 110px;
    background-color: #fff;
  }
  .sx-recommend-carousel .product-tile .tile-body {
    padding-bottom: 30px;
  }
  .sx-recommend-carousel .tile-body {
    padding-bottom: 30px;
  }
  .sx-article-item a:hover {
    text-decoration: none;
  }
  .sx-article-item a:hover .sx-article-image img {
    transform: scale(1.06);
  }
  .sx-article-item a:hover .sx-article-body {
    opacity: 0.7;
  }
  .sx-article-tag a:hover {
    background-color: #c90012;
    text-decoration: none;
  }
  .sx-experience {
    padding: 100px 0 125px;
  }
  .sx-experience-item a:hover {
    color: #555 !important;
    text-decoration: none;
  }
  .sx-experience-item a:hover .sx-experience-image img {
    transform: scale(1.04);
  }
  .sx-experience-title {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .sx-experience-title:after {
    bottom: -4px;
  }
  .sx-experience-desc {
    margin: 16px auto 0;
    font-size: 15px;
    line-height: 24px;
  }
/* 【SHC v1.0】保守対応 #31662 総合トップ画面の改善 Start. */
  .sx-news {
    margin-bottom: 90px;
  }
/* 【SHC v1.0】保守対応 #31662 総合トップ画面の改善 End. */
  .sx-news-head {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .sx-news-item a:hover {
    background-color: rgba(0, 0, 0, 0.06);
    text-decoration: none;
  }
  .sx-banners-item a:hover {
    opacity: 0.8;
  }
  .sx-banners-item {
    width: calc((100% - 80px) / 4);
    margin-bottom: 27px;
  }
  .sx-banners-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .sx-onlineshop {
    margin-top: 80px;
  }
  .sx-onlineshop-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .sx-onlineshop-item {
    width: calc((100% - 30px) / 3);
    height: 230px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .sx-onlineshop-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .sx-onlineshop-item img {
    max-width: 100%;
  }
  .sx-onlineshop-item figcaption {
    margin-top: 10px;
  }
}
@media screen and (min-width: 544px) and (max-width: 768px) {
  .sx-feature {
    padding: 77px 15px 125px;
  }
/* 【SHC v1.0】保守対応 #31662 総合トップ画面の改善 Start. */
  .sx-recommend {
    padding: 77px 15px 110px;
    background-color: #fff;
  }
/* 【SHC v1.0】保守対応 #31662 総合トップ画面の改善 End. */
  .sx-recommend-carousel .swiper-button-prev {
    left: 0;
  }
  .sx-recommend-carousel .swiper-button-next {
    right: 0;
  }
  .sx-article-item {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 30px 0;
  }
  .sx-article-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .sx-banners-list {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .sx-banners-item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 543px) {
  .sx-feature {
    padding: 40px 0;
  }
/* 【SHC v1.0】保守対応 #31662 総合トップ画面の改善 Start. */
  .sx-recommend {
    padding: 40px 0 0 0;
    background-color: #fff;
  }
/* 【SHC v1.0】保守対応 #31662 総合トップ画面の改善 End. */
  .sx-recommend-carousel {
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #fff;
  }
  .sx-recommend-carousel .product-tile .tile-body .sx-tile-desc {
    margin-top: 16px;
  }
  .sx-recommend-carousel .swiper-button-next,
.sx-recommend-carousel .swiper-button-prev {
    display: none;
  }
  .sx-recommend-more {
    padding-bottom: 70px;
    background-color: #fff;
  }
  .sx-article .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .sx-article-head {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sx-article-lead {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sx-article-item {
    width: calc((100% - 3px) / 2);
    margin: 0 3px 6px 0;
  }
  .sx-article-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .sx-experience-lead br {
    display: none;
  }
}
@media screen and (min-width: 544px) {
  .sx-feature-title {
    font-size: 21px;
  }
  .sx-feature-lead {
    margin: 8px 0 0;
    font-size: 15px;
  }
  .sx-feature-carousel {
    width: 100%;
  }
  .sx-feature-carousel .swiper-button-next,
.sx-feature-carousel .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #8e867b url("../images/global/icon_arrow_tri_white.svg") no-repeat calc(50% - 4px) center;
    background-size: 20px auto;
    transition: 0.3s;
  }
  .sx-feature-carousel .swiper-button-next:after,
.sx-feature-carousel .swiper-button-prev:after {
    content: none;
  }
  .sx-feature-carousel .swiper-button-next:hover,
.sx-feature-carousel .swiper-button-prev:hover {
    background-color: #c90012;
  }
  .sx-recommend-head {
    margin: 0 0 40px;
    font-size: 24px;
  }
  .sx-recommend-head:after {
    bottom: -4px;
  }
  .sx-recommend-carousel .swiper-slide {
    width: auto;
    padding-right: 14px;
    padding-left: 14px;
  }
  .sx-recommend-carousel .swiper-slide + .swiper-slide {
    border-left: 1px solid #bab9b3;
  }
  .sx-recommend-carousel .product-tile .tile-body .price {
    margin-top: 0;
  }
  .sx-recommend-carousel .product-tile {
    width: 332px;
  }
  .sx-recommend-carousel .swiper-pagination {
    display: none;
  }
  .sx-recommend-more {
    margin-top: 70px;
  }
  .sx-article {
    padding: 84px 0 125px;
  }
  .sx-article-head {
    margin: 0 auto 32px;
    font-size: 31px;
  }
  .sx-article-head:after {
    bottom: -6px;
  }
  .sx-article-lead {
    font-size: 17px;
    line-height: 29px;
    text-align: center;
  }
  .sx-article-list {
    margin-top: 60px;
  }
  .sx-article-body {
    padding: 26px;
  }

  .sx-article-title {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
  }
  .sx-article-desc {
    margin: 16px auto 0;
    font-size: 15px;
    line-height: 23px;
  }
  .sx-article-date {
    margin: 34px auto 0;
    font-size: 13px;
  }
  .sx-article-tag a {
    font-size: 15px;
  }
  .sx-article-tag {
    min-width: 138px;
    margin-right: 14px;
  }
  .sx-article-tag a {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #8e867b;
    color: #fff !important;
  }
  .sx-article-more {
    margin-top: 50px;
  }
  .sx-experience-head {
    margin: 0 auto 32px;
    font-size: 31px;
  }
  .sx-experience-head:after {
    bottom: -6px;
  }
  .sx-experience-lead {
    font-size: 17px;
    line-height: 29px;
    text-align: center;
  }
  .sx-experience-list {
    margin-top: 60px;
  }
  .sx-experience-item {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 40px 0;
    padding-bottom: 10px;
  }
  .sx-experience-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .sx-experience-body {
    top: -17px;
    margin: 0 22px;
    padding: 26px;
  }
  .sx-experience-more {
    margin-top: 30px;
  }
  .sx-onlineshop-more {
    margin: 40px auto 0;
  }
  body.ie .sx-feature-carousel .swiper-button-next,
body.ie .sx-feature-carousel .swiper-button-prev,
body.ie .sx-recommend-carousel .swiper-button-next,
body.ie .sx-recommend-carousel .swiper-button-prev {
    background: #8e867b url("../images/global/icon_arrow_tri_white.svg") no-repeat 40% center;
    background-size: 20px auto;
  }
  body.ie .sx-feature-carousel .swiper-button-next:hover,
body.ie .sx-feature-carousel .swiper-button-prev:hover,
body.ie .sx-recommend-carousel .swiper-button-next:hover,
body.ie .sx-recommend-carousel .swiper-button-prev:hover {
    background-color: #c90012;
  }
}
@media screen and (min-width: 1200px) {
  .sx-article .container {
    max-width: 1182px;
  }
  .sx-experience .container {
    max-width: 1080px;
  }
  .sx-experience .container .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .sx-news .container {
    max-width: 1110px;
  }
  .sx-banners .container {
    max-width: 1110px;
  }
  .sx-onlineshop .container {
    max-width: 1110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sx-article-item {
    width: calc((100% - 30px) / 2);
    margin: 0 30px 30px 0;
  }
  .sx-article-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .sx-article-item {
    width: calc((100% - 60px) / 3);
    margin: 0 30px 30px 0;
  }
  .sx-article-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sx-news-date {
    font-size: 13px;
  }
  .sx-news-title {
    margin-top: 2px;
  }
  .sx-onlineshop-item {
    width: calc((100% - 5px) / 2);
    height: 130px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .sx-onlineshop-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .sx-onlineshop-item img {
    width: auto;
    height: 60px;
  }
  .sx-onlineshop-item figcaption {
    margin-top: 2px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .sx-banners-item {
    width: calc((100% - 5px) / 2);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .sx-banners-item:nth-of-type(2n) {
    margin-right: 0;
  }
}