#mv {
  height: 83rem;
  background: url(../images/jo/bg_mv.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 14.4rem;
  padding-bottom: 10rem;
  text-align: center;
}
#mv .logo {
  width: 87rem;
  margin: 0 auto;
  padding-bottom: 4.5rem;
}
#mv .mv_date {
  width: 37rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}
#mv .mv_time {
  width: 27.2rem;
  margin: 0 auto;
  padding-bottom: 6.2rem;
}
#mv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 64rem;
  margin: 0 auto;
}
#mv ul li {
  list-style: none;
  width: 19rem;
}
#mv ul li:last-child a {
  padding-left: 1.9rem;
}
#mv ul li a {
  width: 100%;
  height: 6rem;
  background-color: #D5EEFF;
  border-radius: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 3.2rem;
}
#mv ul li a:after {
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/jo/icon_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
#mv ul li a span {
  font-weight: 500;
  font-size: 1.6rem;
  color: #002566;
  margin-left: 0.9rem;
}
#mv ul li a .icon01 {
  width: 2.8rem;
}
#mv ul li a .icon02 {
  width: 3.1rem;
}
#mv ul li a .icon03 {
  width: 2.8rem;
}
#mv p {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  color: #000;
  padding-top: 7.5rem;
}

#fixed_btn {
  text-align: right;
  position: fixed;
  bottom: 15rem;
  right: 0;
}

.inner {
  width: 106rem;
  margin: 0 auto;
}

.bg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/jo/bg.png);
}

#news {
  padding-top: 8.5rem;
  padding-bottom: 13.5rem;
}
#news .news_inner {
  background-color: #fff;
  border-radius: 1.9rem;
  padding: 3rem 1.5rem 6rem 5rem;
}
#news .news_inner .scroll {
  height: 31rem;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #BFE0FF #FFF;
}
#news .news_inner .scroll::-webkit-scrollbar {
  width: 10px;
}
#news .news_inner .scroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 6px;
}
#news .news_inner .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #BFE0FF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#news .news_inner h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  padding-right: 3.5rem;
  padding-bottom: 3.5rem;
}
#news .news_inner ul {
  padding-right: 2rem;
}
#news .news_inner ul li {
  border-bottom: 1px solid #BFE0FF;
}
#news .news_inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.5rem 2rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
#news .news_inner ul li a:hover {
  opacity: 0.7;
}
#news .news_inner ul li a .date {
  color: #918D67;
  width: 6em;
}
#news .news_inner ul li a .desc {
  color: #1A2B52;
  width: calc(100% - 6em);
  padding-left: 6rem;
}

.popup {
  width: 90%;
  max-width: 81.5rem;
  border: 0.5rem solid #BFE0FF;
  border-radius: 1.7rem;
  background-color: #fff;
  padding: 5rem 5.5rem;
  margin: 0 auto;
  position: relative;
}
.popup .mfp-close {
  width: 5rem;
  height: 5rem;
  background: url(../images/jo/close-btn.svg) 0 0 no-repeat;
  background-size: 100% auto;
  font-size: 0;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  opacity: 1;
}
.popup .mfp-close:hover {
  opacity: 0.8;
}
.popup .popup_head {
  border-bottom: 1px solid #707070;
}
.popup .popup_head .date {
  color: #918D67;
  font-weight: 500;
  line-height: 1;
  font-size: 1.4rem;
  padding: 0 1rem 1rem;
}
.popup .popup_head h3 {
  font-weight: 500;
  font-size: 2rem;
  color: #1A2B52;
  padding: 0 1rem 1rem;
}
.popup .popup_content {
  padding: 2.5rem 1rem 0;
}
.popup .popup_content p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 1.5em;
}
.popup .popup_content p:last-of-type {
  padding-bottom: 0;
}
.popup .popup_content p a {
  color: #21A7ED;
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#competitor {
  padding-bottom: 8rem;
}
#competitor .attention {
  text-align: center;
  color: #4D4D4D;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.2rem;
  padding-top: 1.2rem;
  padding-bottom: 5.7rem;
}
#competitor .competitor_block {
  padding-bottom: 11rem;
}
#competitor .competitor_block:last-of-type {
  padding-bottom: 0;
}
#competitor h3 {
  font-weight: 700;
  color: #1A2B52;
  font-size: 2.2rem;
  padding-left: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 4.5rem;
  position: relative;
}
#competitor h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#competitor h3 .en {
  color: #46A7FF;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-left: 2rem;
}
#competitor .flex {
  margin-left: -5rem;
}
#competitor .competitor_item {
  width: calc(25% - 5rem);
  margin-left: 5rem;
  margin-bottom: 4rem;
}
#competitor .competitor_item img {
  margin-bottom: 2rem;
}
#competitor .competitor_item .name {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  border-left: 0.5rem solid #918D67;
  padding-left: 0.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #1A2B52;
}
#competitor .competitor_item .name.moris {
    font-size: 1.5rem;
}
#competitor .competitor_item .prof {
  color: #1A2B52;
  font-size: 1.4rem;
  line-height: 1.4;
}
#competitor .pc {
  text-align: right;
  font-size: 1.1rem;
}

.main_ttl {
  text-align: center;
}
.main_ttl .icon01_b {
  width: 6.1rem;
  margin: 0 auto;
}
.main_ttl .icon02_b {
  width: 5.7rem;
  margin: 0 auto;
}
.main_ttl .icon03_b {
  width: 5.5rem;
  margin: 0 auto;
}
.main_ttl .en {
  display: block;
  line-height: 1;
  color: #918D67;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 900;
}
.main_ttl .jp {
  font-family: "Noto Serif JP", serif;
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 3.2rem;
  padding-top: 0.8rem;
}

.bg_w {
  padding-top: 19rem;
  padding-bottom: 14rem;
  width: 99rem;
  margin: 0 auto;
}

#summary {
  padding-bottom: 18rem;
}
#summary h2 {
  padding-bottom: 6rem;
}
#summary .summary_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #B7E3FF;
  height: 10.6rem;
}

#summary .summary_item.map {
    height: 60.6rem;
}

#summary .summary_item:nth-of-type(2n) {
  background-color: #FAFDFF;
}
#summary .summary_item:last-of-type {
  border-bottom: 1px solid #B7E3FF;
}
#summary .summary_item_head {
  font-weight: 700;
  font-size: 2rem;
  width: 21.4rem;
  text-align: center;
  color: #4B4B4B;
}
#summary .summary_item_content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  width: calc(100% - 21.4rem);
  padding-left: 12.5rem;
  color: #000000;
}

#ticket h2 {
  padding-bottom: 8rem;
}
#ticket .ticket_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #B7E3FF;
}
#ticket .ticket_item:nth-of-type(2n) {
  background-color: #FAFDFF;
}
#ticket .ticket_item:last-of-type {
  border-bottom: 1px solid #B7E3FF;
}
#ticket .ticket_item_head {
  font-weight: 700;
  font-size: 2.2rem;
  width: 21.4rem;
  text-align: center;
  color: #4B4B4B;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
#ticket .ticket_item_head.red {
  color: #DE3D3D;
}
#ticket .ticket_item_head span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
#ticket .ticket_item_content {
  width: calc(100% - 21.4rem);
  color: #000000;
  padding-top: 3.5rem;
  padding-left: 12.5rem;
  padding-right: 5rem;
  padding-bottom: 2.5rem;
}
#ticket .ticket_item_content .dl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.4rem;
  padding-bottom: 4rem;
}
#ticket .ticket_item_content .dl_wrap dl {
  width: calc(33.333% - 0.4rem);
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
  border: 1px solid #C8E9FF;
}
#ticket .ticket_item_content .dl_wrap dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 2.2rem 0;
  background-color: #C8E9FF;
}
#ticket .ticket_item_content .dl_wrap dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 2.2rem 0;
}
#ticket .ticket_item_content .hospitality_seats {
  border: 1px solid #132631;
}
#ticket .ticket_item_content .hospitality_seats h4 {
  color: #fff;
  background-color: #132631;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 2rem 0;
}
#ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner {
  width: calc(100% - 5rem);
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner .price {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #132631;
  padding-bottom: 1rem;
  text-align: center;
}
#ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner dl {
  padding: 2rem 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner dl dt {
  background-color: #9D8432;
  border-radius: 0.4rem;
  height: 3.5rem;
  width: 13rem;
  color: #fff;
    line-height: 1;
    text-align: center;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner dl dd {
  padding-left: 2.3rem;
  width: calc(100% - 13rem);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.69;
}
#ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner dl dd .kome {
  color: #6E6E6E;
  font-size: 1.1rem;
  padding-top: 1rem;
}
#ticket .ticket_item_content .kome02 {
  text-align: right;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
}
#ticket .ticket_item_content ul li {
  font-size: 1.6rem;
  line-height: 2.06;
  list-style: none;
}
#ticket .ticket_item_content .playguide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ticket .ticket_item_content .playguide .txt {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  border-left: 0.4rem solid #FFA700;
  padding: 0.4rem 1.4rem;
}
#ticket .ticket_item_content .playguide .btn {
  padding-left: 6rem;
}
#ticket .ticket_item_content .playguide .btn a {
  font-size: 1.3rem;
  font-weight: 500;
  border: 0.2rem solid #FFA700;
  background-color: #FFD689;
  border-radius: 0.5rem;
  width: 18rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ticket .ticket_item_content .playguide .btn a span {
  position: relative;
  padding-right: 2rem;
}
#ticket .ticket_item_content .playguide .btn a span:after {
  content: "";
  width: 1.1rem;
  height: 1rem;
  background: url(../images/jo/icon_window.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ticket .ticket_item_content .playguide .btn a:hover {
  background-color: #FFA700;
}

#ticket .ticket_item_content .txt_guide {
    font-size: 1.6rem;
    font-weight: 500;
}


#ticket .ticket_item .attention_red {
    border: solid 2px #B11D1F;
    border-radius: 3px;
    margin-top: 3rem;
    padding: 3rem;
}

#ticket .ticket_item .attention_red h4 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: .2rem;
    border-bottom: 1px solid #000;
    margin-bottom: .9rem;
}

#ticket .ticket_item .attention_red .txt ,#ticket .ticket_item .attention_red a {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: .3em;
}

#ticket .ticket_item .attention_red a {
    font-size: 1.6rem;
}

#ticket .ticket_item .attention_red .txt_red {
    color: #B11D1F;
    font-weight: 600;
}

.txt_plane {
    font-size: 1.6rem;
    line-height: 1.7;
}

@media screen and (max-width: 750px) {
  html, body {
    font-size: 2.5641025641vw;
  }
  #mv {
    height: 57.4rem;
    background: url(../images/jo/bg_mv_sp.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 6.6rem;
    padding-bottom: 3rem;
  }
  #mv .logo {
    width: 34rem;
    padding-bottom: 2.8rem;
  }
  #mv .mv_date {
    width: 18.6rem;
    padding-bottom: 2.7rem;
  }
  #mv .mv_time {
    display: none;
  }
  #mv ul {
    width: 20rem;
    margin: 0 auto;
  }
  #mv ul li {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  #mv ul li:last-child {
    margin-bottom: 0;
  }
  #mv ul li:last-child a {
    padding-left: 3.04rem;
  }
  #mv ul li:last-child a span {
    padding-left: 1.1rem;
  }
  #mv ul li a {
    height: 3.4rem;
    border-radius: 5.5rem;
    padding-left: 3.3rem;
  }
  #mv ul li a:after {
    right: 1.3rem;
  }
  #mv ul li a span {
    font-size: 1.3rem;
    margin-left: 2.2rem;
  }
  #mv ul li a .icon01 {
    width: 2.1rem;
  }
  #mv ul li a .icon02 {
    width: 2.4rem;
  }
  #mv ul li a .icon03 {
    width: 2.4rem;
  }
    #mv ul .ticket_txt span {
        margin-left: -.1rem;
    }
  #mv p {
    font-size: 1.8rem;
    line-height: 1.9;
    padding-top: 3.6rem;
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }
  #fixed_btn {
    bottom: 5rem;
    width: 16.5rem;
  }
  .inner {
    width: 35rem;
  }
  .bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/jo/bg.png);
  }
  #news {
    padding-top: 3.8rem;
    padding-bottom: 8.5rem;
  }
  #news .news_inner {
    border-radius: 1.2rem;
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
  #news .news_inner .scroll {
    height: 31rem;
  }
  #news .news_inner h2 {
    font-size: 2rem;
    padding-right: 0;
    padding-bottom: 2.7rem;
  }
  #news .news_inner ul {
    padding-right: 2rem;
  }
  #news .news_inner ul li:first-child a {
    padding-top: 0;
  }
  #news .news_inner ul li a {
    padding: 2.5rem 1rem 1.5rem;
    font-size: 1.4rem;
  }
  #news .news_inner ul li a .date {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  #news .news_inner ul li a .desc {
    width: 100%;
    padding-left: 0;
  }
  .popup {
    padding: 2rem 2rem;
  }
  .popup .mfp-close {
    width: 4rem;
    height: 4rem;
    top: -2rem;
    right: -2rem;
  }
  #competitor .attention {
    padding-bottom: 4.8rem;
  }
  #competitor .competitor_block {
    padding-bottom: 5.5rem;
  }
  #competitor .competitor_block:last-of-type {
    padding-bottom: 0;
  }
  #competitor h3 {
    margin-bottom: 4rem;
  }
  #competitor h3:after {
    width: 37.4rem;
  }
  #competitor h3 .en {
    padding-left: 1.4rem;
  }
  #competitor .flex {
    margin-left: -2.3rem;
  }
  #competitor .competitor_item {
    width: calc(50% - 2.3rem);
    margin-left: 2.3rem;
    margin-bottom: 2.8rem;
  }
  #competitor .competitor_item img {
    margin-bottom: 1.5rem;
  }
  #competitor .competitor_item .name {
    font-size: 1.4rem;
    line-height: 1.5;
    border-left: 0.4rem solid #918D67;
    padding-left: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: 1rem;
  }
    
  #competitor .competitor_item .prof {
    font-size: 1.3rem;
  }
  .main_ttl .jp {
    font-size: 2.8rem;
    padding-top: 1.5rem;
  }
  .bg_w {
    padding-top: 9rem;
    padding-bottom: 7rem;
    width: 35rem;
  }
  #summary {
    padding-bottom: 9rem;
  }
  #summary h2 {
    padding-bottom: 4.5rem;
  }
  #summary .summary_item {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #summary .summary_item_head {
    padding: 3rem 1rem;
    font-size: 1.6rem;
    width: 12rem;
    text-align: left;
  }
  #summary .summary_item_content {
    font-size: 1.4rem;
    line-height: 1.4;
    width: calc(100% - 12rem);
    padding: 3rem 0;
    padding-right: 1rem;
  }
    
    #summary .summary_item.map {
    height: 30.6rem;
}
    
  #ticket h2 {
    padding-bottom: 9rem;
  }
  #ticket .ticket_item_head {
    font-size: 1.6rem;
    width: 12rem;
    padding: 3rem 1rem;
  }
  #ticket .ticket_item_head span {
    font-size: 1.2rem;
  }
  #ticket .ticket_item_content {
    width: calc(100% - 12rem);
    padding: 3rem 0;
    padding-right: 1rem;
  }
  #ticket .ticket_item_content .dl_wrap {
    margin-left: -0.4rem;
    padding-bottom: 4.4rem;
  }
  #ticket .ticket_item_content .dl_wrap dl {
    width: calc(50% - 0.2rem);
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #ticket .ticket_item_content .dl_wrap dl dt {
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }
  #ticket .ticket_item_content .dl_wrap dl dd {
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }
  #ticket .ticket_item_content .hospitality_seats h4 {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  #ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner {
    width: 19.4rem;
  }
  #ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner .price {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
  #ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner dl {
    padding: 2rem 0 0;
  }
  #ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner dl dt {
    height: 2.7rem;
    width: 15rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  #ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner dl dd {
    padding-left: 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.88;
  }
  #ticket .ticket_item_content .hospitality_seats .hospitality_seats_inner dl dd .kome {
    font-size: 1.1rem;
    padding-top: 2rem;
  }
  #ticket .ticket_item_content .kome02 {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
  #ticket .ticket_item_content ul li {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  #ticket .ticket_item_content .playguide {
    display: block;
  }
  #ticket .ticket_item_content .playguide .txt {
    font-size: 1.4rem;
    border-left: 0.4rem solid #FFA700;
    padding: 0.3rem 1.4rem 0.5rem;
  }
  #ticket .ticket_item_content .playguide .btn {
    padding-left: 0;
    padding-top: 1.5rem;
  }
    
    #ticket .ticket_item .attention_red {
    padding: 1.5rem;
}
    
.txt_plane {
    font-size: 1.4rem;
    line-height: 1.7;
}
    
}

