@media screen and (min-width: 768px) {
  .areaInfoSect__head + .areaInfoSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoSect__head + .areaInfoSect__cont {
    margin-top: 64px;
  }
}

.areaInfoTab {
  position: relative;
}

.areaInfoTab__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .areaInfoTab__head {
    margin-right: -28px;
    overflow: scroll;
  }
}

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

@media screen and (min-width: 768px) {
  .areaInfoTab__select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoTab__select {
    gap: 4px;
  }
}

.areaInfoTab__item {
  display: inline-block;
}

.areaInfoTab__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 0 15px rgba(12, 17, 11, 0.2);
          box-shadow: 2px 0 15px rgba(12, 17, 11, 0.2);
  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;
  letter-spacing: .15em;
  position: relative;
  text-align: center;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

@media screen and (min-width: 768px) {
  .areaInfoTab__trigger {
    font-size: 14px;
    height: 100px;
    line-height: calc(21 / 14);
    padding-bottom: 10px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoTab__trigger {
    font-size: 12px;
    height: 70px;
    line-height: calc(36 / 24);
    padding-bottom: 10px;
    width: 93px;
  }
}

@media screen and (min-width: 768px) {
  .areaInfoTab__trigger:hover {
    background-color: #6b6966;
    color: #ffffff;
  }
  .areaInfoTab__trigger:hover .border {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .areaInfoTab__trigger:hover {
    background-color: #6b6966;
    color: #ffffff;
  }
  .areaInfoTab__trigger:hover .border {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.areaInfoTab__trigger .ttl {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .areaInfoTab__trigger .ttl {
    color: #000;
  }
}

.areaInfoTab__trigger .border {
  background-color: #958b79;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .areaInfoTab__trigger .border {
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoTab__trigger .border {
    height: 8px;
  }
}

.areaInfoTab__trigger .border:before, .areaInfoTab__trigger .border:after {
  content: '';
  inset: 0;
  position: absolute;
}

.areaInfoTab__trigger .border:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: soft-light;
  opacity: .7;
}

.areaInfoTab__trigger .border:after {
  background: url("../common/imgs/sp/bg-btn-03.jpg") no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: .25;
}

.areaInfoTab__trigger.is-active {
  background-color: #6b6966;
  color: #ffffff;
}

.areaInfoTab__trigger.is-active .border {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.areaInfoTab__body {
  background-color: #6b6966;
  -webkit-box-shadow: 0 0 20px rgba(12, 17, 11, 0.2);
          box-shadow: 0 0 20px rgba(12, 17, 11, 0.2);
}

@media screen and (min-width: 768px) {
  .areaInfoTab__body {
    margin: 0 -80px;
    padding: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .areaInfoTab__body {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .areaInfoTab__body {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoTab__body {
    margin: 0 -28px;
    padding: 40px 0 48px;
  }
}

.areaInfoTab__cont {
  display: none;
}

.areaInfoTab__cont:focus {
  outline: none;
}

.areaInfoTab__cont.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .areaInfoTab__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.areaInfoTab__map {
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 768px) {
  .areaInfoTab__map {
    width: 785px;
  }
}

.areaInfoTab__map .areaInfoTab__cont {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .areaInfoTab__list {
    width: 359px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoTab__list {
    margin-top: 56px;
    padding: 0 28px;
  }
}

@media screen and (min-width: 768px) {
  .areaInfoTab .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoTab .figurePlot {
    background-color: rgba(250, 249, 247, 0.5);
    bottom: calc(100% + 10px);
    left: 0;
    top: auto;
  }
  .areaInfoTab .figurePlot .svgIcon {
    aspect-ratio: 55 / 23;
    width: 27.5px;
  }
}

@media screen and (min-width: 768px) {
  .areaInfoGuide__item + .areaInfoGuide__item {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoGuide__item + .areaInfoGuide__item {
    margin-top: 14px;
  }
}

.areaInfoGuide__trigger {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #999999;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .areaInfoGuide__trigger {
    cursor: pointer;
    padding: 5px 0 16px 30px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoGuide__trigger {
    padding: 4px 0 14px 30px;
  }
}

.areaInfoGuide__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #958b79;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0;
  line-height: .7;
  position: absolute;
  text-align: center;
  top: 0;
}

@media screen and (min-width: 768px) {
  .areaInfoGuide__num {
    font-size: 14px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoGuide__num {
    font-size: 14px;
    width: 20px;
  }
}

.areaInfoGuide__name {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .areaInfoGuide__name {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.25;
  }
  .areaInfoGuide__name:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .areaInfoGuide__name:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .areaInfoGuide__name:before, .areaInfoGuide__name:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoGuide__name {
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.14286;
  }
  .areaInfoGuide__name:before {
    content: '';
    margin-top: calc((1 - 1.14286) * .5em);
  }
  .areaInfoGuide__name:after {
    margin-bottom: calc((1 - 1.14286) * .5em);
  }
  .areaInfoGuide__name:before, .areaInfoGuide__name:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.areaInfoGuide__desc {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: auto 0 0 auto;
}

@media screen and (min-width: 768px) {
  .areaInfoGuide__desc {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.25;
  }
  .areaInfoGuide__desc:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .areaInfoGuide__desc:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .areaInfoGuide__desc:before, .areaInfoGuide__desc:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .areaInfoGuide__desc {
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.14286;
  }
  .areaInfoGuide__desc:before {
    content: '';
    margin-top: calc((1 - 1.14286) * .5em);
  }
  .areaInfoGuide__desc:after {
    margin-bottom: calc((1 - 1.14286) * .5em);
  }
  .areaInfoGuide__desc:before, .areaInfoGuide__desc:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__head .heading {
    margin: 0 -28px;
  }
}

@media screen and (min-width: 768px) {
  .higashinakanoSect__head + .higashinakanoSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__head + .higashinakanoSect__cont {
    margin-top: 40px;
  }
}

.higashinakanoSect__cont .generalSlider {
  position: relative;
  z-index: 1;
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .higashinakanoSect__cont .generalSlider {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .higashinakanoSect__cont .generalSlider {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__cont .generalSlider {
    margin-left: -28px;
  }
}

@media screen and (min-width: 768px) {
  .higashinakanoSect__cont .generalSlider {
    padding: 56px 0;
  }
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__cont .generalSlider {
    padding: 48px 0;
  }
}

.higashinakanoSect__cont .generalSlider:before, .higashinakanoSect__cont .generalSlider:after {
  content: '';
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .higashinakanoSect__cont .generalSlider:before, .higashinakanoSect__cont .generalSlider:after {
    width: calc((396 / 1440 * 100%) + 80px);
  }
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__cont .generalSlider:before, .higashinakanoSect__cont .generalSlider:after {
    width: calc(100% - 28px);
  }
}

.higashinakanoSect__cont .generalSlider:before {
  background: repeat-y center top / 100% auto;
}

@media screen and (min-width: 768px) {
  .higashinakanoSect__cont .generalSlider:before {
    background-image: url("../../common/imgs/pc/bg-texture-01@1.5x.jpg");
  }
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__cont .generalSlider:before {
    background-image: url("../../common/imgs/sp/bg-texture-01.jpg");
  }
}

.higashinakanoSect__cont .generalSlider:after {
  background-color: #ebe9e6;
  mix-blend-mode: multiply;
}

.higashinakanoSect__cont .generalSlider__controller {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .higashinakanoSect__cont .generalSlider__controller {
    width: calc(400 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__cont .generalSlider__controller {
    width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .higashinakanoSect__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__bottom {
    margin: 70px -28px 0;
  }
}

.higashinakanoSect__bottom .pinchInFigure + .caption {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .higashinakanoSect__bottom .pinchInFigure + .caption {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__head + .historySect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__head + .historySect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__cont {
    margin: 0 auto;
    width: 998px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
  }
  .historySect__cont .subSect:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect + .subSect {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect + .subSect {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__head {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__head .txt {
    padding: 0 28px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__head .txt + .photo {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__head .txt + .photo {
    margin-top: 28px;
  }
}

.historySect__cont .subSect__cont {
  position: relative;
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__cont {
    width: 572px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__cont {
    margin-top: 36px;
    padding: 0 28px;
  }
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__cont .photoCollages {
    margin-left: calc(((100vw - var(--scrollbar)) - 998px) / -2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .historySect__cont .subSect__cont .photoCollages {
    margin-left: -134px;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__cont .photoCollages {
    margin: 0 -56px;
  }
}

.historySect__cont .subSect__cont .photoCollages__body {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}

.historySect__cont .subSect__cont .photoCollages__item:first-child {
  grid-row: auto / span 2;
}

@media screen and (min-width: 768px) {
  .historySect__cont .subSect__cont .photoCollages__note {
    left: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .historySect__cont .subSect__cont .photoCollages__note {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (min-width: 768px) {
  .ochiaiSect__head + .ochiaiSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .ochiaiSect__head + .ochiaiSect__cont {
    margin-top: 36px;
  }
}

.ochiaiSect__head .heading .caption {
  display: block;
}

.ochiaiSect__head .heading .caption--2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ochiaiSect__head .heading .caption--2 {
    font-size: 16px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .ochiaiSect__head .heading .caption--2 {
    letter-spacing: normal;
    margin-top: -6px;
  }
}

@media screen and (min-width: 768px) {
  .ochiaiSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .ochiaiSect__cont .subSect {
    width: 471px;
  }
}

@media screen and (max-width: 768px) {
  .ochiaiSect__cont .subSect + .subSect {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .ochiaiSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ochiaiSect__cont .subSect__head + .subSect__cont {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .ochiaiSect__cont .subSect .caption {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .shopSect__head + .shopSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .shopSect__head + .shopSect__cont {
    margin-top: 40px;
  }
}

.shopSect__cont .generalSlider {
  position: relative;
  z-index: 1;
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .shopSect__cont .generalSlider {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .shopSect__cont .generalSlider {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .shopSect__cont .generalSlider {
    margin-left: -28px;
  }
}

@media screen and (min-width: 768px) {
  .shopSect__cont .generalSlider {
    padding: 56px 0;
  }
}

@media screen and (max-width: 768px) {
  .shopSect__cont .generalSlider {
    padding: 48px 0;
  }
}

.shopSect__cont .generalSlider:before, .shopSect__cont .generalSlider:after {
  content: '';
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .shopSect__cont .generalSlider:before, .shopSect__cont .generalSlider:after {
    width: calc((396 / 1440 * 100%) + 80px);
  }
}

@media screen and (max-width: 768px) {
  .shopSect__cont .generalSlider:before, .shopSect__cont .generalSlider:after {
    width: calc(100% - 28px);
  }
}

.shopSect__cont .generalSlider:before {
  background-color: #faf9f7;
}

.shopSect__cont .generalSlider:after {
  background-color: #ebe9e6;
  mix-blend-mode: multiply;
}

.shopSect__cont .generalSlider__controller {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .shopSect__cont .generalSlider__controller {
    width: calc(400 / 1440 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .shopSect__cont .generalSlider__controller {
    width: 260px;
  }
}

.generalModal__inner {
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .location-ochiai {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .location-ochiai {
    padding: 64px 0;
  }
}

@media screen and (min-width: 768px) {
  .location-higashinakano {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .location-higashinakano {
    padding: 64px 0;
  }
}

@media screen and (min-width: 768px) {
  .location-shop {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .location-shop {
    padding: 64px 0;
  }
}

@media screen and (min-width: 768px) {
  .location-history {
    padding: 140px 0 320px;
  }
}

@media screen and (max-width: 768px) {
  .location-history {
    padding: 56px 0 144px;
  }
}

@media screen and (min-width: 768px) {
  .location-areaInfo {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .location-areaInfo {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 768px) {
  .template-heading {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .template-heading {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .template-related {
    padding: 120px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .template-related {
    padding: 72px 0;
  }
}

@media screen and (min-width: 768px) {
  .template-introduction02 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .template-introduction02 {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .template-slider {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .template-slider {
    padding-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .template-cardList {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .template-cardList {
    padding-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .template-tabArea {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .template-tabArea {
    padding: 56px 0;
  }
}

@media screen and (min-width: 768px) {
  .template-items {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .template-items {
    padding: 56px 0;
  }
}
