@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/

.ttl-common {
  font-family: 'Cormorant', serif;
  color: #9f8552;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ttl {
  font-family: 'Zen Old Mincho', serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  position: relative;
}
#mainimage::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 360px;
  background: url(../img/top/key_deco2.png) repeat-x center bottom;
  background-size: auto 100%;
  z-index: 1;
}
#mainimage:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/top/key_deco.png) no-repeat center top;
  width: 542px;
  height: 623px;
  background-size: contain;
  z-index: 1;
}
#mainimage .keyvisual {
  line-height: 1;
}
#mainimage h1 {
  display: none;
}
#mainimage li {
  height: 768px;
}
#mainimage li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainimage .key-catch {
  position: absolute;
  z-index: 2;
  bottom: 63px;
  left: 83px;
  width: 600px;
  color: #fff;
  text-shadow: 0px 3px 7px rgba(89, 135, 139, 0.33);
  line-height: 26px;
  letter-spacing: 0.12em;
}
#mainimage .key-catch h2 {
  font-size: 43px;
  line-height: 69px;
  font-weight: 600;
  margin-bottom: 20px;
}
#mainimage .key-catch p {
  text-transform: uppercase;
  font-weight: 500;
}

/*--------------------------------------
  sec1
--------------------------------------*/
#sec1 {
  padding: 105px 0 128px;
}
#sec1 .post-box {
  margin-top: 8px;
  height: 194px;
}
#sec1 .post-box .post-box__header {
  display: none;
}
#sec1 .post-box dl {
  line-height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 107px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #cbcac9;
  margin-bottom: 18px;
}
#sec1 .post-box dl dt {
  position: relative;
}
#sec1 .post-box dl dt span {
  position: absolute;
  top: 7px;
  left: calc(100% + 21px);
  width: 52px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  background: #71c3d1;
  font-size: 9px;
  text-align: center;
}
#sec1 .post-box dl dt span.blog {
  background: #67ccbd;
}
#sec1 .post-box dl dd a:hover {
  text-decoration: underline;
}
#sec1 .ttl {
  font-size: 18px;
}
#sec1 .ttl-common {
  font-size: 53px;
  line-height: 64px;
}
#sec1 .button {
  margin-top: -73px;
  font-size: 15px;
}
#sec1 .button a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
#sec1 .button a:hover {
  text-decoration: none;
}

/*--------------------------------------
  sec2
--------------------------------------*/
#sec2 {
  padding-top: 12px;
  z-index: 1;
  position: relative;
}
#sec2::before {
  content: '';
  position: absolute;
  top: -211px;
  right: calc(50% - 944px);
  background: url(../img/top/s2_deco.png) no-repeat center top;
  width: 577px;
  height: 702px;
  background-size: contain;
  z-index: -1;
}
#sec2:after {
  content: '';
  position: absolute;
  top: 109px;
  left: 0;
  width: calc(50% + 324px);
  height: 441px;
  background: var(--main);
  z-index: -1;
}
#sec2 .content {
  position: absolute;
  top: -12px;
  right: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  z-index: 2;
}
#sec2 .content h2 {
  width: 72px;
}
#sec2 .content .ttl {
  margin: 5px 18px 0 0;
  letter-spacing: 0.3em;
}
#sec2 .row {
  width: calc(100% - 282px);
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec2 .row .item {
  width: calc(50% - 14px);
  position: relative;
  z-index: 2;
  height: 219px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 26px;
}
#sec2 .row .item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid;
  z-index: 2;
  pointer-events: none;
}
#sec2 .row .item:nth-child(4) {
  margin-right: -141px;
}
#sec2 .row .item:nth-child(3) {
  margin-left: 141px;
}
#sec2 .row .item .numb {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 41px 0px 8px 9px;
  opacity: 0.8;
  font-weight: 800;
}
#sec2 .row .item h3 {
  font-size: 26px;
  line-height: 42px;
  position: relative;
}
#sec2 .row .item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec2 .row .item .img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
#sec2 .btn-cus {
  margin-left: auto;
  margin-top: 58px;
}

/*--------------------------------------
  sec3
--------------------------------------*/
#sec3 {
  text-align: center;
  position: relative;
  z-index: 1;
}
#sec3:before {
  content: '';
  position: absolute;
  bottom: 81px;
  right: 0;
  width: calc(50% + 440px);
  height: 695px;
  background: url(../img/top/s3_bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
#sec3 .ttl {
  margin: 20px 0 50px;
}
#sec3 .row {
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec3 .row .item {
  width: calc(50% - 10px);
  margin-bottom: 13px;
  box-sizing: border-box;
  background: url(../img/top/s3_item_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 13px;
}

#sec3 .row .item a {
  display: block;
  background: #fff;
  padding: 28px 35px 63px;
  position: relative;
  height: 100%;
}
#sec3 .row .item a:before {
  content: '';
  position: absolute;
  bottom: 17px;
  right: 17px;
  background: url(../img/top/s3_arrow.png) no-repeat center top;
  width: 40px;
  height: 40px;
  background-size: contain;
}
#sec3 .row .item a:hover .more {
  opacity: 1;
  visibility: visible;
}
#sec3 .row .item .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 188, 204, 0.9);
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#sec3 .row .item:nth-child(1) .flex .content {
  margin: 6px 0 0 16px;
}
#sec3 .row .item .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sec3 .row .item .flex .img {
  min-width: 90px;
  width: 90px;
  border: 2px solid #9f8552;
  box-sizing: border-box;
  border-radius: 50px;
  height: 90px;
}
#sec3 .row .item .flex .content {
  margin-left: 37px;
  margin-top: 12px;
  text-align: left;
}
#sec3 .row .item .flex .content h3 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  margin-right: -50px;
  letter-spacing: 0.08em;
}
#sec3 .row .item .flex .content .fnt-cor {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #9f8552;
}
#sec3 .row .item .txt {
  margin: 14px 5px 0 0;
}
#sec3 .row .item .txt:has(span) {
  margin-bottom: -30px;
  line-height: 30px;
}
#sec3 .row .item .txt span {
  margin-bottom: 9px;
  display: block;
  font-weight: bold;
}

/*--------------------------------------
  sec4
--------------------------------------*/
#sec4 {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 42px 0 149px;
}
#sec4 .ttl {
  margin: 12px 0px 32px;
}
#sec4 .row {
  justify-content: space-between;
}
#sec4 .row .item {
  width: calc(25% - 15px);
  font-weight: bold;
}
#sec4 .row .item a {
  display: block;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  letter-spacing: 0em;
}
#sec4 .row .item a:hover .more {
  opacity: 1;
  visibility: visible;
}
#sec4 .row .item a:before {
  content: '';
  position: absolute;
  bottom: 59px;
  right: 20px;
  background: url(../img/top/s4_arrow.png) no-repeat center top;
  width: 40px;
  height: 40px;
  background-size: contain;
  z-index: 3;
}
#sec4 .row .item h3 {
  margin-top: 14px;
  font-weight: bold;
}
#sec4 .row .item .more {
  width: 100%;
  border-radius: 50%;
  background: rgba(159, 133, 82, 0.8);
  position: absolute;
  top: 0;
  bottom: 46px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  opacity: 0;
  justify-content: center;
  visibility: hidden;
  transition: all 0.3s ease;
}

/*--------------------------------------
  sec5
--------------------------------------*/
#sec5 {
  text-align: center;
  padding: 120px 0 43px;
  position: relative;
  z-index: 1;
}
#sec5:before {
  content: '';
  position: absolute;
  top: -284px;
  left: calc(50% - 1157px);
  background: url(../img/top/s4_deco.png) no-repeat center top;
  width: 1154px;
  height: 1330px;
  background-size: contain;
  transform: scale(0.5);
}
#sec5 .ttl {
  margin: 12px 0 30px;
}
#sec5 .row {
  justify-content: space-between;
  gap: 20px;
  flex-direction: row-reverse;
  align-items: start;
}
#sec5 .row .txt {
  width: 540px;
  margin-top: 35px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.06em;
}
#sec5 .row .photo {
  width: 465px;
  position: relative;
  z-index: 1;
}
#sec5 .row .photo:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
}

#sec5 .row .photo:before {
  content: '';
  position: absolute;
  top: 86px;
  left: 109px;
  width: 499px;
  height: 100%;
  background: var(--main);
  z-index: -1;
}
#sec5 .row .photo .info {
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 26px;
  right: 30px;
  font-weight: bold;
  font-size: 27px;
  line-height: 29px;
  letter-spacing: 0.05em;
}
#sec5 .row .photo .info small {
  font-size: 22px;
}
#sec5 .row .photo .info span {
  letter-spacing: 0.13em;
  margin-top: 5px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
#sec5 .btn-cus {
  margin-top: 6px;
}

/*--------------------------------------
  sec6
--------------------------------------*/
#sec6 {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 97px;
  padding-top: 50px;
}
#sec6:before {
  content: '';
  position: absolute;
  top: 270px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url(../img/top/s6_bg.jpg) no-repeat center top;
  background-size: cover;
}
#sec6 .ttl {
  margin: 12px 0 75px;
  letter-spacing: 0.1em;
}
#sec6 .row {
  gap: 20px;
  justify-content: space-between;
}
#sec6 .row .content {
  min-width: 347px;
  margin: -22px 0 0;
  text-align: left;
}
#sec6 .row .content dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
#sec6 .row .content dl dt {
  font-weight: bold;
  min-width: 115px;
}
#sec6 .row .content table {
  margin: 43px 0 6px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid;
}
#sec6 .row .content table thead {
  border-bottom: 1px solid;
  line-height: 33px;
}
#sec6 .row .content table th {
  width: 34%;
}
#sec6 .row .content table td:last-child {
  padding-right: 31px;
}
#sec6 .row .content table tbody tr:nth-child(1) td {
  padding-top: 11px;
}
#sec6 .row .content table tbody tr:last-child td,
#sec6 .row .content table tbody tr:last-child th {
  padding-bottom: 21px;
}
#sec6 .row .content .txt-color {
  color: #7ac8d6;
}
#sec6 .row .photo {
  max-width: 529px;
}
#sec6 .g-map {
  margin-top: 50px;
}
#sec6 .g-map iframe {
  height: 331px;
}

/*--------------------------------------
  sec7
--------------------------------------*/
#sec7 {
  padding: 102px 0 117px;
}
#sec7 .box {
  box-shadow: 0px 5px 10px rgba(101, 101, 101, 0.16);
  padding-bottom: 14px;
}
#sec7 .box h2 {
  background: var(--main);
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 15px 4px 19px 0px;
  line-height: 37px;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
#sec7 .box h3 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0em;
}
#sec7 .box .row {
  position: relative;
  padding-top: 42px;
  padding-bottom: 30px;
}
#sec7 .box .row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d0c6b8;
}
#sec7 .box .row .item {
  width: 50%;
  padding-left: 28px;
  box-sizing: border-box;
}
#sec7 .box .row .item .sns {
  width: 76%;
  margin: 44px auto 0;
  box-sizing: content-box;
  padding-left: 9px;
}

/*--------------------------------------
  Smartphone
--------------------------------------*/
@media screen and (max-width: 767px) {
  .ttl-common {
    font-size: 50px;
    line-height: 60px;
  }
  .ttl {
    font-size: 20px;
    line-height: 26px;
  }
  /*--------------------------------------
    main
  --------------------------------------*/
  #mainimage {
    padding-top: 80px;
  }
  #mainimage li {
    height: 141vw;
  }
  #mainimage:after {
    width: 100vw;
    height: 110vw;
  }
  #mainimage .key-catch {
    width: auto;
    font-size: 12px;
    bottom: 38px;
    left: 30px;
  }
  #mainimage .key-catch h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 18px;
  }
  /*--------------------------------------
    sec1
  --------------------------------------*/
  #sec1 {
    padding: 40px 0 19px;
  }
  #sec1 .ttl-common {
    font-size: 40px;
    line-height: 48px;
  }
  #sec1 .ttl {
    font-size: 12px;
    position: absolute;
    margin: 0;
    top: 8px;
    left: 129px;
  }
  #sec1 .post-box {
    margin-top: 9px;
    height: auto;
  }
  #sec1 .post-box dl {
    flex-direction: column;
    gap: 0px;
    padding-bottom: 19px;
    margin-bottom: 14px;
  }
  #sec1 .post-box dl dt {
    display: inline-block;
    width: 75px;
    letter-spacing: 0.04em;
  }
  #sec1 .post-box dl dt span {
    top: 5px;
  }
  #sec1 .post-box dl dd {
    font-size: 14px;
  }
  #sec1 .button {
    margin-top: -3px;
    font-size: 15px;
    text-align: right;
  }
  /*--------------------------------------
    sec2
  --------------------------------------*/
  #sec2 {
    padding-top: 14px;
  }
  #sec2:before {
    right: -86px;
    width: 281px;
    height: 334px;
    top: -34px;
  }
  #sec2:after {
    top: 186px;
    left: 0;
    width: 80%;
    height: auto;
    bottom: 58px;
  }
  #sec2 .content {
    position: static;
    flex-direction: column;
  }
  #sec2 .content .ttl {
    letter-spacing: 0em;
  }
  #sec2 .row {
    margin-top: 45px;
    width: 100%;
  }
  #sec2 .row .item {
    width: 100%;
    height: 179px;
    margin-bottom: 8px;
  }
  #sec2 .row .item .numb {
    margin: 33px 0 5px 0;
    font-size: 12px;
  }
  #sec2 .row .item h3 {
    font-size: 21px;
    line-height: 34px;
  }
  #sec2 .row .item:nth-child(3),
  #sec2 .row .item:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
  }
  #sec2 .btn-cus {
    margin-top: 21px;
  }
  /*--------------------------------------
    sec3
  --------------------------------------*/
  #sec3 {
    margin: 5px 0 24px;
  }
  #sec3:before {
    bottom: 55px;
    right: 0;
    width: 84%;
    height: auto;
    top: 270px;
  }
  #sec3 .ttl {
    margin: 6px 0 76px;
  }
  #sec3 .row {
    margin: 0 -4%;
  }
  #sec3 .row .item {
    width: 100%;
    margin-bottom: 65px;
    background: url(../img/top/s3_item_bg_sp.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  #sec3 .row .item:nth-child(2) a {
    padding-bottom: 48px;
  }
  #sec3 .row .item:last-child {
    margin-bottom: 0;
  }
  #sec3 .row .item a {
    padding: 43px 0 60px;
  }
  #sec3 .row .item a .flex .img {
    position: absolute;
    margin: 0;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec3 .row .item a .flex .content {
    margin: 0 !important;
    text-align: center;
    width: 100%;
  }
  #sec3 .row .item a .flex .content h3 {
    margin: 0 -10px;
    font-size: 7vw;
  }
  #sec3 .row .item a .flex .content .fnt-cor {
    font-size: 11px;
    margin-top: -7px;
  }
  #sec3 .row .item a .txt {
    margin: -1px 41px 0 31px;
    text-align: justify;
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  /*--------------------------------------
    sec4
  --------------------------------------*/
  #sec4 .ttl {
    padding: 41px 0 73px;
  }
  #sec4 .row {
    margin: 0 -7px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #sec4 .row .item {
    width: calc(50% - 7px);
    margin-bottom: 24px;
  }
  #sec4 .row .item a:before {
    bottom: 42px;
    right: 16px;
    width: 25px;
    height: 25px;
  }
  #sec4 .row .item h3 {
    margin-top: 5px;
    font-size: 18px;
  }
  #sec4 .row .item .more {
    bottom: 36px;
  }
  /*--------------------------------------
    sec5
  --------------------------------------*/
  #sec5 {
    padding: 48px 0 0px;
  }
  #sec5:before {
    top: -193px;
    left: -258px;
    width: 616px;
    height: 717px;
  }
  #sec5 .ttl {
    margin: 5px 0 26px;
  }
  #sec5 .row {
    flex-direction: column;
  }
  #sec5 .row .photo {
    width: 77%;
    margin: 0 auto;
  }
  #sec5 .row .photo::before {
    top: 17px;
    left: 48px;
  }
  #sec5 .row .photo:after {
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
  }
  #sec5 .row .photo .info {
    bottom: 10px;
    right: 21px;
    font-size: 21px;
  }
  #sec5 .row .photo .info span {
    margin-top: -6px;
    font-size: 9px;
  }
  #sec5 .row .photo .info small {
    font-size: 16px;
  }
  #sec5 .row .txt {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.02em;
  }
  #sec5 .btn-cus {
    margin-top: 15px;
  }
  /*--------------------------------------
    sec6
  --------------------------------------*/
  #sec6 {
    padding-bottom: 48px;
    padding-top: 63px;
  }
  #sec6::before {
    top: 190px;
  }
  #sec6 .ttl {
    margin: 6px 0 32px;
    letter-spacing: 0em;
  }
  #sec6 .row .photo {
    margin: 0 -4%;
    height: 63.5vw;
  }
  #sec6 .row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec6 .row .content {
    width: 100%;
    margin-top: 5px;
    min-width: unset;
  }
  #sec6 .row .content dl {
    align-items: start;
    margin-bottom: 7px;
  }
  #sec6 .row .content dl dt {
    min-width: 82px;
  }
  #sec6 .row .content dl dd {
    margin-top: -3px;
  }
  #sec6 .row .content table {
    margin: 34px 0 6px;
  }
  #sec6 .row .content table th {
    width: 29%;
    letter-spacing: 0.1em;
  }
  #sec6 .row .content table td {
    font-size: 14px;
  }
  #sec6 .row .content table td:last-child {
    padding-right: 0;
  }
  #sec6 .row .content table tbody th {
    font-size: 14px;
  }
  #sec6 .row .content table tbody tr:nth-child(1) td,
  #sec6 .row .content table tbody tr:nth-child(1) th {
    padding-top: 14px;
  }
  #sec6 .row .content table tbody tr:last-child td,
  #sec6 .row .content table tbody tr:last-child th {
    padding-bottom: 18px;
  }
  #sec6 .row .content .note {
    letter-spacing: 0.1em;
  }
  #sec6 .g-map {
    margin-top: 32px;
  }
  #sec6 .g-map iframe {
    height: 187px;
  }
  /*--------------------------------------
    sec7
  --------------------------------------*/
  #sec7 {
    padding: 27px 0 43px;
  }
  #sec7 .box h2 {
    font-size: 20px;
    padding: 9px 0;
    margin-bottom: 0;
  }
  #sec7 .box .row {
    padding: 0 16px 22px;
    gap: 38px;
  }
  #sec7 .box .row::before {
    display: none;
  }
  #sec7 .box .row .item {
    width: 100%;
    padding-left: 0;
    padding-top: 31px;
  }
  #sec7 .box .row .item:nth-child(2) {
    border-top: 1px solid #e0e0e0;
    padding-top: 19px;
  }
  #sec7 .box .row .item:nth-child(2) .sns {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  #sec7 .box .row .item h3 {
    font-size: 17px;
  }
  #sec7 .box .row .item .sns {
    width: 98%;
    margin: 15px auto 0;
    box-sizing: content-box;
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  #sec2 .row {
    padding-top: 9px;
    width: calc(100% - 120px);
  }
  #sec3 .row .item a {
    padding: 28px 20px 63px;
  }
  #sec3 .row .item .flex .content h3 {
    margin-right: 0;
  }
  #sec2 .row .item:nth-child(3) {
    margin-left: 70px;
  }
  #sec2 .row .item:nth-child(4) {
    margin-right: -70px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  #sec3:before {
    width: calc(100% - 150px);
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec2 .content {
    right: 92px;
  }
}

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