@charset "UTF-8";

img {
  width: 100%;
  height: auto;
}

.u-tt--regular {
  font-family: "TTCommons-Regular", sans-serif;
}

.u-tt--demibold {
  font-family: "TTCommons-DemiBold", sans-serif;
}

.u-tt--bold {
  font-family: "TTCommons-Bold", sans-serif;
}

.u-tt--medium {
  font-family: "TTCommons-Medium", sans-serif;
}

.u-tt--light {
  font-family: "TTCommons-Light", sans-serif;
}

.u-fw--bold {
  font-weight: 700;
}

.u-text--small {
  font-size: 1.2rem;
}

.u-text--center {
  text-align: center;
}

.u-text-link {
  border-bottom: 1px solid currentColor;
  color: #393c41;
  cursor: pointer;
}

.u-text-link:hover {
  border-bottom: none;
  transition: 0.3s;
}

.mt10 {
  margin-top: 10px;
}

.fw_bold {
  font-weight: bold;
}

.main-text {
  font-size: 1.6rem;
}

.l-wrapper {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #393c41;
}

.l-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: normal;
  background-color: #fff;
}

.l-reuse-section {
  width: 100%;
}

.l-reuse-section:not(:first-of-type) {
  margin-top: 8rem;
}

.l-reuse-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-reuse-section__inner02 {
  max-width: 840px;
  margin: 0 auto;
}


.l-reuse-section--top {
  padding-top: 8rem;
}

.l-reuse-section--bg {
  background-color: #eee;
  padding: 10rem 0;
}

/* 見出し */
.c-heading-main {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #000030;
  border-bottom: 1px solid #000030;
}

.c-heading-step {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.6rem;
  color: #000030;
}

.c-heading-step .u-tt--regular {
  font-size: 4rem;
  font-weight: 400;
  margin-right: 2rem;
}

.c-heading-step .u-jp {
  font-size: 2rem;
  font-weight: 600;
}

.c-heading-line {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000030;
  position: relative;
  padding-left: 5.6rem;
  margin-bottom: 1.6rem;
}

.c-heading-line::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  border-top: 1px solid #000030;
  content: "";
  width: 4rem;
}

.c-heading-line__note {
  background-color: #eee;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 5.6rem;
  padding: 0.1rem 0.8rem 0.2rem;
}

.c-heading-sub {
  font-size: 2.2rem;
  font-weight: 500;
  color: #000030;
}

.c-heading-shop {
  font-size: 1.8rem;
  color: #000030;
  margin-bottom: 5.6rem;
}

.c-heading-qa {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-align: center;
}

/* テキスト */
.leadText {
  font-size: 1.6rem;
  word-break: break-all;
}

.leadText+.leadText {
  margin-top: 2rem;
}

/* ボックス */
.c-box-img {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.c-box-img--shift {
  max-width: 24rem;
}

.c-box-img--15th {
  max-width: 40rem;
}

.c-box-lead {
  margin-bottom: 8rem;
  text-align: center;
}

.c-box-border {
  width: 84%;
  max-width: 84rem;
  border: 1px solid #707070;
  padding: 4rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.c-box-border--bold {
  border: 3px solid #707070;
}

.c-box-border__inner {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}

.c-box-other {
  margin-top: 8rem;
}

.c-box-other>*+* {
  margin-top: 4rem;
}

.c-box-narrow {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.c-box-narrow.--gap40 {
  margin-top: 8rem;
}

.c-box-narrow.--gap40>*+* {
  margin-top: 4rem;
}

.c-box-small {
  width: 84%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

/* ステップ */
.c-grid-step__list {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  margin-bottom: -2rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.c-grid-step__item {
  padding: 0 1.4rem 2rem;
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.c-grid-column {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 1.6rem;
}

.step-text {
  margin-top: 3.2rem;
}

/* 対象表 */
.c-table {
  margin-bottom: 0;
}

.c-grid-table {
  display: flex;
}

.c-grid-table+.c-grid-table {
  margin-top: 4rem;
}

.c-grid-table__title {
  font-size: 1.6rem;
  font-weight: 400;
  flex: 0 0 20rem;
}

.c-grid-table__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  flex: 0 1 55.4rem;
}

/* 対象店舗 */
.c-grid-shop__list {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
}

.c-grid-shop__item {
  width: 50%;
  padding: 0.8rem 0 0.7rem;
  border-bottom: 1px solid #707070;
}

.c-grid-shop__item:last-of-type {
  border-bottom: none;
}

/* ガラス容器一覧 */
.c-grid-bottles {
  margin: 2.4rem auto 0;
  width: 84%;
  max-width: 84rem;
}

.c-grid-bottles__list {
  margin-left: -5em;
  margin-right: -5rem;
  margin-bottom: -3rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.c-grid-bottles__item {
  padding: 0 5rem 3rem;
  width: 33.333%;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

/* 回収場所 */
.c-grid-place__list {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-grid-place__item {
  width: calc((100% - 8rem) / 2);
  border: 1px solid #000030;
}

/*  width: calc((100% - 16rem) / 3);*/

.c-grid-place__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  padding: 1.6rem 4rem;
}

.logo_shiro {
  width: 12rem;
  height: auto;
  margin: 2.4rem auto;
}

.logo_passto {
  width: 8rem;
  height: auto;
  margin: auto;
}

.logo_bb {
  width: 8rem;
  height: auto;
  margin: auto;
}

/* SHIROが目指す未来 */
.c-box-about {
  margin-top: 10rem;
}

.c-grid-about {
  display: flex;
  justify-content: space-between;
}

.c-grid-about:nth-of-type(even) {
  flex-direction: row-reverse;
}

.c-grid-about:not(:first-of-type) {
  margin-top: 8rem;
}

.c-grid-about__text {
  flex: 0 1 440px;
}

.c-grid-about__img {
  flex: 0 1 480px;
}

.about-title {
  font-size: 1.8rem;
  font-weight: 500;
}

.about-desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.85;
  letter-spacing: 0.07em;
  margin: 4rem 0 0 6rem;
}

/* SHIRO SHIBUYA PARCO POP UP STORE */
.d-box-about {
  margin-top: 8rem;
}

.d-grid-about {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.d-grid-about-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.d-grid-about__text {
  flex: 0 1 450px;
}

.d-grid-about__img {
  flex: 0 1 480px;
}

.about-title {
  font-size: 1.8rem;
  font-weight: 500;
}

.about-desc-1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.85;
  letter-spacing: 0.07em;
  margin: 0rem 0 0 0rem;
}

.heding-mt {
  padding-top: 2rem;
  background-color: #fff;
}

.center-text {
  text-align: center;
  font-size: 1.6rem;
}

.d-grid-mtop {
  margin-top: 8rem;
}

.d-box-narrow.--gap40 {
  margin-top: 4rem;
}

/* 注釈 */
.c-note {
  margin-top: 8rem;
}

.c-note__item {
  display: flex;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

/* テーブル */
.benefits-table {
  width: 100%;
  border: 1px solid #393c41;
  margin-top: 8rem;
}

.benefits-table tbody {
  display: flex;
}

.benefits-table__row {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.benefits-table__row:not(:first-of-type) .benefits-table__heading {
  border-left: 1px solid #393c41;
}

.benefits-table__row:not(:first-of-type) .benefits-table__text {
  border-left: 1px solid #393c41;
}

.benefits-table__heading {
  background-color: #eee;
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 8.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #393c41;
}

.benefits-table__text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 2rem;
  min-height: 15.4rem;
  vertical-align: middle;
}

.c-grid-benefits {
  width: 100%;
  margin-top: 8rem;
}

.c-grid-benefits__list {
  display: flex;
}

.c-grid-benefits__item {
  width: 50%;
  align-items: center;
  border: 1px solid #393c41;
}

.c-grid-benefits__item:not(:first-of-type) {
  border-left: none;
}

.c-heading-benefits {
  background-color: #eee;
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 8.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #393c41;
}

.c-text-benefits {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding: 2rem;
  min-height: 15.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ボタン */
.buttonarea {
  margin: 6rem auto 0;
}

.c-button {
  background-color: #000030;
  border: 1px solid #000030;
  border-radius: 5px;
  display: block;
  padding: 2rem;
  width: 650px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  position: relative;
}

.c-button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

.c-button--qa {
  max-width: 450px;
}

.c-button:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #000030;
  border-right: solid 1px #000030;
  transform: rotate(45deg);
}

.c-button:hover {
  background-color: #fff;
  color: #000030;
  transition: 0.3s;
}

/* リスト */
.c-list-dot__item {
  display: flex;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}

.banner-area {
  max-width: 1000px;
  margin: 8rem auto 0;
  padding-bottom: 8rem;
}

.banner-area>*+* {
  margin-top: 4rem;
}

.banner-area__item {
  display: block;
}

.qa-box {
  font-size: 1.6rem;
}

.c-grid-qa__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.c-grid-qa__list--2 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.c-grid-qa__item {
  flex: 0 0 160px;
  display: flex;
  flex-direction: column;
}

.qaItem-category {
  font-size: 1.2rem;
  font-weight: 700;
}

.qaItem-name {
  font-size: 1.2rem;
  margin-top: 0.5em;
}

/* セクションタイトル */
.c-ttl-block {
  background-color: #FAFAFA;
  margin-top: 8rem;
}

.c-ttl-block__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
}

.c-ttl-block__img {
  flex: 0 0 360px;
}

.c-ttl-block__title {
  flex: 1 0 640px;
  text-align: center;
  color: #000030;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.u-link-arrow {
  position: relative;
  display: inline-block;
}

.u-link-arrow::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1.5px #393c41;
  border-right: solid 1.5px #393c41;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -0.6em;
  transform: rotate(135deg) translateY(-50%);
  transition: all 0.3s;
}

.u-link-arrow--right::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1.5px #393c41;
  border-right: solid 1.5px #393c41;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -0.3em;
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #393c41;
  border-right: solid 1px #393c41;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.link-arrow-wrapper:hover .u-link-arrow::after {
  margin-top: -0.3em;
}

.link-arrow-wrapper:hover .u-link-arrow--right::after {
  right: -1.3em;
}

.text-red {
    color: #ff0000;
}

/* event */
.c-box-event {
  margin-top: 10rem;
}
.c-grid-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-grid-event:nth-of-type(even) {
  flex-direction: row-reverse;
}

.c-grid-event:not(:first-of-type) {
  margin-top: 8rem;
}

.c-grid-event__text {
  flex: 0 1 440px;
}

.c-grid-event__img {
  flex: 0 1 480px;
}

.event-desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.85;
  letter-spacing: 0.07em;
}



@media screen and (max-width: 767px) {
  .main-text {
    font-size: 1.4rem;
  }

  .l-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .l-reuse-section {
    width: 100%;
  }

  .l-reuse-section:not(:first-of-type) {
    margin-top: 6.4rem;
  }

  .l-reuse-section--top {
    padding: 4rem 0 0;
  }

  .l-reuse-section--bg {
    margin-top: 6.4rem;
    padding: 4rem 0;
    width: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .l-reuse-section--bg .l-reuse-section__inner {
    padding: 0 1.5rem;
  }

  .c-box-lead {
    text-align: left;
    margin-bottom: 2.4rem;
  }

  .c-heading-main {
    font-size: 1.8rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .c-heading-sub {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
  }

  .c-heading-shop {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .c-heading-line {
    padding-left: 4.6rem;
  }

  .c-heading-line::before {
    width: 3rem;
  }

  .c-heading-line__note {
    font-size: 1.2rem;
    margin-left: 4.6rem;
  }

  .c-heading-qa {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .leadText {
    font-size: 1.4rem;
  }

  /* ボックス */
  .c-box-img {
    max-width: 30rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-box-img--bottle {
    width: 100%;
    max-width: 50rem;
  }

  .c-box-img--shift {
    width: 50%;
  }

  .c-box-img--15th {
    width: 80%;
    max-width: 40rem;
  }

  .c-box-border {
    width: 100%;
    padding: 2rem;
    margin-top: 4rem;
  }

  .c-box-border__inner {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }

  .c-box-other {
    margin-top: 4rem;
  }

  .c-box-narrow {
    width: 100%;
  }

  .c-box-narrow.--gap40 {
    margin-top: 4rem;
  }

  .c-box-small {
    width: 100%;
  }

  .c-note {
    margin-top: 4rem;
  }

  .c-note__item {
    line-height: 1.6;
  }

  /* セクションタイトル */
  .c-ttl-block {
    margin-top: 6.4rem;
    background-color: #fff;
  }

  .c-ttl-block__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    flex-direction: column-reverse;
  }

  .c-ttl-block__img {
    flex: 0 0 auto;
    width: 100%;
  }

  .c-ttl-block__title {
    flex: 1 0 auto;
    width: 100%;
    text-align: left;
    align-self: flex-start;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  /* ステップ */
  .c-grid-step__list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -4rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }

  .c-grid-step__item {
    padding: 0 0 4rem;
    width: 100%;
    row-gap: 2rem;
  }

  .c-grid-column {
    padding: 0;
  }

  .step-text {
    margin-top: 2.4rem;
  }

  .c-grid-table {
    display: flex;
    flex-wrap: wrap;
  }

  .c-grid-table+.c-grid-table {
    margin-top: 3rem;
  }

  .c-grid-table__title {
    flex: 0 0 100%;
    font-size: 1.4rem;
  }

  .c-grid-table__desc {
    flex: 0 0 100%;
    padding-top: 1rem;
    padding-left: 1.5rem;
    font-size: 1.4rem;
  }

  .c-grid-shop__list {
    display: flex;
    flex-wrap: wrap;
  }

  .c-grid-shop__item {
    width: 100%;
    padding: 0.8rem 0 0.7rem;
  }

  /* ガラス容器一覧 */
  .c-grid-bottles {
    margin-top: 4rem;
    width: 100%;
  }

  .c-grid-bottles__list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 0;
  }

  .c-grid-bottles__item {
    padding: 0 1.5rem 5rem;
    width: 50%;
    row-gap: 0.8rem;
    line-height: 1.5;
  }

  /* 回収場所 */
  .c-grid-place__list {
    margin-top: 4rem;
    flex-direction: column;
    row-gap: 4rem;
  }

  .c-grid-place__item {
    width: 100%;
  }

  .c-grid-place__column {
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    padding: 1.6rem 4rem;
  }

  /* SHIROが目指す未来 */
  .c-box-about {
    margin-top: 2.4rem;
  }

  .c-grid-about {
    flex-direction: column;
  }

  .c-grid-about:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .c-grid-about:not(:first-of-type) {
    margin-top: 4rem;
  }

  .c-grid-about__text {
    flex: 0 0 auto;
    width: 100%;
  }

  .c-grid-about__img {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
  }

  .about-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .about-desc {
    margin-top: 4rem;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 2.2;
  }

  /* SHIRO SHIBUYA PARCO POP UP STORE */
  .d-box-about {
    margin-top: 2.4rem;
  }

  .d-grid-about {
    flex-direction: column;
  }

  .d-grid-about-2 {
    flex-direction: column;
  }

  .d-grid-about__text {
    flex: 0 0 auto;
    width: 100%;
  }

  .d-grid-about__img {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
  }

  .d-grid-mtop {
    margin-top: 4rem;
  }

  .about-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .about-desc-1 {
    font-size: 1.4rem;
    margin-top: 4rem;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 2.2;
  }

  .center-text {
    font-size: 1.4rem;
  }

  .heding-mt {
    padding-top: 0rem;
  }

  .c-grid-mtop {
    margin-top: 4rem;
  }

  .d-box-narrow.--gap40 {
    margin-top: 4rem;
  }

  /* ボタン */
  .buttonarea {
    margin-top: 4rem;
  }

  .c-button {
    width: 100%;
  }

  /* テーブル */
  .benefits-table {
    margin-top: 4rem;
  }

  .benefits-table tbody {
    display: block;
  }

  .benefits-table__row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .benefits-table__row:not(:first-of-type) .benefits-table__heading {
    border-left: none;
  }

  .benefits-table__row:not(:first-of-type) .benefits-table__text {
    border-left: none;
  }

  .benefits-table__heading {
    padding: 1.2rem;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
  }

  .c-grid-benefits {
    margin-top: 4rem;
  }

  .c-grid-benefits__list {
    flex-direction: column;
    border: 1px solid #393c41;
  }

  .c-grid-benefits__item {
    width: 100%;
    border: none;
  }

  .c-heading-benefits {
    padding: 1.4rem;
    min-height: auto;
    border-bottom: none;
  }

  .c-text-benefits {
    min-height: auto;
  }

  .banner-area {
    margin-top: 4rem;
  }

  .banner-area>*+* {
    margin-top: 4rem;
  }

  .qa-box {
    font-size: 1.4rem;
  }

  .u-text--left-sp {
    text-align: left;
  }

  .c-box-event {
    margin-top: 2.4rem;
  }

  .c-grid-event {
    flex-direction: column;
  }

  .c-grid-event:nth-of-type(even) {
    flex-direction: column;
  }

  .c-grid-event:not(:first-of-type) {
    margin-top: 4rem;
  }

  .c-grid-event__text {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 4rem;
  }

  .c-grid-event__img {
    flex: 0 0 auto;
    width: 100%;
  }

  .event-desc {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}

@media screen and (max-width: 500px) {
  .c-grid-qa__list {
    justify-content: space-between;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 2rem;
  }

  .c-grid-qa__list--2 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .c-grid-qa__list::after {
    content: "";
    display: block;
    flex: 1 0 130px;
  }

  .c-grid-qa__item {
    flex: 1 0 130px;
  }
}

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