@charset "UTF-8";
body {
  font: 62.5%/2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: black;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

body > .outline {
  font-size: 1.4em;
}

.sub_part {
  color: #dddddd;
}

/* mod-grid
------------------------------------------------------- */
.mod-grid > .cell {
  display: block;
  vertical-align: top;
  margin-top: 20px;
}
.mod-grid.-step > .cell {
  margin-top: 0;
}
.mod-grid.-step > .cell > .inner {
  margin-top: 0;
  padding-top: 34px;
  position: relative;
}
.mod-grid.-step > .cell > .inner:before {
  content: "";
  background: url('../../common/images/sprites/sp.png?A32f') 0 -1353px no-repeat;
  display: inline-block;
  width: 25px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.mod-grid.-step > .cell.noArrow > .inner:before {
  content: none;
  background: transparent;
}

.mod-grid > .cell:first-child > .inner {
  padding-top: 0;
}

.mod-grid.-step > .cell:first-child > .inner {
  padding-top: 34px;
}

.mod-grid > .cell > .inner {
  overflow: hidden;
}
.mod-grid > .cell > .inner .mod-grid {
  margin-left: -20px;
  overflow: hidden;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: center;
}
.mod-grid > .cell > .inner .mod-grid > .cell {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 50%;
}
.mod-grid > .cell > .inner .mod-grid > .cell > .inner {
  margin-left: 20px;
  text-align: left;
  padding-top: 0;
}

/* mod-figureBlock
------------------------------------------------------- */
div.mod-figureBlock {
  margin-bottom: 20px;
}
div.mod-figureBlock.-step {
  padding-bottom: 14px;
  position: relative;
}
div.mod-figureBlock.-step > .figure:after {
  content: "";
  background: url('../../common/images/sprites/sp.png?A32f') 0 -1353px no-repeat;
  display: inline-block;
  width: 25px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mod-grid > .cell > .inner div.mod-figureBlock {
  *zoom: 1;
}
.mod-grid > .cell > .inner div.mod-figureBlock:after {
  content: '';
  display: table;
  clear: both;
}
.mod-grid > .cell > .inner div.mod-figureBlock.-left {
  margin-right: -20px;
}
.mod-grid > .cell > .inner div.mod-figureBlock.-left > .figure {
  float: left;
}
.mod-grid > .cell > .inner div.mod-figureBlock.-left > .figure > .inner {
  padding-right: 20px;
}
.mod-grid > .cell > .inner div.mod-figureBlock.-left > .detail {
  padding-right: 20px;
}
.mod-grid > .cell > .inner div.mod-figureBlock.-right {
  margin-left: -20px;
}
.mod-grid > .cell > .inner div.mod-figureBlock.-right > .figure {
  float: right;
}
.mod-grid > .cell > .inner div.mod-figureBlock.-right > .figure > .inner {
  padding-left: 20px;
}
.mod-grid > .cell > .inner div.mod-figureBlock.-right .detail {
  padding-left: 20px;
}
.mod-grid > .cell > .inner div.mod-figureBlock > .figure {
  width: 50%;
}
.mod-grid > .cell > .inner div.mod-figureBlock > .detail.rect {
  overflow: hidden;
}

/* mod-dl
------------------------------------------------------- */
div.mod-dlLikeTable > dl.mod-dl {
  margin-bottom: 20px;
  border: 1px solid #333333;
}
div.mod-dlLikeTable > dl.mod-dl > dd {
  padding: 5px 10px;
  background: white;
  border-top: 1px dotted #333333;
  line-height: 1.5em;
}
div.mod-dlLikeTable > dl.mod-dl > dt {
  padding: 5px 10px;
  background: #dddddd;
  line-height: 1.5em;
}
div.mod-dlLikeTable > dl.mod-dl > dt + dd {
  border-top: 1px solid #333333;
}
div.mod-dlLikeTable > dl.mod-dl + dl.mod-dl {
  margin-top: -21px;
}

.showPc {
  display: none !important;
}

.outline-body-contents-navi,
.outline-body-aside {
  display: none !important;
}

.global .nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.global .nav > span.menu {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -40px no-repeat;
  display: inline-block;
  width: 112px;
  height: 35px;
  padding-top: 35px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
.global .nav > span.menu.close {
  background-position: 0 0 !important;
}
.global .nav > div {
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.global .nav > div.close {
  display: none;
}
.global .nav > div ul {
  background: #ff635b;
  border: 1px solid #bd3f39;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.global .nav > div ul li {
  display: block;
  border-top: 1px solid #bd3f39;
  margin-top: -1px;
}
.global .nav > div ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  position: relative;
}
.global .nav > div ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -723px no-repeat;
  display: inline-block;
  width: 13px;
  height: 16px;
  padding-top: 16px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
.global .nav > div ul li.about a:after {
  background: url('../../common/images/sprites/sp.png?A32f') 0 -704px no-repeat;
  display: inline-block;
  width: 17px;
  height: 14px;
  padding-top: 14px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
.global .nav > div ul li > span {
  display: none;
}
.global .nav > div ul li.movie {
  border-width: 0;
}
.global .nav > div ul li > div {
  padding-left: 1em;
}
.global .nav > div ul li > div > ul {
  border-width: 1px 0 0 0;
}
.global .nav > div ul li > div > ul li {
  border-top: 1px dotted #bd3f39;
}
.global .nav > div ul li > div > ul li span:before {
  content: "└";
  margin-left: -1em;
}
.global .nav > div ul li > div > ul li:first-child {
  border-top: 1px solid #bd3f39;
}
.global .nav .new {
  margin-left: 5px;
  padding: 3px;
  background: #ff00a2;
  color: #fff;
  font-weight: bold;
}
.global .nav .new:before {
  content: "";
  margin-left: 0;
}

.absBase {
  position: relative;
}
.absBase.resultBtn > span {
  position: absolute;
  top: -6.4em;
  left: 50%;
  margin-top: -2%;
  margin-left: -118px;
}
.absBase.resultBtn > span img {
  width: 100%;
  max-width: 236px;
}

.outline-body-contents-main {
  background: url(/ex/paa_contest/common/images/bg.png) !important;
  padding: 10px !important;
}

.outline-header {
  background: #a751cf;
}
.outline-header .outline-header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
}
.outline-header .outline-header-inner .nintendo3ds {
  display: block;
  margin-left: 10px;
}
.outline-header .outline-header-inner .nintendo3ds a, .outline-header .outline-header-inner .nintendo3ds span {
  background: url('../../common/images/sprites/sp.png?A32f') 0 -560px no-repeat;
  display: block;
  width: 81px;
  height: 14px;
  padding-top: 14px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
.outline-header .outline-header-inner .pokemonCompany {
  display: inline-block;
}
.outline-header .outline-header-inner .pokemonCompany a, .outline-header .outline-header-inner .pokemonCompany span {
  background: url('../../common/images/sprites/sp.png?A32f') 0 -689px no-repeat;
  display: block;
  width: 101px;
  height: 10px;
  padding-top: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
.outline-header .outline-header-inner .nintendo {
  display: inline-block;
  margin-left: 10px;
}
.outline-header .outline-header-inner .nintendo a, .outline-header .outline-header-inner .nintendo span {
  background: url('../../common/images/sprites/sp.png?A32f') 0 -643px no-repeat;
  display: block;
  width: 38px;
  height: 11px;
  padding-top: 11px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}

.outline-footer {
  font-size: 0.85714em;
}
.outline-footer #sns {
  background: #fbcfcd;
}
.outline-footer #sns ul {
  padding: 10px 10px 0;
}
.outline-footer .links li {
  display: block;
  position: relative;
  background: #ff635b;
  border-bottom: 1px solid #bd3f39;
}
.outline-footer .links li:first-child {
  border-top: 1px solid #bd3f39;
}
.outline-footer .links li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -704px no-repeat;
  display: inline-block;
  width: 17px;
  height: 14px;
  padding-top: 14px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
.outline-footer .links li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}
.outline-footer .links .logo {
  display: none;
}
.outline-footer .outline-footer-inner {
  background: #ff635b;
}
.outline-footer .outline-footer-inner .pokemonCompany {
  display: inline-block;
  margin: 10px 10px 0px 10px;
}
.outline-footer .outline-footer-inner .pokemonCompany span, .outline-footer .outline-footer-inner .pokemonCompany a {
  background: url('../../common/images/sprites/sp.png?A32f') 0 -579px no-repeat;
  display: inline-block;
  width: 160px;
  height: 17px;
  padding-top: 17px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
.outline-footer .outline-footer-inner .nintendo {
  display: inline-block;
}
.outline-footer .outline-footer-inner .nintendo span, .outline-footer .outline-footer-inner .nintendo a {
  background: url('../../common/images/sprites/sp.png?A32f') 0 -627px no-repeat;
  display: inline-block;
  width: 38px;
  height: 11px;
  padding-top: 11px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
.outline-footer .outline-footer-inner .copyright {
  padding: 0 10px;
  color: #000;
}

.goTop {
  background: #faeaa9;
  text-align: center;
}
.goTop a {
  display: block;
  padding: 10px;
  line-height: 0;
}
.goTop a span {
  background: url('../../common/images/sprites/sp.png?A32f') 0 -601px no-repeat;
  display: inline-block;
  width: 96.5px;
  height: 21px;
  padding-top: 21px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}

h1.main {
  margin: -10px -10px 0 -10px;
}

p.headline {
  color: #1d9120;
  font-weight: bold;
  margin: 30px 0 10px;
  padding-left: 45px;
  position: relative;
}
p.headline .no1 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -416px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no2 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -368px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no3 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -80px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no4 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -512px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no5 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -176px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no6 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -272px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no7 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -320px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no8 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -128px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no9 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -224px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}
p.headline .no10 {
  position: absolute;
  top: -10px;
  left: 0;
  background: url('../../common/images/sprites/sp.png?A32f') 0 -464px no-repeat;
  display: inline-block;
  width: 42px;
  height: 43px;
  padding-top: 43px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
}

.miniHeadline {
  font-size: 1.14286em;
  color: #1d9120;
  margin-top: 20px;
  font-weight: bold;
}

.frame {
  position: relative;
  background: #f9f9f9;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
  padding: 20px 10px 10px;
}

.green {
  background: #f0fddf;
  margin: 10px -10px 20px;
  padding: 1px 10px 20px;
}
.green.sp {
  margin-bottom: -60px;
}

.pink {
  margin: 30px 0;
  padding: 10px;
  background: url(/ex/paa_contest/common/images/pinkBody.png) 0 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.pink .mod-figureBlock > .figure {
  margin-top: 10px;
}

#uenonomori .mod-dl-clear {
  clear: both;
}

#result .resultRed, #result .resultBlue, #result .resultPink, #result .resultYellow, #result .resultGreen {
  background: url(/ex/paa_contest/common/images/redBody.png) 0 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 30px 0;
  padding: 5px 10px 10px;
}
#result .resultRed .mod-grid > .cell, #result .resultBlue .mod-grid > .cell, #result .resultPink .mod-grid > .cell, #result .resultYellow .mod-grid > .cell, #result .resultGreen .mod-grid > .cell {
  margin-top: -5px;
}
#result .resultRed .mod-grid > .cell .mod-image, #result .resultBlue .mod-grid > .cell .mod-image, #result .resultPink .mod-grid > .cell .mod-image, #result .resultYellow .mod-grid > .cell .mod-image, #result .resultGreen .mod-grid > .cell .mod-image {
  padding: 0 20px;
}
#result .resultRed .-lead, #result .resultBlue .-lead, #result .resultPink .-lead, #result .resultYellow .-lead, #result .resultGreen .-lead {
  margin-top: 12px;
  color: #f7363b;
}
#result .resultBlue {
  background: url(/ex/paa_contest/common/images/blueBody.png) 0 0;
}
#result .resultBlue .-lead {
  color: #008fae;
}
#result .resultPink {
  background: url(/ex/paa_contest/common/images/pinkBody.png) 0 0;
}
#result .resultPink .-lead {
  color: #f54185;
}
#result .resultYellow {
  background: url(/ex/paa_contest/common/images/yellowBody.png) 0 0;
}
#result .resultYellow .-lead {
  color: #685903;
}
#result .resultGreen {
  padding-bottom: 20px;
  background: url(/ex/paa_contest/common/images/bgGreenBody.png) 0 0;
}
#result .resultGreen .-lead {
  color: #685903;
}
#result .resultGreen .cell {
  margin-bottom: 9px;
}

#oubo .mod-para.end-para {
  margin-top: 10px;
  color: #fe0000;
  text-align: center;
}

/* mod-dl
------------------------------------------------------- */
dl.mod-dl.-basic {
  *zoom: 1;
}
dl.mod-dl.-basic:after {
  content: '';
  display: table;
  clear: both;
}
dl.mod-dl.-basic > dt {
  float: left;
}
dl.mod-dl.-basic > dd {
  overflow: hidden;
}
