@import url("5d03cb4eb9b1464ebda7b957d85c4996.css");
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif,"open sans", "Helvetica Neue", Helvetica, Arial,Microsoft YaHei,'微软雅黑';
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #fff;
  line-height: 1.8;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
  letter-spacing: 0.04em;
}

section {
  position: relative;
  max-width: 100%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

/*
component
---------------------------------------------*/
._pc {
  display: block;
}

._sp {
  display: none;
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*
layout
---------------------------------------------*/
.header {
  display: block;
  position: absolute;
  z-index: 2;
  padding: 22px 3.5vw;
  width: 100%;
}

.mv {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 77px);
  background: url(../images/mv.jpg?2) no-repeat center center/cover;
  overflow: hidden;
}
.mv:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 320px;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 12, 25, 0.8)), color-stop(50%, rgba(54, 12, 25, 0)), to(transparent));
  background: linear-gradient(to bottom, rgba(54, 12, 25, 0.8) 0%, rgba(54, 12, 25, 0) 50%, transparent 100%);
}

.mv-inner {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.mv-copy {
  display: block;
  position: relative;
  margin: 0 auto 25px auto;
  text-align: center;
  max-width: 750px;
  width: 90vw;
}
.mv-copy span {
  color: #fff;
  display: block;
}
.mv-copy span:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}

.mv-applly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #CBCBCB;
}

.mv-applly_soon {
  background: #FF5757;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 18px 30px;
  text-align: center;
}

.mv-applly_ttl {
  background: #FF5757;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 30px;
}

.mv-applly_date {
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 600;
}
.mv-applly_btn {
  margin-left: auto;
  padding-right: 1.2vw;
}
.mv-applly_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mv-applly_btn ul li {
  line-height: 1;
}
.mv-applly_btn ul li a {
  color: #fff;
  text-decoration: none;
  width: 220px;
  height: 54px;
  display: block;
  text-align: center;
  line-height: 51px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 60px;
}
.mv-applly_btn ul li:nth-child(1) a {
  background: #08072F;
}
.mv-applly_btn ul li:nth-child(2) a {
  background: #FF5757;
}

.about {
  padding: 60px 0 60px 0;
}

.container {
  max-width: calc(1200px + 10vw);
  position: relative;
  padding: 0 5vw;
  margin: 0 auto;
}

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-left {
  width: 50%;
  padding-right: 25px;
}

.about-ttl {
  margin-bottom: 56px;
  position: relative;
}
.about-ttl span {
  display: block;
  line-height: 1.5;
}
.about-ttl span:nth-child(1) {
  font-size: 18px;
  margin-bottom: 5px;
}
.about-ttl span:nth-child(2) {
  font-size: 40px;
}

.about-movie {
  max-width: 500px;
}

.about-right {
  width: 48.5%;
  padding: 36px 0 0 0;
}
.about-right p {
  font-size: 19px;
  font-weight: 400;
  line-height: 2.1;
}
.about-right p span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  margin-top: 15px;
}

.about-note {
  font-size: 19px;
  text-align: center;
  display: block;
  padding: 46px 0 0 0;
  text-align: center;
}
.about-note p {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.8;
  font-size: 24px;
}
.about-note p small {
  display: inline-block;
  font-size: 19px;
  line-height: 1.9;
}

.event {
  padding: 60px 0;
}

.event-ttl {
  display: block;
  text-align: center;
  margin-bottom: 54px;
}
.event-ttl span {
  display: block;
  line-height: 1.2;
  text-align: center;
}
.event-ttl span:nth-child(1) {
  font-size: 48px;
  font-family: "Barlow Condensed", sans-serif;
}
.event-ttl span:nth-child(2) {
  font-size: 17px;
  font-weight: 400;
}

.event-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.event-about h3 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.event-about h3 img {
  display: block;
  margin: 0 auto;
}
.event-about dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  position: relative;
  margin-top: 10px;
  letter-spacing: 0.08em;
}
.event-about dl dt {
  position: relative;
  width: 210px;
  font-weight: 400;
  padding-left: 45px;
  color: #444;
  margin-bottom: 4px;
}
.event-about dl dt span {
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 35px;
}
.event-about dl dd {
  font-weight: 700;
}
.event-about dl.second dt span {
  left: -1.8px;
}

.event-prize {
  margin-bottom: 60px;
}
.event-prize dl { 
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.event-prize dl dt {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
  max-width: 625px;
  margin: 0 auto 60px auto;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.event-prize dl dt span {
  display: inline-block;
  line-height: 1;
}
.event-prize dl dd ul { padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 30px;
}.event-prize dl dd img{ height: 140px;}
.event-prize p {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #444;
}.event-prize li{padding: 0 30px;}

.event-support {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.event-support h4 {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.event-support h4::before, .event-support h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999;
  top: 50%;
  left: 0;
}
.event-support h4 span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  background: #fff;
  z-index: 5;
}

.event-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 90px;
  align-items: center;
}
.event-logo img{ max-width: 33.3%;}
.event-soon {
  display: block;
  margin-bottom: 60px;
}
.event-soon span {
  display: block;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 52px;
}

.footer {
  background: #001435;
  color: #fff;
  position: relative;
  padding: 54px 5vw;
  font-weight: 400;
  font-size: 14px;
  margin-top: 60px;
}
.footer a {
  color: #fff;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-copy {
  font-family: "Barlow Condensed", sans-serif;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 15px 3.5vw;
    width: 100%;
  }
  .header-logo {
    display: block;
    width: 82px;
  }
  .mv {
    background: url(../images/mv@sp.jpg?2) no-repeat center center/cover;
    height: auto;
    padding-top: 135%;
  }
  .mv-copy {
    margin-bottom: 20px;
  }
  .mv-copy span:nth-child(1) {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .mv-applly_soon {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 20px;
  }
  .about {
    padding: 40px 0 40px 0;
  }
  .about-inner {
    display: block;
  }
  .about-left {
    width: 100%;
    padding: 0;
  }
  .about-ttl {
    margin-bottom: 20px;
  }
  .about-ttl span:nth-child(1) {
    font-size: 16px;
  }
  .about-ttl span:nth-child(2) {
    font-size: 24px;
  }
  .about-right {
    width: 100%;
    padding: 0;
  }
  .about-right p {
    font-size: 14px;
    line-height: 1.8;
  }
  .about-right p span {
    font-size: 18px;
    margin-top: 12px;
  }
  .about-movie {
    width: 90%;
    margin: 28px auto 0 auto;
  }
  .about-note {
    padding: 36px 0 0 0;
  }
  .about-note p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
  }
  .about-note p small {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.9;
  }
  .event {
    padding: 40px 0 40px 0;
  }
  .event-ttl {
    margin-bottom: 32px;
    line-height: 2;
  }
  .event-ttl span:nth-child(1) {
    font-size: 32px;
  }
  .event-ttl span:nth-child(2) {
    font-size: 14px;
  }
  .event-about {
    margin-bottom: 18px;
  }
  .event-about h3 {
    max-width: 280px;
  }
  .event-about dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 17px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 280px;
    line-height: 1.6;
  }
  .event-about dl dt {
    padding-left: 26px;
  }
  .event-about dl dt span {
    width: 22px;
    top: 3.5px;
  }
  .event-about dl dd {
    margin-bottom: 8px;
  }
  .event-about dl.second dt span {
    left: -1.8px;
  }
  .event-prize {
    margin-bottom: 35px;
  }
  .event-prize dl dt {
    font-size: 18px;
    padding-bottom: 2px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .event-prize dl dd ul {
    padding: 0;
    gap: 18px 18px;
  }
  .event-prize dl dd ul li {
    width: auto;
  }
  .event-prize dl dd img{  height: 100px;}
  .event-prize p {
    text-align: left;
    font-size: 11px;
  }
  .event-support h4 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .event-logo {
    margin-bottom: 40px;
  }
  .event-soon {
    margin-bottom: 40px;
  }
  .event-soon span {
    font-size: 34px;
  }
  .footer {
    margin-top: 20px;
    padding: 30px 5vw;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-inner ul {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .footer-copy {
    font-size: 11px;
  }
}
/*
animation
---------------------------------------------*/
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}
.js-fadeIn.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* movie images horizontal infinite loop */
.movie-images {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.movie-images_loop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: movie-marquee 60s linear infinite;
          animation: movie-marquee 60s linear infinite;
}

.movie-images_loop.is-reverse {
  animation-direction: reverse;
  margin-top: -8px;
}

.movie-images_loop .movie-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  padding: 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
}

.movie-images_loop .movie-track img {
  display: block;
  height: 140px;
  width: auto;
}

@-webkit-keyframes movie-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes movie-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .movie-images_loop .movie-track img {
    height: 110px;
  }
}
/*
menu
---------------------------------------------*/
.menu {
  display: none;
  position: fixed;
  right: 5vw;
  top: 20px;
  z-index: 250;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu span:nth-child(1) {
  top: 10px;
}
.menu span:nth-child(2) {
  top: 19px;
}
.menu.is-active span {
  background: #fff;
}
.menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 14px;
}
.menu.is-active span:nth-child(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: 14px;
}

.menu__body {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: #0A0C1A;
  z-index: 200;
  display: none;
}
.menu__body ul {
  padding: 120px 10vw 0 10vw;
}
.menu__body ul li {
  font-size: 9.5vw;
  letter-spacing: 0.06em;
}
.menu__body ul li a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }
}


 /* 终端 */
.swiperin { height: 100%; padding: 25px; background-color: #fff; border-radius: 28px; margin: 0 20px;}
.sjiantoux{ position: relative; padding-top: 10px; width: 60%; margin: 0 auto; z-index: 10; display: flex; justify-content: center; align-items: center;}
.sjiantoux div{ position: initial;  top: auto; color: #bbbbbb; }
.zhongduan{ padding-bottom: 50px; overflow: hidden;}
.swiper-slide-active .smore { display: block;}
.sw_banner{ overflow: hidden;}
.smore {  text-align: center;  display: none;}
.smore a,.smore span{ cursor: pointer; height: 40px; line-height: 40px; width: 130px;  border-radius: 28px; color: #fff; background-color: #212529; display: inline-block; text-decoration: none; }
.zd_w{ display: flex; justify-content: space-between; padding: 20px 30px 30px 30px;}
.zd_w .zd_right{ padding-top: 10px; width: 50%; margin-left: 40px; font-size: 16px;}
.zdSwiper  { position: relative;padding-bottom: 50px; }
.swiper-pagination{   width: auto;}
.swiper-pagination-bullet{ background: rgba(0, 0, 0, 0.2);}
.swiper-pagination-bullet-active{ width: 30px;background-color: #212529; border-radius: 8px;}
.zdSwiper .swiper-slide { min-height: 420px;}
.zd_left p{ font-size: 26px; margin: 0; padding: 0; font-weight: bold;}
.zdSwiper img{ border-radius: 28px; width: 100%;}
.zd_left sup{ position: absolute;}
 .zd_left h2{ margin: 0; font-size: 28px;}
.wangqihuiku .swiper-button-next,.wangqihuiku .swiper-button-prev{  border: 1px solid rgba(0, 0, 0, 0.2); height: 40px;width: 40px; margin: 0 10px; border-radius: 50%; background: #fff; }
.swiper-button-prev svg{transform: rotate(-180deg);}

.wangqihuiku{ padding: 20px 0 ;background: url(../images/br.jpg) center; background-size:cover; margin:50px 0 0 0;}
 @media screen  and (max-width:767px) { 
 .wangqihuiku{ overflow: hidden; margin-top:0;}
.zd_w{ padding: 0; flex-direction: column; justify-content: flex-start;}
.zd_w .zd_right{ width: 100%; margin: 0;}
 
.smore a,.smore span{ font-size: 14px;   margin-top: 20px;}
.zdSwiper .swiper-slide { min-height: auto;}
.zd_w{ min-height:100px;}
.swiperin{ padding:   20px; margin: 10px;}
.zd_left h2{ font-size: 24px;}
.zd_left p{ font-size: 18px;}
.zdSwiper img{ border-radius: 16px;}

 }
.tkxbody{ overflow: hidden;}
.tkxbody .tkx{ display: block}
.tkx{ display: none;}
.tkx::after{ z-index: 100;
     overflow: auto;
 
    content: "";
    display: block;
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.48);
       -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}.tkxin{display: none; position: fixed;  left:0 ; top: 0;  bottom: 0; right: 0;    box-sizing: border-box;
    display: flex
;z-index: 101;
    align-items: center;justify-content: center;
    }

    .tk{   width: 900px;  order: 2;
    z-index: 1;
    position: relative;
    visibility: visible;
    background: #fff;
    padding:60px 40px 40px 40px;
 
    min-height: 30vh; 
    pointer-events: auto;
    clip-path: inset(0 0 0 0 round 28px 28px 28px 28px);}
    .icon-control-close{    position: absolute;
    order: 1;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 10px;  width: 40px; right: 10px; cursor: pointer; }
.tk_kin{max-height: 80vh; overflow-y: auto; }
    .tkxin{ font-size: 16px; }
    @media screen  and (max-width:767px) {
      .tk{ padding: 40px 20px 20px 20px;position: fixed; bottom: 0; left: 0; right: 0; width: 100%; clip-path: inset(0 0 0 0 round 28px 28px 0 0);   }
     
    }
    
    @media screen  and (min-width:767px) {  .m{ display: none;} }
    
    
    @media screen  and (max-width:767px) {
.pc{ display: none;} 

.mv-applly{        display: block;
        height: auto;
    }.mv-applly_btn ul {
        padding: 0 5vw 20px 5vw;
        gap: 8px;
    }    .mv-applly_btn ul li {
        width: 50%;
    }    .mv-applly_date {
        text-align: center;
        line-height: 1.5;
        padding: 14px 5vw 16px 5vw;
        font-size: 18px;
    }    .mv-applly_ttl {
        text-align: center;
        padding: 8px 5vw;
        font-size: 18px;
    }    .mv-applly_btn ul li a {
        width: 100%;
        height: 52px;
        line-height: 50px;
        font-size: 15px;
    }
    }


    :root{
      --hong:#ff5757
    }
.sticker-link {
      position: absolute; right: 0; top: 50%;
    overflow: hidden;
    transform: translateX(50%) translateY(-50%); display: flex; align-items: center; justify-content: center;
      cursor: pointer; text-decoration: none;
    z-index: 2; color: #fff; background: #ccc;  border-radius: 50%;    width: 64px; height: 64px;
}
    .stretched-link:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      pointer-events: auto;
    }.sticker-link:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    transition: transform 0.5s 
cubic-bezier(0.7, 0, 0.2, 1);
    transform: translate3d(-120%, 0, 0);
    z-index: 0;
} .sticker-link span {
    transition: transform 0.5s 
cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: center;
    transform: none;
    position: relative;
    z-index: 10;
}.swiper-nav a:hover .sticker-link:before{ transform: translate3d(0%, 0, 0); }
    .swiper-nav{  width:calc(1200px + 10vw + ((90vw - 1200px)/2)); margin-left:  calc((90vw - 1200px)/2);}
      .swiper-nav img{ width: 100%; }
        .swiper-nav a:hover{ opacity: 1;}
    .push-item a{ text-decoration: none;
      position: relative; display: flex; align-items: center; 
    }
    
        .push-slider__toolbar {
           display: inline-flex; align-items: center; justify-content: center;
        bottom: 0.75rem;
        left: calc(58.33% + 3rem);
        position: absolute;
        z-index: 10;
    }
    .slider__toolbar .swiper-button-prev {
    margin-right: 1rem;
}
    .slider__toolbar .swiper-button-next {
    fill: currentColor;
    margin-left: 1rem;
}
.push__figure::before{ padding-top: 58%; content: ""; display: block;}
.push__figure img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
    .push__figure{ position: relative;        width: 58.333333%;}
        .push__content {
        padding-left: 4rem;
        padding-right: 4rem;
                width: 41.666667%;
    }.swiper-nav .swiper-pagination {
    position: relative;
    left: auto;
    min-width: 3rem;
    width: auto;
}
.push__content h1{ font-size:38px; line-height: 38px; padding-bottom: 20px;}
.push__content p{ text-decoration: none; font-size: 16px;}

 @media screen  and (max-width:767px) { 
  
.sticker-link{ display: none;}
.push-item a{  flex-direction: column;}
    .push__figure{ width: 100%;}
        .push__content { width: 100%;}
        .swiper-nav {
    width: 100%;
    margin-left:0;
}
.push__content{ padding: 40px 20px 40px 20px;}
.push__content h1{ font-size:28px; line-height:32px; padding-bottom: 10px;}
.push-slider__toolbar{         padding: 0;top: calc(58vw + 10px);  left: 0; right: 0; margin: 0 auto; bottom: auto;}
 }