.main-contents .sp {
  display: none;
}
.main-contents .pc {
  display: block;
}
.main-contents img, .main-contents svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 512px) {
  .main-contents .pc {
    display: none;
  }
  .main-contents .sp {
    display: block;
  }
}
.main-contents figure, .main-contents picture {
  display: block;
  margin: 0;
}

.js_u_fade {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
}
.js_u_fade.is_active {
  transform: translate(0);
  opacity: 1;
}

.js_clip span {
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.68, -0.02, 0.32, 0.99);
  display: inline-block;
}
.js_clip.is_active span {
  clip-path: inset(0 0 0 0);
}

.__delay01 {
  transition-delay: 0.3s;
}

.__delay02 {
  transition-delay: 0.8s;
}

.__delay03 {
  transition-delay: 1.3s;
}

.fade-in {
  opacity: 1 !important;
  transform: translate(0) !important;
}

.js-fade-01.is_active .js-l-fade,
.js-fade-01.is_active .js-r-fade,
.js-fade-01.is_active .js-u-fade,
.js-fade-01.is_active .main_productImg,
.js-fade-01.is_active .main_txtBox {
  opacity: 1 !important;
  transform: translate(0) !important;
}
.js-fade-01.is_active .js-scale {
  transform: scale(1) !important;
}
.js-fade-01.is_active .js-mask-animation {
  clip-path: inset(0);
}

.js-mask-animation {
  clip-path: inset(0 100% 0 0);
  /* display: inline-block; */
  transition: 1s 0.3s cubic-bezier(0.68, -0.02, 0.32, 0.99);
  transition-property: clip-path;
}

.js-mask-animation.center {
  clip-path: inset(0 100% 100% 0);
}

.js-swich {
  position: relative;
}
.js-swich .js-swich-target {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.js-swich .js-swich-target.is-active {
  opacity: 1;
}

body, .wrapper {
  overflow: visible !important;
}

.main-contents {
  margin-top: 0;
  background: #E4E1D7;
  margin-top: 0;
  font-family: "Noto Sans JP", serif;
}
footer {
  position: relative;
  z-index: 5;
}

.main-contents {
  --pc-width: 1400;
  --sp-width: 375;
  --pc-artboard-width: 512;
  --sp-artboard-width: 375;
}

@media (min-width: 512px) {
  .main-contents {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: 1px;
  }
}
@media (max-width: 512px) {
  .main-contents {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}
.lp {
  position: relative;
}
.lp .pcBg {
  display: none;
}
@media (min-width: 768px) {
  .lp .pcBg {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/pc_bg.jpg);
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.lp .pcBg_slider {
  display: flex;
  gap: 0 5.1041666667vw;
  position: absolute;
  z-index: 2;
  bottom: 15.625vw;
}
.lp .pcBg_slider_item {
  display: flex;
  gap: 0 5.1041666667vw;
  width: 200%;
  animation: scrollSlider 30s linear infinite;
}
.lp .pcBg_slider_item_img {
  width: 17.4479166667vw;
  flex-shrink: 0;
}
@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.lp .pc_anchorArea {
  flex-direction: column;
  justify-content: center;
  display: none;
  height: 100vh;
  position: sticky;
  top: 0;
  padding-top: 60px;
}
.lp .pc_anchorList {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.lp .pc_anchor {
  width: 14.8148148148vh;
  margin: 0;
  cursor: pointer;
}
.lp .pc_anchor img {
  width: 100%;
}
.lp .lpContainer {
  width: calc(375 * var(--variable) * var(--ratio));
  flex: 0 0 1;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  color: #353030;
  position: relative;
  z-index: 10;
}
.lp .lpContainer .lpWrapper {
  position: relative;
  line-height: 1;
}
@media (min-width: 513px) {
  .lp .lpContainer .lpWrapper {
    border-left: calc(3 * var(--variable) * var(--ratio)) solid #0B598C;
    border-right: calc(3 * var(--variable) * var(--ratio)) solid #0B598C;
  }
}
@media (min-width: 1024px) {
  .lp .pc_anchorArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lp .lpContainer {
    margin-left: 16.6666666667vw;
    margin-left: 33.3333333333vw;
    display: flex;
    justify-content: center;
    gap: 0 60px;
  }
}
.lp .ly_inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.lp .mv {
  position: relative;
  z-index: 2;
  height: calc(525 * var(--variable) * var(--ratio));
  height: calc(525 * var(--variable) * var(--ratio));
  background: #E4E1D7;
}
.lp .mv_imgWrapper {
  position: relative;
}
.lp .mv_imgWrapper > img {
  position: relative;
  z-index: 2;
}
.lp .mv_bottom {
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 2;
}
.lp .mv_imgWrapper {
  height: 10%;
  overflow: hidden;
}
.lp .intro {
  padding-top: calc(102 * var(--variable) * var(--ratio));
  margin-top: calc(-32 * var(--variable) * var(--ratio));
  padding-bottom: calc(180 * var(--variable) * var(--ratio));
  position: relative;
  z-index: 1;
  background: #E4E1D7;
}
.lp .intro::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/intro_bg.jpg) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.lp .intro_box {
  width: calc(335 * var(--variable) * var(--ratio));
  margin: 0 auto;
  border-radius: calc(16 * var(--variable) * var(--ratio));
  border: calc(3 * var(--variable) * var(--ratio)) solid #0B598C;
  padding: calc(12 * var(--variable) * var(--ratio)) calc(18 * var(--variable) * var(--ratio)) calc(24 * var(--variable) * var(--ratio));
}
.lp .intro_txt {
  font-size: calc(12 * var(--variable) * var(--ratio));
  line-height: 3;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.lp .intro_txt::before {
  content: "";
  width: 100%;
  height: calc(2 * var(--variable) * var(--ratio));
  display: inline-block;
  background: url(../images/intro_txt_line.svg) no-repeat center center/cover;
  position: absolute;
  bottom: calc(-1 * var(--variable) * var(--ratio));
  left: 0;
}
.lp .intro_anchorList {
  width: calc(338 * var(--variable) * var(--ratio));
  margin-top: calc(40 * var(--variable) * var(--ratio));
  margin-left: calc(20 * var(--variable) * var(--ratio));
  gap: calc(13 * var(--variable) * var(--ratio)) calc(15 * var(--variable) * var(--ratio));
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.lp .intro_anchor {
  cursor: pointer;
}
.lp .products {
  position: relative;
  z-index: 2;
}
.lp .products.__02::before, .lp .products.__03::before, .lp .products.__04::before, .lp .products.__05::before {
  content: "";
  width: 100%;
  height: calc(50 * var(--variable) * var(--ratio));
  display: block;
  pointer-events: none;
  visibility: hidden;
}
.lp .products_mv {
  position: relative;
}
.lp .products_fTxt {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(8 * var(--variable) * var(--ratio)) 0;
}
.lp .products_fTxt span {
  color: #BC121A;
  padding: calc(8 * var(--variable) * var(--ratio)) calc(12 * var(--variable) * var(--ratio));
  background: #FFFDF8;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: calc(13 * var(--variable) * var(--ratio));
}
.lp .products_container {
  padding-top: calc(63 * var(--variable) * var(--ratio));
  padding-bottom: calc(160 * var(--variable) * var(--ratio));
  position: relative;
}
.lp .products_loopSlider {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: calc(-12 * var(--variable) * var(--ratio));
  left: calc(0 * var(--variable) * var(--ratio));
  gap: 0 calc(12 * var(--variable) * var(--ratio));
}
.lp .products_loopSlider img {
  display: block;
  flex-shrink: 0;
  max-width: unset;
}
.lp .products_sliderBox {
  width: calc(335 * var(--variable) * var(--ratio));
  height: calc(335 * var(--variable) * var(--ratio));
  margin: 0 auto;
  position: relative;
}
.lp .products_sliderFrame {
  width: calc(322 * var(--variable) * var(--ratio));
  height: calc(322 * var(--variable) * var(--ratio));
  border: calc(2 * var(--variable) * var(--ratio)) solid #FFFDF8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.lp .products_slider {
  width: calc(322 * var(--variable) * var(--ratio));
  position: absolute;
  bottom: 0;
  right: 0;
}
.lp .products_sliderNav {
  position: static;
  margin: calc(12 * var(--variable) * var(--ratio)) auto 0;
}
.lp .products_sliderNav .swiper-pagination-bullet {
  background: #B2AAAA;
  width: calc(8 * var(--variable) * var(--ratio));
  height: calc(8 * var(--variable) * var(--ratio));
  opacity: 1;
  margin: 0 calc(4 * var(--variable) * var(--ratio));
}
.lp .products_sliderNav .swiper-pagination-bullet-active {
  background: #0B598C;
}
.lp .products_itemArea.__lStart .products_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.lp .products_itemArea.__lStart .products_item:nth-of-type(even) .products_item_body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.lp .products_itemArea.__rStart .products_item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.lp .products_itemArea.__rStart .products_item:nth-of-type(odd) .products_item_body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.lp .products_sliderNav + .products_itemArea {
  margin-top: calc(40 * var(--variable) * var(--ratio));
}
.lp .products_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lp .products_item + .products_item.__s {
  margin-top: calc(16 * var(--variable) * var(--ratio));
}
.lp .products_item_body {
  color: #0B598C;
}
.lp .products_item_desc {
  font-size: calc(14 * var(--variable) * var(--ratio));
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.lp .products_item_price {
  font-size: calc(13 * var(--variable) * var(--ratio));
  line-height: 1;
  margin-top: calc(13 * var(--variable) * var(--ratio));
  font-weight: bold;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
.lp .products_item_btn {
  width: calc(109 * var(--variable) * var(--ratio));
  display: block;
  margin-top: calc(16 * var(--variable) * var(--ratio));
}
.lp .products_item_note {
  font-size: calc(12 * var(--variable) * var(--ratio));
  margin-top: calc(8 * var(--variable) * var(--ratio));
  line-height: 1.5;
}
.lp .products_bottom {
  margin-top: calc(16 * var(--variable) * var(--ratio));
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.lp .products_bottom_img {
  flex: 0 0 calc(207 * var(--variable) * var(--ratio));
}
.lp .products_bottom_img:nth-of-type(1) {
  position: relative;
  z-index: 2;
}
.lp .products_bottom_img:nth-of-type(2) {
  margin-left: calc(-30 * var(--variable) * var(--ratio));
  margin-top: calc(60 * var(--variable) * var(--ratio));
}
.lp .products.__01 .products_mv {
  margin-top: calc(-15 * var(--variable) * var(--ratio));
}
.lp .products.__01 .products_fTxt {
  position: absolute;
  bottom: calc(80 * var(--variable) * var(--ratio));
  width: calc(254 * var(--variable) * var(--ratio));
  right: calc(13 * var(--variable) * var(--ratio));
}
.lp .products.__01 .products_fTxt span:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
}
.lp .products.__01 .products_container {
  background: url(../images/product_01_bg.jpg) no-repeat center top/cover;
}
.lp .products.__01 .products_loopSlider img {
  width: calc(763 * var(--variable) * var(--ratio));
  animation: slide-left 16s linear infinite;
}
.lp .products.__01 .products_item.__m {
  gap: 0 calc(12 * var(--variable) * var(--ratio));
}
.lp .products.__01 .products_item.__m .products_item_img {
  flex: 0 0 calc(206 * var(--variable) * var(--ratio));
}
.lp .products.__01 .products_item.__s {
  padding: 0 calc(20 * var(--variable) * var(--ratio));
  gap: 0 calc(20 * var(--variable) * var(--ratio));
}
.lp .products.__01 .products_item.__s .products_item_img {
  flex: 0 0 calc(156 * var(--variable) * var(--ratio));
}
.lp .products.__01 .products_item.__06 {
  gap: 0 calc(7 * var(--variable) * var(--ratio));
}
.lp .products.__01 .products_item + .products_item {
  margin-top: calc(32 * var(--variable) * var(--ratio));
}
.lp .products.__02 .products_mv {
  margin-top: calc(-15 * var(--variable) * var(--ratio));
}
.lp .products.__02 .products_fTxt {
  position: absolute;
  bottom: calc(80 * var(--variable) * var(--ratio));
  width: calc(268 * var(--variable) * var(--ratio));
  left: calc(12 * var(--variable) * var(--ratio));
}
.lp .products.__02 .products_fTxt span {
  color: #0B598C;
}
.lp .products.__02 .products_fTxt span:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
}
.lp .products.__02 .products_container {
  background: url(../images/product_01_bg.jpg) no-repeat center top/cover;
}
.lp .products.__02 .products_loopSlider img {
  width: calc(1027 * var(--variable) * var(--ratio));
  animation: slide-left 20s linear infinite;
}
.lp .products.__02 .products_item.__m {
  gap: 0 calc(20 * var(--variable) * var(--ratio));
  align-items: center;
}
.lp .products.__02 .products_item.__m .products_item_img {
  flex: 0 0 calc(195 * var(--variable) * var(--ratio));
}
.lp .products.__02 .products_item.__ac {
  align-items: center;
}
.lp .products.__02 .products_item.__s {
  padding: 0 calc(20 * var(--variable) * var(--ratio));
  gap: 0 calc(20 * var(--variable) * var(--ratio));
}
.lp .products.__02 .products_item.__s .products_item_img {
  flex: 0 0 calc(156 * var(--variable) * var(--ratio));
}
.lp .products.__02 .products_item.__02 {
  gap: 0 calc(12 * var(--variable) * var(--ratio));
}
.lp .products.__02 .products_item + .products_item {
  margin-top: calc(32 * var(--variable) * var(--ratio));
}
.lp .products.__02 .products_item_sImg {
  width: calc(140 * var(--variable) * var(--ratio));
  margin: 0 auto;
}
.lp .products.__03 .products_mv {
  margin-top: calc(-15 * var(--variable) * var(--ratio));
}
.lp .products.__03 .products_fTxt {
  position: absolute;
  bottom: calc(104 * var(--variable) * var(--ratio));
  width: calc(213 * var(--variable) * var(--ratio));
  right: calc(13 * var(--variable) * var(--ratio));
}
.lp .products.__03 .products_fTxt span {
  color: #BC121A;
}
.lp .products.__03 .products_fTxt span:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
}
.lp .products.__03 .products_container {
  background: url(../images/product_01_bg.jpg) no-repeat center top/cover;
}
.lp .products.__03 .products_loopSlider img {
  width: calc(994 * var(--variable) * var(--ratio));
  animation: slide-left 20s linear infinite;
}
.lp .products.__03 .products_item.__m {
  gap: 0 calc(24 * var(--variable) * var(--ratio));
  align-items: center;
}
.lp .products.__03 .products_item.__m .products_item_img {
  flex: 0 0 calc(195 * var(--variable) * var(--ratio));
}
.lp .products.__03 .products_item.__s {
  padding: 0 calc(20 * var(--variable) * var(--ratio));
  gap: 0 calc(20 * var(--variable) * var(--ratio));
}
.lp .products.__03 .products_item.__s .products_item_img {
  flex: 0 0 calc(156 * var(--variable) * var(--ratio));
}
.lp .products.__03 .products_item.__04 {
  gap: 0 calc(12 * var(--variable) * var(--ratio));
  align-items: center;
}
.lp .products.__03 .products_item + .products_item {
  margin-top: calc(32 * var(--variable) * var(--ratio));
}
.lp .products.__03 .products_item.__s + .products_item.__s {
  margin-top: calc(12 * var(--variable) * var(--ratio));
}
.lp .products.__03 .products_item_sImg {
  width: calc(140 * var(--variable) * var(--ratio));
  margin: 0 auto;
}
.lp .products.__04 .products_mv {
  margin-top: calc(-15 * var(--variable) * var(--ratio));
}
.lp .products.__04 .products_fTxt {
  position: absolute;
  bottom: calc(92 * var(--variable) * var(--ratio));
  width: calc(264 * var(--variable) * var(--ratio));
  left: calc(12 * var(--variable) * var(--ratio));
}
.lp .products.__04 .products_fTxt span {
  color: #0B598C;
}
.lp .products.__04 .products_fTxt span:nth-of-type(1) {
  margin-left: auto;
  margin-right: 0;
}
.lp .products.__04 .products_container {
  background: url(../images/product_01_bg.jpg) no-repeat center top/cover;
}
.lp .products.__04 .products_loopSlider img {
  width: calc(718 * var(--variable) * var(--ratio));
  animation: slide-left 20s linear infinite;
}
.lp .products.__04 .products_item.__m {
  gap: 0 calc(12 * var(--variable) * var(--ratio));
  align-items: center;
}
.lp .products.__04 .products_item.__m .products_item_img {
  flex: 0 0 calc(195 * var(--variable) * var(--ratio));
}
.lp .products.__04 .products_item.__s {
  padding: 0 calc(20 * var(--variable) * var(--ratio));
  gap: 0 calc(20 * var(--variable) * var(--ratio));
}
.lp .products.__04 .products_item.__s .products_item_img {
  flex: 0 0 calc(156 * var(--variable) * var(--ratio));
}
.lp .products.__04 .products_item.__02 {
  gap: 0 calc(28 * var(--variable) * var(--ratio));
}
.lp .products.__04 .products_item + .products_item {
  margin-top: calc(32 * var(--variable) * var(--ratio));
}
.lp .products.__04 .products_item.__s + .products_item.__s {
  margin-top: calc(12 * var(--variable) * var(--ratio));
}
.lp .products.__04 .products_item_sImg {
  width: calc(140 * var(--variable) * var(--ratio));
  margin: 0 auto;
}
.lp .products.__05 .products_mv {
  margin-top: calc(-15 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_fTxt {
  position: absolute;
  bottom: calc(210 * var(--variable) * var(--ratio));
  width: calc(283 * var(--variable) * var(--ratio));
  right: calc(12 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_fTxt span {
  color: #FFFDF8;
  background: #0B598C;
}
.lp .products.__05 .products_fTxt span:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
}
.lp .products.__05 .products_container {
  background: url(../images/product_01_bg.jpg) no-repeat center top/cover;
  padding-bottom: calc(60 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_loopSlider img {
  width: calc(1071 * var(--variable) * var(--ratio));
  animation: slide-left 20s linear infinite;
}
.lp .products.__05 .products_item.__m {
  gap: 0 calc(12 * var(--variable) * var(--ratio));
  align-items: center;
}
.lp .products.__05 .products_item.__m .products_item_img {
  flex: 0 0 calc(195 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_item.__s {
  padding: 0 calc(20 * var(--variable) * var(--ratio));
  gap: 0 calc(20 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_item.__s .products_item_img {
  flex: 0 0 calc(156 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_item.__01 {
  gap: 0 calc(30 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_item.__02 {
  gap: 0 calc(24 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_item.__03 {
  gap: 0 calc(30 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_item + .products_item {
  margin-top: calc(32 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_item.__s + .products_item.__s {
  margin-top: calc(12 * var(--variable) * var(--ratio));
}
.lp .products.__05 .products_item_sImg {
  width: calc(140 * var(--variable) * var(--ratio));
  margin: 0 auto;
}
@keyframes slide-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% - 12 * var(--variable) * var(--ratio)));
  }
}
.lp .js_fxSec {
  --sticky-offset: 0;
  position: sticky;
  position: -webkit-sticky;
  top: var(--sticky-offset);
  left: 0;
}
.lp .allItem {
  padding: calc(52 * var(--variable) * var(--ratio)) calc(20 * var(--variable) * var(--ratio));
  position: relative;
  z-index: 5;
  background: #0B598C;
}
.lp .allItem_btn {
  display: block;
}
.lp .allItem_note {
  font-size: calc(12 * var(--variable) * var(--ratio));
  line-height: 1.5;
  color: #fff;
  margin-top: calc(12 * var(--variable) * var(--ratio));
}

.fixedBtn {
  display: inline-block;
  width: calc(64 * var(--variable) * var(--ratio));
  height: calc(64 * var(--variable) * var(--ratio));
  position: fixed;
  bottom: 70px;
  right: calc(8 * var(--variable) * var(--ratio));
  z-index: 9999;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .fixedBtn {
    display: inline-block;
    width: calc(64 * var(--variable) * var(--ratio));
    height: calc(64 * var(--variable) * var(--ratio));
    position: fixed;
    bottom: 28px;
    right: 40px;
  }
  .fixedBtn svg {
    width: 100%;
  }
}
.fixedBtn.is_show {
  opacity: 1;
  visibility: visible;
}

.breadcrumb {
  width: 100%;
}

#header_bottom ul {
  width: 100%;
  overflow: hidden;
}

a:hover,
a img:hover {
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 768px) {
  .lp-hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
}

.lp-ft {
  position: relative;
}

@media (min-width: 768px) {
  .breadcrumb.promo {
    width: 100%;
    position: fixed;
    top: 55px;
    left: 0;
    background: #fff;
    z-index: 11;
  }
}

@media (max-width: 767px) {
  .wrapper {
    min-width: unset;
  }
}
@media (min-width: 768px) {
  .wrapper > .forcms_block:nth-of-type(1), .wrapper > .forcms_block:nth-of-type(2) {
    position: relative;
    z-index: 100;
  }
  .wrapper > .forcms_block:nth-of-type(2) {
    background: #fff;
  }
  .wrapper .breadcrumb {
    margin-bottom: 0;
  }
  .wrapper .pane-footer {
    margin: 0;
    padding: 50px 0 0 0;
    background: #fff;
  }
}
.wrapper .pane-left-menu {
  display: none;
}/*# sourceMappingURL=style.css.map */