@charset "UTF-8";
/** Use Slick **/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* =====================
	南西食品
	トップページ
 ======================= */
.side_blog {
  position: absolute;
  left: 5vw;
  bottom: 5vh;
  z-index: 50;
  width: 336px;
  height: 126px;
}

.side_blog_close {
  width: 28px;
  height: 28px;
  background: rgba(84, 70, 69, 0.89);
  border-radius: 50%;
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
  z-index: 2;
}

.side_blog_close:before, .side_blog_close:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}

.side_blog_close:after {
  transform: rotate(-45deg);
}

.side_blog_slider {
  margin-bottom: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.side_blog_slider_item a {
  overflow: hidden;
  display: flex;
  background: #fff;
}

.side_blog_slider_item a .thumb {
  width: 50%;
}

.side_blog_slider_item a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side_blog_slider_item a .ttl {
  width: 50%;
  line-height: 1.42857;
  display: flex;
  align-items: center;
  padding: 16px 16px 30px;
}

.side_blog_slider_item a .ttl p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.side_blog_slider .slick-dots {
  width: 50%;
  bottom: 12px;
  right: 0;
  display: flex;
  justify-content: center;
}

.side_blog_slider .slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 3px;
}

.side_blog_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background: #1C0501;
  opacity: 0.4;
}

.side_blog_slider .slick-dots li button:before {
  display: none;
}

.side_blog_slider .slick-dots li.slick-active button {
  opacity: 1.0;
}

.side_blog_slider .slick-arrow {
  width: 4px;
  height: 4px;
  top: auto;
  bottom: 12px;
  transform: none;
  z-index: 2;
}

.side_blog_slider .slick-arrow:before {
  display: none;
}

.side_blog_slider .slick-arrow:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #1C0501;
  border-bottom: 1px solid #1C0501;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}

.side_blog_slider .slick-arrow.slick-prev {
  left: 62%;
}

.side_blog_slider .slick-arrow.slick-prev:after {
  transform: rotate(135deg);
}

.side_blog_slider .slick-arrow.slick-next {
  right: 12%;
}

.fv {
  position: relative;
  background: url(../images/index/fv_bg.png) no-repeat top center/cover;
  padding: 90px 0 80px;
  overflow: hidden;
}

.fv .inner {
  position: relative;
}

.fv .txt_box {
  position: absolute;
  left: 72px;
  top: 166px;
  width: 616px;
  z-index: 6;
}

.fv h1 img {
  display: block;
}

.fv h1 img:first-child {
  width: 188px;
  margin: 0 auto 8px;
}

.fv h1 img:first-child.anim {
  transition-delay: 0.2s;
}

.fv h1 img:nth-child(2).anim {
  transition-delay: 1.0s;
}

.fv .scroll {
  border-left: 2px solid #544645;
  padding-left: 14px;
  padding-bottom: 52px;
  position: relative;
  margin: 88px auto 0;
  width: fit-content;
  animation: arrowmove 2s ease-in-out infinite;
}

.fv .scroll:before {
  content: "";
  width: 2px;
  height: 22px;
  background: #544645;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(10deg);
}

.fv .scroll img {
  display: block;
  width: 14px;
}

.fv .scroll.anim {
  transition-delay: 3.2s;
}

.fv h2 img {
  margin-left: auto;
  display: block;
}

.fv h2.anim {
  transition-delay: 3.2s;
}

.fv_img {
  position: relative;
  z-index: 5;
}

.fv_img img {
  display: block;
  margin-left: auto;
}

.fv_img.anim {
  transition-delay: 1.8s;
}

@keyframes arrowmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

.item-intro {
  background: url(../images/index/item-intro_bg.png) no-repeat top center/cover;
  padding: 350px 0 184px;
  margin-top: -350px;
  overflow: hidden;
}

.parallax_bg {
  display: block;
  position: sticky;
  top: 0;
  z-index: -1;
  height: 0;
  max-height: 0;
  overflow: visible;
}

.parallax_bg:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: cover;
}

.parallax_bg#productBg:after {
  background-image: url(../images/index/product_bg.png);
}

.parallax_bg#aboutBg:after {
  background-image: url(../images/index/about_bg.png);
}

.product {
  margin-top: -108px;
  padding: 276px 0 336px;
  overflow: hidden;
}

.product .inner {
  position: relative;
}

.product .inner:before, .product .inner:after {
  content: "";
  width: 143px;
  height: 143px;
  background: url(../images/index/product_frame.png) no-repeat center/contain;
  position: absolute;
}

.product .inner:before {
  top: -120px;
  left: -180px;
}

.product .inner:after {
  bottom: -120px;
  right: -180px;
  transform: scale(-1, -1);
}

.product_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.product_list_item {
  text-align: center;
  width: calc((100% - 40px) / 3);
}

.product_list_item h3 {
  color: #fafafa;
  margin: 0 0 20px;
}

.product_list_item h3 .jp {
  display: block;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: 400;
}

.product_list_item_in {
  background: url(../images/index/product_item_bg.jpg) no-repeat center/cover;
  padding: 40px 32px;
}

.product_list_item .pic {
  margin-bottom: 8px;
}

.product_list_item h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.product_list_item .price {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.product_list_item .price strong {
  font-size: 28px;
  font-weight: 700;
}

.product_list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #321E1A;
  color: #fafafa;
  font-size: 16px;
  line-height: 1.0;
  padding: 24px 0;
}

.product_list_item a:before, .product_list_item a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  transform: rotate(-45deg);
}

.product_list_item a:before {
  order: 1;
  margin-left: 30px;
}

.product_list_item a:after {
  order: 2;
  margin-left: 5px;
}

.product_list_item a:hover {
  background: #B73284;
}

.product_list_item.anim {
  transition-delay: 0.4s;
}

.product_list_item.anim:nth-child(2) {
  transition-delay: 0.9s;
}

.product_list_item.anim:nth-child(3) {
  transition-delay: 1.3s;
}

.howto {
  background: url(../images/index/howto_bg.png) no-repeat bottom center/cover;
  padding: 200px 0 350px;
  margin-top: -130px;
  position: relative;
  z-index: 5;
}

.bg01 {
  background: url(../images/index/bg01.png) no-repeat bottom center/cover;
  position: relative;
  z-index: 3;
}

.news {
  padding: 230px 0 52px;
  margin-top: -200px;
}

.news_list {
  margin: 52px 0 60px;
}

.news_list li {
  margin-bottom: 20px;
}

.news_list li:last-child {
  margin-bottom: 0;
}

.news_list li a {
  display: flex;
  gap: 32px;
  line-height: 2.14286;
}

.news_list li a time {
  flex-shrink: 0;
}

.news_list li a span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news_list li a:hover {
  opacity: 0.7;
}

.blog {
  padding: 52px 0 40px;
}

.blog_container {
  background: #fafafa;
  padding: 24px;
  box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.11), 0px 3px 54px 2px rgba(0, 0, 0, 0.06);
  position: relative;
}

.blog_container:before {
  content: "";
  width: 99px;
  height: 107px;
  background: url(../images/index/blog_acc.png) no-repeat top center/contain;
  position: absolute;
  top: 0;
  left: 76px;
}

.blog_container_in {
  padding: 56px 32px 36px;
  background: url(../images/index/blog_frame_head.png) no-repeat top center/contain, url(../images/index/blog_frame_foot.png) no-repeat bottom center/contain, url(../images/index/blog_frame_body.png) repeat-y top center/100% auto;
}

.blog_container .cat_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}

.blog_container .cat_list li {
  padding: 12px 16px;
  border: 1px solid currentColor;
  line-height: 1.0;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.blog_container .cat_list li:hover {
  color: #B73284;
}

.blog_container .cat_list li.current {
  background: #B73284;
  color: #fafafa;
}

.blog_content {
  display: none;
}

.blog_content.is-show {
  display: block;
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}

.blog_list_item {
  width: 49%;
  margin-bottom: 80px;
}

.blog_list_item a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.blog_list_item a:hover {
  opacity: 0.7;
}

.blog_list_item .thumb {
  width: 160px;
  flex-shrink: 0;
}

.blog_list_item .thumb img {
  display: block;
  height: auto !important;
}

.blog_list_item .txt_box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog_list_item .ttl {
  line-height: 1.57143;
  margin-bottom: 1em;
}

.blog_list_item .cat {
  margin-top: auto;
  width: fit-content;
  background: #B73284;
  color: #fafafa;
  padding: 4px;
  margin-left: auto;
  font-size: 12px;
}

.blog_list_item .date {
  margin-top: 12px;
  font-size: 12px;
  text-align: right;
  line-height: 1.0;
}

.shop {
  padding: 40px 0 300px;
  position: relative;
}

.shop:after {
  content: "";
  width: 476px;
  max-width: 32vw;
  height: 373px;
  background: url(../images/index/shop_bg_car.png) no-repeat right bottom/contain;
  position: absolute;
  right: 0;
  bottom: 200px;
}

.shop_list {
  margin: 60px 0 0;
}

.shop_list_item {
  display: flex;
  margin-bottom: 40px;
  gap: 22px;
}

.shop_list_item:last-child {
  margin-bottom: 0;
}

.shop_list_item .pic {
  width: 180px;
  flex-shrink: 0;
}

.shop_list_item .pic a, .shop_list_item .pic img {
  display: block;
}

.shop_list_item h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 24px;
}

.shop_list_item h3 span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 12px;
  font-size: 16px;
  color: #fafafa;
  background: #B73284;
  margin-right: 1em;
}

.shop_list_item h3 span.cat_truck {
  background: #544645;
}

.shop_list_item address {
  line-height: 1.57143;
}

.shop_list_item a {
  color: #B73284;
  text-decoration: underline;
}

.shop_list_item a:hover {
  opacity: 0.7;
}

.shop_list_item .insta_link {
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}

.shop_list_item .insta_link img {
  vertical-align: middle;
  width: 31px;
  margin-right: 12px;
  display: inline-block;
}

.about {
  padding: 250px 0 180px;
  margin-top: -250px;
  color: #fafafa;
}

.about_txt {
  line-height: 1.875;
}

.about_txt p:nth-child(n+2) {
  margin-top: 1.875em;
}

.about_txt p:last-child {
  margin-top: 60px;
}

.about_txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fafafa;
  font-size: 18px;
  line-height: 1.0;
  padding: 20px 0;
  border: 1px solid currentColor;
  min-width: 348px;
  width: fit-content;
  margin: 0 auto;
}

.about_txt a:before, .about_txt a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.about_txt a:before {
  order: 1;
  margin-left: 30px;
}

.about_txt a:after {
  order: 2;
  margin-left: 5px;
}

.about_txt a:hover {
  color: #B73284;
}

#backToIndex {
  display: none !important;
}

/* PCのみ
  ------------------------ */
/* タブレット
  ------------------------ */
@media (max-width: 1440px) {
  .side_blog {
    bottom: 20px;
  }
  .fv .txt_box {
    left: 32px;
    width: 40%;
    top: 65%;
  }
  .fv .scroll {
    margin-top: 32px;
  }
  .fv h2 {
    margin-right: 32px;
  }
  .fv_img img {
    width: 65%;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 767px) {
  .side_blog {
    position: fixed;
    left: auto;
    right: 0;
    width: 246px;
    height: 92px;
  }
  .side_blog_close {
    right: auto;
    left: -14px;
  }
  .side_blog_slider_item a .ttl {
    padding: 10px 10px 32px;
  }
  .side_blog_slider_item a .ttl p {
    font-size: 12px;
    line-height: 1.33333;
    -webkit-line-clamp: 3;
  }
  
  



/* edit moto*/  
  .fv {
    padding: 74px 0 120px;
  }
  
  
/* edit */  
  .fv {
    padding: 165px 0 120px;
  }




  .fv .inner {
    position: initial;
  }
  .fv .txt_box {
    position: initial;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 35px;
  }
  .fv h1 img:first-child {
    width: 123px;
  }
  .fv .scroll {
    position: absolute;
    left: 40px;
    bottom: 100px;
    padding-left: 7px;
    padding-bottom: 32px;
    margin: 0;
    border-width: 1px;
    z-index: 10;
  }
  .fv .scroll:before {
    width: 1px;
    height: 12px;
  }
  .fv .scroll img {
    width: 7px;
  }
  .fv h2 {
    margin-bottom: 0;
    margin-right: 0;
  }
  .fv h2 img {
    max-width: 210px;
  }
  .fv_img {
    padding-left: 36px;
  }
  .fv_img img {
    width: 100%;
  }
  .item-intro {
    padding: 420px 0 92px;
    margin-top: -420px;
  }
  .parallax_bg#productBg:after {
    background-image: url(../images/index/product_bg_sp.png);
  }
  .parallax_bg#aboutBg:after {
    background-image: url(../images/index/about_bg_sp.jpg);
  }
  .product {
    padding: 120px 0 160px;
    margin-top: -65px;
  }
  .product .inner:before, .product .inner:after {
    width: 30px;
    height: 30px;
  }
  .product .inner:before {
    top: auto;
    bottom: -72px;
    left: 10px;
    transform: rotate(-90deg);
  }
  .product .inner:after {
    bottom: -72px;
    right: 10px;
  }
  .product .inner > *:first-child:before, .product .inner > *:first-child:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/index/product_frame.png) no-repeat center/contain;
    position: absolute;
    top: -36px;
  }
  .product .inner > *:first-child:before {
    left: 10px;
  }
  .product .inner > *:first-child:after {
    right: 10px;
    transform: rotate(90deg);
  }
  .product_list {
    display: block;
    gap: 0;
    padding: 0 15px;
  }
  .product_list_item {
    margin-bottom: 60px;
    width: 100%;
  }
  .product_list_item:last-child {
    margin-bottom: 0;
  }
  .product_list_item h3 {
    margin-bottom: 10px;
  }
  .product_list_item_in {
    padding: 40px 24px;
  }
  .product_list_item .pic {
    margin-bottom: 0;
  }
  .product_list_item .price {
    margin-bottom: 16px;
  }
  .product_list_item .price strong {
    font-size: 22px;
  }
  .product_list_item.anim {
    transition-delay: 0s !important;
  }
  .howto {
    background: url(../images/index/howto_bg_sp.png) no-repeat bottom center/cover;
    margin-top: -60px;
    padding: 120px 0 86px;
    background-position: left top;
  }
  .bg01 {
    background-position: left bottom;
  }
  .news {
    padding: 100px 0 32px;
    margin-top: -100px;
  }
  .news_list {
    margin: 40px 0 32px;
  }
  .news_list li a {
    display: block;
    font-size: 12px;
    line-height: 1.66667;
  }
  .news_list li a time {
    display: block;
  }
  .blog {
    padding: 32px 0;
  }
  .blog .index_h2 .eng {
    font-size: 36px;
  }
  .blog_container {
    padding: 10px;
  }
  .blog_container:before {
    display: none;
  }
  .blog_container_in {
    padding: 44px 20px 32px;
  }
  .blog_container .cat_list {
    display: block;
    margin-bototm: 48px;
  }
  .blog_container .cat_list li {
    width: 100%;
    text-align: center;
    padding: 20px 12px;
    margin: 0 auto 8px;
  }
  .blog_container .cat_list li:last-child {
    margin-bottom: 0;
  }
  .blog_container .cat_list li:hover {
    color: #544645;
  }
  .blog_container .cat_list li.current:hover {
    color: #fafafa;
  }
  .blog_list {
    display: block;
    margin-bottom: 0;
  }
  .blog_list_item {
    width: 100%;
    margin-bottom: 32px;
  }
  .blog_list_item a {
    gap: 16px;
  }
  .blog_list_item .thumb {
    width: 80px;
  }
  .blog_list_item .ttl {
    line-height: 1.42857;
  }
  .blog_list_item .cat {
    font-size: 12px;
  }
  .blog_list_item .date {
    margin-top: 8px;
    font-size: 12px;
  }
  .shop {
    padding: 32px 0 160px;
  }
  .shop:after {
    width: 238px;
    max-width: none;
    height: 186px;
    position: relative;
    bottom: auto;
    margin: 40px 10px 0 auto;
    display: block;
  }
  .shop_list {
    margin-top: 54px;
  }
  .shop_list_item {
    margin-bottom: 24px;
    gap: 20px;
  }
  .shop_list_item .pic {
    width: 80px;
  }
  .shop_list_item h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .shop_list_item h3 span {
    padding: 4px;
    font-size: 14px;
    margin-right: 12px;
  }
  .shop_list_item .insta_link {
    margin-top: 20px;
  }
  .about {
    padding: 160px 0 112px;
    margin-top: -150px;
  }
  .about_txt {
    font-size: 14px;
    line-height: 1.71429;
  }
  .about_txt:last-child {
    margin-top: 24px;
  }
  .about_txt a {
    min-width: 280px;
    font-size: 16px;
    padding: 20px 12px;
  }
}
