@charset "UTF-8";
.echigomichi {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  .is-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
      sans-serif;
    font-weight: bold !important;
  }*/
  color: #333333;
  line-height: 1.53;
  /*
  * タイトル
  */
  /*
  * リード
  */
  /*
  * ピースを集めて
  */
  /*
  * 地図ピースをグレードアップして
  */
  /*
  * バッジを集めて賞品をゲット！
  */
  /*
  * SAでご利用いただけるクーポンをゲット！
  */
  /*
  * 賞品
  */
  /*
  * キャンペーン概要
  */
  /*
  * fixed button
  */
  /*
  * モーダル
  */
  /*
  * クーポンテーブル
  */
}
.echigomichi .cont-center {
  text-align: center;
}
.echigomichi .cont-button {
  background: #f2493f;
  display: inline-block;
  color: white !important;
  line-height: 1;
  border-radius: 32px;
  min-width: 280px;
  box-shadow: 0px 2px 8px rgba(183, 0, 0, 0.25);
}
@media screen and (max-width:640px) {
  .echigomichi .cont-button {
    padding: 16px 10px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-button {
    padding: 20px 18px;
    font-size: 20px;
  }
}
.echigomichi .cont-button:hover, .echigomichi .cont-button:active {
  background: #fc6c63;
}
.echigomichi .cont-button.is-disabled {
  background: #dadada;
  color: #939393 !important;
  box-shadow: none;
  pointer-events: none;
}
.echigomichi .cont-button-squea {
  background: #fff;
  border: 1px solid #8ad866;
  outline: none;
  font-size: 14px;
  color: #00B649;
}
.echigomichi .cont-h3 {
  line-height: 1.4;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-h3 {
    font-size: 24px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-h3 {
    font-size: 34px;
  }
}
.echigomichi .cont-small {
  font-size: 0.92em;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-display__dt {
    display: none !important;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-display__mb {
    display: none !important;
  }
}
.echigomichi .cont-link-arrow {
  color: #333333 !important;
  display: inline-flex;
  align-items: center;
}
.echigomichi .cont-link-arrow:hover {
  text-decoration: underline;
}
.echigomichi .cont-link-arrow:hover:after {
  background-color: #e5fde1;
}
.echigomichi .cont-link-arrow.is-white {
  color: white !important;
}
.echigomichi .cont-link-arrow:after {
  content: "";
  margin-left: 8px;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: white;
  background-image: url("../images/icon_arrow_down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.12));
  border: 1px solid #00B649;
}
.echigomichi .cont-fontsize-17 {
  font-size: 17px;
}
.echigomichi .separater_weve_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 1;
}
.echigomichi .separater_weve_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.echigomichi .cont-title {
  position: relative;
  width: 100%;
}
.echigomichi .cont-title__bg {
  width: 100%;
  background-size: 100% 100%;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-title__bg {
    padding-top: 163%;
    background-image: url("../images/pct_mainimg_mb.webp");
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-title__bg {
    padding-top: 36%;
    background-image: url("../images/pct_mainimg_dt.webp");
  }
}
.echigomichi .cont-title__logo {
  position: absolute;
}
@media screen and (min-width:641px) {
  .echigomichi .cont-title__logo {
    width: 28%;
    max-width: 460px !important;
    top: 52%;
    right: 65%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width:640px) {
  .echigomichi .cont-title__logo {
    width: 90%;
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
  }
}
.echigomichi .cont-title__toki {
  position: absolute;
  --animate-duration: 4s;
}
@media screen and (min-width:641px) {
  .echigomichi .cont-title__toki {
    width: 9.6%;
    top: 1%;
    left: 31%;
  }
}
@media screen and (max-width:640px) {
  .echigomichi .cont-title__toki {
    width: 23%;
    top: 0.5%;
    left: 53%;
  }
}
.echigomichi .cont-title__mobileimg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*transition: all .1s ease-out;
  &.is-loading{
    margin-bottom: -50px;
    opacity:0;
  }*/
}
@media screen and (max-width:640px) {
  .echigomichi .cont-title__mobileimg {
    width: 88.5%;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-title__mobileimg {
    width: 24.4%;
  }
}
.echigomichi .cont-title__sponcer {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 82px;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-title__sponcer {
    top: 8px;
    left: 8px;
  }
}
.echigomichi .cont-read {
  background: #fefaf0;
}
.echigomichi .cont-read__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-read__inner {
    padding: 36px 16px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-read__inner {
    padding: 40px 20px;
  }
}
.echigomichi .cont-read__inner > * {
  margin-top: 32px;
}
.echigomichi .cont-read__inner > *:first-child {
  margin-top: 0;
}
.echigomichi .cont-read__title {
  color: #00B649;
  line-height: 1.4;
  text-align: center;
  animation-delay: 0.5s;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-read__title {
    font-size: 28px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-read__title {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .echigomichi .cont-read__title br {
    display: none;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-read__text {
    text-align: center;
  }
}
.echigomichi .cont-read .cont-pre-campaign-text {
  color: #5e5e5e;
  font-size: 14px;
}
.echigomichi .cont-step {
  z-index: 2;
  margin-top: 40px;
  display: flex;
  background: white;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-step {
    padding: 0 8px;
    flex-direction: column;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-step {
    padding: 8px 0;
  }
}
.echigomichi .cont-step li {
  flex: 1;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-step li {
    padding: 16px 8px;
    border-bottom: 1px solid #e3e3e3;
  }
  .echigomichi .cont-step li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-step li {
    padding: 18px;
    border-right: 1px solid #e3e3e3;
  }
  .echigomichi .cont-step li:last-child {
    border-right: none;
  }
}
.echigomichi .cont-step__label span {
  display: inline-block;
  background: #00B649;
  font-size: 15px;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
}
@media screen and (min-width:641px) {
  .echigomichi .cont-step__label {
    margin-top: -36px;
  }
}
.echigomichi .cont-step__head {
  display: block;
  margin-top: 16px;
  line-height: 1.4;
}
.echigomichi .cont-step__cont {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 4px;
}
.echigomichi .cont-howto1 {
  background-image: url("../images/bg_tsubu.png");
  background-size: 100px 100px;
  display: flex;
  position: relative;
}
.echigomichi .cont-howto1:before {
  background: url("../images/bg_wave_bottom_whitegray.svg") repeat-x;
}
.echigomichi .cont-howto1:after {
  background: url("../images/bg_wave_top_whitegray.svg") repeat-x;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-howto1 {
    flex-direction: column;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto1 {
    margin-top: -100px;
  }
}
.echigomichi .cont-howto1__img {
  position: relative;
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto1__img {
    width: 47%;
    background-image: url("../images/bg_mapbase_dt.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 600px auto;
  }
}
@media screen and (min-width: 1100px) {
  .echigomichi .cont-howto1__img {
    background-size: 106% auto;
  }
}
@media screen and (min-width: 1800px) {
  .echigomichi .cont-howto1__img {
    background-size: 100% auto;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto1__mapbase-mb {
    display: none;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto1__cont {
    width: 53%;
  }
}
.echigomichi .cont-howto1__inner {
  color: white;
}
.echigomichi .cont-howto1__inner > * {
  margin-top: 22px;
}
.echigomichi .cont-howto1__inner > *:first-child {
  margin-top: 0;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-howto1__inner {
    padding: 20px 16px 80px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto1__inner {
    padding: 140px 16px 100px;
    max-width: 620px;
  }
}
.echigomichi .cont-howto1__piece {
  position: absolute;
  filter: drop-shadow(0px 16px 12px rgba(0, 0, 0, 0.3));
  animation: piece_anime 2s infinite;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-howto1__piece {
    top: 57%;
    left: 46%;
    width: 25%;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto1__piece {
    width: 150px;
    top: 420px;
    right: 26%;
  }
}
@media screen and (min-width: 1100px) {
  .echigomichi .cont-howto1__piece {
    top: 62%;
    width: 26%;
  }
}
@media screen and (min-width: 1800px) {
  .echigomichi .cont-howto1__piece {
    width: 20%;
  }
}
.echigomichi .cont-howto1 .cont-h4 {
  background: #8ad866;
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
}
.echigomichi .cont-tgtarea {
  margin-top: 12px;
  font-size: 15px;
}
.echigomichi .cont-tgtarea a {
  color: white !important;
  text-decoration: underline;
}
.echigomichi .cont-tgtarea li {
  margin-top: 12px;
}
.echigomichi .cont-howto2 {
  position: relative;
  background: #fefaf0;
}
.echigomichi .cont-howto2:after {
  background: url("../images/bg_wave_top_lightgreen.svg") repeat-x;
}
.echigomichi .cont-howto2__inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.echigomichi .cont-howto2__inner > div:nth-child(2) {
  width: clamp(200px, 40%, 440px);
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-howto2__inner {
    padding: 60px 16px;
    flex-direction: column;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto2__inner {
    padding: 60px 20px;
    gap: 40px;
    align-items: center;
  }
}
.echigomichi .cont-howto4 {
  background: #D8F6DF;
  position: relative;
}
.echigomichi .cont-howto4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  background: url("../images/bg_wave_bottom_.svg") repeat-x;
  z-index: 1;
}
.echigomichi .cont-howto4__inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
}
.echigomichi .cont-howto4__inner > div:nth-child(2) {
  width: clamp(200px, 40%, 360px);
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-howto4__inner {
    padding: 60px 16px;
    flex-direction: column;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto4__inner {
    padding: 60px 20px;
    gap: 40px;
    align-items: center;
  }
}
.echigomichi .cont-howto3 {
  background-image: url("../images/bg_tsubu_sa_2x.png");
  background-size: 75px 75px;
  position: relative;
}
.echigomichi .cont-howto3:before {
  background: url("../images/bg_wave_bottom_lightgreen.svg") repeat-x;
}
.echigomichi .cont-howto3 .cont-h3 {
  color: white;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-howto3__bgwrap {
    background-image: url("../images/bg_sapa_route_mb.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto3__bgwrap {
    background-image: url("../images/bg_sapa_route_dt.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 524px auto;
  }
}
.echigomichi .cont-howto3__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto3__inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width:640px) {
  .echigomichi .cont-howto3__inner {
    padding: 80px 16px;
  }
}
.echigomichi .cont-howto3__contentswrap {
  color: white;
  background: rgba(43, 189, 49, 0.4);
  border-radius: 12px;
  border: 8px solid white;
  display: flex;
  gap: 40px;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-howto3__contentswrap {
    padding: 28px 16px;
    flex-direction: column;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto3__contentswrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.echigomichi .cont-howto3__contents {
  flex: 1;
}
@media screen and (min-width:641px) {
  .echigomichi .cont-howto3__contents {
    padding: 40px 0px;
  }
}
.echigomichi .cont-howto3__img {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 178px;
  justify-content: flex-end;
}
.echigomichi .cont-howto3__img .cont-bounce {
  margin-bottom: -20px;
  z-index: 1;
  animation: bounce 3s infinite;
}
.echigomichi .cont-howto3__h4 {
  border-bottom: 1px dashed white;
  margin-top: 16px;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.echigomichi .cont-howto3__mobileimg {
  text-align: right;
  padding-right: 8px;
  padding-left: 30%;
  display: flex;
}
.echigomichi .cont-howto3__mobileimg > *:nth-child(1) {
  flex: 45%;
  display: flex;
  align-items: center;
}
.echigomichi .cont-howto3__mobileimg > *:nth-child(1) img {
  animation: coupon_swing 1.5s infinite;
}
.echigomichi .cont-howto3__mobileimg > *:nth-child(2) {
  flex: 55%;
}
.echigomichi .cont-award {
  background: #fefaf0;
}
.echigomichi .cont-award .cont-h3 {
  color: #00B649;
}
.echigomichi .cont-award__inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:641px) {
  .echigomichi .cont-award__inner {
    padding: 60px 20px;
  }
}
@media screen and (max-width:640px) {
  .echigomichi .cont-award__inner {
    padding: 60px 16px;
  }
}
.echigomichi .cont-award__h2 {
  background-image: url("../images/bg_tsubu.png");
  background-size: 75px 75px;
  border-radius: 6px;
  color: white;
  margin-top: 40px;
  padding: 4px 16px;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-award__h2 {
    font-size: 22px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-award__h2 {
    font-size: 24px;
  }
}
.echigomichi .cont-award__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: stretch;
}
.echigomichi .cont-award__items li {
  background: white;
  border-radius: 8px;
  font-size: 15px;
}
.echigomichi .cont-award__items li.is-tencho {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-award__items li.is-tencho {
    flex-direction: column;
  }
}
.echigomichi .cont-award__items li.is-fullwidth {
  width: 100%;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-award__items {
    gap: 12px;
  }
  .echigomichi .cont-award__items li {
    padding: 16px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-award__items {
    gap: 20px;
  }
  .echigomichi .cont-award__items li {
    width: calc(50% - 10px);
    padding: 20px;
  }
}
.echigomichi .cont-award__manarty {
  width: 100%;
  display: flex;
  padding: 0 !important;
  background: none !important;
  justify-content: end;
  align-items: end;
}
.echigomichi .cont-award__manarty img {
  max-width: 180px;
}
.echigomichi .cont-award__itemhead {
  background: #d1f3b5;
  color: #00B649;
  padding: 6px 10px;
  border-radius: 8px;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-award__itemhead {
    font-size: 18px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-award__itemhead {
    font-size: 20px;
  }
}
.echigomichi .cont-award__itemtit {
  color: #00B649;
  font-size: 18px;
}
.echigomichi .cont-outline {
  color: #5e5e5e;
}
.echigomichi .cont-outline__inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:640px) {
  .echigomichi .cont-outline__inner {
    padding: 60px 16px;
  }
}
@media screen and (min-width:641px) {
  .echigomichi .cont-outline__inner {
    padding: 60px 20px;
  }
}
.echigomichi .cont-outline__hr {
  outline: none;
  height: 1px;
  width: 100%;
  background: #e2e2e2;
}
.echigomichi .cont-outline__terms {
  height: 24rem;
  overflow-y: auto;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgb(234, 234, 234);
}
.echigomichi .cont-outline__terms ul {
  margin-left: 1em;
  margin-top: 1em;
}
.echigomichi .cont-outline__terms ul:first-child {
  margin-top: 0;
}
.echigomichi .cont-outline__terms ul li {
  list-style-type: disc;
}
.echigomichi .cont-entry-fixed-button {
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  background: #f2493f;
  color: white !important;
  width: 92px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 900;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: opacity 0.5s linear;
}
.echigomichi .cont-entry-fixed-button:hover, .echigomichi .cont-entry-fixed-button:active {
  background: #fc6c63;
}
.echigomichi .cont-entry-fixed-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.echigomichi .cont-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  align-items: center;
  justify-content: center;
  background: hsla(0, 0%, 0%, 0.5);
}
.echigomichi .cont-modal.is-open {
  display: flex;
}
.echigomichi .cont-modal__contents {
  width: 100%;
  background: #fff;
  max-width: 600px;
  max-height: 100%;
  border-radius: 8px;
  /*position: relative;
  overflow-y: auto;
  overflow-x: auto;
  padding: 36px 16px 16px;
  @include mq("pc") {
    padding: 36px;
  }*/
  display: flex;
  flex-direction: column;
}
.echigomichi .cont-modal__head {
  height: 36px;
  display: flex;
  justify-content: end;
  padding: 3px;
}
.echigomichi .cont-modal__body {
  padding: 16px;
  overflow-y: auto;
  overflow-x: auto;
  flex: 1;
}
@media screen and (min-width:641px) {
  .echigomichi .cont-modal__body {
    padding: 36px;
  }
}
.echigomichi .cont-modal__close {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: url("../images/icon-close.svg") no-repeat center;
}
.echigomichi .cont-coupon-table {
  font-size: 14px;
  border-collapse: collapse;
  border-color: #ececec;
  margin: auto;
}
.echigomichi .cont-coupon-table thead td {
  background: #25d069;
  color: white;
}
.echigomichi .cont-coupon-table td {
  padding: 0.3em;
  white-space: nowrap;
  border: 1px solid #c8c8c8;
  vertical-align: top;
}

/*
  * ローディング
  */
.cont-loading {
  position: fixed;
  background: url("../images/bg_tsubu.png");
  background-size: 75px 75px;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 1s linear;
}
.cont-loading.is-hidden {
  pointer-events: none;
  opacity: 0;
}
.cont-loading img {
  position: absolute;
  width: 300px;
  max-width: 80%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

body.is-loading {
  height: 100%;
  overflow: hidden;
}

@keyframes coupon_swing {
  0%, 40%, 100% {
    transform: rotate(0deg);
  }
  50%, 70% {
    transform: translate(-8px, 8px) rotate(-8deg);
  }
  60% {
    transform: translate(-4px, 4px) rotate(-4deg);
  }
}
@keyframes piece_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bounce {
  0%, 50%, 70%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  60%, 62% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  80% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  85% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}/*# sourceMappingURL=style.css.map */