@charset "utf-8";

/* 変数 */
:root {
  --theme-color: #f3a8b7;
}

/* RESET */
#event-contents-wrapper {
  overflow: auto;
  width: auto;
}
#awa * {
  padding: unset;
  margin: unset;
}

/* BASE */
#awa {
  background-color: #fff;
  font-feature-settings: "palt";
}
#awa img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#awa a:hover {
  opacity: .7;
}
#awa b {
  font-weight: bold;
}

/* Swiper調整 */
#awa .set-swiper-button-position {
  position: relative;
}
#awa .item-swiper {
  overflow: hidden;
}
#awa .swiper-button-prev,
#awa .swiper-button-next {
  background-image: url('next.png');
  background-size: 100%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
}
#awa .swiper-button-prev {
  left: -20px;
  rotate: 180deg;
}
#awa .swiper-button-next {
  right: -20px;
}

/* MV */
#awa .mv-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#awa .mv-img {
  position: static;
}
#awa .mv-btm {
  padding-block: 71px 60px;
}
#awa .mv-btm-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#awa .mv-lead {
  color: var(--theme-color);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .074em;
  line-height: 1.067;
  text-align: center;
  margin-bottom: 20px;
}
#awa .mv-txt {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
}
#awa .mv-date {
  color: #e71e13;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.455;
  text-align: center;
  margin-top: 13px;
}
#awa .mv-note {
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 2px;
}
#awa .mv-asof {
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: .06em;
  margin-top: 28px;
  margin-left: 29px;
}
#awa .mv-btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 19px;
  margin-top: 29px;
}
#awa .mv-btn {
  background-color: var(--theme-color);
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
  min-height: 80px;
  padding: 14px 40px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: opacity .3s;
}
#awa .mv-btn::after {
  content: '';
  background-image: url('arrow-right.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 13px;
}
#awa .mv-btn-sub {
  color: inherit;
  font-size: 16px;
}
#awa .mv-btn-main {
  color: inherit;
  font-size: 20px;
}
#awa .mv-btn-txt {
  font-size: 16px;
  text-align: center;
}

/* アイテム紹介 */
#awa .sec-items {
  padding-block: 60px 120px;
}
#awa .sec-items-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#awa .items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 77px 80px;
}
#awa .item > *:last-child {
  margin-bottom: 0;
}
#awa .item-img {
  margin-bottom: 29px;
}
#awa .item-hdg {
  color: var(--theme-color);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.2;
  margin-block: 23px 9px;
}
#awa .item-txt {
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.5;
  margin-bottom: 21px;
}
#awa .item-txt sup {
  font-size: .6em;
  line-height: 1;
}
#awa .item-note {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 14px;
}
#awa .price-list {
  color: #333;
  font-size: 14px;
  letter-spacing: .075em;
  line-height: 1.714;
  margin-bottom: 14px;
}
#awa .price-list * {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#awa .price-list a:not(:hover) {
  text-decoration: underline;
}

/* CONTEST */
#awa .sec-contest {
  background-color: #fbe7e7;
  padding-top: 80px;
}
#awa .sec-contest-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#awa .contest {
}
#awa .contest-header {
  margin-bottom: 52px;
}
#awa .contest-header > *:last-child {
  margin-bottom: 0;
}
#awa .contest-hdg {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 35px;
  margin-bottom: 24px;
}
#awa .contest-lead {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
  margin-bottom: 0px;
}
#awa .contest-lead-main {
  font-size: 22px;
  letter-spacing: .02em;
  line-height: calc(38 / 22);
  text-align: center;
}
#awa .contest-lead-sub {
  font-size: 16px;
  letter-spacing: .02em;
  line-height: calc(32 / 16);
  text-align: center;
}
#awa .contest-main {
  /* display: grid; */
  /* grid-template-columns: 430px minmax(0, 1fr); */
  /* column-gap: 40px; */
  margin-bottom: 60px;
}
#awa .contest-main > *:last-child {
  margin-bottom: 0;
}
#awa .contest-main-hdg {
  font-weight: bold;
}
#awa .contest-main-hdg,
#awa .contest-main-txt p {
  font-size: 14px;
  letter-spacing: .06em;
  line-height: calc(24 / 14);
}
#awa .contest-main-txt {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 12px;
}
#awa .lay-btn {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 20px;
}
#awa .contest-link-btn {
  background-color: var(--theme-color);
  border-radius: 23px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  padding: 13px 13px 10px;
  position: relative;
  min-width: 310px;
}
#awa .contest-link-btn::after {
  content: '';
  background-image: url('arrow-right.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 13px;
}
#awa .btn-note {
  font-size: 13px;
}
#awa .separator {
  border-width: 1px 0;
  border-style: solid;
  padding: 18px 15px 16px;
  margin-block: 16px;
}
#awa .separator-hdg {
  color: #e71e13;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: calc(24 / 16);
  margin-bottom: 6px;
}
#awa .separator-dl {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
#awa .separator-dl * {
  font-size: 14px;
  letter-spacing: .06em;
  line-height: calc(24 / 14);
}
#awa .separator-dl dt {
  font-weight: bold;
}
#awa .contest-footer > *:last-child {
  margin-bottom: 0;
}
#awa .contest-main-txt a:not(:hover),
#awa .separator-dl a:not(:hover) {
  text-decoration: underline;
}

/* アコーディオン */
#awa .acd {
  border-color: var(--theme-color);
  border-style: solid;
  border-width: 2px 0;
  margin-block: 0;
}
#awa .acd-trigger {
  all: unset;
  outline: revert;
  background-color: transparent;
  background-image: url('plus.png');
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1;
  padding: 22px 10px;
  transition: opacity .3s;
  width: 100%;
}
#awa .acd-trigger.is-open {
  background-image: url('minus.png');
}
#awa .acd-trigger:hover {
  opacity: 0.7;
}
#awa .acd-content {
  display: none;
  padding: 4px 10px 29px;
}
#awa .acd-content > *:last-child {
  margin-bottom: 0;
}
#awa .acd-txt {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
#awa .acd-txt p {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: calc(26 / 16);
}
#awa .acd-txt a:not(:hover) {
  text-decoration: underline;
}

/* ABOUT */
#awa .sec-about {
  padding-block: 60px;
  background-color: #FFFFFF;
}
#awa .sec-about-inner {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
#awa .about {
  background-color: #c2e4e1;
  padding: 120px 100px;
}
#awa .about-hdg {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 26px;
  margin-bottom: 44px;
}
#awa .about-hdg-sub {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: calc(32 / 22);
}
#awa .about-txt {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 26px;
}
#awa .about-txt p {
  font-size: 16px;
  letter-spacing: .02em;
  line-height: calc(32 / 16);
}
#awa .about-links {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
#awa .about-link {
  color: #e71e13;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .055em;
  overflow-wrap: break-word;
  padding-left: 30px;
  position: relative;
}
#awa .about-link::before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
}
#awa .about-link.-insta::before {
  background-image: url('/img/usr/event/future-accidentallywesanderson/insta-icon.png');
  height: 19px;
  width: 19px;
}
#awa .about-link.-web::before {
  background-image: url('/img/usr/event/future-accidentallywesanderson/web-icon.png');
  height: 18px;
  width: 20px;
}

/* PICK UP */
#awa .sec-pickup {
  padding-block: 60px 120px;
  background-color: #FFFFFF;
}
#awa .sec-pickup-inner {
  margin-inline: auto;
  max-width: 880px;
  width: 100%;
}
#awa .sec-pickup-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 26px;
}
#awa .sec-pickup-title-sub {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.4;
}
#awa .pickup-list {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-bottom: 120px;
}
#awa a.pickup {
  transition: opacity .3s;
}

/* もっと見る */
#awa .more-btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
#awa .more-btn {
  background-color: var(--theme-color);
  border-radius: 35px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 23px 40px 22px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: opacity .3s;
}
#awa .more-btn:hover {
  opacity: .7;
}
#awa .more-btn::after {
  content: '';
  background-image: url('arrow-right.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 38px;
  width: 14px;
  height: 13px;
}

/* LP下部注釈 */
#awa .price-note {
  font-size: 16px;
  text-align: center;
  margin-top: 117px;
}

/* アイテムはこちら */
#awa .btn_item_lp_ {
  display: none;
  position: fixed;
  right: 20px;
  z-index: 20;
}
#awa .btn_item_lp_ img {
  height: 130px;
  width: 130px;
}
#awa .btn_item_lp_ a {
  transition: opacity .3s;
}

/* フリースペース外側 関連商品用 */
#StyleT-list-wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* VISUMO */
#awa .hacobune-vjs-fluid {
  padding-top: 177.745%;
}
#awa .hacobune-video-js .hacobune-vjs-big-play-button {
  background-color: var(--theme-color);
  height: 3em;
  width: 6em;
}
#awa .hacobune-video-js .hacobune-vjs-big-play-button .hacobune-vjs-icon-placeholder:before {
  color: #fff;
  font-size: 25px;
}


/* exhibition */
#awa .sec-exhibition {
    padding-block: 60px 0;
  background-color: #FFFFFF;
  padding-bottom: 60px;
}
#awa .sec-exhibition-inner {
    margin-inline: auto;
    max-width: 1000px;
    width: 100%;
    border-top: 2px solid #e71e13;
    border-bottom: 2px solid #e71e13;
}
#awa .sec-exhibition-inner .exhibition {
    padding: 60px 0;
}
hgroup.exhibition-hdg {
    text-align: center;
}
#awa .sec-exhibition-inner .exhibition-title {
    font-weight: bold;
    font-size: 24px;
    color: #e71e13;
    line-height: 1.8;
    margin-bottom: 25px;
}
#awa .sec-exhibition-inner .exhibition-title span {
    color: #e71e13;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.75;
    text-align: center;
    font-feature-settings: 'palt';
    display: block;
    position: relative;
    margin-bottom: 10px;
}
#awa .sec-exhibition-inner .exhibition-title span::after {
    content: '';
    display: block;
    width: 170px;
    height: 14px;
    background: url(./exhibition/pc_border.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
#awa .sec-exhibition-inner .exhibition-lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
#awa .sec-exhibition-inner .exhibition-main {
    max-width: 800px;
    width: 100%;
    margin: 0 auto !important;
}
#awa .sec-exhibition-inner .exhibition-main .small-txt {
    font-size: 13px;
    text-align: right;
    display: block;
    margin-top: 5px;
}
#awa .sec-exhibition-inner .exhibition-main .exhibition-txt p {
    margin: 30px 10px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
#awa .sec-exhibition-inner .exhibition-main .exhibition-howto p {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 10px;
}
#awa .sec-exhibition-inner .exhibition-main .exhibition-howto p .caution {
    font-size: 13px;
    display: block;
    margin-top: 4px;
}

#awa .sec-exhibition-inner .exhibition-main .exhibition-btn {
    margin: 34px auto 0;
}
#awa .sec-exhibition-inner .exhibition-main .exhibition-btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 50px;
    padding: 0;
    border-radius: 30px;
    background: #e71e13;
    color: #fff;
    font-feature-settings: 'palt';
    font-size: 16px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    margin: 0 auto;
}
#awa .sec-exhibition-inner .exhibition-main .exhibition-btn > a::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(./exhibition/arrow.png) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

/* ================= 2025 CONTEST BLOCK ================= */
#awa .contest-main .cntst_ttl {
  padding-bottom: 20px;
  border-bottom: 2px solid #E71E14;
  text-align: center;
  margin-bottom: 40px;
}
#awa .contest-main .cntst_ttl img {
  margin-bottom:15px;
}

#awa .contest-main .cntst_ttl p {
  color: #E71E14;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  letter-spacing: 0.05em;
  font-size: 15px;
}

#awa .contest-main .cntst_ttl h3 {
  color: #E71E14;
  font-weight: 600;
  font-family: 'Futura PT', sans-serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

#awa .contest-main .imgmain img {
  display: block;
  margin: auto;
}

#awa .contest-main .imgmain p {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}

#awa .contest-main .imgmain p strong {
  color: #E71E14;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}

#awa .contest-main .jdg_cmmnt {
  margin-top: 40px;
  background-color: #f3a8b7;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}

#awa .contest-main .jdg_cmmnt .icon {
  width: 20%;
  font-size: 13px;
  text-align: center;
}

#awa .contest-main .jdg_cmmnt img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

#awa .contest-main .jdg_cmmnt .cmmnt {
  width: 78%;
  font-size: 13px;
  padding-right: 30px;
  line-height:2.2;
}

#awa .jdg-links {
  margin-top: 25px;
}

#awa .jdg-link {
  color: #e71e13;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .055em;
  overflow-wrap: break-word;
  padding-left: 22px;
  position: relative;
  display: block;
  margin-top: 7px;
}

#awa .jdg-link::before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

#awa .jdg-link.-insta::before {
  background-image: url('/img/usr/event/future-accidentallywesanderson/insta-icon.png');
  height: 15px;
  width: 15px;
}

#awa .jdg-link.-web::before {
  background-image: url('/img/usr/event/future-accidentallywesanderson/web-icon.png');
  height: 15px;
  width: 15px;
}

#awa .contestimgs {
padding-bottom:100px;
}

#awa .contestimgs .photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 20px;
  justify-content: center;
  margin-left: -60px;
}

#awa .contestimgs .photos li {
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#awa .contestimgs .photos li figure {
  display: flex;
  align-items: center;
  max-width: 460px;
  height: 460px;
}

#awa .contestimgs .photos li img {
  height: auto;
  display: block;
}

#awa .contestimgs .photos li p {
  font-size: 14px;
}

#awa .contestimgs .photos li p strong {
  color: #E71E14;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 15px;
}

#awa .sec-post {
  padding: 60px;
}

#awa .sec-post h2.post-title::before {
  content: "";
  display: block;
  background-image: url('/img/usr/event/future-accidentallywesanderson/contest/pc/pc_subtitle.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 29px;
  width: 253px;
  margin:auto;
  margin-bottom:40px;
}
#awa .sec-post h2.post-title span {
display:none;
}


/* ================= 2025 visumo ================= */
#awa .vsm-tile .ecbn-selection-widget {
  display: block;
  width:880px !important;
  margin:auto !important;
}
#awa .ecbn-selection-snap {
  width: 880px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 100%;
}

#awa .ecbn-selection-item {
  position:static !important;
  flex: 0 0 200px !important;
}

#awa .ecbn-selection-page-wrapper .ecbn-selection-item a { 
  width:200px;
  height:200px;
}

#awa .ecbn-selection-page-wrapper .ecbn-selection-item img {
  position:static;
  transform: none;
}

#awa .ecbn-selection-widget,
#awa .ecbn-selection-snap {
  height: auto !important;
}

#awa .ecbn-selection-caption {
  display:none;
}

#awa .ecbn-selection-item .ecbn-selection-detail {
    height: auto;
}

#awa .ecbn-selection-item .ecbn-selection-detail .ecbn-selection-user {
  font-size:12px !important;
  text-align:left;
  color: #E71E14;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  letter-spacing: 0.05em;
  padding-top:7px;
  padding-bottom:7px;
}

#awa .ecbn-selection-item .ecbn-selection-user:before {
    background:none !important;
    position:static;
    transform: none;
  
}
#awa .ecbn-selection-item .ecbn-selection-detail .ecbn-selection-user::before {
  content: "＠";
  color: #E71E14;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  display: inline-block;
  margin-right: -0.5em;
}
#awa .ecbn-selection-more-btn {
  color: transparent;
  position: relative;
  border:none !important;
  width:400px !important;
  height:60px !important;
  background-color: #E71E14;
  border-radius:50px;
  margin:auto;
  margin-top:40px;
}

#awa .ecbn-selection-more-btn::after {
  content: "投稿をもっと見る";
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  letter-spacing: 0.05em;
}

#awa .ecbn-selection-footer2 {
  display:none;
}

/* ================= 2025 visumo modal ================= */
.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
  width: 550px !important;
}
.ecbn-selection-preview .ecbn-selection-preview-content {
  overflow-x: hidden !important;
}
.ecbn-selection-preview .ecbn-selection-right {
  display:none !important;
}
.ecbn-selection-preview .ecbn-selection-preview-close {
    top: -50px !important;
}
.ecbn-selection-preview .ecbn-selection-preview-close:before,
.ecbn-selection-preview .ecbn-selection-preview-close:after{
    background: #FFFFFF;
}
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image,.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
    display: none !important;
}
.ecbn-selection-preview .ecbn-selection-preview-personal>span {
 display: none;
}

.ecbn-selection-preview-personal-link {
   display: block !important;
}
.ecbn-selection-preview-personal-link::before {
  content: "＠";
  color: #E71E14;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-weight:600;
  font-size:14px;
  display: inline-block;
  padding-top:10px !important;
}

.ecbn-selection-preview-personal-link a {
  color: #E71E14;
  font-family: 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-weight:600;
  font-size:14px;
}
.ecbn-selection-business-operator-comment-box,
.ecbn-selection-business-operator-comment{
   display: none !important;
}
/*
.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
    border: none;
    font-size: 10px;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%!important;
    transform: translateY(-50%);
    width: 1100px;
    z-index: 109999
}
*/