@charset "UTF-8";
:root {
  --color-Yellow: #ffd700;
}

.ttl_section {
  background-color: #fffff5;
  background-image: url(../img/weekend/bg_weekend-ttl_sp.webp);
}
@media screen and (min-width: 1025px) {
  .ttl_section {
    background-image: url(../img/weekend/bg_weekend-ttl_pc.webp);
  }
}
.ttl_section .page_ttl {
  margin: 0 auto 4rem;
  max-width: 12em;
}
@media screen and (min-width: 1025px) {
  .ttl_section .page_ttl {
    margin: 0 auto 1.26rem;
    max-width: none;
  }
}
.ttl_section .page_ttl span {
  font-size: 3rem;
}
@media screen and (min-width: 1025px) {
  .ttl_section .page_ttl span {
    font-size: 4.18rem;
    letter-spacing: 0;
    line-height: 1;
  }
}

.bg_ttl {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  background-color: #ffd200;
  border-radius: 100vmax;
  max-width: 170px;
  margin: 0 auto 1.2rem;
}
@media screen and (min-width: 1025px) {
  .bg_ttl {
    font-size: 14px;
    margin: 0 auto 1rem;
  }
}

.data_sub {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  max-width: 85%;
  margin: 0 auto;
}

.cont_ttl {
  color: var(--color-Yellow);
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.23;
  margin-bottom: 3.33rem;
}
@media screen and (min-width: 1025px) {
  .cont_ttl {
    font-size: 1.12rem;
    margin-bottom: 4.06rem;
  }
}
.cont_ttl span {
  display: block;
  font-size: 1.94rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .cont_ttl span {
    font-size: 3.56rem;
  }
}

.event_list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 1.33rem;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 5.12rem 3.25rem;
  }
}
.event_list_wrap .event_item_box {
  text-align: center;
  cursor: pointer;
}
.event_list_wrap .event_item_box:hover {
  opacity: 0.75;
}
.event_list_wrap .event_item_box .thumb {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap .event_item_box .thumb {
    margin-bottom: 1.12rem;
  }
}
.event_list_wrap .event_item_box .thumb img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap .event_item_box .thumb img {
    border-radius: 10px;
  }
}
.event_list_wrap .event_item_box .event_shop {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap .event_item_box .event_shop {
    font-size: 1.12rem;
    margin-bottom: 1rem;
  }
}
.event_list_wrap .event_item_box .event_name,
.event_list_wrap .event_item_box .event_name_txt {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap .event_item_box .event_name,
  .event_list_wrap .event_item_box .event_name_txt {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.12rem;
  }
}
.event_list_wrap .event_item_box .more_btn {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  padding: 5px 1.33rem;
  border-radius: 100vmax;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap .event_item_box .more_btn {
    font-size: 14px;
    padding: 6px 2rem;
    border-radius: 100vmax;
  }
}
.event_list_wrap .event_item_box .modal_on {
  display: none;
}

.item_modal_block {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: rgba(234, 176, 33, 0.95);
}
.item_modal_block .modal_inner {
  background-color: #fff;
  max-width: 90%;
  max-height: 90dvh;
  overflow-y: scroll;
  padding: 3.2rem 1.66rem;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px rgba(137, 118, 70, 0.15);
          box-shadow: 5px 5px 5px rgba(137, 118, 70, 0.15);
}
@media screen and (min-width: 1025px) {
  .item_modal_block .modal_inner {
    width: 100%;
    max-width: 1000px;
    max-height: 75vh;
    padding: 2.8rem;
    overflow: auto;
  }
  .item_modal_block .modal_inner .inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
}
.item_modal_block .modal_inner .item_thumb {
  margin-bottom: 1.2rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .item_modal_block .modal_inner .item_thumb {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .item_modal_block .modal_inner .item_detail {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.item_modal_block .modal_inner .item_name {
  font-size: 1.26rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.29;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .item_modal_block .modal_inner .item_name {
    font-size: 1.37rem;
    text-align: left;
  }
}
.item_modal_block .modal_inner .item_shop {
  text-align: center;
  line-height: 1.56;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 1025px) {
  .item_modal_block .modal_inner .item_shop {
    margin-bottom: 1rem;
    text-align: left;
    font-weight: 700;
  }
}
.item_modal_block .modal_inner .item_comment {
  text-align: justify;
  line-height: 1.56;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .item_modal_block .modal_inner .item_comment {
    font-size: 0.93rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.item_modal_block .modal_inner .shop_sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.item_modal_block .modal_inner .shop_sns_link li {
  font-size: 13px;
}
.item_modal_block .modal_inner .shop_sns_link li a {
  max-width: 28px;
}
.item_modal_block #close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.item_modal_block #close::before, .item_modal_block #close::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.item_modal_block #close::before {
  rotate: 45deg;
}
.item_modal_block #close::after {
  rotate: -45deg;
}

.event_list_wrap_nopop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 1.33rem;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap_nopop {
    grid-template-columns: repeat(3, 1fr);
    gap: 5.12rem 3.25rem;
  }
}
.event_list_wrap_nopop .event_item_box_nopop {
  text-align: center;
}
.event_list_wrap_nopop .event_item_box_nopop .thumb_nopop {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap_nopop .event_item_box_nopop .thumb_nopop {
    margin-bottom: 1.12rem;
  }
}
.event_list_wrap_nopop .event_item_box_nopop .thumb_nopop img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap_nopop .event_item_box_nopop .thumb_nopop img {
    border-radius: 10px;
  }
}
.event_list_wrap_nopop .event_item_box_nopop .event_shop_nopop {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap_nopop .event_item_box_nopop .event_shop_nopop {
    font-size: 1.12rem;
    margin-bottom: 1rem;
  }
}
.event_list_wrap_nopop .event_item_box_nopop .event_name_nopop {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .event_list_wrap_nopop .event_item_box_nopop .event_name_nopop {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.12rem;
  }
}
.event_list_wrap_nopop .event_item_box_nopop .event_name_nopop span {
  font-size: 13px;
}

.pickup {
  background-color: #fffff5;
  padding-top: 3.86rem;
}
.pickup .cont_ttl {
  margin-bottom: 2rem;
}
.pickup .txt {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.72;
  position: relative;
  z-index: 1;
}
.pickup .pickup_event_wrap {
  background: url(../img/collaboration/bg_outline.webp) center top/cover no-repeat;
  padding: 15% 0 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .pickup .pickup_event_wrap {
    padding: 5% 0 0;
  }
}
.pickup .pickup_event_wrap::before {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(255, 255, 244)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 244) 60%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 4.33rem;
  position: absolute;
  top: -2.165rem;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .pickup .pickup_event_wrap::before {
    height: 10.12rem;
    top: 0;
  }
}
.pickup .pickup_event_wrap .event_list {
  max-width: 71.5%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.13rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .pickup .pickup_event_wrap .event_list {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .pickup .pickup_event_wrap .event_list li {
    max-width: 245px;
  }
}
.pickup .pickup_event_wrap .event_list li .thumb {
  margin-bottom: 1.4rem;
  position: relative;
}
.pickup .pickup_event_wrap .event_list li .thumb::before, .pickup .pickup_event_wrap .event_list li .thumb::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.pickup .pickup_event_wrap .event_list li .thumb::before {
  background-image: url(../img/weekend/event_list_thumb_parts01.webp);
  width: 114px;
  height: 141px;
  top: -2rem;
  left: -2.6rem;
}
.pickup .pickup_event_wrap .event_list li .thumb::after {
  background-image: url(../img/weekend/event_list_thumb_parts02.webp);
  width: 110px;
  height: 141px;
  bottom: -2.8rem;
  right: -1.8rem;
}
.pickup .pickup_event_wrap .event_list li .thumb img {
  border-radius: 15px;
}
.pickup .pickup_event_wrap .event_list li .data {
  font-size: 2.33rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.pickup .pickup_event_wrap .event_list li .data small {
  font-size: 0.54em;
  padding-left: 4px;
}
.pickup .pickup_event_wrap .event_list li .ttl {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 1em;
}
.pickup .pickup_event_wrap .event_list li .desc {
  letter-spacing: -0.05em;
  text-align: justify;
  line-height: 1.66;
  margin-bottom: 10px;
}
.pickup .pickup_event_wrap .event_list li .link {
  text-align: center;
  line-height: 1.2;
}
.pickup .pickup_event_wrap .event_list li .link a {
  color: var(--color-Yellow);
  text-decoration: underline;
}
.pickup .parts1 {
  background: url(../img/weekend/pickup_parts_img01_sp.webp) right center/contain no-repeat;
  width: 100px;
  height: 157px;
  top: 5%;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .pickup .parts1 {
    background-image: url(../img/weekend/pickup_parts_img01_pc.webp);
    width: 232px;
    height: 268px;
    top: 1.5rem;
  }
}

.lineup {
  background: url(../img/collaboration/bg_outline.webp) center top/cover no-repeat;
  padding: 6.93rem 0;
}
@media screen and (min-width: 1025px) {
  .lineup {
    padding: 7.93rem 0;
  }
}
.lineup .cont_ttl {
  margin-bottom: 1.73rem;
}
.lineup .parts1 {
  background: url(../img/weekend/lineup_parts_img01.webp) center/contain no-repeat;
  width: 117px;
  height: 117px;
  bottom: 3rem;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .lineup .parts1 {
    width: 230px;
    height: 230px;
    bottom: 5%;
  }
}
.lineup .parts2 {
  background: url(../img/weekend/lineup_parts_img02.webp) right center/contain no-repeat;
  width: 153px;
  height: 214px;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .lineup .parts2 {
    width: 313px;
    height: 495px;
    bottom: 10rem;
  }
}
.lineup .parts3 {
  background: url(../img/weekend/lineup_parts_img03.webp) center/contain no-repeat;
  width: 270px;
  height: 330px;
  top: 300px;
  left: 0;
}

.lineup_content_wrap {
  margin: 0 -1rem;
}
@media screen and (min-width: 1025px) {
  .lineup_content_wrap {
    margin: auto;
  }
}
.lineup_content_wrap .parts4 {
  background: url(../img/weekend/lineup_parts_img04.webp) center/contain no-repeat;
  width: 290px;
  height: 250px;
  right: -12%;
}

.tab_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1rem;
}
@media screen and (min-width: 1025px) {
  .tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.8rem;
    margin: auto;
  }
}
.tab_list .tab {
  cursor: pointer;
  text-align: center;
  padding: 0.6rem 0 0.4rem;
}
@media screen and (min-width: 1025px) {
  .tab_list .tab {
    max-width: 330px;
    width: 100%;
    padding: 1rem 0 4px;
  }
}
.tab_list .tab:not(.active) {
  border-bottom: 2px solid #fff;
  background: url(../img/weekend/bg_tab_head02_sp.webp) center bottom/105% 100% no-repeat;
}
@media screen and (min-width: 1025px) {
  .tab_list .tab:not(.active) {
    background: url(../img/weekend/bg_tab_head02_pc.webp) center bottom/105% no-repeat;
  }
}
.tab_list .tab.active {
  background: url(../img/weekend/bg_tab_head01_sp.webp) center bottom -1px/105% 100% no-repeat;
}
@media screen and (min-width: 1025px) {
  .tab_list .tab.active {
    background: url(../img/weekend/bg_tab_head01_pc.webp) center bottom/105% no-repeat;
  }
}
.tab_list .tab .event_cat {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 1025px) {
  .tab_list .tab .event_cat {
    font-size: 1.05rem;
  }
}
.tab_list .tab .event_cat span {
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .tab_list .tab .event_cat span {
    font-size: 85%;
  }
}
.tab_list .tab .event_cat span::before, .tab_list .tab .event_cat span::after {
  content: "─";
  margin: 0 4px;
  display: inline-block;
  scale: -0.8 1;
}
.tab_list .tab .event_data {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px) {
  .tab_list .tab .event_data {
    font-size: 2rem;
  }
}
.tab_list .tab .event_data small {
  font-size: 11px;
}
@media screen and (min-width: 1025px) {
  .tab_list .tab .event_data small {
    font-size: 1rem;
  }
}

.tab_article_list .tab_article {
  padding: 2.4rem 1rem 5.66rem;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article {
    border-radius: 10px;
    padding: 3.62rem 7.62rem;
  }
}
.tab_article_list .tab_article:not(.active) {
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 246, 187)), color-stop(15%, rgb(255, 235, 100)), color-stop(90%, rgb(255, 220, 30)), to(rgb(255, 215, 40)));
  background: linear-gradient(180deg, rgb(255, 246, 187) 0%, rgb(255, 235, 100) 15%, rgb(255, 220, 30) 90%, rgb(255, 215, 40) 100%);
}
.tab_article_list .tab_article.active {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 215, 40)), color-stop(30%, rgb(255, 220, 30)), color-stop(80%, rgb(255, 215, 40)), to(rgb(255, 235, 100)));
  background: linear-gradient(180deg, rgb(255, 215, 40) 0%, rgb(255, 220, 30) 30%, rgb(255, 215, 40) 80%, rgb(255, 235, 100) 100%);
}
.tab_article_list .tab_article .ttl_num {
  color: #fff;
  font-size: 0.93rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .ttl_num {
    font-size: 1.12rem;
  }
}
.tab_article_list .tab_article .ttl_num::before, .tab_article_list .tab_article .ttl_num::after {
  content: "─";
  margin: 0 5px;
  display: inline-block;
  scale: -0.8 1;
}
.tab_article_list .tab_article .cont_ttl {
  color: #fff;
  line-height: 1.55;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .cont_ttl {
    margin-bottom: 3.62rem;
    line-height: 1.35;
  }
}
.tab_article_list .tab_article .cont_ttl span {
  font-size: 1.56rem;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .cont_ttl span {
    font-size: 2.5rem;
  }
}
.tab_article_list .tab_article .area_map {
  margin-bottom: 4.26rem;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .area_map {
    margin-bottom: 6.25rem;
  }
}
.tab_article_list .tab_article .presented_wrap {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .presented_wrap {
    max-width: 650px;
    margin: 0 auto 5.93rem;
    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;
  }
}
.tab_article_list .tab_article .presented_wrap .ttl {
  color: #212121;
  font-size: 1.2rem;
  font-weight: 900;
  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;
  gap: 1em;
  line-height: 1.15;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .presented_wrap .ttl {
    font-size: 1.12rem;
    gap: 2.68rem;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.tab_article_list .tab_article .presented_wrap .ttl::before, .tab_article_list .tab_article .presented_wrap .ttl::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #212121;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab_article_list .tab_article .presented_wrap .logo {
  max-width: 216px;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .presented_wrap .logo {
    width: 40%;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .presented_wrap .row {
    width: 60%;
  }
}
.tab_article_list .tab_article .presented_wrap .subttl {
  font-weight: 900;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .presented_wrap .subttl {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.tab_article_list .tab_article .presented_wrap .desc {
  text-align: justify;
  letter-spacing: -0.025em;
  line-height: 1.66;
}
@media screen and (min-width: 1025px) {
  .tab_article_list .tab_article .presented_wrap .desc {
    font-size: 0.93rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.tab_article_list .tab_article .event_cont_box.live {
  margin-top: 6rem;
}
.tab_article_list .tab_article .event_cont_box.live .cont_ttl span {
  font-size: 1.94rem;
}
.tab_article_list .tab_article.cat2 .cont_ttl span {
  line-height: 1.25;
}

.overview_wrap {
  margin-bottom: 3.62rem;
}
.overview_wrap .overview_item {
  text-align: center;
}
.overview_wrap .overview_item span {
  background-color: #fff;
  border-radius: 100vmax;
  padding: 0px 15px;
}
.overview_wrap .overview_txt {
  text-align: center;
  margin: 0 auto 15px;
}
.overview_wrap .overview_txt span {
  font-size: 12px;
}

.timetable {
  margin-top: 70px;
}
.timetable a {
  background-color: #fff;
  max-width: 300px;
  height: 72px;
  border-radius: 12px;
  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;
  line-height: 1.3;
  margin: auto;
  font-weight: 700;
}