@font-face {
    font-family: 'Montserrat';
    src: 
        url('fonts/akro/Akrobat-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: 
        url('fonts/akro/Akrobat-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: 
        url('fonts/akro/Akrobat-SemiBold.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: 
        url('fonts/akro/Akrobat-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: 
        url('fonts/akro/Akrobat-ExtraBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
* {
outline: 0 !important;
}
body {
font-family: 'Montserrat', sans-serif;
overflow-x: hidden;
width: 100%;
}
.wide-wr {
width: 100%;
background: #313033;
color: #fff;
}
.container {
    width: auto;
    max-width: 1800px;
}
header {
position: fixed;
width: 100%;
z-index: 99;
height: 115px;
background: rgba(0,0,0,0.7);
}
.m-show {
width: 100vw;
height: auto;
}
.m-show-img {
width: 100%;
height: 48vw;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
}
.owl-carousel .owl-wrapper-outer {
border: none;
border-radius: 0;
}
.hd-1 {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1px;
height: 110px;
}
.hd-1-1 {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
}
.hd-1-2 {
display: flex;
align-items: center;
height: 24px;
justify-content: space-between;
width: 57vw;
}
#main_menu a {
color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 3px 15px 1px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
#main_menu a:hover {
text-decoration: none;
}
.hd-1-3 {
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 30px;
    justify-content: space-between;
}
.hd-1-3-1 {
width: 100%;
height: 1px;
background: #313033;
}
.mm-vis {
opacity: 0;
pointer-events: none;
}
.owl-carousel .owl-buttons .owl-prev {
top: 90%;
opacity: 1;
right: calc(10% + 160px);
left: auto;
}
.owl-carousel .owl-buttons .owl-next {
top: 90%;
opacity: 1;
right: 10%;
}
.m-show .owl-pagination {
counter-reset: mm1;
position: absolute;
top: 90%;
right: calc(10% + 70px);
}
.m-show .owl-pagination .owl-page {
counter-increment: mm1;
margin: 0;
}
.m-show .owl-pagination::after {
content: '0' counter(mm1);
color: #313033;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal; 
}
.m-show  .owl-controls .owl-page span {
box-shadow: none !important;
background: transparent !important;
display: none;
width: 0;
white-space: nowrap;
text-align: right;
}
.m-show  .owl-controls .owl-page.active span::before {
content: '0';	
}	
.m-show  .owl-controls .owl-page.active span {
display: block;
width: 20px;
color: #E5C063;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 48px;
transform: translateY(-3px); 
}
.m-show  .owl-controls .owl-page.active span::after {
content: ' /';
}
.pref-logo {
padding-left: 30px;
background: url('/image/catalog/hd/logo_wr.svg') no-repeat 0 50%;
font-size: 30px;
font-style: normal;
font-weight: 600;
margin: 15px 0 35px;
line-height: normal;
min-height: 80px;
max-height: 80px;
padding-top: 20px;
}
.pref-logo i {
font-size: 30px;
font-style: normal;
font-weight: 300;
}
.ftrd-wr {
display: flex;
padding: 0 15px;
flex-wrap: wrap;
justify-content: space-between;
}
.ftrd-wr .product-layout {
width: 32.7%;
height: 42vw;
overflow: hidden;
position: relative;
border: 2px solid #E5C063;
margin-bottom: 1vw;
}
.ftrd-wr .product-layout .image img {
width: 100%;
position: absolute;
bottom: 0;
}
.ftrd-wr .caption {
position: absolute;
top: 24vw;
width: 52%;
transition: 500ms;
z-index: 3;
opacity: 0;
left: 0;
}
.ftrd-wr .caption h4 {
color: #FFF;
font-family: Montserrat;
font-size: 35px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.ftrd-wr .caption p.price {
color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.ftrd-wr .product-thumb::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
display: block;
background: url('/image/catalog/hd/romb.svg') no-repeat 101% 70% rgba(0, 0, 0, 0.50);
z-index: 2;
top: 0;
left: 0;
background-size: 50% auto;
transition: 500ms;
opacity: 0;
background-position: 150% 75%;
}
.ftrd-wr .product-layout:hover .product-thumb::after {
opacity: 1;
background-position: 101% 75%;
}
.ftrd-wr .product-layout:hover .caption {
opacity: 1;
left: 15%;
}
.ftrd-bt {
text-align: center;
padding: 50px 0 70px;
white-space: nowrap;
}
.ftrd-bt a {
color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
border: 1px solid #FFF;
padding: 13px 40px;
}

.wide-wr.bg-2 {
position: relative;
background: url('/image/catalog/hd/bg_2.jpg') no-repeat 50% 50%;
background-size: cover;
color: #000;
padding-top: 30px;
}   
.wide-wr.bg-2::before {
content: '';	
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.80);
}
.wide-wr.bg-2 > div {
position: relative;
z-index: 2;
}

.pref-logo::before {
content: '';
width: 80px;
height: 90px;
float: left;
-webkit-shape-outside: polygon(0px 0px, 1px 0px, 1px 48px, 50px 44px, 50px 80px, 0px 80px);
shape-outside: polygon(0px 0px, 1px 0px, 1px 48px, 50px 44px, 50px 80px, 0px 80px);
}

.hd-2 {
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 50px 0 30px;
display: block;
}
.wide-wr.bg-2 p {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
}
.wide-wr.bg-2 .ftrd-bt a {
color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
border: 1px solid #000;
}

.wide-wr.bg-3 {
position: relative;
background: url('/image/catalog/hd/bg_3.jpg') no-repeat 100% 0;
background-size: contain;
color: #000;
padding-top: 30px;
}
.bg-3-1 {
width: 45%;
}
.wide-wr.bg-3 .pref-logo {
margin-bottom: 80px;
}
.wide-wr.bg-3 p {
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
margin-bottom: 30px;
}
.wide-wr.bg-3 .ftrd-bt a {
color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
border: 1px solid #000;
}
.bg-3-1-1 {
margin: 50px 0 10px;
}
.wide-wr.bg-3 .hd-2 {
margin: 20px 0;
}

.wide-wr.bg-4 {
padding-top: 50px;
}
.bg-4-1 {
display: flex;
margin: 20px 0 90px;
}
.bg-4-1-1 {
display: flex;
flex-direction: column;
width: 25%;
gap: 25px;
}
.bg-4-1-1-1 {
text-align: center;
}
.bg-4-1-1-1 img {
max-width: 100%;
}
.bg-4-1-1-2 {
text-align: left;
padding: 0 0 0 30px;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
opacity: 0.5;
}

.wide-wr.bg-5 {
position: relative;
background: url('/image/catalog/hd/bg_5.jpg') no-repeat 0 0 #171717;
background-size: contain;
color: #fff;
padding-top: 60px;
padding-bottom: 60px;
}
.bg-5-1 {
padding-left: 45%;
}
.bg-5-1 .pref-logo {
margin-bottom: 60px;
}
.bg-5-1-1 {
display: flex;
align-items: start;
gap: 30px;
margin-top: 15px;
}
.bg-5-1-1-1 {
width: 40px;
display: flex;
flex-direction: column;
align-items: center;
min-height: 133px;
gap: 15px;
}
.bg-5-num {
display: flex;
width: 40px;
height: 43px;
border: 0.5px solid #FFF;
align-items: center;
justify-content: center;
}
.bg-5-line {
width: 1px;
background: #fff;
flex-grow: 1;
}
.bg-5-1-1-2 .hd-2 {
margin-top: 0;
margin-bottom: 20px;
font-weight: 600;
font-size: 20px;
}
.bg-5-1-1-2 p {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.wide-wr.bg-6 {
position: relative;
background: url('/image/catalog/hd/bg_6_1.jpg') no-repeat 0 0, url('/image/catalog/hd/bg_6_2.jpg') no-repeat 100% 0;
background-size: contain;
color: #fff;
padding-top: 70px;
min-height: 50vw;
}
.bg-6-1-wr {
width: 50%;
margin: 70px 0;
}
.bg-6-1-1 {
margin-bottom: 50px;
}
.bg-6-1-1:nth-child(odd) {
padding-right: 50%;
}
.bg-6-1-1:nth-child(even) {
padding-left: 50%;
}
.hd-3 {
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
opacity: 0.6;
}
.bg-6-1-1 p {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 21px;
margin-top: 30px;
}

.wide-wr.bg-7 {
position: relative;
background: url('/image/catalog/hd/bg_7.jpg') no-repeat 50% 0;
background-size: cover;
color: #fff;
padding-top: 70px;
}
.bg-7-1-wr {
margin-top: 70px;
display: flex;
gap: 10%;
margin-bottom: 30px;
}
.bg-7-1-1 p {
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
}

.bg-7-1-wr {
background: transparent !important;
}
.bg-7-1-wr.m-show {
width: 100%;
padding-bottom: 50px;
}

.wide-wr.bg-8 {
position: relative;
background: url('/image/catalog/hd/bg_8.jpg') no-repeat 50% 100%;
background-size: cover;
color: #000;
padding-top: 6vw;
padding-bottom: 6vw;
text-align: center;
}
.wide-wr.bg-8::before {
content: '';	
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.1);
}
.wide-wr.bg-8 > div {
position: relative;
z-index: 2;
}
.bg-8-1-wr {
display: flex;
align-items: center;
justify-content: center;
}
.bg-8-1 {
background: rgba(255, 255, 255, 0.70);
width: 650px;
max-width: 92vw;
padding: 50px 140px 0;
}
.hd-4 {
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 40px;
display: block;
}
.bg-8-1-1 input {
width: 95%;
border: none;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
background: transparent;
border-bottom: 1px solid #000;
text-align: left;
padding: 5px 0;
margin-top: 15px;
margin-bottom: 10px;
}
.wide-wr.bg-8 .ftrd-bt a {
color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
border: 1px solid #000;
}
input.err-has {
color: #f11;
}

footer {
background: #313033;
color: #fff;
padding: 60px 0 50px;
}
.ft-1 {
display: flex;
justify-content: space-between;
color: #ACACAC;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal; 
}
.ft-1-1 {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.ft-1-1 img:nth-child(1) {
width: 74px;
}
footer a {
color: #ACACAC;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal; 
margin-bottom: 22px;
display: block;
}
footer a:hover {
color: #ACACAC;
filter: brightness(130%);
text-decoration: none;
}
.ft-1 > div {
max-width: 150px;
}
.ft-1 > div.ft-1-3 {
max-width: 200px;
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
}
.ft-2 {
color: #ACACAC;
font-family: Montserrat;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal; 
}
.ft-1-4 {
align-self: center;
display: flex;
flex-direction: column;
}
.ft-1-4-1 a {
display: flex;
align-items: start;
gap: 10px;
}
.ft-2-wr {
text-align: center;
margin-top: 30px;
}
.ft-2 img {
margin-right: 5px;
}

.br-wr {
position: fixed;
z-index: 101;
width: 100%;
top: 71px;
}
.br-inn {
color: #000;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 19.056px; /* 158.804% */
letter-spacing: 1.2px; 
height: 24px;
width: 100%;
}
.breadcrumb {
padding: 0 0 0 75px;
margin-bottom: 0;
background: transparent;
border-radius: 0;
line-height: 24px;
}
.breadcrumb > li + li::before {
color: #000;
}
a {
color: inherit;
}
a:hover {
color: inherit;
}
.m-show {
width: 100%;
}
header {
top: 0;
}
.wide-wr.bg-bg {
background: #fff;
color: #000;
}
.ftrd-wr.cat-l {
justify-content: normal;
gap: 0.8%;	
}	
.ftrd-wr.cat-l .caption {
top: auto;
bottom: 0;
width: 100%;
left: 0;
padding: 0 15px;
background: rgba(0,0,0,0.5);
opacity: 1;
}
.ftrd-wr.cat-l .product-layout:hover .caption {
opacity: 1;
left: 0;
background: transparent;
}

.pref-logo.m-50 {
margin-top: 50px;
margin-bottom: 50px;
}
.wide-wr.bg-3.cat-des {
background-size: 45% auto;
background-position: 100% 90%;
padding-top: 0;
}
.wide-wr.bg-3.cat-des .bg-3-1 {
width: 50%;
}
.wide-wr.bg-3.cat-des .bg-3-1-1 {
margin: 0 0 50px;
}
.wide-wr.bg-3.cat-des .bg-3-1-1 p {
color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
opacity: 0.6;
}

.cont-go {
position: relative;
color: #fff;
min-width: 250px;
  text-align: center;
}
.cont-go-hd {
cursor: pointer;	
}	
.cont-go-hd img {
transition: 500ms;
  transform: rotate(0);
  width: 40px;
  height: 40px;
}
.cont-opp .cont-go-hd img {
transform: rotate(90deg);
}
.cont-go-hd span {
color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 10px;
}
.cont-go-t {
position: absolute;
  top: 110px;
  width: 100%;
  transition: 500ms;
  right: -200%;
  background: rgba(0,0,0,0.5);
  padding: 30px;
}
.cont-opp .cont-go-t {
right: 0;
}
.ph-1 {
color: #fff;
font-weight: 500;
  font-size: 23px;
  padding-left: 25px;
  position: relative;
  background: url(/image/catalog/hdz/h2.png) no-repeat 0 50%;
}
.cont-go-t-2 {
text-align: center;
}
.cont-go-t-2 a {
width: 40px;
height: 40px;
display: inline-block;
margin: 35px 15px 0;
}
.tg-1 {
background: url(/image/catalog/hdz/h4.png) no-repeat 50%/contain;
}
.wa-1 {
background: url(/image/catalog/hdz/h3.png) no-repeat 50%/contain;
}
#main_menu a.a-go {
 display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0;
  margin: 5px 25px 0;
}
.a-go::after {
content: attr(data-content);
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(2.7rem);
      -ms-transform: translateY(2.7rem);
          transform: translateY(2.7rem);
  opacity: 0.7;
}
.a-go span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.a-go:hover span {
    -webkit-transition: opacity 1ms 500ms, -webkit-transform 500ms cubic-bezier(0.6, 0, 0.2, 1);
    transition: opacity 1ms 500ms, -webkit-transform 500ms cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 500ms cubic-bezier(0.6, 0, 0.2, 1), opacity 1ms 500ms;
    transition: transform 500ms cubic-bezier(0.6, 0, 0.2, 1), opacity 1ms 500ms;
    transition: transform 500ms cubic-bezier(0.6, 0, 0.2, 1), opacity 1ms 500ms, -webkit-transform 500ms cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transform: translateY(-2.7rem);
        -ms-transform: translateY(-2.7rem);
            transform: translateY(-2.7rem);
    opacity: 1;
  }
.a-go:hover:after {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 500ms cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 500ms cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 500ms cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

@media (min-width: 767px) {
body:not(.common-home) #content {
margin-top: 80px; 
}
}

@media (min-width: 1239px) {
body:not(.common-home) header {
background: #fff;
}
body:not(.common-home) #content {
margin-top: 130px; 
}
body:not(.common-home) header::before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 24px;
background: #D1D1D1;
top: 71px;
z-index: -1;
}
#logo {
height: 80px;
}
#logo a {
display: block;
height: 60px;
overflow: visible;
}
.mm-vis {
display: none;
}
}

@media (max-width: 1240px) {
header {
background: #fff;
}	
.br-wr {
display: none;
}
	
.mm-vis {
opacity: 1;
pointer-events: all;
}
.wide-wr .row {
margin: 0;
}
.hd-1-2 {
position: fixed;
left: -110vw;
flex-direction: column;
height: 100vh;
z-index: -1;
background: rgba(255,255,255,0.9);
min-height: 100vh;
width: 100vw;
padding-top: 80px;
top: 0;
justify-content: start;
align-items: start;
transition: 500ms;
overflow: auto;
}
#main_menu {
flex-direction: column;
display: flex;
gap: 15px;
width: 100%;
}
header {
height: 60px;
}
.hd-1-1 {
height: 60px;
max-width: 50vw;
}
.hd-1-1 img {
max-height: 50px;
}
.hd-1-3 {
padding-right: 10px;
cursor: pointer;
}
#main_menu a {
font-size: 20px;
border-bottom: 1px solid #ccc;
padding-bottom: 13px;
}
.hd-1-3-1 {
transition: 500ms;
transform-origin: 100% 0;
}
.menu-opp .hd-1-2 {
left: 0;
}
.menu-opp .hd-1-3-1:nth-child(1) {
transform: rotate(-45deg);
}
.menu-opp .hd-1-3-1:nth-child(2) {
opacity: 0;
}
.menu-opp .hd-1-3-1:nth-child(3) {
transform: rotate(45deg);
}
.m-show-img {
height: 90vw;
}
.pref-logo {
font-size: 20px;
line-height: 25px;
background-size: contain;
position: relative;
min-height: 60px;
max-height: 60px;
padding-left: 20px;
padding-top: 17px;
}
.pref-logo i {
font-size: 16px;
position: absolute;
left: 70px;
top: 45px;
}

.pref-logo::before {
-webkit-shape-outside: polygon(0px 0px, 1px 0px, 1px 48px, 30px 44px, 30px 80px, 0px 80px);
shape-outside: polygon(0px 0px, 1px 0px, 1px 48px, 30px 44px, 30px 80px, 0px 80px);
}
.wide-wr.bg-3 {
background: #fff;
}
.bg-3-1 {
width: 100%;
}
.ftrd-wr .caption h4 {
font-size: 24px;
}
.wide-wr.bg-5 {
background: #171717;
}
.bg-5-1 {
padding-left: 0;
}
.bg-5-1-1-1 {
min-height: 170px;
}
.bg-5-1-1-2 p {
font-size: 14px;
}

.wide-wr.bg-6 {
padding-top: 40px;
}
.bg-6-1-wr {
width: 70%;
}
footer {
padding-top: 30px;
}
footer .row {
margin: 0;
}
.ft-1 {
flex-wrap: wrap;
gap: 30px;
justify-content: center;
}
.ft-1-1 {
flex-direction: row;
max-width: 100%;
width: 100%;
justify-content: center;
}
.ft-1 > div {
    max-width: unset;
}
.ft-1-empty {
width: 100%;
}

.wide-wr.bg-3.cat-des {
	background: url('/image/catalog/hd/bg_3.jpg') no-repeat 100% 0;
background-size: 45% auto;
}
.wide-wr.bg-3.cat-des .bg-3-1-1 p {
font-size: 14px;
}

}

@media (max-width: 768px) {
#content {
padding-top: 60px;
}	
.ftrd-wr {
padding: 0;
}
.ftrd-wr .product-layout {
width: 100%;
height: 130vw;
border: none;
margin-bottom: 0;
}
.ftrd-wr .caption {
width: 100%;
top: 45px;
left: 0;
padding: 0 15px;
background: rgba(0,0,0,0.5);
opacity: 1;
}

.bg-4-1 {
flex-direction: column;
gap: 45px;
margin-top: 0;
}
.bg-4-1-1 {
width: 100%;
flex-direction: row;
align-items: center;
}
.bg-4-1-1-1 {
min-width: 50%;
}
.bg-4-1-1-1 img {
max-height: 100px;
}
.bg-4-1-1-2 {
padding: 0;
font-size: 13px;
}
.bg-4-1-1:nth-child(even) .bg-4-1-1-2 {
order: -1;
text-align: right;
}
.ftrd-bt a {
max-width: 100%;
display: block;
}
.wide-wr.bg-6 {
padding-top: 40px;
background: url('/image/catalog/hd/bg_6_1.jpg') no-repeat 0 0;
background-size: cover;
}
.bg-6-1-wr {
width: 100%;
}
.bg-6-1-1:nth-child(odd) {
padding-right: 20%;
}
.bg-6-1-1:nth-child(even) {
padding-left: 20%;
}
.bg-8-1 {
padding: 50px 15px 0;
}
.wide-wr.bg-8::before {
background: rgba(0, 0, 0, 0.4);
}

.pref-logo.hd-sh {
margin-bottom: 10px;
}
.pref-logo.hd-sh::before {
shape-outside: polygon(0px 0px, 1px 0px, 1px 48px, 30px 44px, 30px 60px, 0px 60px);
height: 60px;
}
.ftrd-wr.cat-l {
justify-content: normal;
gap: 30px;	
}

.wide-wr.bg-3.cat-des {
background: #fff;
}	
.wide-wr.bg-3.cat-des .bg-3-1 {
width: 100%;
}
}

.menu-bt-wr {
position: sticky;
  bottom: 0;
  background: #111;
  color: #fff;
  height: 40px;
  width: 100%;
  z-index: 99999;
}
.menu-bt {
display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
}
.menu-bt a {
text-decoration: none;
display: flex;
gap: 10px;
align-items: center;
}
.menu-bt img {
max-height: 25px;
}
.full-cont {
min-height: 100vh;
}
.topp {
min-height: 100vh;
}










