@charset "UTF-8";
/* =====================================================================





===================================================================== */
/*-----------------------------------
tvcm → movie に変わりそうなのでscssもコピーして改めて作成。
大外クラスは２つ（.uno-tvcmIndex,.uno-movieIndex）設置。

*memo
$breakPoint00: "only screen and (min-width:1260px)";
$breakPoint01: "only screen and (max-width:900px)";
$breakPoint01_02: "only screen and (max-width:850px)";
$breakPoint02: "only screen and (max-width:770px)";
$breakPoint04: "only screen and (max-width:480px)";
$breakPoint05: "only screen and (max-width:320px)";

-----------------------------------*/
.uno-tvcmIndex .l-mainContents, .uno-movieIndex .l-mainContents {
  padding-bottom: 50px;
}
.uno-tvcmIndex .keyVisual, .uno-movieIndex .keyVisual {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.uno-tvcmIndex .keyVisual__bg, .uno-movieIndex .keyVisual__bg {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 27.7%;
  padding-bottom: 30%;
  background: url(../../movie/img/bg_kv.jpg) no-repeat center top;
  background-size: auto 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-45px);
}
.uno-tvcmIndex .keyVisual__inner, .uno-movieIndex .keyVisual__inner {
  width: 100%;
  padding-bottom: 28.57%;
  height: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) {
  .uno-tvcmIndex .keyVisual, .uno-movieIndex .keyVisual {
    background-size: 1800px auto;
  }
  .uno-tvcmIndex .keyVisual__inner, .uno-movieIndex .keyVisual__inner {
    padding-bottom: 400px;
    background-size: 1800px auto;
  }
}
.uno-tvcmIndex .headingType01, .uno-movieIndex .headingType01 {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -42px;
}
.uno-tvcmIndex .mainSection, .uno-movieIndex .mainSection {
  padding: 50px 0 0px;
}
.uno-tvcmIndex .stepsSection__title, .uno-movieIndex .stepsSection__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 5%;
}
.uno-tvcmIndex .mainSection__leadTtl, .uno-movieIndex .mainSection__leadTtl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.uno-tvcmIndex .mainSection__lead, .uno-movieIndex .mainSection__lead {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.uno-tvcmIndex .movBox, .uno-movieIndex .movBox {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 70px;
}
.uno-tvcmIndex .movBox__inner, .uno-movieIndex .movBox__inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 18px;
}
.uno-tvcmIndex .movBox__inner iframe, .uno-movieIndex .movBox__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.uno-tvcmIndex .movBox__txtBox, .uno-movieIndex .movBox__txtBox {
  padding: 0 2%;
  overflow: hidden;
}
.uno-tvcmIndex .movBox__date, .uno-movieIndex .movBox__date {
  font-size: 14px;
  margin: 5px 0 10px;
  line-height: 16px;
  float: left;
}
.uno-tvcmIndex .movBox__date span, .uno-movieIndex .movBox__date span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 2px 8px 1px;
  margin-left: 5px;
}
.uno-tvcmIndex .movBox__txt, .uno-movieIndex .movBox__txt {
  font-size: 20px;
  padding-left: 170px;
}
.uno-tvcmIndex .movBox__detail, .uno-movieIndex .movBox__detail {
  display: block;
  font-size: 16px;
  padding: 0 2%;
  margin-top: 20px;
}
.uno-tvcmIndex .movBox__support, .uno-movieIndex .movBox__support {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-top: 60px;
}
.uno-tvcmIndex .makingSection, .uno-movieIndex .makingSection {
  position: relative;
  color: #fff;
}
.uno-tvcmIndex .makingSection__bgWrap, .uno-movieIndex .makingSection__bgWrap {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-tvcmIndex .makingSection__bg, .uno-movieIndex .makingSection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  margin: -80px 0;
  background: url(../../movie/img/bg_maiking.jpg) repeat center 450px;
  transform: skewY(4.5deg) translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-tvcmIndex .makingSection__inner, .uno-movieIndex .makingSection__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 115px 0 10px;
  margin-bottom: -80px;
  position: relative;
}
.uno-tvcmIndex .makingSection__inner:after, .uno-movieIndex .makingSection__inner:after {
  content: "";
  clear: both;
  display: block;
}
.uno-tvcmIndex .makingSection__title, .uno-movieIndex .makingSection__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}
.uno-tvcmIndex .makingSection__lead, .uno-movieIndex .makingSection__lead {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.uno-tvcmIndex .movBox2, .uno-movieIndex .movBox2 {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 100px;
}
.uno-tvcmIndex .movBox2__inner, .uno-movieIndex .movBox2__inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 18px;
}
.uno-tvcmIndex .movBox2__inner iframe, .uno-movieIndex .movBox2__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.uno-tvcmIndex .movBox-2col, .uno-movieIndex .movBox-2col {
  max-width: 920px;
  padding: 0 20px;
  margin: auto;
}
.uno-tvcmIndex .movBox-2col .movBox, .uno-movieIndex .movBox-2col .movBox {
  clear: both;
  float: left;
  width: 48%;
}
.uno-tvcmIndex .movBox-2col .movBox:nth-child(even), .uno-movieIndex .movBox-2col .movBox:nth-child(even) {
  clear: none;
  float: right;
}
.uno-tvcmIndex .movBox-2col .movBox__txt, .uno-movieIndex .movBox-2col .movBox__txt {
  clear: both;
  float: none;
  padding-left: 0;
}
.uno-tvcmIndex .bannerBox, .uno-movieIndex .bannerBox {
  text-align: center;
}
.uno-tvcmIndex .bannerBox__ttl, .uno-movieIndex .bannerBox__ttl {
  font-size: 20px;
  margin-bottom: 30px;
}
.uno-tvcmIndex .bannerBox__btn, .uno-movieIndex .bannerBox__btn {
  font-size: 20px;
  margin-bottom: 40px;
  min-width: 240px;
  text-align: left;
}
.uno-tvcmIndex .bannerBox__btn.btnType-01 a span, .uno-movieIndex .bannerBox__btn.btnType-01 a span {
  padding: 12px 56px 12px 12px;
}
.uno-tvcmIndex .bannerBox__img img, .uno-movieIndex .bannerBox__img img {
  max-width: 100%;
  height: auto;
}
.uno-tvcmIndex .specialSection, .uno-movieIndex .specialSection {
  position: relative;
  margin: 80px auto -80px;
  padding: 200px 0;
}
.uno-tvcmIndex .specialSection__bgWrap, .uno-movieIndex .specialSection__bgWrap {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-tvcmIndex .specialSection__bgWrap--blue, .uno-movieIndex .specialSection__bgWrap--blue {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-tvcmIndex .specialSection__bgWrap--blue .specialSection__bg, .uno-movieIndex .specialSection__bgWrap--blue .specialSection__bg {
  background: #00a2ea;
}
.uno-tvcmIndex .specialSection__bgWrap--blue + .specialSection__inner, .uno-movieIndex .specialSection__bgWrap--blue + .specialSection__inner {
  background-image: none;
  background-color: #fff;
}
.uno-tvcmIndex .specialSection__bgWrap--pink, .uno-movieIndex .specialSection__bgWrap--pink {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-tvcmIndex .specialSection__bgWrap--pink .specialSection__bg, .uno-movieIndex .specialSection__bgWrap--pink .specialSection__bg {
  background: #e95398;
}
.uno-tvcmIndex .specialSection__bgWrap--pink + .specialSection__inner, .uno-movieIndex .specialSection__bgWrap--pink + .specialSection__inner {
  background-image: none;
  background-color: #fff;
}
.uno-tvcmIndex .specialSection__bgWrap--white, .uno-movieIndex .specialSection__bgWrap--white {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-tvcmIndex .specialSection__bgWrap--white .specialSection__bg, .uno-movieIndex .specialSection__bgWrap--white .specialSection__bg {
  background: #fff;
}
.uno-tvcmIndex .specialSection__bgWrap--white + .specialSection__inner, .uno-movieIndex .specialSection__bgWrap--white + .specialSection__inner {
  background-image: none;
  background-color: #fff;
}
.uno-tvcmIndex .specialSection__bgWrap--gold, .uno-movieIndex .specialSection__bgWrap--gold {
  transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.uno-tvcmIndex .specialSection__bgWrap--gold .specialSection__bg, .uno-movieIndex .specialSection__bgWrap--gold .specialSection__bg {
  background: #d7bf5f;
  background: linear-gradient(to right, #d7bf5f 0%, #f6e39d 76%, #f6e39d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d7bf5f", endColorstr="#f6e39d", GradientType=1 );
}
.uno-tvcmIndex .specialSection__bgWrap--gold + .specialSection__inner, .uno-movieIndex .specialSection__bgWrap--gold + .specialSection__inner {
  background-image: none;
  background-color: #fff;
}
.uno-tvcmIndex .specialSection__bg, .uno-movieIndex .specialSection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 80px 0;
  margin: -80px 0;
}
.uno-tvcmIndex .specialSection__inner, .uno-movieIndex .specialSection__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 0;
  overflow: hidden;
  position: relative;
}
.uno-tvcmIndex .specialSection__lead00, .uno-movieIndex .specialSection__lead00 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.uno-tvcmIndex .specialSection__lead00 img, .uno-movieIndex .specialSection__lead00 img {
  max-width: 100%;
  height: auto;
}
.uno-tvcmIndex .specialSection__lead01, .uno-movieIndex .specialSection__lead01 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.uno-tvcmIndex .specialSection__lead01 img, .uno-movieIndex .specialSection__lead01 img {
  max-width: 100%;
  height: auto;
}
.uno-tvcmIndex .specialSection__lead02, .uno-movieIndex .specialSection__lead02 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.uno-tvcmIndex .specialSection__lead02 img, .uno-movieIndex .specialSection__lead02 img {
  max-width: 100%;
  height: auto;
}
.uno-tvcmIndex .profSection, .uno-movieIndex .profSection {
  position: relative;
}
.uno-tvcmIndex .profSection:before, .uno-movieIndex .profSection:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -12%;
  bottom: 70%;
  left: 0;
  right: 0;
  background: #f8f8f8;
  transform: skew(0, -5deg);
}
.uno-tvcmIndex .profSection__inner, .uno-movieIndex .profSection__inner {
  background: #f8f8f8;
  box-sizing: border-box;
  text-align: center;
  margin: 200px auto 0;
  padding-bottom: 80px;
}
.uno-tvcmIndex .profSection__title, .uno-movieIndex .profSection__title {
  position: relative;
  font-size: 28px;
  text-align: center;
}
.uno-tvcmIndex .profList, .uno-movieIndex .profList {
  display: flex;
  justify-content: center;
  margin: 35px auto 0;
  position: relative;
  overflow: hidden;
}
.uno-tvcmIndex .profList__item, .uno-movieIndex .profList__item {
  text-align: center;
}
.uno-tvcmIndex .profList__item__img, .uno-movieIndex .profList__item__img {
  max-width: 1000px;
  padding: 0 80px;
}
.uno-tvcmIndex .profList__item__img img, .uno-movieIndex .profList__item__img img {
  width: 100%;
  height: auto;
}
.uno-tvcmIndex .profList__item__name, .uno-movieIndex .profList__item__name {
  font-size: 28px;
  margin-bottom: 5px;
}
.uno-tvcmIndex .profList__item__txt, .uno-movieIndex .profList__item__txt {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 1.5em;
}
.uno-tvcmIndex .profList__item__link, .uno-movieIndex .profList__item__link {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.uno-tvcmIndex .profList__item__link a, .uno-movieIndex .profList__item__link a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  transition-duration: 0.2s;
  text-align: left;
}
.uno-tvcmIndex .profList__item__link a:after, .uno-movieIndex .profList__item__link a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -6px;
  transition-duration: 0.2s;
}
.uno-tvcmIndex .profList__item__link a:hover, .uno-movieIndex .profList__item__link a:hover {
  color: #c00;
}
.uno-tvcmIndex .profList__item__link a:hover:after, .uno-movieIndex .profList__item__link a:hover:after {
  border-color: #c00;
}
.uno-tvcmIndex .profList__item__link + .profList__item__link, .uno-movieIndex .profList__item__link + .profList__item__link {
  margin-top: 15px;
}

@media only screen and (max-width:770px) {
  .uno-tvcmIndex .l-mainContents, .uno-movieIndex .l-mainContents {
    padding-bottom: 15px;
  }
  .uno-tvcmIndex .keyVisual, .uno-movieIndex .keyVisual {
    background-size: 780px auto;
  }
  .uno-tvcmIndex .keyVisual__bg, .uno-movieIndex .keyVisual__bg {
    width: 780px;
    padding-bottom: 240px;
    background: url(../../movie/img/bg_kv_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    left: 50%;
    margin-left: -390px;
    transform: translateY(-45px);
  }
  .uno-tvcmIndex .keyVisual__inner, .uno-movieIndex .keyVisual__inner {
    width: 100%;
    padding-bottom: 0%;
    height: 180px;
    position: relative;
    overflow: hidden;
  }
  .uno-tvcmIndex .headingType01, .uno-movieIndex .headingType01 {
    margin-top: -25px;
  }
  .uno-tvcmIndex .stepsSection__title, .uno-movieIndex .stepsSection__title {
    font-size: 18px;
  }
  .uno-tvcmIndex .mainSection, .uno-movieIndex .mainSection {
    padding: 25px 0 0px;
  }
  .uno-tvcmIndex .mainSection__leadTtl, .uno-movieIndex .mainSection__leadTtl {
    font-size: 22px;
    margin-bottom: 0;
  }
  .uno-tvcmIndex .mainSection__lead, .uno-movieIndex .mainSection__lead {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .uno-tvcmIndex .movBox, .uno-movieIndex .movBox {
    margin-bottom: 30px;
  }
  .uno-tvcmIndex .movBox__inner, .uno-movieIndex .movBox__inner {
    margin-bottom: 5px;
  }
  .uno-tvcmIndex .movBox__txtBox, .uno-movieIndex .movBox__txtBox {
    overflow: hidden;
  }
  .uno-tvcmIndex .movBox__date, .uno-movieIndex .movBox__date {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 12px;
    float: none;
  }
  .uno-tvcmIndex .movBox__date span, .uno-movieIndex .movBox__date span {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 2px 8px 1px;
    margin-left: 3px;
  }
  .uno-tvcmIndex .movBox__txt, .uno-movieIndex .movBox__txt {
    font-feature-settings: "palt";
    font-size: 14px;
    padding-left: 0px;
  }
  .uno-tvcmIndex .movBox__detail, .uno-movieIndex .movBox__detail {
    font-size: 14px;
    padding-left: 0px;
    margin-top: 10px;
  }
  .uno-tvcmIndex .movBox__support, .uno-movieIndex .movBox__support {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
  }
  .uno-tvcmIndex .makingSection__bg, .uno-movieIndex .makingSection__bg {
    background-size: auto 100%;
  }
  .uno-tvcmIndex .makingSection__inner, .uno-movieIndex .makingSection__inner {
    padding: 30px 0 10px;
    text-align: center;
    margin-bottom: -10px;
  }
  .uno-tvcmIndex .makingSection__title, .uno-movieIndex .makingSection__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .uno-tvcmIndex .makingSection__lead, .uno-movieIndex .makingSection__lead {
    padding: 0 20px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: left;
  }
  .uno-tvcmIndex .movBox2, .uno-movieIndex .movBox2 {
    margin-bottom: 80px;
  }
  .uno-tvcmIndex .movBox-2col, .uno-movieIndex .movBox-2col {
    padding: 0;
    margin: auto;
  }
  .uno-tvcmIndex .movBox-2col .movBox, .uno-movieIndex .movBox-2col .movBox {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .uno-tvcmIndex .movBox-2col .movBox:nth-child(even), .uno-movieIndex .movBox-2col .movBox:nth-child(even) {
    float: none;
  }
  .uno-tvcmIndex .movBox-2col .movBox:last-of-type, .uno-movieIndex .movBox-2col .movBox:last-of-type {
    margin-bottom: 0;
  }
  .uno-tvcmIndex .movBox-2col .movBox__txt, .uno-movieIndex .movBox-2col .movBox__txt {
    clear: both;
    float: none;
    padding-left: 0;
  }
  .uno-tvcmIndex .specialSection, .uno-movieIndex .specialSection {
    margin: 40px auto -40px;
    padding: 20% 0 12%;
  }
  .uno-tvcmIndex .specialSection__bgWrap--white, .uno-movieIndex .specialSection__bgWrap--white {
    top: 5%;
  }
  .uno-tvcmIndex .specialSection__inner, .uno-movieIndex .specialSection__inner {
    width: auto;
    padding: 30px 20px 0;
    margin: 0 20px;
  }
  .uno-tvcmIndex .specialSection__lead00, .uno-movieIndex .specialSection__lead00 {
    font-size: 20px;
  }
  .uno-tvcmIndex .specialSection__lead01, .uno-movieIndex .specialSection__lead01 {
    font-size: 15px;
  }
  .uno-tvcmIndex .specialSection__lead02, .uno-movieIndex .specialSection__lead02 {
    font-size: 15px;
  }
  .uno-tvcmIndex .bannerBox__ttl, .uno-movieIndex .bannerBox__ttl {
    font-size: 18px;
  }
  .uno-tvcmIndex .bannerBox__btn, .uno-movieIndex .bannerBox__btn {
    font-size: 18px;
    min-width: 170px;
  }
  .uno-tvcmIndex .bannerBox__btn.btnType-01 a span, .uno-movieIndex .bannerBox__btn.btnType-01 a span {
    padding: 8px 56px 8px 12px;
  }
  .uno-tvcmIndex .bannerBox__img.is-img02, .uno-movieIndex .bannerBox__img.is-img02 {
    width: 36%;
    margin: auto;
  }
  .uno-tvcmIndex .profSection:before, .uno-movieIndex .profSection:before {
    content: none;
  }
  .uno-tvcmIndex .profSection__inner, .uno-movieIndex .profSection__inner {
    background: #fff;
    min-height: 0;
    margin: 100px auto 0;
    padding-bottom: 0;
  }
  .uno-tvcmIndex .profSection__title, .uno-movieIndex .profSection__title {
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .uno-tvcmIndex .profList, .uno-movieIndex .profList {
    flex-flow: column;
    margin: 5px auto 0;
  }
  .uno-tvcmIndex .profList__item, .uno-movieIndex .profList__item {
    position: static;
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .uno-tvcmIndex .profList__item:first-child, .uno-movieIndex .profList__item:first-child {
    position: static;
  }
  .uno-tvcmIndex .profList__item.profList__item--01, .uno-movieIndex .profList__item.profList__item--01 {
    order: 1;
  }
  .uno-tvcmIndex .profList__item.profList__item--02, .uno-movieIndex .profList__item.profList__item--02 {
    order: 2;
  }
  .uno-tvcmIndex .profList__item.profList__item--03, .uno-movieIndex .profList__item.profList__item--03 {
    order: 3;
  }
  .uno-tvcmIndex .profList__item__img, .uno-movieIndex .profList__item__img {
    display: block;
    max-width: 320px;
    margin: 0 auto 12px;
  }
  .uno-tvcmIndex .profList__item__name, .uno-movieIndex .profList__item__name {
    font-size: 18px;
  }
  .uno-tvcmIndex .profList__item__txt, .uno-movieIndex .profList__item__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .uno-tvcmIndex .profList__item__link, .uno-movieIndex .profList__item__link {
    font-size: 12px;
  }
  .uno-tvcmIndex .profList__item__link a, .uno-movieIndex .profList__item__link a {
    padding-right: 15px;
  }
  .uno-tvcmIndex .profList__item__link a:after, .uno-movieIndex .profList__item__link a:after {
    width: 7px;
    height: 7px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    margin-top: -3px;
  }
}