@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
ホバー
----------------------------------------------------*/
/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#mv {
  /* -750 */
}
#mv .splide-controller {
  margin-top: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide-controller {
    margin-top: 23px;
  }
}
#mv .splide-controller .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mv .splide__pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__pagination {
    gap: 7px;
  }
}
#mv .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #707070;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
#mv .splide__pagination .splide__pagination__page.is-active {
  background-color: #343434;
  border: 1px solid #343434;
}
@media all and (max-width: 750px) {
  #mv .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
  #mv .splide__arrows .splide__arrow {
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 22px;
    height: 22px;
    border: none;
    background-color: #ffffff;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
  }
  #mv .splide__arrows .splide__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-style: solid;
    border-color: #9a9a9a;
    border-width: 1px 1px 0 0;
  }
  #mv .splide__arrows .splide__arrow > svg {
    display: none;
  }
  #mv .splide__arrows .splide__arrow--prev::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: 3px;
  }
  #mv .splide__arrows .splide__arrow--next::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 3px;
  }
}
#mv .splide__slide a {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  #mv .splide__slide a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #mv .splide__slide a:hover {
    opacity: 0.6;
  }
}
#mv .splide__slide img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .splide__slide img {
    aspect-ratio: 683/210;
  }
}

/*----------------------------------------------------
前置き
----------------------------------------------------*/
#intro {
  padding-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro {
    padding-top: 50px;
  }
}
#intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 35px;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  margin-bottom: 37px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 70px;
  }
}
#intro ul li {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #intro ul li:nth-child(2), #intro ul li:nth-child(3) {
    width: calc((100% - 9px) / 2);
  }
}
@media all and (min-width: 751px) {
  #intro ul li {
    width: 29%;
  }
}
#intro ul li a {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  #intro ul li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #intro ul li a:hover {
    opacity: 0.6;
  }
}
#intro ul li a .image {
  border-radius: 3px;
  overflow: hidden;
}
#intro ul li p {
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}

/*----------------------------------------------------
ご相談の多い商品タイプランキング
----------------------------------------------------*/
#ranking {
  overflow: hidden;
  padding-top: 76px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking {
    padding-top: 136px;
  }
}
#ranking .splide {
  margin-top: 56px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide {
    margin-top: 95px;
  }
}
#ranking .splide__track {
  overflow: visible;
}
#ranking .splide__slide {
  position: relative;
}
#ranking .splide__slide::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 30px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  z-index: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__slide::before {
    width: 55px;
    height: 39px;
  }
}
#ranking .splide__slide:nth-child(1)::before {
  background-image: url(../images/top/ranking/crown01.png);
}
#ranking .splide__slide:nth-child(2)::before {
  background-image: url(../images/top/ranking/crown02.png);
}
#ranking .splide__slide:nth-child(3)::before {
  background-image: url(../images/top/ranking/crown03.png);
}
#ranking .splide__slide:nth-child(4)::before {
  background-image: url(../images/top/ranking/4th.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
}
#ranking .splide__slide:nth-child(5)::before {
  background-image: url(../images/top/ranking/5th.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
}
#ranking .splide__slide a {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  #ranking .splide__slide a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #ranking .splide__slide a:hover {
    opacity: 0.6;
  }
}
#ranking .splide__slide a .image {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 19px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__slide a .image {
    margin-bottom: 15px;
  }
}
#ranking .splide__slide a .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__slide a .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
}
#ranking .splide__slide a .tx {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.16;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__slide a .tx {
    font-size: 14px;
    line-height: 2.14;
  }
}
#ranking .splide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  z-index: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__arrows {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 40%;
    width: 100%;
  }
}
#ranking .splide__arrows .splide__arrow {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 22px;
  height: 22px;
  border: none;
  background-color: #ffffff;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__arrows .splide__arrow {
    width: 36px;
    height: 36px;
    border: none;
  }
}
#ranking .splide__arrows .splide__arrow::after {
  content: "";
  width: 5px;
  height: 5px;
  border-style: solid;
  border-color: #9a9a9a;
  border-width: 1px 1px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__arrows .splide__arrow::after {
    width: 7px;
    height: 7px;
    border-color: #000000;
  }
}
#ranking .splide__arrows .splide__arrow > svg {
  display: none;
}
#ranking .splide__arrows .splide__arrow--prev {
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__arrows .splide__arrow--prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#ranking .splide__arrows .splide__arrow--prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
}
#ranking .splide__arrows .splide__arrow--next {
  /* 751- */
}
@media all and (min-width: 751px) {
  #ranking .splide__arrows .splide__arrow--next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
#ranking .splide__arrows .splide__arrow--next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}

/*----------------------------------------------------
「立体工房」の使い方
----------------------------------------------------*/
#howto {
  padding-top: 76px;
  padding-bottom: 66px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto {
    padding-top: 170px;
    padding-bottom: 140px;
  }
}
#howto .lead {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.16;
  margin: 37px 0 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .lead {
    text-align: center;
    font-size: 14px;
    line-height: 2.14;
    margin: 67px 0 80px;
  }
}
#howto .step_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .step_list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#howto .step_list li:not(:last-child) {
  margin-bottom: 56px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .step_list li:not(:last-child) {
    margin-bottom: 66px;
  }
}
@media all and (min-width: 751px) {
  #howto .step_list li:last-child .step_wrap::before {
    content: none;
  }
}
#howto .step_list li .step_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .step_list li .step_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#howto .step_list li .step_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #e2e2e2;
  z-index: -1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .step_list li .step_wrap::before {
    width: 1px;
    height: calc(100% + 66px);
    top: 0;
    left: 50%;
  }
}
#howto .step_list li .step_wrap .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  padding: 0 19px;
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  #howto .step_list li .step_wrap .step {
    width: 110px;
    height: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
    background-color: #ffffff;
    border: 1px solid #f0c5ba;
    border-radius: 50%;
    padding: unset;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  #howto .step_list li .step_wrap .step {
    width: 90px;
    height: 90px;
  }
}
#howto .step_list li .step_wrap .step span {
  font-family: "Libre Baskerville", serif;
  color: #d57761;
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .step_list li .step_wrap .step span {
    font-weight: bold;
    font-size: 11px;
  }
}
#howto .step_list li .step_wrap .step span.num {
  font-size: 16px;
  letter-spacing: 0.03em;
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .step_list li .step_wrap .step span.num {
    font-weight: 400;
    font-size: 22px;
  }
}
#howto .step_list li:nth-child(2) .step_wrap .step {
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .step_list li:nth-child(2) .step_wrap .step {
    border-color: #decca8;
  }
}
#howto .step_list li:nth-child(2) .step_wrap .step span {
  color: #d5ad61;
}
#howto .step_list li:nth-child(3) .step_wrap .step {
  /* 751- */
}
@media all and (min-width: 751px) {
  #howto .step_list li:nth-child(3) .step_wrap .step {
    border-color: #ddd7ae;
  }
}
#howto .step_list li:nth-child(3) .step_wrap .step span {
  color: #beb049;
}
#howto .step_list li .image {
  border: 3px;
  overflow: hidden;
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  #howto .step_list li .image {
    width: 46.6%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  #howto .step_list li .image {
    width: 40%;
  }
}
#howto .step_list li .tx {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 2;
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  #howto .step_list li .tx {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 34.1%;
    font-size: 16px;
    line-height: 2.56;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  #howto .step_list li .tx {
    width: 38%;
    font-size: 14px;
  }
}

/*----------------------------------------------------
CTAエリア
----------------------------------------------------*/
#top_cta {
  background-color: #f7f6f4;
  padding: 60px 0 70px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #top_cta {
    padding: 90px 0;
  }
}
#top_cta .text {
  text-align: center;
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #top_cta .text {
    text-align: left;
    margin-bottom: unset;
  }
}
#top_cta .text .en {
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(149, 149, 149, 0.7);
  margin-bottom: 24px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #top_cta .text .en {
    font-size: 15px;
    letter-spacing: 0.15em;
    margin-bottom: 44px;
  }
}
#top_cta .text .jp {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  #top_cta .text .jp {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 2.23;
  }
}
@media screen and (min-width: 751px) and (max-width: 1266px) {
  #top_cta .text .jp {
    font-size: 2.3vw;
  }
}
#top_cta .image {
  /* -750 */
}
@media all and (max-width: 750px) {
  #top_cta .image {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  #top_cta .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 42.75%;
    grid-template-columns: 50% 42.75%;
    row-gap: 10%;
    -ms-grid-rows: auto 10% auto;
        grid-template-areas: "left right_top" "left right_bottom";
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_cta .text {
    grid-area: right_top;
    align-self: flex-end;
  }
  #top_cta .image {
    grid-area: left;
  }
  #top_cta .contact_btn {
    grid-area: right_bottom;
    align-self: flex-start;
  }
}
@media all and (min-width: 751px){
  #top_cta .text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #top_cta .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  #top_cta .contact_btn {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

/*----------------------------------------------------
特集
----------------------------------------------------*/
#special_feature {
  padding-top: 60px;
  padding-bottom: 76px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #special_feature {
    padding-top: 127px;
    padding-bottom: 150px;
  }
}
#special_feature .section_title {
  /* 751- */
}
@media all and (min-width: 751px) {
  #special_feature .section_title {
    position: relative;
  }
  #special_feature .section_title::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/special_feature/fukidashi.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 64%;
    width: 213px;
    height: 92px;
    z-index: -1;
    /*　751px - $w_tb　*/
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1099px) {
  #special_feature .section_title::before {
    width: 200px;
    height: 80px;
  }
}
#special_feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  margin-top: 25px;
  margin-bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #special_feature ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    margin-top: 56px;
    margin-bottom: 70px;
  }
}
#special_feature ul li a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  #special_feature ul li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #special_feature ul li a:hover {
    opacity: 0.6;
  }
}
#special_feature ul li a .image {
  border-radius: 3px;
  overflow: hidden;
}
#special_feature ul li a p {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #special_feature ul li a p {
    font-size: 14px;
    margin-top: 16px;
  }
}

/*----------------------------------------------------
お知らせ
----------------------------------------------------*/
#news {
  padding: 70px 0;
  /* 751- */
  /* 751- */
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  #news {
    padding: 173px 0 120px;
  }
}
#news .wrap {
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .wrap {
    width: min(1022px, 100%);
    margin: 0 auto;
  }
}
@media all and (min-width: 751px) {
  #news .section_title {
    text-align: left;
  }
  #news .section_title .en {
    margin-bottom: 20px;
  }
}
#news .news_list {
  /* -750 */
}
@media all and (max-width: 750px) {
  #news .news_list {
    margin: 43px 0 15px;
  }
}
#news .news_list li {
  /* 751- */
}
#news .news_list li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
@media all and (min-width: 751px) {
  #news .news_list li {
    position: relative;
  }
  #news .news_list li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #626262;
    border-right: solid 1px #626262;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 9px;
  }
}
#news .news_list li a {
  display: block;
  padding: 26px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .news_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 45px;
    padding: 30px 0;
    padding-right: 30px;
  }
}
#news .news_list li a .date {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .news_list li a .date {
    font-size: 14px;
    margin-bottom: unset;
  }
}
#news .news_list li a .title {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.83;
  /* 751- */
}
@media all and (min-width: 751px) {
  #news .news_list li a .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 2.14;
  }
}
#news .btn {
  width: 140px;
}
@media all and (min-width: 751px) {
  #news .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 142px 10% 76.3%;
    grid-template-columns: 142px 76.3%;
    gap: 64px 10%;
    -ms-grid-rows: auto 64px auto;
        grid-template-areas: "left_top right" "left_bottom right";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news .section_title {
    grid-area: left_top;
    margin-top: 30px;
    align-self: flex-end;
  }
  #news .news_list {
    grid-area: right;
  }
  #news .btn {
    grid-area: left_bottom;
    align-self: flex-start;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 751px){
  #news .section_title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #news .news_list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  #news .btn {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  #news .wrap {
    -ms-grid-columns: 142px 60%;
    grid-template-columns: 142px 60%;
  }
}
/*# sourceMappingURL=top.css.map */