@charset "UTF-8";
body {
  min-height: 0%;
  font-family: 'Futo Min A101';
  color: #000;
  background: #f2f2f2;
}

a {
  text-decoration: none;
  transition: .4s;
  color: #1A1A1A;
}

a:hover {
  opacity: .7;
}

a:focus, *:focus {
  outline: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

img.instagram_bk {
  width: 43px;
}

img.facebook_bk {
  width: 41px;
}

img.twitter {
  width: 44px;
}

img.facebook {
  width: 41px;
}

img.line {
  width: 49px;
}

img.home {
  width: 48px;
}

img.kansou {
  width: 25px;
}

img.toStore {
  width: 25px;
}

.swiper-container {
  position: relative;
  width: 100%;
}

.swiper-pagination--1 {
  right: 22px;
  bottom: 10%;
}

.swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 13px;
  margin: 6px 0;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #fff;
}

.swiper-pagination-bullet-active {
  background-color: #A5A2A3;
  border-color: #A5A2A3;
}

.swiper-slide > p {
  font-size: 13px;
}

.c-ttl {
  position: relative;
  display: flex;
}

.c-ttl--yomimono {
  padding: 90px 0 50px;
  color: #7F4B63;
}

.c-ttl .c-ttl__img {
  max-width: 96px;
  margin-right: 20px;
}

.c-ttl .c-ttl__txt {
  font-size: 14px;
}

.c-ttl .c-ttl__txt span a {
  color: #E94709;
}

.c-ttl .c-ttl__txt__ttl {
  font-size: 28px;
  margin-bottom: 8px;
}

.c-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.c-items--end {
  align-items: flex-end;
}

.c-items .c-items__customeInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.c-items .c-items__customeInner .c-items__img {
  display: flex;
  align-items: flex-end;
  min-height: 430px;
}

.c-items .product_label {
  display: block;
  width: 85%;
  margin: 8px auto 0;
  font-size: 13px;
  color: #333;
}

.c-items .price {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}

.c-items .stock,
.c-items .free {
  display: none;
  color: #C80E16;
  font-size: 11px;
  font-family: 'Shuei KakuGo Gin B';
}

.c-items .hidden {
  display: none;
}

.c-items .hidden__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-items .hidden__inner.end {
  align-items: flex-end;
}

.c-btnMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 126px;
  padding: 3px 12px 3px 18px;
  margin: 40px auto 0;
  font-size: 16px;
  color: #fff;
  background-color: #203868;
  border-radius: 30px;
  transition: 0s;
}

.c-btnMore img {
  width: 18.3px;
  height: 16.4px;
}

.c-btnMore .c-btnMore__inner {
  position: relative;
}

.c-btnMore .miru {
  display: inline-block;
}

.c-btnMore .tojiru {
  display: none;
}

.c-btnMore.show .miru {
  display: none;
}

.c-btnMore.show .tojiru {
  display: inline-block;
}

.content {
  padding-top: 66px;
}

.cart.sold {
  position: relative;
}

.cart.sold:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 89px;
  height: 26px;
  background-image: url(/store/marikomikuni/classic_cashmere/assets/img/ico-soldout.svg);
  background-size: 100%;
  z-index: 1;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  transition: .4s;
  opacity: 0;
}

header.appear {
  display: block;
  opacity: 1;
  z-index: 100;
}

header .icon-animation {
  width: 30px;
  height: 28px;
  position: relative;
  cursor: pointer;
}

header .type-1 span {
  transition: all 0.3s;
  transform: rotate(0deg);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}

header .type-1 .top {
  transform: translateY(-10px);
}

header .type-1 .bottom {
  transform: translateY(10px);
}

header .type-１:hover .top {
  transform: translateY(-20px);
}

header .type-１:hover .bottom {
  transform: translateY(20px);
}

header .type-1.is-open .middle {
  background: rgba(255, 255, 255, 0);
}

header .type-1.is-open .top {
  transform: rotate(-45deg) translateY(0px);
}

header .type-1.is-open .bottom {
  transform: rotate(45deg) translateY(0px);
}

header .headerRow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #000;
  background-color: #fff;
}

header .headerRow a {
  text-align: center;
}

header .headerRow--0 {
  padding: 16px 10px;
}

header .headerRow--0 a {
  width: 360px;
}

header .headerRow--1 {
  padding: 0 10px;
}

header .headerRow--1 a {
  width: 33.3333%;
}

header .headerRow--1 a img {
  padding: 10px 0;
}

header .headerRow--1 a:nth-of-type(1) img {
  width: 211.162px;
}

header .headerRow--1 a:nth-of-type(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

header .headerRow--1 a:nth-of-type(2) img {
  width: 230.3034px;
}

header .headerRow--1 a:nth-of-type(3) img {
  width: 222.9855px;
}

header .headerRow--2 {
  padding: 0 10px;
}

header .headerRow--2 a {
  width: 50%;
  padding: 0 20px;
  border-right: 1px solid #000;
}

header .headerRow--2 a img {
  padding: 10px 0;
}

header .headerRow--2 a:nth-of-type(1) img {
  max-width: 410px;
}

header .headerRow--2 a:nth-of-type(2) {
  border-right: none;
}

header .headerRow--2 a:nth-of-type(2) img {
  max-width: 413px;
}

header .headerRow--3 a {
  width: 33.3333%;
  max-width: 352px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .headerRow--3 a:nth-of-type(3) img {
  width: 254.2365px;
}

header .headerRow--4 a {
  width: 50%;
}

header .headerRow--4 a:nth-of-type(1) img {
  width: 234.1155px;
}

header .headerRow--4 a:nth-of-type(2) img {
  width: 248.447px;
}

header .headerRowHide {
  display: none;
}

header .headerRow--0__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

header .headerRow--5__inner {
  display: flex;
  justify-content: space-between;
  max-width: 882.9668px;
  width: 100%;
}

header .headerRow--5__left,
header .headerRow--5__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .headerRow--5__left {
  width: 245.4908px;
}

header .headerRow--5__left span {
  font-size: 13.65px;
}

header .headerRow--5__left a img {
  height: 26px;
  width: auto;
}

header .headerRow--5__right {
  width: 527.23px;
  align-items: inherit;
}

header .headerRow--5__right a:nth-of-type(1) img {
  width: 176.4707px;
}

header .headerRow--5__right a:nth-of-type(2) img {
  width: 122.8802px;
}

header .headerRow--5__right a:nth-of-type(3) img {
  width: 140.6399px;
}

.logo {
  width: 346.8667px;
  margin: 24px auto;
}

.en {
  display: flex;
  justify-content: flex-end;
  max-width: 1300px;
  margin: -39px auto 8px;
}

.en a {
  display: block;
  width: 39px;
}

.mv {
  margin: auto;
  position: relative;
}

.mv::after {
  content: '';
  width: 14vw;
  max-width: 323px;
  height: 15.5vw;
  max-height: 355px;
  position: absolute;
  right: 120px;
  top: 45%;
  background-image: url(/store/marikomikuni/jamiesons/assets/img/txt-mv.png);
  background-size: contain;
  z-index: 1;
}

.mv .swiperWrap {
  position: relative;
  margin: auto;
}

.mvUnder {
  display: flex;
  justify-content: center;
  background: #1E0000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
}

.mvUnder .mvTxt {
  line-height: 2;
}

.mvUnder .mvTxt__prof {
  display: inline-block;
  line-height: 1;
  color: #fff;
  border: 1px solid;
  padding: 12px;
  margin-top: 45px;
  font-size: 26px;
}

.mvUnder .mvTxt__prof span {
  font-size: 21px;
}

.mvUnder .info {
  font-size: 16px;
}

.mvUnder .sns__kotira {
  display: flex;
  align-items: center;
}

.mvUnder .sns__kotira img {
  width: 25px;
  margin-right: 8px;
}

.mvUnder .info__fb .sns__kotira {
  margin-bottom: 4px;
}

.mvUnder .info__ig .sns__kotira {
  margin-top: 4px;
}

.concept__btn {
  cursor: pointer;
  transition: .4s;
}

.concept__btn:hover {
  transform: translateY(5px);
}

.concept__btn.active:hover {
  transform: translateY(-5px);
}

.concept__btn.active img {
  transform: rotate(180deg);
}

.yomimono {
  margin-top: 10px;
  padding-bottom: 90px;
  background-color: #FFE480;
}

.yomimono .yomimono__inner {
  max-width: 900px;
  margin: auto;
}

.yomimono .bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yomimono .bnr a {
  width: calc(50% - 15px);
  margin-top: 30px;
}

.yomimono .bnr a:nth-of-type(1), .yomimono .bnr a:nth-of-type(2) {
  margin-top: 0;
}

.yomimono .bnr a img {
  border-radius: 6px;
}

footer {
  position: relative;
  z-index: 12;
  background-color: #fff;
}

footer a {
  color: #333;
}

footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 100px 20px;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13.65px;
  line-height: 27.3px;
  letter-spacing: 0.1em;
}

footer .footer__left {
  width: 320px;
}

footer .footer__right {
  width: 550px;
  margin: 0 0 10px 100px;
  align-items: flex-end;
}

footer .footer__right > a span {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 80px;
  font-size: 12px;
  line-height: 36.49px;
  text-align: center;
}

footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.spThanks {
  font-family: 'Georgia';
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  margin-top: 100px;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  line-height: 2;
}

.lity-container a:not(.hover-opacity) {
  color: #b70e16;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
}

.lightbox {
  max-width: 492px;
  max-height: 90vh !important;
  padding: 20px;
  background-color: #fff;
  overflow-y: scroll;
}

.lightbox rt {
  font-size: 11px;
}

.lightbox p {
  font-size: 14px;
}

.lightbox__title {
  font-size: 30px;
}

.lightbox__content {
  font-size: 14px;
}

.lightbox__content > * {
  margin-top: 10px;
}

.lightbox__content img {
  max-width: 400px;
}

.lightbox h4 {
  margin-top: 10px;
}

.lightbox__close {
  margin-top: 20px;
  text-align: center;
}

.lightbox__close a {
  cursor: pointer;
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup_prof .modaal-content-container {
  padding: 0;
}

.popup_prof .modaal-container {
  max-width: 484px;
}

.douga_kaisetu {
  margin: 70px 0 0 50px;
  max-width: 542px;
}

/*conceptブロック*/
.concept {
  padding: 100px 0;
  background: #FFF5BC;
}

.concept .concept__ttl {
  width: 290px;
  margin: auto;
}

.concept .concept__cnt {
  display: none;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 30px 0 60px;
}

.concept .concept__btn {
  width: 28px;
  margin: auto;
}

/* mainブロック */
.mainBlock {
  max-width: 1280px;
  width: 100%;
  padding: 100px 0;
  margin: auto;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.mainBlock--1 {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.mainBlock--4 {
  padding-bottom: 90px;
}

.mainBlock--5 {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 90px;
}

.mainBlock .bnrBlock1__ttl {
  max-width: 492px;
  width: 100%;
  margin: auto;
}

.mainBlock .bnrBlock1__cnt {
  max-width: 1250px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.mainBlock .bnrBlock1__cnt a {
  width: calc(33.3333% - 30px);
  margin: 10px 0;
}

.mainBlock .mainBlock__txt {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.mainBlock .mainBlock__txt.min135-pc {
  min-height: 135px;
}

.mainBlock .bigTtl {
  font-size: 44px;
  line-height: 1.3;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
  margin: 0 auto 30px;
}

.mainBlock .bigTtl img {
  max-width: 365px;
}

.mainBlock .mainBlock--1__col {
  width: calc(50% - 110px);
}

.mainBlock .wear {
  margin: 80px 0;
}

.mainBlock .wear img {
  max-height: 303px;
  width: auto;
}

.mainBlock .wear__price {
  font-size: 14px;
}

.mainBlock .wear__price img {
  max-width: 300px;
}

.mainBlock .wear__detail {
  width: 264px;
  border: 1px solid #000;
  padding: 3px 12px;
  margin-top: 80px;
  font-size: 15px;
}

/* bnrブロック */
.bnrBlock {
  width: 100%;
  margin: auto;
}

.bnrBlock .bnrBlock__item {
  display: block;
}

.bnrBlock--1 {
  max-width: 640px;
}

.bnrBlock--1 .bnrBlock__item {
  margin: 40px 0;
}

.bnrBlock--2 {
  max-width: 834px;
  margin: 100px auto;
}

.bnrBlock--3 {
  max-width: 834px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bnrBlock--3 .bnrBlock__item {
  width: calc(50% - 10px);
  margin: 10px 0;
}

.free {
  font-size: 11px;
  color: #C81400;
  font-family: 'Shuei KakuGo Gin B';
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .c-items .c-items__customeInner {
    align-items: flex-end;
  }
  .c-items .c-items__customeInner .c-items__img {
    min-height: inherit;
  }
  .c-items .c-items__img {
    min-height: inherit;
  }
}

@media screen and (min-width: 801px) {
  .mv .swiper-container,
  .mv .swiper-slide {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .mv .swiper-slide > img {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .swiper-pagination--1 {
    left: 0;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper-pagination--1 {
    display: none;
  }
  .content {
    padding-top: 0;
  }
  .mv::after {
    width: 28vw;
    height: 29.5vw;
    right: inherit;
    top: 76%;
    left: inherit;
    right: 5%;
  }
  .c-ttl--yomimono {
    padding: 50px 10px 10px;
  }
  .c-ttl .c-ttl__img {
    max-width: 33px;
    margin-right: 10px;
  }
  .c-ttl .c-ttl__txt {
    font-size: 12px;
  }
  .c-ttl .c-ttl__txt span {
    display: block;
    margin: 10px 0 0 -42px;
  }
  .c-ttl .c-ttl__txt__ttl {
    font-size: 20px;
  }
  .c-items {
    justify-content: space-between;
  }
  .c-items .c-items__customeInner {
    align-items: inherit;
  }
  .c-items .product_label {
    width: 100%;
  }
  .logo {
    width: 182px;
    margin: 8px auto;
  }
  .en {
    margin: -44px 8px 8px 0;
  }
  header.appear {
    display: none;
  }
  header .headerRow--0 {
    padding: 6px 10px;
    border-top: none;
  }
  header .headerRow--0 a {
    width: 157px;
  }
  header .headerRow--0 img {
    vertical-align: middle;
  }
  header .icon-animation {
    width: 16px;
    height: 16px;
  }
  header .type-1 .top {
    transform: translateY(-6px);
  }
  header .type-1 .bottom {
    transform: translateY(6px);
  }
  header > .sp {
    background-color: #fff;
    text-align: center;
  }
  header > .sp a {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    border-top: 1px solid #000;
  }
  header > .sp a img {
    vertical-align: middle;
  }
  header > .sp a:nth-of-type(1) img {
    width: 127px;
  }
  header > .sp a:nth-of-type(2) img {
    width: 135px;
  }
  header > .sp a:nth-of-type(3) img {
    width: 120px;
  }
  header > .sp a:nth-of-type(4) {
    border-bottom: 1px solid #000;
  }
  header > .sp a:nth-of-type(4) img {
    width: 206px;
  }
  header > .sp a:nth-of-type(5) img {
    width: 141px;
  }
  header > .sp a:nth-of-type(6) img {
    width: 103px;
  }
  header > .sp a:nth-of-type(7) {
    border-bottom: 1px solid #000;
  }
  header > .sp a:nth-of-type(7) img {
    width: 111px;
  }
  header > .sp .header__classic {
    display: flex;
  }
  header > .sp .header__classic a:nth-of-type(1) {
    border-right: 1px solid #000;
  }
  header > .sp .header__classic a:nth-of-type(1) img {
    width: 100%;
  }
  header > .sp .header__classic a:nth-of-type(2) img {
    width: 97%;
  }
  header > .sp .header__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 138px;
    margin: auto;
    padding: 8px 0;
  }
  header > .sp .header__share span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
  }
  header > .sp .header__share a {
    display: inline-block;
    width: 33.3333%;
    border: none;
    padding: 0;
  }
  header > .sp .header__share a img {
    width: 27px;
  }
  .mainBlock {
    padding: 30px 0;
    width: calc(100% - 20px);
    overflow: hidden;
  }
  .mainBlock--1 {
    flex-wrap: wrap;
  }
  .mainBlock--4 {
    width: 100%;
    padding-bottom: 25px;
  }
  .mainBlock--5 {
    width: 100%;
    padding: 10px 0 25px;
  }
  .mainBlock .mainBlock--1__col {
    width: 100%;
  }
  .mainBlock .mainBlock--1__col:last-of-type {
    padding-top: 80px;
  }
  .mainBlock .bigTtl {
    padding-bottom: 15px;
    margin: 0 auto 20px;
  }
  .mainBlock .bigTtl img {
    max-width: 232px;
  }
  .mainBlock .bnrBlock1__ttl {
    max-width: 300px;
    padding: 0 10px;
  }
  .mainBlock .bnrBlock1__cnt {
    padding: 0 10px;
    margin-top: 20px;
  }
  .mainBlock .bnrBlock1__cnt a {
    width: calc(50% - 10px);
    margin: 5px 0;
  }
  .mainBlock .mainBlock__txt {
    font-size: 15px;
  }
  .mainBlock .mainBlock__txt.min135-pc {
    min-height: inherit;
  }
  .mainBlock .wear {
    margin: 40px 0;
  }
  .mainBlock .wear img {
    width: 100%;
    max-height: inherit;
  }
  .mainBlock .wear__detail {
    width: 134px;
    margin-top: 40px;
  }
  .bnrBlock--2 {
    margin: 20px auto;
  }
  .bnrBlock--3 .bnrBlock__item {
    width: calc(50% - 5px);
    margin: 5px 0;
  }
  .mvUnder {
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
    text-align: left;
  }
  .mvUnder .mvTxt {
    font-size: 15px;
  }
  .mvUnder .mvTxt__prof {
    font-size: 11px;
  }
  .mvUnder .info {
    margin-top: 32px;
    font-size: 12px;
  }
  .mvUnder .sns__kotira img {
    width: 17px;
  }
  .mvUnder .info__ig .sns__kotira {
    margin-top: 12px;
  }
  .mvUnder .mvTxt__prof {
    display: block;
    width: 167px;
    margin: 40px auto 0;
    font-size: 14px;
  }
  .mvUnder .mvTxt__prof span {
    font-size: 11px;
  }
  .concept {
    padding: 10px 0;
  }
  .concept .concept__ttl {
    width: 120px;
  }
  .concept .concept__cnt {
    font-size: 15px;
    margin: 15px 0 30px;
  }
  .concept .concept__btn {
    width: 11px;
    margin-top: -10px;
  }
  footer .footer__inner {
    padding: 25px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 12px;
  }
  footer .footer__left {
    width: 176px;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    width: 100%;
    margin: 45px 0 0;
    flex-direction: column;
    align-items: center;
  }
  footer .footer__right a:nth-of-type(2) {
    margin: 25px 0 23px;
  }
  footer .footer__bottom {
    margin-top: 50px;
    font-size: 10px;
    line-height: 17px;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  .popup_prof .modaal-inner-wrapper {
    padding: 80px 5%;
  }
  .spThanks {
    margin-top: 80px;
    text-align: left;
  }
  .douga_kaisetu {
    margin: 30px 10px 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
