/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/project/top.scss ***!
  \******************************************************************************************************************************************************************************************/
/*
  xl
  82 - 56
  38 - 24
  32 - 23
  28 - 20
  26 - 18
  18 - 14
  14 - 12

  btn
  18 - 18

*/
.p-top__system-message .m-box {
  margin: 20px auto;
}
.p-top__shopsearch {
  background: #FCFAF5;
  padding-bottom: 20px;
  padding-top: 20px;
}
.p-top__slider {
  background: #FCFAF5;
  margin-top: -1px;
  overflow: hidden;
  padding: 20px 0;
}
@media only screen and (min-width: 960px) {
  .p-top__slider {
    padding: 30px 0;
  }
}
.p-top__slide .splide__track {
  border-radius: var(--radius);
  margin-left: auto;
  margin-right: auto;
  overflow: inherit;
  width: 100%;
}
.p-top__slide .splide__slide img {
  opacity: 0.65;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .p-top__slide .splide__slide.is-active a:hover img {
    opacity: 0.65;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.p-top__slide .splide__slide.is-active img {
  -webkit-filter: blur(0) grayscale(0);
          filter: blur(0) grayscale(0);
  opacity: 1;
}
.p-top__slide .splide__slide a {
  background: #fff;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.p-top__slide .splide__slide img {
  -webkit-filter: blur(2px) grayscale(0.8);
          filter: blur(2px) grayscale(0.8);
  height: auto;
  width: 100%;
}
.p-top__slide .splide__arrows .splide__arrow {
  background: transparent;
  opacity: 1;
  top: calc(50% - 15px);
}
.p-top__slide .splide__arrows .splide__arrow svg {
  fill: var(--color-key);
  height: 1em;
  width: 1em;
}
.p-top__slide .splide__arrows .splide__arrow--prev {
  left: -0.2em;
}
.p-top__slide .splide__arrows .splide__arrow--next {
  right: -0.2em;
}
@media only screen and (min-width: 960px) {
  .p-top__slide .splide__arrows .splide__arrow svg {
    height: 26px;
    width: 26px;
  }
  .p-top__slide .splide__arrows .splide__arrow--prev {
    left: calc(50% - 360px - 2rem);
  }
  .p-top__slide .splide__arrows .splide__arrow--next {
    right: calc(50% - 360px - 2rem);
  }
}
@media only screen and (min-width: 960px) and (hover: hover) {
  .p-top__slide .splide__arrows .splide__arrow:hover {
    opacity: 0.7;
  }
}
.p-top__slide .splide__pagination {
  margin-top: 1em;
  position: static;
}
.p-top__slide .splide__pagination li {
  margin: 0 2px;
}
.p-top__slide .splide__pagination__page {
  opacity: 1;
}
.p-top__consult {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 30px 20px 0;
}
.p-top__hdg {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.p-top__hdg__sub {
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
}
.p-top__hdg__number {
  color: var(--color-key);
  display: inline-block;
  font-size: 32px;
  font-style: normal;
  margin: 0 0.1em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.p-top__layout {
  margin-top: 20px;
}
@media only screen and (min-width: 960px) {
  .p-top__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
}
.p-top__layout__item:first-child {
  margin-bottom: 20px;
}
.p-top__layout__item:first-child .m-box--top {
  height: 100%;
}
@media only screen and (min-width: 960px) {
  .p-top__layout__item {
    width: 50%;
  }
  .p-top__layout__item:first-child {
    margin-bottom: 0;
  }
}
.p-top__layout__item .m-btn-group {
  max-width: 300px;
}
.p-top__layout .m-box--search {
  margin-bottom: 10px;
}
.p-top__layout .m-box--search + .m-box--search {
  margin-top: 10px;
}

.m-list--news {
  margin-bottom: 20px;
}
.m-list--news > li {
  border-bottom: 1px solid var(--color-border__gray__light);
  margin-top: 0;
}
.m-list--news > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.2em 20px 1.2em 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .m-list--news > li > a {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
}
@media (hover: hover) {
  .m-list--news > li > a:hover {
    text-decoration: none;
  }
  .m-list--news > li > a:hover .m-list__txt {
    text-decoration: underline;
  }
}
.m-list--news .m-list__date {
  color: #666;
  white-space: nowrap;
}
.m-list--news .m-list__icon {
  border: 1px solid #666;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px;
  padding: 2px;
  text-align: center;
  white-space: nowrap;
  width: 125px;
}
.m-list--news .m-list__txt {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .m-list--news .m-list__txt {
    margin-top: 0;
  }
}
.m-list--news .m-list__txt .m-image-blank {
  font-size: 12px;
  margin-top: -0.5em;
  position: absolute;
  right: 2px;
  top: 50%;
}
