@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* フォント */
/* アクセントカラー */
/* 黄 */
/* 赤 */
/* 桃 */
/* 紫 */
/* 緑 */
/* 水 */
/* エ */
::selection {
  color: #131313;
  background: #fff;
}

::-moz-selection {
  color: #131313;
  background: #fff;
}

/*=======================================
  common styel
=======================================*/
html {
  font-size: 62.5%;
}

/*body*/
html body {
  font-size: 14px;
  font-size: 1.8rem;
  color: #000;
  background: #fff;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 1000px;
}

p {
  line-height: 1.8;
}

img {
  vertical-align: bottom;
}

img.protect {
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #e70011;
}
a:active {
  color: #fff;
}

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fade:hover {
  opacity: 0.4;
  filter: alpha(opacity=60);
}

/*=======================================
  #wrapper
=======================================*/
#wrapper {
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg.png) no-repeat center top #250000;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px auto;
}
#wrapper header {
  display: none;
}
#wrapper #contentsWrapper {
  width: 1000px;
  min-height: 1800px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: url(../img/main.png) no-repeat left top;
}

#Wrapper_sub {
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg_sub.png) no-repeat center top #250000;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px auto;
}
#Wrapper_sub header {
  display: none;
}
#Wrapper_sub #contentsWrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/*contentsMain*/
#contentsMain {
  width: 770px;
  min-height: 1128px;
  float: right;
  position: relative;
}
#contentsMain .pageTop {
  text-align: right;
  padding: 0 20px;
}

#intro #contentsMain,
#story #contentsMain,
#character #contentsMain,
#staff #contentsMain,
#movie #contentsMain {
  width: 750px;
  padding-left: 20px;
}

/*=======================================
  #sideContents
=======================================*/
#sideContents {
  width: 190px;
  float: left;
  padding: 0 0 0 20px;
  margin: 0;
  padding-bottom: 22px;
}
#sideContents #sideInner {
  margin: 0;
  padding: 0;
}
#sideContents #sideInner h2 {
  margin: 0 auto;
  padding: 0;
}
#sideContents #sideInner nav ul {
  margin: 0 auto;
}
#sideContents #sideInner nav ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0 !important;
}
#sideContents #sideInner nav ul li img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
#sideContents #sideInner nav ul li a img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: none;
}
#sideContents #sideInner #official-bnr {
  margin: 0 0 0 5px;
  padding-top: 20px;
  clear: both;
}
#sideContents #sideInner #official-bnr ul li {
  float: left;
  margin-bottom: 10px;
}
#sideContents #sideInner #qrcode-area {
  clear: both;
  padding-top: 20;
}
#sideContents #sideInner #sideBottomArea {
  clear: both;
  padding: 20px 0 40px 8px;
}
#sideContents #sideInner #sideBottomArea h3 {
  margin-bottom: 10px;
}
#sideContents #sideInner #sideBottomArea ul#sns {
  width: 210px;
  margin-bottom: 10px;
  clear: both;
}
#sideContents #sideInner #sideBottomArea ul#sns li.social-twitter {
  float: left;
  width: 85px;
}
#sideContents #sideInner #sideBottomArea ul#sns li.social-facebook {
  float: left;
  width: 100px;
}

.moviebox {
  position: absolute;
  height: 0;
  width: 0;
  top: -9999px;
  left: -9999px;
}

/*=======================================
  footer
=======================================*/
footer {
  clear: both;
  margin-top: 30px;
  padding: 30px 0 20px 0;
  background: #000;
  margin: 0 auto;
  min-height: 80px;
}
footer #billing-bnr {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
footer #billing-bnr ul {
  overflow: hidden;
  text-align: center;
}
footer #billing-bnr ul li {
  margin: 0 0 5px 0;
  display: inline-block;
}
footer #footerInner {
  clear: both;
  text-align: center;
  margin-top: 30px;
}
footer #footerInner p {
  color: #b8b8b8;
  font-size: 10px;
}

/*=======================================
  #page-top
=======================================*/
#page-top {
  color: #fff;
  position: fixed;
  bottom: 5%;
  right: 5%;
  text-indent: -9999px;
}
#page-top a {
  display: block;
  text-decoration: none;
  width: 100px;
  height: 100px;
  background: url(../img/pagetop.png) no-repeat top center;
}

/*=======================================
  .box
=======================================*/
.box {
  background: url(../img/box_center.png) repeat-y top center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.box h1.box-t {
  background: url(../img/box_top.png) no-repeat top center;
  width: 740px;
  height: 115px;
  margin-top: -105px;
  margin-bottom: -100px;
}
.box h1.box-t img {
  margin: 0;
  padding: 0;
}

.box_sub {
  background: url(../img/box_center.png) repeat-y top center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 740px !important;
  margin-top: 170px;
  padding-top: 200px;
}
.box_sub h1.box-t {
  background: url(../img/box_top.png) no-repeat top center;
  width: 740px;
  height: 115px;
  margin-top: -230px;
}
.box_sub h1.box-t img {
  margin: 0;
  padding: 0;
}
.box_sub h1.box-l {
  margin-top: -260px;
  text-align: center;
}
.box_sub h1.box-l img {
  margin: 0 auto;
  padding: 0;
  width: 35%;
}

/*=======================================
  #top
=======================================*/
#top article#news {
  position: absolute;
  top: 1105px;
  left: 30px;
  padding: 0 20px 10px 0;
  width: 720px;
  z-index: 55;
}
#top article#news #newsinner {
  padding: 50px 30px 20px 30px;
  margin-top: -20px;
  line-height: 1.8;
}
#top article#news #newsinner dl dt {
  font-size: 13px;
  color: #e70011;
  font-weight: bold;
}
#top article#news #newsinner dl dd {
  font-size: 15px;
  border-bottom: 2px solid #373535;
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #fff;
}
#top #stage {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 770px !important;
  height: 1128px !important;
  display: block;
}
#top section#present {
  clear: both;
  position: absolute;
  top: 1480px;
  right: 0;
  margin-top: 0;
  margin-bottom: 5px;
  height: auto;
  z-index: 100;
}
#top section#present h2 {
  margin-top: 30px;
  padding-bottom: 30px;
}

/*=======================================
  #character
=======================================*/
#character section#character_box {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}
#character section#character_box h2 {
  margin: 0 auto;
  z-index: 100;
}
#character section#character_box .boxinner {
  padding: 50px 10px 20px 10px;
}
#character section#character_box .navi_cast {
  margin: -40px 0 0 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#character section#character_box .navi_cast .navi_s {
  display: table-cell;
}
#character section#character_box #g-zyuoh {
  background: url(../character/img/bg_zyuoh.png) repeat;
}
#character section#character_box #g-ninnin {
  background: url(../character/img/bg_ninnin.png) repeat;
}
#character section#character_box #g-kyuren {
  background: url(../character/img/bg_kyuren.png) repeat;
}
#character section#character_box .group {
  margin: 0 0 0 0;
  padding: 0;
  overflow: hidden;
}
#character section#character_box .group .enemy01-bg, #character section#character_box .group .enemy02-bg, #character section#character_box .group .guest-bg {
  padding: 20px 0 10px 0;
}
#character section#character_box .group .zyuoh-bg, #character section#character_box .group .ninnin-bg, #character section#character_box .group .kyuren-bg {
  padding: 20px;
}
#character section#character_box .group .zyuoh-bg .ranger-box, #character section#character_box .group .ninnin-bg .ranger-box, #character section#character_box .group .kyuren-bg .ranger-box {
  background: #1B1B19;
  padding: 20px 20px;
  font-size: 13px;
}
#character section#character_box .group .zyuoh-bg .ranger-box h2.logo, #character section#character_box .group .ninnin-bg .ranger-box h2.logo, #character section#character_box .group .kyuren-bg .ranger-box h2.logo {
  width: 150px;
  float: left;
}
#character section#character_box .group .zyuoh-bg .ranger-box h2.logo img, #character section#character_box .group .ninnin-bg .ranger-box h2.logo img, #character section#character_box .group .kyuren-bg .ranger-box h2.logo img {
  width: 100%;
  height: auto;
}
#character section#character_box .group .zyuoh-bg .ranger-box p, #character section#character_box .group .ninnin-bg .ranger-box p, #character section#character_box .group .kyuren-bg .ranger-box p {
  margin-left: 160px;
}
#character section#character_box .group .zyuoh-bg p, #character section#character_box .group .ninnin-bg p, #character section#character_box .group .kyuren-bg p {
  color: #fff;
}
#character section#character_box .group .zyuoh-bg .chara-box, #character section#character_box .group .ninnin-bg .chara-box, #character section#character_box .group .kyuren-bg .chara-box {
  margin: 0;
  padding: 10px 20px 20px 20px;
  color: #fff;
  background: #1B1B19;
  border-top: 1px solid #333;
}
#character section#character_box .group .zyuoh-bg .chara-box ul li.charalist-box, #character section#character_box .group .ninnin-bg .chara-box ul li.charalist-box, #character section#character_box .group .kyuren-bg .chara-box ul li.charalist-box {
  float: left;
  width: 48%;
  padding: 1%;
  overflow: hidden;
}
#character section#character_box .group .zyuoh-bg .chara-box ul li.charalist-box h3.chara-name, #character section#character_box .group .ninnin-bg .chara-box ul li.charalist-box h3.chara-name, #character section#character_box .group .kyuren-bg .chara-box ul li.charalist-box h3.chara-name {
  font-size: 14px;
  padding: 2px 5px 2px 0px;
  color: #e70011;
  border-bottom: 1px solid #e70011;
  margin-bottom: 5px;
}
#character section#character_box .group .zyuoh-bg .chara-box ul li.charalist-box h3.chara-name:before, #character section#character_box .group .ninnin-bg .chara-box ul li.charalist-box h3.chara-name:before, #character section#character_box .group .kyuren-bg .chara-box ul li.charalist-box h3.chara-name:before {
  content: "";
}
#character section#character_box .group .zyuoh-bg .chara-box ul li.charalist-box p, #character section#character_box .group .ninnin-bg .chara-box ul li.charalist-box p, #character section#character_box .group .kyuren-bg .chara-box ul li.charalist-box p {
  font-size: 12px;
}
#character section#character_box .group .zyuoh-bg {
  background: url(../character/img/zyuoh.png) no-repeat center top;
  padding-top: 370px;
}
#character section#character_box .group .ninnin-bg {
  background: url(../character/img/ninnin.png) no-repeat center top;
  padding-top: 280px;
}
#character section#character_box .group .kyuren-bg {
  background: url(../character/img/kyuren.png) no-repeat center top;
  padding-top: 260px;
}
#character section#character_box .group .enemy01-bg {
  background: black;
}
#character section#character_box .group .enemy02-bg {
  background: #1B1B19;
}
#character section#character_box .group .guest-bg {
  background: #b70000;
}
#character section#character_box .group .guest-bg h2 {
  font-size: 28px;
  margin: 0 0 15px 20px;
  color: #fff;
}
#character section#character_box .group h3.z1-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #F59100;
  overflow: hidden;
  font-size: 116%;
}
#character section#character_box .group h3.z1-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #F59100 #F59100;
  /* A bit more verbose to work with .rounded too */
  background: #F59100;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.z2-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #cd6900;
  overflow: hidden;
  font-size: 100%;
}
#character section#character_box .group h3.z2-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #cd6900 #cd6900;
  /* A bit more verbose to work with .rounded too */
  background: #cd6900;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.n1-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #443C2E;
  overflow: hidden;
  font-size: 116%;
}
#character section#character_box .group h3.n1-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #443C2E #443C2E;
  /* A bit more verbose to work with .rounded too */
  background: #443C2E;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.n2-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #1c1406;
  overflow: hidden;
  font-size: 100%;
}
#character section#character_box .group h3.n2-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #1c1406 #1c1406;
  /* A bit more verbose to work with .rounded too */
  background: #1c1406;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.ro-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #e70011;
  overflow: hidden;
  font-size: 116%;
}
#character section#character_box .group h3.ro-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #e70011 #e70011;
  /* A bit more verbose to work with .rounded too */
  background: #e70011;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.e-name {
  position: relative;
  padding: 3px 30px 3px 20px;
  margin: 0 0 3px -10px;
  color: #fff;
  background: #660c90;
  overflow: hidden;
  font-size: 116%;
}
#character section#character_box .group h3.e-name:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #660c90 #660c90;
  /* A bit more verbose to work with .rounded too */
  background: #660c90;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
}
#character section#character_box .group h3.name {
  margin: -3px 0 0 0;
  font-size: 93%;
  color: #e70011;
  font-weight: bold;
}
#character section#character_box .group h3.ename {
  margin: -3px 0 0 0;
  font-size: 93%;
  color: #660c90;
  font-weight: bold;
}

.cast-box {
  clear: both;
  padding: 20px;
  margin: 0 20px 20px 20px;
  background: #fff;
}

.cast-box2 {
  clear: both;
  padding: 20px;
  margin: 0 0 10px 0;
  background: #fff;
}

.list-box {
  display: table;
  clear: both;
}

.list-img,
.list-text {
  display: table-cell;
  vertical-align: top;
}

.list-text {
  padding-left: 10px;
}
.list-text p {
  padding: 10px 0 0 10px;
}

.list-box02 {
  clear: both;
  margin-top: 10px;
}

.list-text02 {
  margin: 5px 0 10px 0;
}

.list-text02 {
  padding-left: 10px;
}

.profile {
  padding: 10px;
  background: #f0f0f0;
  margin: 10px 0 10px 0;
  font-size: 12px;
}
.profile p.comment span {
  display: block;
  color: #e70011;
  font-weight: bold;
  border-bottom: 1px solid #e70011;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.profile p.ecomment span {
  display: block;
  color: #660c90;
  font-weight: bold;
  border-bottom: 1px solid #660c90;
  margin-bottom: 5px;
  padding-bottom: 3px;
}

/*=======================================
  #movie
=======================================*/
#movie section#movie_box {
  width: 100%;
}
#movie section#movie_box .box_inner {
  max-width: 100%;
  padding: 30px 0 30px 0 !important;
  color: #fff;
}
#movie section#movie_box .box_inner p {
  padding: 0 40px 20px 40px;
  font-size: 82%;
}
#movie section#movie_box h2 {
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 82%;
  line-height: 1.6;
}
#movie section#movie_box .movie_s {
  clear: both;
  overflow: hidden;
  margin: 0 0 50px 0;
  text-align: center;
  max-width: 560px !important;
  max-height: 315px !important;
  margin-left: auto;
  margin-right: auto;
}
#movie section#movie_box .movie_s embed {
  max-width: 560px !important;
  max-height: 315px !important;
}

/*=======================================
  #intro
=======================================*/
#intro section#intro_box {
  width: 100%;
  color: #fff;
  padding-bottom: 30px;
}
#intro section#intro_box .box_inner {
  max-width: 100%;
  padding: 30px 0 30px 0 !important;
  color: #fff;
}
#intro section#intro_box .box_inner p {
  padding: 0 40px 20px 40px;
  font-size: 82%;
}
#intro section#intro_box .intro_bg {
  background: url(../intro/img/intro_bg.png) no-repeat top center #840b0e;
  padding-top: 150px !important;
  margin: 10px 10px 10px 10px;
}
#intro section#intro_box .intro_bg h2 {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}
#intro section#intro_box .story_bg {
  background: url(../intro/img/story_bg.png) no-repeat bottom center #538fc3;
  margin: 10px 10px 10px 10px;
}
#intro section#intro_box .story_bg h2 {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
#intro section#intro_box .story_bg .story_txt {
  padding-bottom: 500px;
}

/*=======================================
  #staff
=======================================*/
#staff section#staff_box {
  width: 100%;
  min-height: 800px;
  color: #fff;
  padding-bottom: 20px;
}
#staff section#staff_box .box_inner {
  max-width: 100%;
  padding: 20px 10px 30px 10px !important;
  color: #fff;
}
#staff section#staff_box .box_inner p {
  padding: 0 40px 20px 40px;
  font-size: 82%;
}
#staff section#staff_box .staff_bg img {
  width: 100%;
  height: auto;
}
#staff section#staff_box .staff_txt {
  margin: 30px 0 20px 0;
  text-align: center;
}

/*=======================================
  common style
=======================================*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after {
  clear: both;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

/*=======================================
  #mv-stage
=======================================*/
#mv-stage {
  position: relative;
  width: 770px;
  height: 1128px;
  margin: 0;
  overflow: hidden;
  line-height: 1;
}

img {
  height: auto;
}

#red_l {
  position: absolute;
  bottom: -800px;
  right: -800px;
  opacity: 0;
}

#red_r {
  position: absolute;
  bottom: -500px;
  right: -500px;
  opacity: 0;
}

#robo {
  position: absolute;
  right: 159px;
  top: 0;
  z-index: 8;
  opacity: 0;
}

#akanin {
  position: absolute;
  left: 1200px;
  top: -100px;
  z-index: 9;
}

#chara {
  position: absolute;
  right: 0;
  top: 458px;
  z-index: 10;
  opacity: 0;
}

#zyuoh {
  position: absolute;
  left: 0;
  top: 1000px;
  z-index: 13;
  opacity: 0;
}

#catch1 {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  z-index: 14;
}

#catch2 {
  position: absolute;
  left: 20px;
  top: 0px;
  opacity: 0;
  z-index: 14;
}

#stage_logo {
  position: absolute;
  left: 179px;
  top: 642px;
  opacity: 0;
  z-index: 14;
}

#point {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 800px;
  right: 0;
  z-index: 50;
  opacity: 0;
}
