@charset "UTF-8";
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}

.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}

.phd__sns {
  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;
}

.phd__sns li {
  margin-right: 8px;
}

.phd__sns li:last-child {
  margin-right: 0;
}

.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}
.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}
.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-tiktok svg {
    height: 17px;
  }
}

/* =========================================================
layout
========================================================= */
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.img-box {
  text-align: center;
}
.img-box img {
  vertical-align: top;
}

.hover-item {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hover-item:hover {
  opacity: 0.7;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.link-list .link-item {
  width: 32px;
  height: 32px;
}
.link-list .link-item img {
  width: 100%;
  height: 100%;
}

.present-conent .link-list {
  margin-top: 16px;
}

/* =========================================================
wrapper
========================================================= */
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E60012;
}

/* =========================================================
btn-wrapper
========================================================= */
.btn-wrapper {
  position: relative;
  width: unset;
  height: unset;
  top: 0;
  right: 0;
  z-index: 101;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .btn-wrapper {
    position: sticky;
    width: 100px;
    height: 100vh;
    height: 100lvh;
  }
}

.top-btn {
  display: none;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .top-btn {
    display: block;
  }
}

.menu-btn {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 60px;
  height: 60px;
  background-color: #E60012;
  z-index: 100;
}
.menu-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.menu-btn.is-visible:hover {
  opacity: 0.7;
}
@media (min-width: 600px) {
  .menu-btn {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    width: 100px;
    height: 100px;
  }
}
.menu-btn span {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 20%;
  background-color: #FDFFEE;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu-btn span:nth-child(1) {
  top: 30%;
}
.menu-btn span:nth-child(2) {
  top: 70%;
}
.menu-btn.is-active {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-btn.is-active span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 6px;
  margin: 0;
  background-color: #FDFFEE;
}
.menu-btn.is-active span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu-btn.is-active span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-text-wrapper {
  display: none;
  background-color: #F8F6E5;
  padding: 16px 0;
}
@media screen and (min-width: 600px) {
  .menu-text-wrapper {
    display: block;
  }
}
.menu-text-wrapper .img-box {
  margin: 0 auto;
  width: 56px;
  padding-bottom: 2px;
}
.menu-text-wrapper p {
  font-size: 900;
  text-align: center;
  color: #E60012;
}

/* =========================================================
modal-wrapper
========================================================= */
.modal-wrapper {
  pointer-events: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}
.modal-wrapper.is-menu-open {
  pointer-events: auto;
}
.modal-wrapper .modal-content {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .modal-wrapper .modal-content {
    margin: 0 auto;
    max-width: 375px;
    zoom: 1.2;
  }
}
@media (min-width: 900px) {
  .modal-wrapper .modal-content {
    margin: 0;
    max-width: 375px;
    zoom: 1.53;
  }
}
.modal-wrapper .modal-space {
  display: none;
  width: 100px;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .modal-wrapper .modal-space {
    display: block;
  }
}

.menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F6E5;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.menu ul li a {
  text-decoration: none;
}
.menu ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "akzidenz-grotesk-next-conden", sans-serif;
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.menu ul li a p:before {
  content: "";
  display: block;
  width: 32px;
  height: 16px;
  background-color: #E60012;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu ul li:hover a p:before {
  width: 16px;
}

.goods-modal {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-color: #F8F6E5;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.goods-modal.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.goods-modal .goods-modal-img {
  width: 90%;
  margin: 92px auto 0;
  border: 2px solid #E60012;
}
@media (min-width: 600px) {
  .goods-modal .goods-modal-img {
    margin: 30px auto 0;
  }
}

/* =========================================================
left-contents
========================================================= */
.left-contents {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  height: 100lvh;
}
@media screen and (min-width: 900px) {
  .left-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.left-contents .left-contents-img-wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 150px);
  max-width: 305px;
  gap: 28px;
}
.left-contents .left-contents-img-wrapper .title-img {
  width: 92%;
  -webkit-animation: zoomInUp 1s both;
          animation: zoomInUp 1s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.left-contents .left-contents-img-wrapper .place-img {
  width: 68%;
  -webkit-animation: bounceInLeft 1s both;
          animation: bounceInLeft 1s both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.left-contents .left-contents-img-wrapper .date-img {
  width: 100%;
  -webkit-animation: bounceInLeft 1s both;
          animation: bounceInLeft 1s both;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

/* =========================================================
main-contents
========================================================= */
.main-contents {
  overflow-x: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #F8F6E5;
}

@media (min-width: 600px) {
  .main-contents {
    max-width: 375px;
    zoom: 1.2;
  }
  /* .main-contents の zoom だけ打ち消す（1.53 と値を合わせること） */
  .main-contents .zoom-reset {
    zoom: 0.8333333333;
  }
  .main-contents .zoom-spot {
    zoom: 1.2;
  }
}
@media (min-width: 900px) {
  .main-contents {
    max-width: 375px;
    zoom: 1.53;
  }
  /* .main-contents の zoom だけ打ち消す（1.53 と値を合わせること） */
  .main-contents .zoom-reset {
    zoom: 0.6535947712;
  }
  .main-contents .zoom-spot {
    zoom: 1.53;
  }
}
/* =========================================================
inner
========================================================= */
.inner_16 {
  margin: 0 auto;
  width: calc(100% - 32px);
}

.inner_32 {
  margin: 0 auto;
  width: calc(100% - 64px);
}

/* =========================================================
header
========================================================= */
.header {
  position: relative;
  z-index: 2;
}
.header .header__in .header__title {
  text-align: center;
}
.header img {
  vertical-align: bottom;
}
.header .mv-ing-box {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .makoto {
  width: 76%;
  top: 44%;
  left: 50%;
}
.header .makoto .animation-box {
  -webkit-animation: bounceIn 1s both;
          animation: bounceIn 1s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.header .title {
  width: 88%;
  bottom: 3.5%;
  left: 50%;
}
.header .title .animation-box {
  -webkit-animation: zoomInUp 1s both;
          animation: zoomInUp 1s both;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.header .place {
  width: 23%;
  bottom: 2%;
  left: 19.5%;
}
.header .place .animation-box {
  -webkit-animation: bounceInLeft 1s both;
          animation: bounceInLeft 1s both;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.header .date {
  width: 34%;
  bottom: 2%;
  left: 50%;
}
.header .date .animation-box {
  -webkit-animation: bounceInLeft 1s both;
          animation: bounceInLeft 1s both;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.header .copy {
  width: 19%;
  bottom: -1.5%;
  right: -9%;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* =========================================================
lead
========================================================= */
.lead {
  background-color: #E60012;
}
.lead p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.9;
  padding: 22px 0 19px;
}

/* =========================================================
banner-slider
========================================================= */
.banner-slider,
.banner-slider-reverse {
  pointer-events: none;
  overflow-x: hidden;
}
.banner-slider .splide__track,
.banner-slider-reverse .splide__track {
  width: 130%;
}

.banner-slider_01 {
  padding: 30px 0 17px;
}

.banner-slider_02 {
  padding: 0 0 26px;
}

.footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  padding: 97px 0 16px;
}

/* =========================================================
section
========================================================= */
.section {
  position: relative;
}
.section .section-title {
  opacity: 0;
  letter-spacing: 1px;
  padding: 36px 0 0;
  font-family: "berthold-block-w1g-excond", sans-serif;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section .section-title.is-active {
  opacity: 1;
  -webkit-animation: zoomInUp 1s both;
          animation: zoomInUp 1s both;
}
.section .text-m {
  line-height: 1.8;
  margin-bottom: 18px;
}
.section .text-s {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 400;
}
.section .text-s span.bold {
  font-weight: 900;
}
.section .text-s span.small {
  font-size: 10px;
  font-weight: 400;
}
.section .head-m {
  display: inline-block;
  background-color: #E60012;
  padding: 4px 4px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
}

/* =========================================================
frame
========================================================= */
.frame {
  position: absolute;
}
.frame .frame-img {
  opacity: 0;
  background-color: #F8F6E5;
}
.frame .frame-img.is-active {
  opacity: 1;
  -webkit-animation: bounceIn 1s both;
          animation: bounceIn 1s both;
}
.frame_01 {
  width: 122px;
  top: 14px;
  right: -4px;
}
.frame_02 {
  width: 116px;
  top: -9px;
  left: -3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.frame_03 {
  width: 126px;
  top: 4px;
  right: -3px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.frame_04 {
  width: 92px;
  top: 3px;
  left: 50px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.frame_05 {
  width: 145px;
  top: 32px;
  right: 50px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.frame_06 {
  width: 150px;
  top: 19px;
  left: -3px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.frame_07 {
  width: 108px;
  top: 35px;
  right: -2px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.frame_08 {
  width: 115px;
  bottom: 120px;
  left: -7px;
}
.frame_09 {
  width: 94px;
  bottom: -15px;
  right: 21px;
}

/* =========================================================
present
========================================================= */
.present .section-title {
  padding-top: 56px;
  text-align: start;
}
.present .present-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  border: #E60012 3px solid;
  padding: 32px 0 24px;
}
.present .present-wrapper .present-conent .present-content-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
  margin-bottom: 10px;
}
.present .present-wrapper .present-conent .present-content-title-box .present-number {
  margin-top: 6px;
  display: inline-block;
  font-family: "akzidenz-grotesk-next-conden", sans-serif;
  color: #E60012;
  font-size: 22px;
  padding: 4px 6px 3px;
  border-top: 4px solid #E60012;
  border-bottom: 4px solid #E60012;
}
.present .present-wrapper .present-conent .present-content-title-box .present-content-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}
.present .present-wrapper .present-conent .present-slider {
  margin: 0 auto 15px;
  width: calc(100% - 0px);
}
.present .present-wrapper .present-conent .present-slider .splide__track {
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
.present .present-wrapper .present-conent .present-slider .splide__track img {
  width: 100%;
  height: 100%;
}
.present .present-wrapper .present-conent .present-slider .splide__pagination {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 22px;
}
.present .present-wrapper .present-conent .present-slider .splide__pagination li .splide__pagination__page {
  background-color: #fff;
}
.present .present-wrapper .present-conent .present-slider .splide__pagination li .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #E60012;
}
.present .present-wrapper .present-conent .present-content-img {
  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;
  margin: 0 auto 15px;
  width: 100%;
  aspect-ratio: 1/1;
}
.present .present-wrapper .present-conent .present-note {
  font-size: 10px;
  line-height: 1.8;
}
.present .present-wrapper .present-conent .present-note a {
  color: #000000;
}

/* =========================================================
pop_up_store
========================================================= */
.pop_up_store {
  background-color: #FFEE5B;
  padding-bottom: 50px;
}
.pop_up_store .section-title {
  text-align: center;
}
.pop_up_store .section-title-sub {
  padding-top: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 28px;
}
.pop_up_store .pop_up_store-img {
  border: 3px solid #E60012;
  border-left: none;
  width: calc(100% - 32px);
  margin-bottom: 22px;
}
.pop_up_store .pop_up_store-wrapper .pop_up_store-description-title {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #E60012;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}
.pop_up_store .pop_up_store-wrapper .pop_up_store-description-title span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #E60012;
  height: 1px;
}
.pop_up_store .pop_up_store-wrapper .pop_up_store-description-text {
  color: #E60012;
  margin-bottom: 0;
}

/* =========================================================
goods
========================================================= */
.goods {
  background-color: #FFEE5B;
  padding-bottom: 110px;
}
.goods .section-title {
  text-align: center;
  padding-top: 0;
}
.goods .goods-slider {
  overflow: hidden;
}
.goods .goods-slider .splide__arrows {
  position: relative;
}
.goods .goods-slider .splide__arrows .splide__arrow {
  position: absolute;
  top: 50%;
  background: none;
  width: 14px;
}
.goods .goods-slider .splide__arrows .splide__arrow--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.goods .goods-slider .splide__arrows .splide__arrow--next {
  right: 0;
}
.goods .goods-slider .splide__track {
  overflow: visible;
  margin: 0 auto 10px;
  width: 75%;
}
.goods .goods-slider .splide__track .splide__list .splide__slide {
  position: relative;
  overflow: hidden;
  border: 2px solid #E60012;
  aspect-ratio: 1/1;
}
.goods .goods-slider .splide__track .splide__list .splide__slide img.goods-slider-img.blur-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.goods .goods-slider .splide__track .splide__list .splide__slide img.goods-slider-img:not(.blur-img) {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.goods .goods-slider .splide__pagination {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 22px;
}
.goods .goods-slider .splide__pagination li .splide__pagination__page {
  background-color: #fff;
}
.goods .goods-slider .splide__pagination li .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #E60012;
}
.goods .goods-deoration {
  width: 156px;
  margin: 0 auto 6px;
}
.goods .goods-text {
  color: #E60012;
  text-align: center;
  line-height: 1.5;
}

/* =========================================================
photo booth
========================================================= */
.photo-booth {
  padding-bottom: 90px;
}
.photo-booth .section-title {
  padding-top: 46px;
  text-align: end;
}
.photo-booth .photo-booth-slider {
  width: calc(100% - 32px);
  margin-bottom: 10px;
}
.photo-booth .photo-booth-slider .splide__track {
  border: 3px solid #E60012;
  border-left: none;
  margin-bottom: 10px;
}
.photo-booth .photo-booth-slider .splide__pagination {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 22px;
}
.photo-booth .photo-booth-slider .splide__pagination li .splide__pagination__page {
  background-color: #fff;
}
.photo-booth .photo-booth-slider .splide__pagination li .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #E60012;
}

/* =========================================================
shops
========================================================= */
.shops {
  padding: 35px 0 0;
}
.shops .section-title {
  text-align: center;
}
.shops .shops-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 16px;
}
.shops .shops-wrapper .shops-conent {
  position: relative;
  width: calc((100% - 16px) / 2);
}
.shops .shops-wrapper .shops-conent:nth-child(odd) .shops-slider .splide__track {
  border-left: none;
}
.shops .shops-wrapper .shops-conent:nth-child(odd) p {
  margin-left: auto;
}
.shops .shops-wrapper .shops-conent:nth-child(even) .shops-slider .splide__track {
  border-right: none;
}
.shops .shops-wrapper .shops-conent .shops-slider .splide__track {
  border: 2px solid #E60012;
}
.shops .shops-wrapper .shops-conent .shops-slider .splide__track .splide__list .splide__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.shops .shops-wrapper .shops-conent .shops-slider .splide__track .splide__list .splide__slide img.shops-slider-img.blur-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.shops .shops-wrapper .shops-conent .shops-slider .splide__track .splide__list .splide__slide img.shops-slider-img:not(.blur-img) {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shops .shops-wrapper .shops-conent .shops-slider .splide__pagination {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.shops .shops-wrapper .shops-conent .shops-slider .splide__pagination li .splide__pagination__page {
  background-color: #fff;
}
.shops .shops-wrapper .shops-conent .shops-slider .splide__pagination li .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #E60012;
}
.shops .shops-wrapper .shops-conent .shops-title,
.shops .shops-wrapper .shops-conent .shops-text,
.shops .shops-wrapper .shops-conent .shops-note,
.shops .shops-wrapper .shops-conent .shops-menu {
  width: calc(100% - 8px);
}
.shops .shops-wrapper .shops-conent .shops-title {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 6px;
}
.shops .shops-wrapper .shops-conent .shops-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}
.shops .shops-wrapper .shops-conent .shops-note {
  color: #E60012;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.shops .shops-wrapper .shops-conent .shops-note a {
  color: #E60012;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-head .shops-menu-title {
  display: inline;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-head .shops-menu-note {
  color: #E60012;
  font-size: 8px;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-category {
  padding-left: 8px;
  margin-bottom: 8px;
  border-left: 1px solid #E60012;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-category:last-child {
  margin-bottom: 0;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-category .shops-menu-category-title {
  color: #E60012;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-category .shops-menu-category-item {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #FFEE5B;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-category .shops-menu-category-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-category .shops-menu-category-item .shops-menu-category-item-name {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
}
.shops .shops-wrapper .shops-conent .shops-menu .shops-menu-category .shops-menu-category-item .shops-menu-category-item-price {
  text-align: right;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 600;
}

/* =========================================================
poster
========================================================= */
.poster {
  padding-bottom: 30px;
}
.poster .section-title {
  padding-top: 46px;
  text-align: center;
}
.poster .poster-wrapper {
  position: relative;
  z-index: 1;
}
.poster .poster-wrapper:before {
  z-index: -1;
  position: absolute;
  top: 10%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 79%;
  background-color: #E60012;
}
.poster .poster-wrapper .poster-img:first-child {
  width: 66%;
  margin-bottom: 16px;
}
.poster .poster-wrapper .poster-img:first-child.is-active {
  opacity: 1;
  -webkit-animation: flipInX 1s both;
          animation: flipInX 1s both;
}
.poster .poster-wrapper .poster-img:last-child.is-active {
  opacity: 1;
  -webkit-animation: flipInY 1s both;
          animation: flipInY 1s both;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* =========================================================
art-direction
========================================================= */
.art-direction {
  margin-bottom: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #E60012;
}
.art-direction .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.art-direction .art-direction-wrapper {
  padding-bottom: 20px;
}
.art-direction .art-direction-wrapper .art-direction-img {
  overflow: hidden;
  width: 60%;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.art-direction .art-direction-wrapper .art-direction-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2px;
  margin-bottom: 10px;
}
.art-direction .art-direction-wrapper .art-direction-name:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 20px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background-image: url(../images/name-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.art-direction .art-direction-wrapper .art-direction-text {
  margin-bottom: 5px;
}

/* =========================================================
UMEZZ GUWASHI CARNIVAL
========================================================= */
.carnival {
  padding-top: 46px;
  background-color: #E60012;
}
.carnival .section-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}
.carnival .carnival-wrapper {
  padding: 0 20px 88px;
}
.carnival .carnival-wrapper .carnival-link {
  background-color: #FFEE5B;
  margin-bottom: 30px;
}
.carnival .carnival-wrapper .carnival-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 1.8;
  padding: 5px 0;
}
.carnival .carnival-wrapper .carnival-link a:after {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-image: url(../images/carnival_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.carnival .carnival-wrapper .carnival-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 24px;
}
.carnival .carnival-wrapper .carnival-profile .carnival-profile-name {
  width: 10%;
}
.carnival .carnival-wrapper .carnival-profile .carnival-profile-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  border: 2px solid #F8F6E5;
}
.carnival .carnival-wrapper .carnival-profile-text {
  color: #ffffff;
}
.carnival .carnival-icon-wrapper {
  position: relative;
}
.carnival .carnival-icon-wrapper .carnival-icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

/* =========================================================
footer
========================================================= */
.footer {
  padding: 0 0 50px;
}
.footer .copyright {
  font-family: "akzidenz-grotesk-next-conden", sans-serif;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
}
.footer .copyright_01 {
  text-align: right;
  margin-bottom: 32px;
}
.footer .copyright_02 {
  margin-top: 27px;
}
.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-inner .footer-logo {
  width: 110px;
}/*# sourceMappingURL=style.css.map */