/*=======================================

Variables

========================================*/
/*=======================================

Reset

========================================*/
/* A Modern CSS Reset */
*, *::before, *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*=======================================

Base

========================================*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.mv {
  position: relative;
  padding: 0 15px;
  max-width: 1280px;
  height: 70vh;
  margin-inline: auto;
  overflow: hidden;
}

@media (min-height: 720px) {
  .mv {
    height: 50vh;
  }
}
@media (min-height: 1024px) {
  .mv {
    height: 40vh;
  }
}
@media (min-width: 1280px) {
  .mv {
    height: 65vh;
  }
}
@media (min-width: 1536px) {
  .mv {
    height: 70vh;
  }
}
.reservation-button {
  display: block;
  --button-size: calc(175px * 0.6);
  width: var(--button-size);
  height: var(--button-size);
  background: url(../images/c-btn.svg) no-repeat center/cover;
  border: none;
  position: fixed;
  bottom: 5%;
  right: 10px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (min-width: 768px) {
  .reservation-button {
    --button-size: 175px;
    width: var(--button-size);
    height: var(--button-size);
  }
}
@media (min-width: 1280px) {
  .reservation-button {
    bottom: 5%;
    right: 15vw;
  }
}
.reservation-button-top {
  display: block;
  --button-size: calc(175px * 0.6);
  width: var(--button-size);
  height: var(--button-size);
  background: url(../images/c-btn.svg) no-repeat center/cover;
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
  opacity: 0;
}

@media (min-width: 768px) {
  .reservation-button-top {
    --button-size: 175px;
    width: var(--button-size);
    height: var(--button-size);
  }
}
.shopName {
  padding-top: 30px;
  width: 62px;
}

@media (min-width: 768px) {
  .shopName {
    width: 86.8px;
  }
}
.bg-pri {
  width: 0;
  height: 50%;
  background-color: #69A4B7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.photo-mv-sp {
  display: block;
  position: absolute;
  z-index: 1;
  width: 70%;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.photo-mv-pc {
  display: none;
}

.txt-mv-catch {
  display: block;
  position: absolute;
  z-index: 2;
  width: 45%;
  top: 20%;
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.txt-mv-sp-Pname {
  display: block;
  position: absolute;
  z-index: 2;
  width: 60%;
  bottom: 10%;
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.txt-mv-sp-size {
  width: 50%;
  margin-inline: auto;
}

.txt-mv-pc-Pname {
  display: none;
}

@media (min-width: 768px) {
  .photo-mv-sp, .txt-mv-sp-Pname {
    display: none;
  }
  .bg-pri {
    height: 55%;
  }
  .photo-mv-pc {
    display: block;
    position: absolute;
    z-index: 1;
    width: 50%;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  .txt-mv-catch {
    width: 35%;
    left: 10%;
    top: 20%;
  }
  .txt-mv-pc-Pname {
    display: block;
    position: absolute;
    z-index: 2;
    width: 40%;
    bottom: 10%;
    left: 5vw;
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media (min-width: 1024px) {
  .photo-mv-pc {
    width: 50%;
  }
  .txt-mv-pc-Pname {
    display: block;
    position: absolute;
    z-index: 2;
    width: 35%;
    bottom: 5%;
    left: 10vw;
  }
}
@media (min-width: 1280px) {
  .txt-mv-pc-Pname {
    width: 35%;
    bottom: 10%;
    left: 10vw;
  }
}
@media (min-width: 1536px) {
  .txt-mv-pc-Pname {
    width: 35%;
    bottom: 10%;
    left: 8vw;
  }
}
.kirakira {
  --kria-size-w: 93px;
  --kria-size-h: 75px;
  width: calc(var(--kria-size-w) * 0.5);
  height: calc(var(--kria-size-h) * 0.5);
  background: url(../images/img_kirakira.png) no-repeat center/cover;
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 30px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.leaf {
  --leaf-size-w: 132px;
  --leaf-size-h: 192px;
  width: calc(var(--leaf-size-w) * 0.5);
  height: calc(var(--leaf-size-h) * 0.5);
  background: url(../images/img_leaf.svg) no-repeat center/cover;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  opacity: 0;
}

@media (min-width: 768px) {
  .kirakira {
    top: 80%;
  }
  .leaf {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    top: 15vw;
    right: 45vw;
  }
  .leaf2 {
    --leaf2-size-w: 132px;
    --leaf2-size-h: 192px;
    width: calc(var(--leaf2-size-w) * 0.8);
    height: calc(var(--leaf2-size-h) * 0.8);
    background: url(../images/img_leaf.svg) no-repeat center/cover;
    position: absolute;
    bottom: 0;
    right: 35%;
    z-index: 2;
    -webkit-transform: scale(-1, 1) rotate(25deg);
            transform: scale(-1, 1) rotate(25deg);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .leaf {
    width: calc(var(--leaf-size-w) * 0.7);
    height: calc(var(--leaf-size-h) * 0.7);
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    top: 12vw;
    right: 42vw;
  }
  .leaf2 {
    width: calc(var(--leaf2-size-w) * 0.9);
    height: calc(var(--leaf2-size-h) * 0.9);
    bottom: 0;
    right: 38%;
  }
  .kirakira {
    left: 10%;
  }
}
@media (min-width: 1536px) {
  .leaf {
    top: 8vw;
    right: 31vw;
  }
  .leaf2 {
    width: var(--leaf2-size-w);
    height: var(--leaf2-size-h);
    bottom: 0;
    right: 38%;
  }
  .kirakira {
    left: 10%;
  }
}
.worries {
  background: url(../images/bg_worries.jpg) no-repeat center/cover;
  padding-top: 2rem;
}

.inner {
  padding: 0 15px;
}

.sec-title {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.sec-title img {
  width: 80%;
  margin-inline: auto;
  padding-top: 0.5rem;
}

#h2anime {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

@media (min-width: 768px) {
  .sec-title {
    font-size: 1rem;
  }
  .sec-title img {
    width: 60%;
    padding-top: 1rem;
  }
}
@media (min-width: 1025px) {
  .sec-title {
    padding-top: 3rem;
  }
  .sec-title img {
    width: 600px;
  }
}
.font-c-B {
  color: #69A4B7;
}

.font-c-P {
  color: #CE909D;
}

.w-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-items {
  width: 120px;
  height: 120px;
  border: 1px solid #000;
  border-radius: 100px;
  margin-inline: 5px;
  margin-block: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.w-items p {
  text-align: center;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .w-items {
    width: 145px;
    height: 145px;
    border-radius: 100px;
    margin-inline: 20px;
    margin-block: 10px;
  }
  .w-items p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .w-items {
    margin-inline: 30px;
  }
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-bg-img {
  background: url(../images/img_worries.png) no-repeat center bottom/50%;
}

.w-container-wrapper {
  padding-bottom: 8rem;
}

@media (min-width: 768px) {
  .w-bg-img {
    background: url(../images/img_worries.png) no-repeat center bottom/40%;
  }
  .w-container-wrapper {
    padding-bottom: 5.5rem;
    max-width: 80%;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) {
  .w-bg-img {
    background: url(../images/img_worries.png) no-repeat center bottom/35%;
  }
  .w-container-wrapper {
    max-width: 70%;
  }
}
@media (min-width: 1025px) {
  .w-bg-img {
    background: url(../images/img_worries.png) no-repeat center bottom/30%;
  }
  .w-container-wrapper {
    max-width: 768px;
  }
}
.container {
  padding: 3rem 0;
}
.container-wrap {
  padding: 0 30px;
  max-width: 1080px;
  margin-inline: auto;
}

.style-leaf {
  position: relative;
}
.style-leaf::before {
  content: "";
  width: 22px;
  height: 46px;
  background: url(../images/img_leaf_mini.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.style-leaf::after {
  content: "";
  width: 22px;
  height: 46px;
  background: url(../images/img_leaf_mini.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (min-width: 768px) {
  .style-leaf::before {
    content: "";
    width: 33px;
    height: 69px;
    left: 12%;
  }
  .style-leaf::after {
    content: "";
    width: 33px;
    height: 69px;
    bottom: 0;
    right: 12%;
  }
}
.bigami-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .bigami-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding-top: 2rem;
  }
}
.item {
  width: 100%;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .item {
    width: 33.3333333333%;
    padding: 1rem 0;
  }
}
@media (min-width: 1024px) {
  .item {
    width: calc(33.3333333333% - 60px);
  }
}
.item-1 {
  position: relative;
  z-index: 0;
  margin-bottom: 1.5rem;
}
.item-1 img {
  width: 90%;
  margin-inline: auto;
}
.item-1::before {
  content: "";
  width: 36px;
  height: 40px;
  position: absolute;
  background: url(../images/num_01.png) no-repeat center/contain;
  top: -20px;
  left: 0;
  z-index: 1;
}

.item-2 {
  position: relative;
  z-index: 0;
  margin-bottom: 1.5rem;
}
.item-2 img {
  width: 90%;
  margin-inline: auto;
}
.item-2::before {
  content: "";
  width: 36px;
  height: 40px;
  position: absolute;
  background: url(../images/num_02.png) no-repeat center/contain;
  top: -20px;
  left: 0;
  z-index: 1;
}

.item-3 {
  position: relative;
  z-index: 0;
  margin-bottom: 1.5rem;
}
.item-3 img {
  width: 90%;
  margin-inline: auto;
}
.item-3::before {
  content: "";
  width: 36px;
  height: 40px;
  position: absolute;
  background: url(../images/num_03.png) no-repeat center/contain;
  top: -20px;
  left: 0;
  z-index: 1;
}

.item-txt {
  width: 90%;
  margin-inline: auto;
}
.item-txt h3 {
  color: #CE909D;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.item-txt p {
  font-size: 1rem;
}

.bg-pri-L {
  background-color: #F7FDFF;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 30px;
}

.tec-txt {
  padding-top: 1.5rem;
  position: relative;
}
.tec-txt::after {
  content: "";
  width: 148px;
  height: 69.5px;
  position: absolute;
  right: -8%;
  bottom: -10%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  background: url(../images/img_flower1.svg) no-repeat center/contain;
  z-index: 0;
}
.tec-txt h3 {
  color: #69A4B7;
  padding-bottom: 10px;
}

.tec-txt2::after {
  content: "";
  width: 99px;
  height: 93.5px;
  right: -8%;
  bottom: -10%;
  background: url(../images/img_flower2.svg) no-repeat center/contain;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.tec-txt3::after {
  content: "";
  width: 125.5px;
  height: 118px;
  right: -10%;
  bottom: -30%;
  background: url(../images/img_flower3.svg) no-repeat center/contain;
}

@media (min-width: 768px) {
  .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 90%;
    margin-inline: auto;
    padding-bottom: 30px;
  }
  .flex-box img {
    width: 50%;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tec-txt {
    padding-top: 3rem;
    padding-right: 10%;
  }
  .tec-txt::after {
    width: 296px;
    height: 139px;
    right: 0;
    bottom: 15%;
  }
  .tec-txt2 {
    padding-right: 0;
    padding-left: 10%;
  }
  .tec-txt2::after {
    content: "";
    width: 198px;
    height: 187px;
    right: 0;
    bottom: 15%;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .tec-txt3::after {
    content: "";
    width: 251px;
    height: 136px;
    right: 0;
    bottom: 0;
    background: url(../images/img_flower3.svg) no-repeat center/contain;
  }
}
.ach-items img {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .ach-items {
    padding: 0 65px;
  }
  .ach-items img {
    margin-bottom: 4rem;
  }
}
.bg-c-LBlue {
  background-color: #EFFCFF;
}

.menu-box {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.28);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.28);
  padding-bottom: 2rem;
}
.menu-box .sec-title {
  padding: 2rem 0 0 0;
}
.menu-box .sec-title img {
  width: 50%;
}

@media (min-width: 768px) {
  .menu-box {
    max-width: 90%;
    margin-inline: auto;
    padding-bottom: 4rem;
  }
  .menu-box .sec-title img {
    width: 35%;
  }
}
@media (min-width: 1024px) {
  .menu-box .sec-title img {
    width: 25%;
  }
}
.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 2px solid #CE909D;
}
.menu-list p {
  font-size: 0.8rem;
}
.menu-list:nth-child(3) {
  padding-top: 1rem;
}
.menu-list:nth-child(4) {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .menu-list {
    margin-inline: 40px;
  }
  .menu-list p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .menu-list {
    margin-inline: 10%;
  }
}
.concept {
  background: url(../images/bg_concept.jpg) repeat center/contain;
  text-align: center;
  padding-bottom: 2rem;
}
.concept p {
  font-size: 0.8rem;
}

.conceptttl-sp {
  width: 60%;
  padding: 2rem 0;
  margin: 0 auto;
}

.conceptttl-pc {
  display: none;
}

.brek-span span {
  display: block;
}
.brek-span br {
  display: none;
}

.mt-2 {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .concept {
    padding-bottom: 4rem;
  }
  .concept p {
    font-size: 1rem;
  }
  .conceptttl-sp {
    display: none;
  }
  .conceptttl-pc {
    display: block;
    width: 70%;
    margin-inline: auto;
    padding: 4rem 0;
  }
  .brek-span span {
    display: inline;
  }
  .brek-span br {
    display: block;
  }
}
.h3-styale {
  width: 90%;
  margin-inline: auto;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .h3-styale {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .conceptttl-pc {
    width: 40%;
  }
  .h3-styale {
    width: 30%;
  }
}
.stylist-box {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 2rem 1.5rem;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.28);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .stylist-box {
    padding: 2rem 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 90%;
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.stylist-txt {
  text-align: left;
}

.stylist-name {
  width: 60%;
  height: 74px;
  margin-inline: auto;
}

.kouhei {
  background: url(../images/txt_stylist_name_kouhei.svg) no-repeat center/contain;
}

.mai {
  background: url(../images/txt_stylist_name_mai.svg) no-repeat center/contain;
}

.stylist-img {
  width: 45%;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .stylist-name {
    margin-inline: 0;
    margin-bottom: 1rem;
  }
  .stylist-txt {
    padding-right: 2rem;
  }
  .stylist-img {
    width: 60%;
  }
  .stylist-img img {
    margin-inline: auto;
  }
  .img_mai {
    width: 40%;
  }
  .txt_cus {
    padding-right: 0;
    padding-left: 2rem;
  }
  .name-cus {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .stylist-txt {
    padding-left: 2rem;
  }
  .stylist-img {
    width: 50%;
  }
}
.w-cus {
  width: 60%;
}

.img-salonLogo {
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .w-cus {
    width: 40%;
  }
  .photo-salon {
    width: 50%;
    margin-left: 2rem;
  }
  .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1280px) {
  .w-cus {
    width: 20%;
  }
}
.txt-info {
  width: 80%;
  margin-inline: auto;
  padding-top: 1.5rem;
}
.txt-info h4 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .txt-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: 0;
    margin-left: auto;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .txt-info {
    width: 30%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-block: auto;
  }
}
@media (min-width: 1536px) {
  .txt-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.font-s {
  font-size: 0.9rem;
}

.map-botton {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  border: 1px solid #69A4B7;
  border-radius: 20px;
  color: #69A4B7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1280px) {
  .map-botton:hover {
    color: #fff;
    background-color: #69A4B7;
  }
}
.border-b-blue {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #69A4B7;
  margin-bottom: 0.8rem;
}

.brek-span-sp {
  display: block;
}

.pl-sp {
  padding-left: 2rem;
}

@media (min-width: 1536px) {
  .brek-span-sp {
    display: inline;
  }
  .pl-2xl {
    padding-left: 2rem;
  }
  .pl-sp {
    padding-left: 3rem;
  }
  .pl-s-l {
    padding-left: 4rem;
  }
}
footer img {
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  footer img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.footer-l {
  background-color: #69A4B7;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-l p {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .footer-l p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */