@charset "UTF-8";

header {
  background: var(--wood);
  padding: 0 3%;
  box-sizing: border-box;
}

header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vw;
  background: url(../img/shared/header_deco.png) no-repeat center top;
  background-size: contain;
  z-index: 2;
}

#head-key {
  padding-top: 9.5vw;
  overflow: hidden;
  background: url(../img/shared/background.jpg) repeat;
  padding-bottom: 6vw;
}

#head-key .key-slider img {
  width: auto;
  max-width: unset;
  height: 142vw;
}

.ttl {
  letter-spacing: 0.1em;
  font-size: 10px;
}

/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  background: url(../img/index/s1_bg.png) no-repeat center top;
  background-size: cover;
  padding: 28vw 0 19.2vw;
  text-align: center;
}

#sec1 h2 {
  margin: 0vw 5% 7.8vw 6%;
  letter-spacing: 0.11em;
}

#sec1 .txt {
  background: url(../img/index/s1_line.png) repeat-y center top;
  background-size: 100% 27.5px;
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 {
  background: var(--bg2);
  color: #fff;
  padding: 10vw 3%;
}

#sec2 .wrap {
  padding: 0 5.4%;
}

#sec2 .bg {
  padding: 19vw 0 15.4vw;
  background: var(--wood);
}

#sec2 .bg h2 {
  height: 51vw;
  margin: 0 auto;
  position: relative;
}

#sec2 .bg h2:before,
#sec2 .bg h2:after {
  content: '';
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 8.8vw;
  height: 2vw;
  border: 1px solid #9e958f;
  box-sizing: border-box;
}

#sec2 .bg h2:before {
  border-bottom: none;
}

#sec2 .bg h2:after {
  border-top: none;
  top: auto;
  bottom: -3vw;
}

#sec2 .bg h3 {
  position: absolute;
  top: -11.6vw;
  width: 100%;
  z-index: 2;
}

#sec2 .bg h3 span {
  display: block;
  margin: 0 auto 7px;
  width: 44%;
  background: #fff;
  color: #000;
  text-align: center;
  padding-bottom: 1vw;
}

#sec2 .bg .row {
  position: relative;
}

#sec2 .bg .note {
  text-align: center;
  margin: 8vw 0 27vw;
}

#sec2 .bg .set1 .row {
  gap: 6.2vw;
}

#sec2 .bg .set1 .row .photo {
  position: relative;
}

#sec2 .bg .set1 .row .photo:before {
  content: '';
  position: absolute;
  top: -90px;
  right: -44px;
  width: 77px;
  height: 87px;
  background: url(../img/index/s2_deco1.png) no-repeat center top;
  background-size: contain;
  z-index: 2;
}

#sec2 .bg .set1 .row .photo:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: -117px;
  width: 186px;
  height: 170px;
  background: url(../img/index/s2_deco2.png) no-repeat center top;
  background-size: contain;
  z-index: 2;
  transform: scaleX(-1);
}

#sec2 .bg .set1 .row .content {
  text-align: center;
}

#sec2 .bg .set1 .row .content .txt {
  margin-top: 17px;
}

#sec2 .bg .set2 {
  margin: 30vw 0 20vw;
  position: relative;
}

#sec2 .bg .set2:before {
  content: '';
  position: absolute;
  top: -72px;
  right: -72px;
  width: 120px;
  height: 120px;
  background: url(../img/index/s2_deco3.png) no-repeat center top;
  background-size: contain;
  z-index: 2;
}

#sec2 .bg .set2 .photo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  text-align: center;
}

#sec2 .bg .set2 .photo img {
  width: 65%;
  height: 48vw;
  object-fit: cover;
  margin-bottom: 5vw;
}

#sec2 .bg .set2 .photo .price {
  min-width: 20%;
  display: block;
}

#sec2 .bg .set2 .photo2 {
  margin-top: 5vw;
  position: relative;
  z-index: 2;
  margin-bottom: 7.4vw;
}

#sec2 .bg .set3 .row {
  gap: 7vw;
}

#sec2 .bg .set3 .row h3 {
  top: -4vw;
}

#sec2 .bg .set3 .row .content {
  text-align: center;
}

#sec2 .bg .set3 .row .content .txt {
  margin-top: 17px;
}

#sec2 .bg .set4 {
  margin-top: 25.5vw;
  position: relative;
}

#sec2 .bg .set4:before {
  content: '';
  position: absolute;
  top: -96px;
  right: -45px;
  width: 143px;
  height: 170px;
  background: url(../img/index/s2_deco4.png) no-repeat center top;
  background-size: contain;
  z-index: 2;
}

#sec2 .bg .set4 h3 {
  top: -12.3vw;
}

#sec2 .bg .set4 h3 span {
  width: 60%;
}

#sec2 .bg .set4 .row {
  gap: 6vw;
}

#sec2 .bg .set4 .row .item {
  text-align: center;
}

#sec2 .bg .set4 .row .item .photo {
  height: 47vw;
}

#sec2 .bg .set4 .row .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec2 .bg .set4 .row .item h4 {
  font-size: 4.4vw;
  margin: 4vw 0 0 4%;
  letter-spacing: 0.12em;
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  padding: 16.2vw 0 28.8vw;
  text-align: center;
  position: relative;
  z-index: 1;
}

#sec3:before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  background: url(../img/index/s4_deco.png) no-repeat center top;
  width: 135px;
  height: 148px;
  background-size: contain;
}

#sec3 .ttl-bg {
  width: 66%;
  color: #000;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#sec3 .row1 .ttl-bg {
  width: 98%;
}

#sec3 .price .sml {
  font-size: 3.73vw;
  margin: 0 -7px 0 -10px;
}

#sec3 .row h3 {
  font-size: 4.53vw;
  margin-top: -11.8vw;
  line-height: 1.5;
  margin-bottom: 4px;
}

#sec3 .row .price {
  line-height: 1.2;
  padding: 3px 0 9px;
}

#sec3 .row .photo {
  margin: 0 3.6%;
}

#sec3 .row1 {
  gap: 11vw;
}

#sec3 .row1 h2 {
  margin: 0 auto 1.4vw;
  height: 46vw;
  text-align: left;
}

#sec3 .row2 {
  gap: 10vw;
  margin-top: 6vw;
}

#sec3 .row2 h3 {
  margin-top: -13.3vw;
}

#sec3 .row2 .price {
  text-align: left;
  padding-left: 7px;
  box-sizing: border-box;
}

#sec3 .row2 .txt span {
  display: block;
  margin-top: 15px;
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 {
  text-align: center;
  position: relative;
  padding-bottom: 40.4vw;
}

#sec4 h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 8vw;
}

#sec4 h2:before,
#sec4 h2:after {
  content: '';
  position: absolute;
  top: 0.4vw;
  left: -7.5vw;
  width: 7%;
  height: 8.5vw;
  border: 1px solid #737373;
}

#sec4 h2::before {
  border-right: none;
}

#sec4 h2:after {
  left: auto;
  right: -7.5vw;
  border-left: none;
}

#sec4 h3 {
  font-size: 4.68vw;
  margin: 7.4vw 0 5vw;
  letter-spacing: 0.12em;
}

#sec4 .row {
  margin: 9vw 0 8vw;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec4 .row .photo {
  width: calc(50% - 2vw);
  margin-bottom: 2.7vw;
}

#sec4 .row .photo a {
  display: block;
  height: 41vw;
}

#sec4 .row .photo a span {
  width: 100% !important;
  height: 100% !important;
}

#sec4 .banner {
  position: relative;
  background: var(--bg2);
  margin: 14.3vw -1% 0 -0.7%;
  padding: 9vw 0 8vw;
  z-index: 1;
}

#sec4 .banner:before,
#sec4 .banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/index/s4_line.png) repeat-x center top;
  background-size: auto 100%;
  z-index: -1;
}

#sec4 .banner:after {
  top: auto;
  bottom: 0;
}

#sec4 .banner .img {
  position: absolute;
}

#sec4 .banner .img1 {
  top: -2.4vw;
  right: -4%;
  width: 35%;
}

#sec4 .banner .img1:before {
  content: '';
  position: absolute;
  top: 6vw;
  left: -2px;
  background: url(../img/index/s4_d1.png) no-repeat center top;
  width: 13px;
  height: 13px;
  background-size: contain;
  transform: scaleX(-1);
  filter: invert(1);
}

#sec4 .banner .img2 {
  bottom: -2vw;
  left: -5%;
  width: 36%;
}

#sec4 .banner .img2:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 34%;
  background: url(../img/index/s4_d2.png) no-repeat center top;
  width: 15px;
  height: 18px;
  background-size: contain;
  filter: invert(1);
  transform: scaleY(-1);
}

#sec4 .banner .insta {
  width: 33.5px;
  margin: 0 auto;
}

#sec4 .banner h4 {
  border-top: 1px dashed #9e9790;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  width: 50%;
  margin: 3.6vw auto 0;
  color: #fff;
  padding-top: 10px;
}

#sec5 {
  position: relative;
  background: var(--wood);
  color: #fff;
  text-align: center;
  z-index: 1;
  padding: 13vw 0 21vw;
}

#sec5:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 17.9vw;
  background: url(../img/index/s5_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -2;
}

#sec5:after {
  content: '';
  position: absolute;
  top: -34px;
  right: -86px;
  width: 200px;
  height: 192px;
  background: url(../img/index/s5_d1.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
  transform: scaleX(-1);
}

#sec5 h2 {
  margin: 1.5vw 0 13vw;
}

#sec5 ul {
  text-align: left;
  line-height: 25px;
}

#sec5 ul li {
  border-bottom: 1px dashed #867a72;
  padding-bottom: 13px;
  margin-bottom: 11px;
}

#sec5 ul li:before {
  content: '・';
}

#sec5 .btn-cus a:before {
  filter: invert(1);
}

#sec5 .bg {
  background: var(--bg2);
  position: relative;
  margin: 12.6vw -3px 7vw;
  padding: 6.5vw 0 9vw;
}

#sec5 .bg:before {
  content: '';
  position: absolute;
  top: -22px;
  left: -43px;
  width: 96px;
  height: 120px;
  background: url(../img/index/s5_d2.png) no-repeat center top;
  background-size: contain;
  z-index: 2;
}

#sec5 .bg .btn-cus {
  margin-top: 6vw;
}

#sec5 .row {
  gap: 3vw;
}

#sec5 .row span:before {
  content: '';
  display: inline-block;
  background: url(../img/shared/icon_map.png) no-repeat center top;
  background-size: contain;
  width: 15px;
  height: 14px;
}

#sec5 .row .btn-cus:nth-child(2) span:before {
  background: url(../img/shared/house.png) no-repeat center top;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: -2px;
}

/*=============================================
******************* PC  **********************
*=============================================*/
@media screen and (min-width: 768px) {
  header {
    padding: 0 26px 0 22px;
  }

  header:before {
    background: url(../img/shared/header_deco_pc.png) no-repeat center top;
    background-size: auto 100%;
    height: 259px;
  }

  header .scroll {
    bottom: -77px;
    width: 146px;
  }

  #head-key {
    padding-top: 0;
    padding-bottom: 28px;
  }

  #head-key .key-slider img {
    height: 954px;
  }

  .ttl {
    letter-spacing: 0.13em;
    font-size: 15px;
  }

  /*=============================================
  ******************* sec1  **********************
  *=============================================*/
  #sec1 {
    padding: 147px 0 143px;
  }

  #sec1 h2 {
    margin: 6px 0 55px 4px;
    letter-spacing: 0.12em;
  }

  #sec1 .txt {
    background-size: 693px 50px;
    text-align: center;
    line-height: 50px;
  }

  /*=============================================
  ******************* sec2  **********************
  *=============================================*/
  #sec2 {
    padding: 72px 0;
  }

  #sec2 .wrap {
    padding: 0;
    max-width: 1100px;
  }

  #sec2 .bg {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 1247px;
    padding: 131px 0 146px;
  }

  #sec2 .bg h2 {
    height: 288px;
    width: 50px;
  }

  #sec2 .bg h2:before,
  #sec2 .bg h2:after {
    width: 51px;
    height: 13px;
  }

  #sec2 .bg h2:before {
    top: -18px;
  }

  #sec2 .bg h2:after {
    bottom: -22px;
  }

  #sec2 .bg h3 {
    position: static;
  }

  #sec2 .bg h3 span {
    width: 214px;
    padding-bottom: 8px;
    padding-left: 8px;
    box-sizing: border-box;
    margin-bottom: 11px;
  }

  #sec2 .bg .note {
    text-align: center;
    margin: 42px 0 78px -5px;
  }

  #sec2 .bg .set1 .row {
    gap: 30px;
    justify-content: space-between;
  }

  #sec2 .bg .set1 .row .photo {
    margin-left: 10px;
  }

  #sec2 .bg .set1 .row .photo:before {
    width: 152px;
    height: 147px;
    right: -103px;
    top: -44px;
  }

  #sec2 .bg .set1 .row .photo:after {
    width: 371px;
    height: 339px;
    bottom: -232px;
    left: auto;
    right: -111px;
    transform: none;
  }

  #sec2 .bg .set1 .row .content {
    padding-top: 26px;
    width: 387px;
    min-width: 387px;
  }

  #sec2 .bg .set1 .row .content h3 {
    margin-left: -11px;
  }

  #sec2 .bg .set1 .row .content .price {
    margin: 25px 0 -6px -13px;
    letter-spacing: 0.1em;
  }

  #sec2 .bg .set1 .row .content .note1 {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-left: -15px;
  }

  #sec2 .bg .set1 .row .content .txt {
    margin-top: 31px;
  }

  #sec2 .bg .set2 {
    margin: 172px 0 176px;
  }

  #sec2 .bg .set2:before {
    width: 233px;
    height: 233px;
    top: calc(100% - 21px);
    right: calc(50% - 179px);
  }

  #sec2 .bg .set2 .row {
    flex-direction: row-reverse;
    margin: 0 3px 0 10px;
    justify-content: space-between;
    align-items: start;
  }

  #sec2 .bg .set2 .row .photo {
    position: relative;
  }

  #sec2 .bg .set2 .row .photo img {
    width: 100%;
    height: auto;
  }

  #sec2 .bg .set2 .row .photo span {
    position: absolute;
    text-align: right;
    bottom: -15px;
    right: -2px;
  }

  #sec2 .bg .set2 .row .photo2 {
    margin: 189px -52px 0 0;
  }

  #sec2 .bg .set2 .row .photo2 span {
    right: -2px;
    bottom: -15px;
  }

  #sec2 .bg .set2 .content {
    width: 387px;
    position: absolute;
    bottom: -63px;
    right: 56px;
  }

  #sec2 .bg .set2 .content h3 {
    margin: 0 0 37px -8px;
  }

  #sec2 .bg .set2 .content h3 span {
    list-style-position: 3px;
  }

  #sec2 .bg .set3 .row {
    flex-direction: row-reverse;
    gap: 42px;
    margin-right: 3px;
    align-items: center;
  }

  #sec2 .bg .set3 .row .content {
    padding-top: 8px;
    min-width: 387px;
    width: 387px;
  }

  #sec2 .bg .set3 .row .content h3 {
    margin-left: -11px;
  }

  #sec2 .bg .set3 .row .content .price {
    margin: 25px 0 23px -12px;
  }

  #sec2 .bg .set4 {
    margin-top: 135px;
  }

  #sec2 .bg .set4:before {
    width: 284px;
    height: 208px;
    top: -221px;
    right: calc(50% - 45px);
  }

  #sec2 .bg .set4 h3 {
    margin-left: -2px;
    top: 0;
    position: relative;
    z-index: 2;
    margin-bottom: -31px;
  }

  #sec2 .bg .set4 h3 span {
    width: 278px;
  }

  #sec2 .bg .set4 .row {
    gap: 27px;
    margin-left: -2px;
    justify-content: center;
  }

  #sec2 .bg .set4 .row .item .photo {
    height: auto;
  }

  #sec2 .bg .set4 .row .item h4 {
    font-size: 22px;
    margin: 28px 0 11px 15px;
  }

  /*=============================================
  ******************* sec3  **********************
  *=============================================*/
  #sec3 {
    padding: 130px 0 223px;
  }

  #sec3:before {
    background: url(../img/index/s3_deco.png) no-repeat center top;
    background-size: contain;
    width: 384px;
    right: calc(50% - 647px);
    height: 308px;
    bottom: -6px;
  }

  #sec3 .wrap {
    max-width: 1040px;
  }

  #sec3 .ttl-bg {
    width: 214px;
  }

  #sec3 .row1 .ttl-bg {
    width: 350px;
  }

  #sec3 .row .photo {
    margin: 0;
  }

  #sec3 .row h3 {
    font-size: 26px;
    margin: -129px 21px 9px auto;
    line-height: 33px;
    letter-spacing: 0.1em;
    padding-bottom: 6px;
  }

  #sec3 .row .price {
    padding: 0px 0 6px;
  }

  #sec3 .row .price .sml {
    font-size: 14px;
  }

  #sec3 .row1 {
    gap: 30px;
    justify-content: space-between;
  }

  #sec3 .row1 .content {
    width: calc(100% - 580px);
    box-sizing: border-box;
    padding-left: 7px;
  }

  #sec3 .row1 .content h2 {
    margin: 48px 0 27px calc(50% - 56px);
    line-height: 55px;
    height: 251px;
    width: 110px;
  }

  #sec3 .row1 .photo {
    margin-right: -35px;
  }

  #sec3 .row1 .price {
    margin-right: 21px;
  }

  #sec3 .row2 {
    margin-top: -31px;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
  }

  #sec3 .row2 .txt {
    padding-bottom: 22px;
    width: 420px;
    text-align: justify;
  }

  #sec3 .row2 .txt span {
    margin-top: 35px;
  }

  #sec3 .row2 .photo {
    margin-left: -35px;
  }

  #sec3 .row2 h3 {
    margin-right: 14px;
    margin-top: -126px;
  }

  #sec3 .row2 .price {
    margin-right: 14px;
    padding-left: 8px;
  }

  /*=============================================
  ******************* sec4  **********************
  *=============================================*/
  #sec4 {
    padding-bottom: 446px;
  }

  #sec4 .wrap {
    max-width: 1105px;
  }

  #sec4 h2 {
    margin-left: -5px;
    margin-bottom: 40px;
  }

  #sec4 h2:before,
  #sec4 h2:after {
    top: 3px;
    width: 10%;
    height: 49px;
  }

  #sec4 h2:before {
    left: -41px;
  }

  #sec4 h2:after {
    right: -47px;
  }

  #sec4 h3 {
    font-size: 27px;
    margin: 71px 0 40px 2px;
  }

  #sec4 .txt {
    text-align: center;
  }

  #sec4 .row {
    margin: 72px -1px 58px 0px;
    justify-content: space-between;
  }

  #sec4 .row .photo {
    width: calc(25% - 14px);
    margin-bottom: 17px;
  }

  #sec4 .row .photo a {
    height: clamp(200px, 22.47vw, 262px);
  }

  #sec4 .row .photo a:hover {
    opacity: 0.8;
  }

  #sec4 .btn-cus {
    width: 274px;
  }

  #sec4 .bnr_insta {
    width: max-content;
    display: inline-block;
    text-decoration: none;
  }

  #sec4 .bnr_insta:hover {
    opacity: 0.7;
  }

  #sec4 .banner {
    margin: 95px auto 0;
    width: 840px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding: 71px 0 50px 3px;
    gap: 47px;
  }

  #sec4 .banner:before,
  #sec4 .banner::after {
    height: 18px;
  }

  #sec4 .banner .img1 {
    top: -24px;
    right: -27px;
    width: 227px;
  }

  #sec4 .banner .img1:before {
    width: 43px;
    height: 26px;
    transform: none;
    filter: none;
    top: -6px;
    left: auto;
    right: 19px;
  }

  #sec4 .banner .img2 {
    bottom: -14px;
    left: -24px;
    width: 226px;
  }

  #sec4 .banner .img2:before {
    width: 30px;
    height: 35px;
    transform: none;
    filter: none;
    top: 25px;
    left: -9px;
  }

  #sec4 .banner h4 {
    margin: 0;
    padding-top: 0;
    border: none;
    font-size: 22px;
    letter-spacing: 0.1em;
    width: auto;
    position: relative;
  }

  #sec4 .banner h4:before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: 12px;
    left: -22px;
    border-left: 1px dashed #9c958f;
  }

  #sec4 .banner .insta {
    margin: -9px 0 9px 0;
    width: 36px;
  }

  /*=============================================
  ******************* sec5  **********************
  *=============================================*/
  #sec5 {
    padding: 23px 0 214px;
  }

  #sec5 .wrap {
    max-width: 692px;
  }

  #sec5:before {
    background: url(../img/index/s5_deco_pc.png) no-repeat center top;
    height: 240px;
    background-size: auto 100%;
  }

  #sec5:after {
    transform: none;
    width: 341px;
    height: 386px;
    top: -159px;
    right: calc(50% - 499px);
  }

  #sec5 .btn-cus {
    z-index: 1;
  }

  #sec5 .btn-cus:hover a:before {
    filter: none;
  }

  #sec5 .btn-cus a {
    border-color: #fff;
  }

  #sec5 h2 {
    margin: 11px 0 111px 4px;
  }

  #sec5 ul {
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 2px;
  }

  #sec5 ul li {
    padding-bottom: 16px;
    margin-bottom: 13px;
  }

  #sec5 ul li:before {
    display: none;
  }

  #sec5 ul li p {
    margin: 15px 0 -5px 4px;
  }

  #sec5 .bg {
    margin: 73px auto 42px;
    padding: 30px 0 37px;
  }

  #sec5 .bg:before {
    width: 193px;
    height: 188px;
    top: -129px;
    left: -154px;
  }

  #sec5 .bg .btn-cus {
    margin-top: 31px;
    width: 374px;
  }

  #sec5 .bg .btn-cus a {
    padding-left: 13px;
    line-height: 56px;
  }

  #sec5 .bg .btn-cus a:before {
    right: 13px;
  }

  #sec5 .bg .btn-cus a:after {
    left: 13%;
    width: 18px;
  }

  #sec5 .row {
    gap: 17px;
    justify-content: center;
    margin-left: 3px;
  }

  #sec5 .row .btn-cus {
    margin: 0;
  }

  #sec5 .row .btn-cus a {
    line-height: 57px;
    padding-right: 8px;
  }

  #sec5 .row .btn-cus span:before {
    width: 19px;
    height: 15px;
    margin-bottom: 0px;
    margin-left: -3px;
    margin-right: 3px;
  }
}

@media screen and (min-width: 1501px) {

  header:before,
  #sec5:before {
    background-size: 100% 100%;
  }
}

/*# sourceMappingURL=index.css.map */