body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  color: #000;
  scroll-behavior: smooth;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #000 !important;
}
.col-main {
  color: #006a2e !important;
}
.col-sub {
  color: #eac70a !important;
}
.col-accent {
  color: #f8f8a2 !important;
}
.col-bdr {
  color: #dcdcdc !important;
}
.col-bg {
  color: #fefee0 !important;
}
.col-gry {
  color: #b6b6b6 !important;
}
.col-beg {
  color: #fffff0 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #000 !important;
}
.bg-main {
  background-color: #006a2e !important;
}
.bg-sub {
  background-color: #eac70a !important;
}
.bg-accent {
  background-color: #f8f8a2 !important;
}
.bg-bdr {
  background-color: #dcdcdc !important;
}
.bg-bg {
  background-color: #fefee0 !important;
}
.bg-gry {
  background-color: #b6b6b6 !important;
}
.bg-beg {
  background-color: #fffff0 !important;
}

.ptn-dot {
  background: url("/img/common/ptn-dot.png") center;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  background: #006a2e;
  color: #fff;
  border-radius: 50rem;
  font-weight: 700;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}

.arw-blk, .arw-wht {
  position: relative;
}
.arw-blk::after, .arw-wht::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.obj-side-iii {
  flex-direction: row !important;
  justify-content: center;
  text-align: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.obj-side-iii::before, .obj-side-iii::after {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 58/75;
  background-image: url("/img/common/obj-iii.png");
  background-size: cover;
}
.obj-side-iii::after {
  transform: scaleX(-1);
}
.obj-side-iii__inner {
  max-width: calc(100% - 196px);
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td {
  padding: 20px 0;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td {
    font-size: 17.6470588235px;
  }
}
.tbl-01 th, .tbl-02 th {
  width: 25%;
  color: #006a2e;
  text-align: center;
}
.tbl-01 td, .tbl-02 td {
  padding-left: 3%;
  white-space: pre-wrap;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td, .tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td {
  border-top: solid 1px #dcdcdc;
}
.tbl-01 .tel, .tbl-01 .fax, .tbl-02 .tel, .tbl-02 .fax {
  font-weight: 500;
}
.tbl-02 td {
  white-space: normal;
}

[class^=cts-] {
  margin: 0 auto;
  width: 100%;
}

.cts-1080 {
  max-width: 1080px;
}
.cts-1280 {
  max-width: 1280px;
}
.cts-1380 {
  max-width: 1380px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 30px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 30px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 81px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 81px) / 4);
}

.list-blog .list-item, .list-privacy .list-item, .list-store-lower .list-item {
  width: 100%;
}
.list-news__img, .list-recommend__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.list-news time {
  display: block;
  line-height: 1;
  color: #b6b6b6;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 17.6470588235px;
  }
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news__ttl {
  font-weight: bold;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-news__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news__ttl {
    font-size: 17.6470588235px;
  }
}
.list-news__bx {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-recommend__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-recommend__ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-recommend__ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-recommend__ttl {
    font-size: 16.4705882353px;
  }
}
.list-store {
  color: #fff;
}
.list-store a {
  color: #fff;
}
.list-store__item {
  aspect-ratio: 527/307;
  position: relative;
  z-index: 2;
}
.list-store__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-store__bx {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 20px;
  transition: 0.4s;
}
.list-store__ttl {
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-store__ttl {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-store__ttl {
    font-size: 24.7058823529px;
  }
}
.list-store__ttl span {
  white-space: pre-wrap;
  border-bottom: solid 1px #fff;
}
.list-store__txt {
  white-space: pre-wrap;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-store__txt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-store__txt {
    font-size: 17.6470588235px;
  }
}
.list-store__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.list-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 60px;
}
.list-gift .list-item,
.list-gift .layout-item {
  width: calc((100% - 60px) / 3);
}
.list-gift__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-gift__img {
  width: 100%;
  aspect-ratio: 340/250;
}
.list-gift__txt {
  line-height: 1.8888888889;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-gift__txt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-gift__txt {
    font-size: 16.4705882353px;
  }
}
.list-store-lower .com-base, .list-recruit .com-base {
  padding: 60px 50px;
}
.list-store-lower__item, .list-recruit__item {
  background: #f8f8a2;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-store-lower__bx, .list-recruit__bx {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
}
.list-store-lower__img {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.list-store-lower__img img {
  display: block;
  width: 100%;
}
.list-store-lower .com-gmap {
  width: 100%;
  height: 440px;
  border-radius: 25px;
  overflow: hidden;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel, .com-tel .fax {
  line-height: 1;
}

.tag-main__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #eac70a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50rem;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #eac70a;
  color: #fff;
  padding: 4px 10px 6px 10px;
  border-radius: 50rem;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ttl-main__eng {
  line-height: 1;
  color: #eac70a;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__eng {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__eng {
    font-size: 18.8235294118px;
  }
}
.ttl-main__ruby {
  font-weight: 800;
}
.ttl-main.flx-alitem-c {
  text-align: center;
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #006a2e 6px;
  border-bottom: solid 1px #dcdcdc;
  background: #fff;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-01 {
  background: #006a2e;
  color: #fff;
  text-align: center;
  border-radius: 50rem;
  padding: 15px 30px;
  font-weight: 800;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 22.3529411765px;
  }
}

.txt-plain {
  line-height: 2.2222222222;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-plain {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-plain {
    font-size: 16.4705882353px;
  }
}

#header {
  position: relative;
}
#header .com-logo {
  width: 330px;
  max-width: 17.1875%;
  position: absolute;
  top: 81px;
  left: 5.21%;
  z-index: 1;
}

.header-bar {
  padding: 0 3.13%;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-weight: 700;
}
.header-nav__link:hover {
  opacity: 0.8;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 2;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv::before, .mv::after, .sv::before, .sv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/562;
  background: #fefee0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.mv::after, .sv::after {
  aspect-ratio: 1920/510;
  background: #fffff0;
  z-index: -1;
}

.mv-cc {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 5.73%;
  bottom: 0;
  transform: translateY(-15%);
  z-index: 1;
}
.mv-cc__main, .mv-cc__eng, .mv-cc__sub {
  letter-spacing: 0.08em;
  font-weight: 800;
}
.mv-cc__main {
  line-height: 1.3548387097;
  font-size: 62px;
  font-size: 3.2291666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__main {
    font-size: 36.4705882353px;
  }
}
@media screen and (max-width: 539px) {
  .mv-cc__main {
    font-size: 31px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main {
    font-size: 62px;
  }
}
.mv-cc__eng {
  width: 71.74%;
  margin-top: 1vw;
}
.mv-cc__sub {
  line-height: 1.4642857143;
  color: #006a2e;
  margin-top: 2.2vw;
  font-size: 28px;
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__sub {
    font-size: 16.4705882353px;
  }
}
@media screen and (max-width: 539px) {
  .mv-cc__sub {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub {
    font-size: 28px;
  }
}
.mv-video {
  width: 1306px;
  max-width: 68.0208333333%;
  margin-left: auto;
}

.sv-ttl {
  line-height: 1;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 5.99%;
  transform: translateY(50%);
  z-index: 1;
  -webkit-text-stroke: 5px #fffff0;
  text-stroke: 5px #fffff0;
  paint-order: stroke;
  font-size: 62px;
  font-size: 3.2291666667vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 36.4705882353px;
  }
}
@media screen and (max-width: 539px) {
  .sv-ttl {
    font-size: 31px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 62px;
  }
}
.sv-ttl::after {
  content: "";
  display: block;
  width: 3.2vw;
  aspect-ratio: 61/10;
  background-image: url("/img/common/obj-dot.png");
  background-size: 100%;
  margin-top: 1.6vw;
  transform: translateX(15%);
}
.sv-img {
  width: 1067px;
  max-width: 55.5729166667%;
  margin-left: auto;
}
.sv::before {
  aspect-ratio: 1920/357;
}
.sv::after {
  aspect-ratio: 1920/305;
}

.top-recommend, .top-about, .top-recruit {
  padding: 130px 0;
}
.top-news, .top-special {
  padding: 130px 0 0;
}
.top-news .ttl-main, .top-about .ttl-main, .top-recommend .ttl-main, .top-special .ttl-main, .top-store .ttl-main {
  margin-bottom: 50px;
}

.top-news .btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(30px);
  z-index: 1;
}

.top-about .img {
  margin: 225px 0 0 -420px;
}
.top-about .img-02 {
  margin: -130px -490px 0 auto;
}
.top-about .ttl-main {
  line-height: 1.4310344828;
}
.top-about .about-comment {
  width: 299px;
  aspect-ratio: 299/226;
  background: url("/img/top/about-comment-base.png") center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(120px, 30px);
  z-index: 1;
}
.top-about .about-comment__txt {
  transform: rotate(-10deg);
}
.top-about .about-comment__txt-main {
  line-height: 1.2333333333;
}
.top-about .obj-illust-food {
  position: relative;
  z-index: 1;
}
.top-about .obj-illust-food::after {
  content: "";
  display: block;
  width: 382px;
  aspect-ratio: 382/467;
  background-image: url("/img/top/about-illust-food.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(230px, -90px);
  z-index: -1;
}

#com-special .obj-illust-food, #com-special .obj-illust-leaf {
  position: relative;
  z-index: 1;
}
#com-special .obj-illust-food::before, #com-special .obj-illust-leaf::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
#com-special .obj-illust-food::before {
  width: 429px;
  aspect-ratio: 429/251;
  background-image: url("/img/common/saturday-illust-food.png");
  background-size: 100%;
  left: 0;
  transform: translate(-190px, -135px);
}
#com-special .obj-illust-leaf::after {
  width: 136px;
  aspect-ratio: 136/143;
  background-image: url("/img/common/saturday-illust-leaf.png");
  background-size: 100%;
  right: 0;
  transform: translate(35px, -90px);
}
#com-special.lower-special .cts-bx {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
#com-special.lower-special .obj-illust-food::before {
  width: 330px;
  max-width: 100%;
  transform: translate(-35px, -140px);
}
#com-special.lower-special .obj-illust-leaf::after {
  transform: translate(20px, -70px);
}

.top-recruit .ttl-main {
  margin-bottom: 15px;
}
.top-recruit .bnr-link {
  border: solid 1px #b6b6b6;
  background: url("/img/top/recruit-img.png") right center no-repeat;
  background-size: auto 100%;
}
.top-recruit .bnr-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
}
.top-recruit .bnr-link:hover .bnr-btn span {
  opacity: 0.8;
  transform: translateX(-2px);
}
.top-recruit .bnr-link:hover::before {
  background: rgba(255, 255, 255, 0.2);
}
.top-recruit .bnr-bx {
  transform: translateY(-20px);
  transition: 0.4s;
}
.top-recruit .bnr-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.top-recruit .bnr-btn span {
  transition: 0.3s;
}
.top-recruit .bnr-btn span::after {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 5/11;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}

.top-store {
  padding: 100px 0;
}

#ctn-lower #main-contents {
  background: #fffff0;
}
#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
#ctn-lower .ttl-main__eng {
  font-weight: 500;
}
#ctn-lower .ttl-main__ruby {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main__ruby {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main__ruby {
    font-size: 30.5882352941px;
  }
}

#com-contact .obj-illust-basket, #com-contact .obj-illust-snack {
  position: relative;
  z-index: 1;
}
#com-contact .obj-illust-basket::before, #com-contact .obj-illust-snack::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#com-contact .obj-illust-basket::before {
  width: 235px;
  aspect-ratio: 235/174;
  background-image: url("/img/common/contact-illust-basket.png");
  background-size: 100%;
  left: 0;
  transform: translate(-65px, 50px);
}
#com-contact .obj-illust-snack::after {
  width: 217px;
  aspect-ratio: 217/269;
  background-image: url("/img/common/contact-illust-snack.png");
  background-size: 100%;
  right: 0;
  transform: translate(65px, 45px);
}

#footer .cts-1080 {
  padding: 100px 0;
}

.footer-nav {
  border-top: solid 1px #b6b6b6;
  padding-top: 20px;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  font-weight: bold;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__link:hover {
  opacity: 0.8;
}

.footer-copy {
  padding: 5px 0;
}/*# sourceMappingURL=style.css.map */