/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/page-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

main {
  overflow: hidden;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
.uk-container.max-width-800 {
  max-width: 800px;
}
.uk-container.max-width-1000 {
  max-width: 1000px;
}

h1, h2, h3, h4, p {
  margin: 0;
  color: #333;
}

h1, h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h3, h4, p, a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

p {
  font-size: 16px;
}

ul, li, a {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px !important;
}

li a {
  font-size: 16px !important;
}
li a:hover {
  text-decoration: none;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
}

.color-red {
  color: #963E16 !important;
}

.color-beige {
  color: #F8F5EC;
}

.color-default {
  color: #333333;
}

.color-white {
  color: #FFFFFF;
}

.op-0 {
  opacity: 0;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

.flex-j-evenly {
  justify-content: space-evenly;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flx-a-start {
  align-items: flex-start;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.fs-noto-serif-jp-Medium {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fs-noto-serif-jp-SemiBold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.fs-noto-serif-jp-Bold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fs-noto-serif-jp-ExBold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.section-title-ctr {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-title-ctr h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.section-title-ctr img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

ul.uk-slider-nav li a {
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background: #333;
}
ul.uk-slider-nav li.uk-active a {
  background: #963E16;
}

#header {
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/page-bg.webp");
}
#header .section-wrap .uk-flex .flex-item {
  width: 160px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) {
  width: 60%;
}
#header .section-wrap .uk-flex .flex-item ul li a {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#header .section-wrap .uk-flex .flex-item ul li a:hover {
  color: #963E16;
}
#header .section-wrap .uk-flex .flex-item ul li.contact a {
  border: 1px solid #963E16;
  border-radius: 50px;
  color: #963E16;
  padding: 10px 60px;
  background: transparent;
}
#header .section-wrap .uk-flex .flex-item ul li.contact a:hover {
  background: #963E16;
  color: #FFFFFF;
}
#header .section-wrap .uk-flex .flex-item:last-child .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .section-wrap .uk-flex .flex-item:last-child .logo {
  font-size: 24px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_hidden {
  display: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #963E16;
  transition: 0.5s;
  position: absolute;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before {
  bottom: 8px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  top: 8px;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  right: -100% !important;
  z-index: 99;
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/page-bg.webp");
  transition: 0.5s;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_header {
  text-align: left;
  padding: 0 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_header img {
  width: 160px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_list {
  list-style: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item {
  margin: 50px 0;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item.contact a:hover {
  background: #963E16 !important;
  color: #FFFFFF !important;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item a {
  color: #0C1634;
  text-decoration: none;
  font-size: 20px !important;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_item a:hover {
  color: #963E16;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content {
  right: 0 !important;
  opacity: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}
#header .section-wrap .uk-flex .flex-item:last-child ul, #header .section-wrap .uk-flex .flex-item:last-child ol {
  padding-left: inherit;
  margin: 20px 0;
}
#header .section-wrap .uk-flex .flex-item:last-child .favicon-img {
  max-width: 140px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 50px;
}

#front-mv .section-wrap .slider-container {
  position: relative;
}
#front-mv .section-wrap .slider-container .uk-position-relative {
  border-radius: 20px;
  overflow: hidden;
}
#front-mv .section-wrap .slider-container ul.uk-slider-nav li a {
  width: 40px;
  height: 5px;
  border-radius: 50px;
  background: #333333;
}
#front-mv .section-wrap .slider-container ul.uk-slider-nav li.uk-active a {
  background: #963E16;
}
#front-mv .section-wrap .slider-container .title-box {
  position: absolute;
  right: -1px;
  top: -1px;
  background: #F8F5EC;
  padding: 10px;
  padding-bottom: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#front-mv .section-wrap .slider-container .title-box h1 {
  writing-mode: vertical-rl;
}

#front-about .section-wrap {
  position: relative;
}
#front-about .section-wrap .favicon-wrap .favicon-img {
  position: absolute;
  z-index: 0;
}
#front-about .section-wrap .favicon-wrap .favicon-img:first-child {
  max-width: 440px;
  left: -80px;
}
#front-about .section-wrap .favicon-wrap .favicon-img:last-child {
  max-width: 690px;
  right: -40px;
  bottom: 0;
}
#front-about .section-wrap .flex-box {
  margin: 100px 0;
  position: relative;
  z-index: 1;
}
#front-about .section-wrap .flex-box .uk-flex .flex-item {
  width: 45%;
}
#front-about .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 50%;
}
#front-about .section-wrap .flex-box .uk-flex .flex-item img {
  border-radius: 20px;
}

#front-products {
  margin-bottom: 100px;
}
#front-products .section-wrap .products-wrap {
  margin-top: 100px;
}
#front-products .section-wrap .products-wrap .products-container.summer {
  position: relative;
}
#front-products .section-wrap .products-wrap .products-container.summer .favicon-img {
  position: absolute;
  max-width: 300px;
  right: -10%;
  top: 0;
}
#front-products .section-wrap .products-wrap .products-container.summer .uk-flex .flex-item {
  width: 50%;
  position: relative;
}
#front-products .section-wrap .products-wrap .products-container.summer .uk-flex .flex-item:last-child {
  width: 45%;
}
#front-products .section-wrap .products-wrap .products-container.summer .uk-flex .flex-item .slider-container .uk-position-relative {
  border-radius: 50%;
  overflow: hidden;
}
#front-products .section-wrap .products-wrap .products-container.summer .uk-flex .flex-item .type-box {
  position: absolute;
  top: -40px;
  left: 0;
  width: 25%;
}
#front-products .section-wrap .products-wrap .products-container.winter {
  position: relative;
  margin-top: 40px;
}
#front-products .section-wrap .products-wrap .products-container.winter .favicon-img {
  max-width: 140px;
  left: 0;
  bottom: 0;
}
#front-products .section-wrap .products-wrap .products-container.winter .uk-flex .flex-item {
  width: 50%;
  position: relative;
}
#front-products .section-wrap .products-wrap .products-container.winter .uk-flex .flex-item:first-child {
  width: 45%;
}
#front-products .section-wrap .products-wrap .products-container.winter .uk-flex .flex-item img {
  border-radius: 50%;
}
#front-products .section-wrap .products-wrap .products-container.winter .uk-flex .flex-item .type-box {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30%;
}

#front-catalog .section-wrap .section-title-ctr img {
  display: none;
}
#front-catalog .section-wrap .pdf-container {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
#front-catalog .section-wrap .pdf-container a.catalog-container img:first-child {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#front-catalog .section-wrap .pdf-container a.catalog-container .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
#front-catalog .section-wrap .recommendation-wrap {
  position: relative;
}
#front-catalog .section-wrap .recommendation-wrap .favicon-img {
  position: absolute;
  max-width: 300px;
  right: -40%;
  bottom: 0;
}
#front-catalog .section-wrap .recommendation-wrap .recommendation-container {
  position: relative;
  padding-bottom: 100px;
}
#front-catalog .section-wrap .recommendation-wrap .recommendation-container .uk-flex .flex-item {
  position: relative;
  width: 45%;
}
#front-catalog .section-wrap .recommendation-wrap .recommendation-container .uk-flex .flex-item img.img {
  border-radius: 20px;
}
#front-catalog .section-wrap .recommendation-wrap .recommendation-container .uk-flex .flex-item .slider-container .uk-position-relative {
  border-radius: 20px;
  overflow: hidden;
}
#front-catalog .section-wrap .recommendation-wrap .recommendation-container .uk-flex .flex-item .recommendation-text {
  position: absolute;
  top: -30px;
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/front/catalog/front-recommendation-text-bg.webp");
  background-size: 100px 50px;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}
#front-catalog .section-wrap .recommendation-wrap .recommendation-container .uk-flex .flex-item .recommendation-text p {
  font-size: 17px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#front-catalog .section-wrap .recommendation-wrap .recommendation-container .favicon-img-sp {
  max-width: 140px;
  margin-left: auto;
}

#front-overview {
  padding-bottom: 40px;
}
#front-overview .section-wrap .uk-container {
  position: relative;
}
#front-overview .section-wrap .uk-container .favicon-img {
  position: absolute;
  max-width: 250px;
  left: -30%;
  bottom: -200px;
}
#front-overview .section-wrap .overview-container .uk-flex {
  border-top: 1px solid #333333;
  padding: 10px 0;
}
#front-overview .section-wrap .overview-container .uk-flex:last-child {
  border-bottom: 1px solid #333333;
}
#front-overview .section-wrap .overview-container .uk-flex .flex-item {
  width: 65%;
}
#front-overview .section-wrap .overview-container .uk-flex .flex-item:first-child {
  width: 30%;
}
#front-overview .section-wrap .favicon-img-sp {
  max-width: 140px;
}

#front-access {
  padding-bottom: 70px;
}
#front-access .section-wrap .accsess-container .text-box .uk-flex .flex-item {
  margin: 0;
  width: 30%;
}
#front-access .section-wrap .accsess-container .map-box {
  border-radius: 20px;
  overflow: hidden;
}

#front-news {
  padding-bottom: 70px;
}
#front-news .section-wrap .news-container .news-list {
  border-top: 1px solid #333333;
  padding: 20px 0;
}
#front-news .section-wrap .news-container .news-list:last-child {
  border-bottom: 1px solid #333333;
}
#front-news .section-wrap .news-container .news-list ul li a::before {
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/front/arrow-open.svg");
  display: none;
}
#front-news .section-wrap .news-container .news-list ul li a .uk-flex p {
  font-size: 18px;
}
#front-news .section-wrap .news-container .news-list ul li a .uk-flex p.news-title {
  color: #963E16;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#front-news .section-wrap .news-container .news-list ul li a .uk-flex p.news-title::after {
  content: "";
  width: 2.4em;
  height: 2.4em;
  float: right;
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/front/arrow-open.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}
#front-news .section-wrap .news-container .news-list ul li .uk-accordion-content .uk-flex p.news-day {
  font-size: 20px;
  display: none;
}
#front-news .section-wrap .news-container .news-list ul li .uk-accordion-content .uk-flex::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  float: right;
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/front/arrow-open.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}
#front-news .section-wrap .news-container .news-list ul li.uk-open a::before {
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/front/arrow-close.svg");
}
#front-news .section-wrap .news-container .news-list ul li.uk-open a .uk-flex::after {
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/front/arrow-close.svg");
}
#front-news .section-wrap .news-container .news-list ul li.uk-open a .uk-flex p.news-title::after {
  background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/front/arrow-close.svg");
}

#front-contact .section-wrap .text-container .flex-box .uk-flex .flex-item {
  text-align: center;
  margin: 10px 0;
}
#front-contact .section-wrap .text-container .text-box p {
  font-size: 14px;
}

#footer {
  background: #963E16;
  padding: 40px 0;
}
#footer .section-wrap .footer-container.top {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
}
#footer .section-wrap .footer-container.top .uk-flex .flex-item {
  text-align: center;
}
#footer .section-wrap .footer-container.top .uk-flex .flex-item img {
  display: block;
  margin: 0 auto;
}
#footer .section-wrap .footer-container.top .uk-flex .flex-item h4 {
  color: #FFFFFF;
  font-size: 16px !important;
}
#footer .section-wrap .footer-container.bottom {
  padding-top: 20px;
}
#footer .section-wrap .footer-container.bottom .uk-flex .flex-item a {
  color: #FFFFFF;
  font-size: 14px !important;
}
#footer .section-wrap .footer-container.bottom .uk-flex .flex-item h4 {
  color: #FFFFFF;
  font-size: 14px !important;
}
@media screen and (min-width: 960px) {
  main {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  #header .section-wrap .uk-flex .flex-item {
    width: 30%;
  }
  #header .section-wrap .uk-flex .flex-item ul li.contact a {
    padding: 10px 20px;
  }
  #front-mv .section-wrap .slider-container .title-box {
    padding: 20px;
    padding-right: 0;
  }
  #front-mv .section-wrap .slider-container .title-box h1 {
    writing-mode: unset;
  }
  #front-products .section-wrap .products-wrap .products-container.summer .uk-flex .flex-item .type-box {
    width: auto;
  }
  #front-products .section-wrap .products-wrap .products-container.winter {
    margin-top: 0;
  }
  #front-products .section-wrap .products-wrap .products-container.winter .favicon-img {
    position: absolute;
    max-width: 300px;
  }
  #front-products .section-wrap .products-wrap .products-container.winter .uk-flex .flex-item .type-box {
    width: auto;
  }
  #front-catalog .section-wrap .pdf-container {
    max-width: 1000px;
    height: auto;
  }
  #front-catalog .section-wrap .pdf-container a.catalog-container {
    width: auto;
  }
  #front-catalog .section-wrap .pdf-container a.catalog-container .icon {
    bottom: 30px;
    right: 30px;
  }
  #front-catalog .section-wrap .recommendation-wrap .recommendation-container .uk-flex .flex-item .recommendation-text {
    top: -20px;
    left: -50px;
  }
  #front-overview {
    padding-bottom: 200px;
  }
  #front-overview .section-wrap .overview-container .uk-flex .flex-item {
    width: 50%;
  }
  #front-overview .section-wrap .overview-container .uk-flex .flex-item:first-child {
    width: 20%;
  }
  #front-news .section-wrap .news-container .news-list ul li a::before {
    display: block;
  }
  #front-news .section-wrap .news-container .news-list ul li a .uk-flex {
    width: 95%;
  }
  #front-news .section-wrap .news-container .news-list ul li a .uk-flex::after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    float: right;
    background-image: url("https://shimazu-mingei.com/wp/wp-content/themes/shimazu-mingei/images/front/arrow-open.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
  }
  #front-news .section-wrap .news-container .news-list ul li a .uk-flex p.news-title {
    margin-top: 0;
  }
  #front-news .section-wrap .news-container .news-list ul li a .uk-flex p.news-title::after {
    display: none;
  }
  #front-news .section-wrap .news-container .news-list ul li a .uk-flex p.news-title {
    width: 70%;
    display: block;
  }
  #front-news .section-wrap .news-container .news-list ul li .uk-accordion-content .uk-flex {
    width: 95%;
  }
  #front-news .section-wrap .news-container .news-list ul li .uk-accordion-content .uk-flex p.news-day {
    opacity: 0;
    display: block;
  }
  #front-news .section-wrap .news-container .news-list ul li .uk-accordion-content .uk-flex p.news-text {
    width: 70%;
  }
  #front-news .section-wrap .news-container .news-list ul li .uk-accordion-content .uk-flex::after {
    opacity: 0;
  }
  #front-contact .section-wrap .text-container .flex-box .uk-flex .flex-item {
    text-align: left;
    margin: 0;
  }
  #front-contact .section-wrap .text-container .text-box {
    text-align: center;
  }
  #front-contact .section-wrap .text-container .text-box p {
    font-size: 16px;
  }
  #footer {
    padding: 60px 0;
  }
  #footer .section-wrap .footer-container.top .uk-flex .flex-item {
    text-align: left;
  }
  #footer .section-wrap .footer-container.top .uk-flex .flex-item h4 {
    font-size: 20px !important;
  }
  #footer .section-wrap .footer-container.bottom .uk-flex .flex-item a {
    font-size: 20px !important;
  }
  #footer .section-wrap .footer-container.bottom .uk-flex .flex-item h4 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 639px) {
  .size-sp-30 {
    font-size: 30px !important;
  }
  .flex-sp {
    display: block;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .flex-sp-grid {
    display: grid;
  }
  .flex-sp-grid .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .flex-sp-grid .flex-item:last-child {
    order: -1;
  }
  .section-title-ctr h2 {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .size-sp-30 {
    font-size: 30px !important;
  }
  .flex-sp .flex-item {
    margin: 20px 0;
  }
  .flex-sp-only {
    display: block;
  }
  .flex-sp-only .flex-item {
    width: 50% !important;
    margin: 20px 0;
  }
  .flex-sp-grid {
    display: flex;
  }
  .flex-sp-grid .flex-item {
    margin: 20px 0;
  }
  .section-title-ctr h2 {
    font-size: 28px !important;
  }
  #front-catalog .section-wrap .pdf-container {
    max-width: 500px;
    height: auto;
  }
  #footer .section-wrap .footer-container.top .uk-flex .flex-item {
    margin: 20px auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #header .section-wrap .uk-flex .flex-item:nth-child(2) {
    width: 70%;
  }
  #front-about .section-wrap .favicon-wrap .favicon-img:first-child {
    max-width: 360px;
    left: -70px;
  }
  #front-about .section-wrap .favicon-wrap .favicon-img:last-child {
    max-width: 500px;
    right: -80px;
  }
  #front-products .section-wrap .products-wrap .products-container.summer .favicon-img {
    right: 0;
  }
  #front-catalog .section-wrap .recommendation-wrap .favicon-img {
    right: -6%;
    max-width: 250px;
  }
  #front-overview .section-wrap .uk-container .favicon-img {
    left: 0;
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #front-about .section-wrap .favicon-wrap .favicon-img:last-child {
    right: -200px;
  }
  #front-products .section-wrap .products-wrap .products-container.summer .favicon-img {
    right: -5%;
  }
  #front-catalog .section-wrap .recommendation-wrap .favicon-img {
    right: -20%;
  }
  #front-overview .section-wrap .uk-container .favicon-img {
    left: -10%;
  }
}
