@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: justify;
  color: #333333;
  margin: 0;
  background-color: #fffefa;
}

@media screen and (min-width: 600px) {
  header {
    z-index: 40;
    height: 70px;
    background-color: #fbf8ed;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header img {
    margin: 6px 0 6px 24px;
    width: auto;
    height: 58px;
    -o-object-fit: cover;
       object-fit: cover;
    float: left;
  }
  header .hamburger-menu {
    display: none;
  }
  header ul {
    width: 60%;
    height: 70px;
    margin: 0;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
  }
  header ul a {
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    position: relative;
  }
  header ul a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: orange;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header ul a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header ul .sns-link {
    display: none;
  }
  .TOP {
    margin-bottom: 100px;
    margin-left: 0%;
    margin-right: 0%;
  }
  .TOP .top-content h1 {
    font-family: "Helvetica";
    padding-left: 0%;
    text-shadow: 0px 0px 10px #333333;
    width: 90%;
    height: auto;
    position: absolute;
    color: white;
    font-size: 96px;
    left: 5%;
    padding-top: 20;
    z-index: 30;
    pointer-events: none;
  }
  .TOP .top-content p {
    padding-left: 0%;
    width: 90%;
    position: absolute;
    font-size: 16px;
    color: white;
    left: 5%;
    padding-top: 430px;
    z-index: 30;
    pointer-events: none;
    text-shadow: 0px 0px 10px #333333;
  }
  .TOP .top-content .slider {
    z-index: 2;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
  .TOP .top-content .slider .slick-dots li button:before {
    font-size: 60px !important;
  }
  .TOP .top-content .slider img {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .CONCEPT {
    background-clip: padding-box;
    position: relative;
    background-color: #fff0b8;
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .CONCEPT .custom-shape-divider-top-1663924153 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  .CONCEPT .custom-shape-divider-top-1663924153 svg {
    position: relative;
    display: block;
    width: calc(200% + 1.3px);
    height: 50px;
    fill: #fffefa;
  }
  .CONCEPT .concept-content {
    margin-top: 24px;
    padding-left: 7%;
    width: 86%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .CONCEPT .concept-content .left {
    width: 50%;
    margin-top: 40px;
  }
  .CONCEPT .concept-content .left img {
    margin-top: 20px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .CONCEPT .concept-content .right {
    width: 50%;
    margin-right: 0px;
    padding-left: 24px;
  }
  .CONCEPT .concept-content .right h1 {
    font-family: "Helvetica";
    padding-left: 0px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 6rem;
  }
  .CONCEPT .concept-content .right h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .CONCEPT .concept-content .right p {
    line-height: 2.2rem;
    font-size: 1rem;
  }
  .SHOP {
    padding-top: 60px;
  }
  .SHOP .shop-content {
    padding-left: 7%;
    width: 86%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .SHOP .shop-content .left {
    width: 40%;
    height: 660px;
  }
  .SHOP .shop-content .left h1 {
    margin: 0%;
    font-family: "Helvetica";
    font-weight: bold;
    font-size: 6vw;
    padding-bottom: 10px;
  }
  .SHOP .shop-content .left p {
    margin-top: 0px;
    padding-left: 2vw;
    font-size: 18px;
    text-align: center;
  }
  .SHOP .shop-content .left .img_wrapper {
    text-align: center;
    padding-bottom: 30px;
  }
  .SHOP .shop-content .left .img_wrapper img {
    width: 100px;
    height: 220px;
    width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .SHOP .shop-content .right {
    width: 60%;
    margin-left: 5%;
  }
  .SHOP .shop-content .right p {
    font-size: 100%;
  }
  .SHOP .shop-content .right iframe {
    width: 100%;
    text-align: center;
  }
  .INFO {
    background-color: #fbf8ed;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .INFO .info-content .info-top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 7%;
    height: 100px;
    width: 86%;
  }
  .INFO .info-content .info-top .info-script {
    width: 100%;
  }
  .INFO .info-content .info-top .info-script h1 {
    display: inline;
    font-weight: bold;
    font-size: 6vw;
    margin-bottom: 30px;
    font-family: "Helvetica";
  }
  .INFO .info-content .info-top .info-script p {
    font-size: 1.6vw;
    margin-top: 20px;
  }
  .INFO .info-content .info-top a {
    height: 40px;
    width: 40px;
    margin-left: 16px;
    margin-bottom: 0px;
  }
  .INFO .info-content .info-top a i {
    font-size: 36px;
    color: #333333;
    padding-bottom: 5px;
  }
  .INFO .info-content .info-top a .fa-instagram {
    margin-left: 40px;
  }
  .INFO .info-content .info-top a:hover {
    opacity: 40%;
  }
  .INFO .info-content .info-top a:hover .button-text {
    color: white;
  }
  .INFO .info-content .info-top a:active {
    top: 2px;
  }
  .INFO .info-content ul.insta_list {
    margin-top: 40px;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .INFO .info-content ul.insta_list li {
    list-style: none;
    width: 29vw;
    height: 29vw;
    margin-bottom: 1vw;
    position: relative;
    overflow: hidden;
  }
  .INFO .info-content ul.insta_list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }
  .INFO .info-content ul.insta_list li .mask {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .INFO .info-content ul.insta_list li .mask p {
    width: 90%;
    height: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: scroll;
    color: #ffffff;
    padding: 5%;
    font-size: 16px;
  }
  .INFO .info-content ul.insta_list li:hover .mask {
    opacity: 1;
    /* マスクを表示する */
    /* ホバーで下にずらす */
  }
  .CONTACT {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .CONTACT h1 {
    padding-left: 7%;
    margin-top: 6vw;
    margin-bottom: 4vw;
    width: 86%;
    font-weight: bold;
    font-size: 6vw;
    font-family: "Helvetica";
  }
  .CONTACT .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7%;
    margin-top: 6vw;
    margin-bottom: 4vw;
    width: 86%;
  }
  .CONTACT .contact-content .left {
    width: 50%;
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .CONTACT .contact-content .left p {
    text-align: center;
    margin-right: 20%;
  }
  .CONTACT .contact-content .left span {
    font-family: Helvetica;
    font-weight: bold;
  }
  .CONTACT .contact-content .right {
    width: 50%;
    margin-top: 16px;
  }
  .CONTACT .contact-content .right label {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .CONTACT .contact-content .right p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1rem;
  }
  footer {
    background-color: #fbf8ed;
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
  }
  footer .footer-content {
    padding-left: 5%;
    width: 90%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-content .left {
    width: 25%;
  }
  footer .footer-content .left img {
    width: 90px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    float: right;
    margin-right: 5%;
  }
  footer .footer-content .middle {
    width: 50%;
    height: 80px;
    margin-top: 0px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-content .middle p {
    line-height: 140%;
    font-size: clamp(0px, 1.6vw, 14px);
    font-weight: bold;
  }
  footer .footer-content .right {
    width: 25%;
    margin-top: 0px;
  }
  footer .footer-content .right .btn-wrapper {
    padding-top: 20px;
  }
  footer .footer-content .right a {
    height: 40px;
    width: 40px;
    margin-left: 4%;
    margin-bottom: 0px;
  }
  footer .footer-content .right a i {
    font-size: 36px;
    color: #333333;
    padding-bottom: 5px;
  }
  footer .footer-content .right a .fa-instagram {
    margin-left: 10px;
  }
  footer .footer-content .right a:hover {
    opacity: 40%;
  }
  footer .footer-content .right a:hover .button-text {
    color: white;
  }
  footer .footer-content .right a:active {
    top: 2px;
  }
}

@media screen and (max-width: 600px) {
  header {
    z-index: 40;
    height: 60px;
    background-color: #fbf8ed;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header img {
    margin: 6px 0 6px 16px;
    width: auto;
    height: 48px;
    -o-object-fit: cover;
       object-fit: cover;
    float: left;
  }
  header .hamburger-menu .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  header .hamburger-menu .menu-btn span,
  header .hamburger-menu .menu-btn span:before,
  header .hamburger-menu .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #333333;
    position: absolute;
  }
  header .hamburger-menu .menu-btn span:before {
    bottom: 8px;
  }
  header .hamburger-menu .menu-btn span:after {
    top: 8px;
  }
  header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .hamburger-menu #menu-btn-check {
    display: none;
  }
  header .hamburger-menu .menu-content {
    width: 100%;
    height: 1000px;
    margin-top: 60px;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #493827;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  header .hamburger-menu .menu-content ul {
    margin: 0 0;
    padding: 0px 10px 0;
  }
  header .hamburger-menu .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  header .hamburger-menu .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: "Helvetica";
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0px 8px 8px;
    position: relative;
  }
  header .hamburger-menu .sns-link .instagram {
    padding: 0;
    margin: 0;
  }
  header .hamburger-menu .sns-link .instagram i {
    height: 100%;
    display: inline-block;
    padding: 8px 0px 8px 8px;
    vertical-align: middle;
    font-size: 28px;
  }
  header .hamburger-menu .sns-link .instagram span {
    height: 100%;
    display: inline-block;
    padding: 8px 0px 8px 8px;
    vertical-align: middle;
  }
  header .hamburger-menu .sns-link .facebook {
    padding: 0;
    margin: 0;
  }
  header .hamburger-menu .sns-link .facebook i {
    height: 100%;
    display: inline-block;
    padding: 8px 0px 8px 8px;
    vertical-align: middle;
    font-size: 26px;
  }
  header .hamburger-menu .sns-link .facebook span {
    height: 100%;
    display: inline-block;
    padding: 8px 0px 8px 8px;
    vertical-align: middle;
  }
  header .hamburger-menu .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 18px;
  }
  header .hamburger-menu #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
  header .desktop-menu {
    display: none;
  }
  .TOP .top-content h1 {
    text-shadow: 0px 0px 10px #333333;
    padding-left: 3%;
    width: 90%;
    height: auto;
    position: absolute;
    color: white;
    font-family: "Helvetica";
    font-size: 60px;
    left: 5%;
    padding-top: 0;
    z-index: 30;
    pointer-events: none;
  }
  .TOP .top-content p {
    text-shadow: 0px 0px 10px #333333;
    padding-left: 3%;
    width: 90%;
    position: absolute;
    font-size: 14px;
    color: white;
    left: 5%;
    padding-top: 420px;
    z-index: 30;
    pointer-events: none;
  }
  .TOP .top-content .slider {
    margin: 0px;
    padding: 0px;
    z-index: 0;
    width: 100%;
  }
  .TOP .top-content .slider .slick-dots li button:before {
    font-size: 60px !important;
  }
  .TOP .top-content .slider img {
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .CONCEPT {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-color: #fff0b8;
  }
  .CONCEPT .custom-shape-divider-top-1663924153 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  .CONCEPT .custom-shape-divider-top-1663924153 svg {
    position: relative;
    display: block;
    width: calc(200% + 1.3px);
    height: 50px;
    fill: #fffefa;
  }
  .CONCEPT .concept-content {
    margin-top: 64px;
    padding-left: 7%;
    width: 86%;
  }
  .CONCEPT .concept-content .left {
    width: 100%;
    margin-top: 40px;
  }
  .CONCEPT .concept-content .left img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .CONCEPT .concept-content .right {
    width: 100%;
    margin-right: 0px;
    padding-left: 0x;
  }
  .CONCEPT .concept-content .right h1 {
    margin: 20px 0px;
    padding-left: 0;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 40px;
    padding-left: 0;
    width: 90%;
    height: auto;
    z-index: 30;
  }
  .CONCEPT .concept-content .right h2 {
    font-size: 20px;
  }
  .CONCEPT .concept-content .right p {
    line-height: 28px;
    font-size: 14px;
  }
  .SHOP {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .SHOP .shop-content {
    padding-left: 7%;
    width: 86%;
  }
  .SHOP .shop-content .left {
    width: 100%;
    padding-left: 0px;
  }
  .SHOP .shop-content .left h1 {
    margin-top: 16px;
    margin-bottom: 0px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 40px;
    padding-left: 16px;
  }
  .SHOP .shop-content .left .left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .SHOP .shop-content .left .left-content .img_wrapper {
    width: 40%;
    text-align: center;
  }
  .SHOP .shop-content .left .left-content .img_wrapper img {
    padding-left: 0%;
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .SHOP .shop-content .left .left-content .text {
    width: 60%;
    text-align: center;
  }
  .SHOP .shop-content .left .left-content .text h2 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    padding-top: 0;
  }
  .SHOP .shop-content .left .left-content .text p {
    font-size: 14px;
    padding-top: 0;
    line-height: 20px;
  }
  .SHOP .shop-content .right {
    width: 100%;
    padding-left: 0px;
  }
  .SHOP .shop-content .right p {
    margin-left: 4px;
    font-size: 15px;
  }
  .SHOP .shop-content .right iframe {
    width: 100%;
    text-align: center;
  }
  .INFO {
    background-color: #fbf8ed;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .INFO .info-content .info-top {
    padding-left: 7%;
    height: 80px;
    width: 86%;
  }
  .INFO .info-content .info-top .info-script {
    width: 100%;
  }
  .INFO .info-content .info-top .info-script h1 {
    display: inline;
    margin-top: 0px;
    font-family: Helvetica;
    font-size: 30px;
    margin-bottom: 0;
  }
  .INFO .info-content .info-top .info-script p {
    font-size: 16px;
    line-height: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .INFO .info-content .info-top a {
    height: 40px;
    width: 40px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .INFO .info-content .info-top a i {
    font-size: 28px;
    color: #333333;
    padding-bottom: 5px;
  }
  .INFO .info-content .info-top a:hover {
    opacity: 40%;
  }
  .INFO .info-content .info-top a:hover .button-text {
    color: white;
  }
  .INFO .info-content .info-top a:active {
    top: 2px;
  }
  .INFO .info-content ul.insta_list {
    padding: 30px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .INFO .info-content ul.insta_list li {
    list-style: none;
    width: 43vw;
    height: 43vw;
    margin-bottom: 2vw;
    position: relative;
    overflow: hidden;
  }
  .INFO .info-content ul.insta_list li a {
    pointer-events: none;
  }
  .INFO .info-content ul.insta_list li img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .INFO .info-content ul.insta_list li .mask {
    border-radius: 8px;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .INFO .info-content ul.insta_list li .mask p {
    width: 90%;
    height: 90%;
    padding: 5%;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: scroll;
    color: #ffffff;
    letter-spacing: 0.2px;
    font-size: 10px;
    line-height: 180%;
  }
  .INFO .info-content ul.insta_list li:hover .mask {
    opacity: 1;
    /* マスクを表示する */
    pointer-events: auto;
    /* ホバーで下にずらす */
  }
  .CONTACT {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .CONTACT h1 {
    padding-left: 7%;
    font-size: 30px;
    width: 86%;
    font-weight: bold;
    font-family: "Helvetica";
  }
  .CONTACT .contact-content {
    padding-left: 7%;
    margin-bottom: 40px;
    width: 86%;
  }
  .CONTACT .contact-content .left {
    width: 100%;
  }
  .CONTACT .contact-content .left p {
    font-size: 16px;
  }
  .CONTACT .contact-content .right {
    width: 100%;
  }
  .CONTACT .contact-content .right label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
  .CONTACT .contact-content .right p {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1rem;
  }
  footer {
    background-color: #fbf8ed;
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
  }
  footer .footer-content {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-content .left {
    width: 20%;
  }
  footer .footer-content .left img {
    width: 90px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
  }
  footer .footer-content .middle {
    width: 80%;
    height: 80px;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-content .middle p {
    line-height: 140%;
    font-weight: bold;
    font-size: 9px;
  }
  footer .footer-content .right {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */