/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2025 | 12:13:17 */
@charset "UTF-8";

/* mainheader
--------------------------------- */
#page .mainheader {
  width: 100%;
  max-height: 550px;
  min-height: 300px;
  height: 30vw;
  position: relative;
  margin-top: 100px;
}
#page .mainheader.cover-white::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#page .mainheader.cover-black::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(47, 51, 59, .7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#page .mainheader__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
#page .mainheader__inner {
  height: 100%;
}
#page .mainheader__title-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;

  position: relative;
}
#page .mainheader__title-text > span {
  display: block;
  line-height: 1.3;
}
#page .mainheader__title-text .en {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  transition-delay: 0.2s;
  margin-top: 0.5em;
}
#page .mainheader__title-text .font-lg {
  font-size: 4rem;
}
#page .mainheader__title-text .font-md {
  font-size: 3.3rem;
}
#page .mainheader__title-text .ja {
  font-size: 4.5rem;
  font-weight: bold;
}
#page .mainheader__title-text .logo-yutoku {
  width: 50%;
  max-width: 322px;
  margin: 0.5em 0;
}
#page .mainheader__title-text .logo-yutoku .cls-1 {
  fill: #30333b;
}
#page .mainheader__title-desc {
  font-size: 2rem;
}

#page .mainheader.cover-black .mainheader__title {
  color: #fff;
}

@media only screen and (max-width: 767px) {

  #page .mainheader {
    height: 200px;
    min-height: auto;
    margin-top: 60px;
  }
  #page .mainheader__title-text .en {
    font-size: 1.4rem;
  }
  #page .mainheader__title-text .ja {
    font-size: 2.4rem;
  }
  #page .mainheader__title-desc {
    font-size: 1.2rem;
  }
}

/* contents
--------------------------------- */
#page .container {
  max-width: 1200px;
}

/* section-title
--------------------------------- */
#page .section-title-wrap {
  position: relative;
}
#page .section-title-wrap.in-bd {
  padding-left: 40px;
}
#page .section-title-ja {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#page .section-title-en {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

#page .section-title-block {
  padding: 10px 0;
  position: relative;
}
#page .section-title-border {
  width: 5px;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  transition: height .4s;
  transition-delay: 0s;
}
#page .js-inview_view.section-title-border {
  height: 100%;
}
#page .section-title-border > span {
  display: block;
  width: 100%;
  height: 50%;
}
#page .section-title-border .border-red {
  background:rgba(136, 0, 0, 1);
}
#page .section-title-border .border-blk {
  background: rgba(48, 51, 59, 1);
}

@media only screen and (max-width: 767px) {

  #page .section-title-wrap.in-bd {
    padding-left: 20px;
  }

  #page .section-title-ja {
    font-size: 2.2rem;
  }
  #page .section-title-en {
    font-size: 1.2rem;
  }

  #page .section-title-border {
    width: 4px;
  }

}


/*---------------------------------
 process
--------------------------------- */
#page .process-renewal__section {
  padding: 10rem 0 5rem;
}
#page .process-cancel__section {
  padding: 10rem 0 0;
}
#page .process__title-block {
  margin-bottom: 4rem;
}
#page .process-renewal__block {
  margin-top: 5em;
}
#page .process-renewal__block-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2em;
}
#page .process-renewal__block-title .icon {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
}


#page .process-renewal__point-bnr {
  max-width: 450px;
  width: 70%;
  margin: auto;
}
#page .process-renewal__point-bnr a {
  display: block;
  transition: opacity .2s;
}
#page .process-renewal__point-bnr a:hover {
  opacity: 0.7;
}
#page .process-renewal__hikkoshi-bnr {
  max-width: 400px;
  padding: 2%;
}
#page .process-renewal__hikkoshi-bnr a {
  display: block;
  transition: opacity .2s;
}
#page .process-renewal__hikkoshi-bnr a:hover {
  opacity: 0.7;
}


#page .process__section .process-red-box-in {
  border: 1px solid rgba(136, 0, 0, 1);
  border-radius: 12px;
  padding: 30px;
  display: inline-block;
}
#page .process__section .process-sec-ttl {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  margin-top: -0.5em;
  padding-top: 2.5em;
  margin-bottom: 1.5em;
}
#page .process__section .process-sec-ttl .icon {
  display: inline-block;
  height: 32px;
  min-height: 32px;
  margin-right: 10px;
  margin-top: 2px;
}
#page .process__section .process-sec-ttl .icon img {
  height: 100%;
  max-width: initial;
  vertical-align: baseline;
}

#page .process__section .store-mail-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  line-height: 1.5;
  margin-bottom: 8px;
}
#page .process__section .store-mail-list li .name {
  width: 8em;
  margin: 0;
}
#page .process__section .store-mail-list li a {
  font-size: 1.4rem;
  display: block;
  border: 1px solid rgba(136, 0, 0, 1);
  padding: 5px 15px;
  border-radius: 5px;
  min-width: 260px;
  transition: color .3s, background .3s;
}
#page .process__section .store-mail-list li a:hover {
  background:rgba(136, 0, 0, 1);
  color: #fff;
}

#page .process__section .process-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding-bottom: 2em;
}
#page .process__section .process-nav li {
  display: inline-block;
}
#page .process__section .process-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 9999px;
  border: 1px solid #30333B;
  padding: 7px 45px 5px 40px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  transition: color .3s, background .3s;
  position: relative;
}
#page .process__section .process-nav li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #30333B;
  border-style: none solid solid none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: border .3s;
  margin-top: -2px;
}
#page .process__section .process-nav li a:hover {
  background: #30333B;
  color: #fff;
}
#page .process__section .process-nav li a:hover:after {
  border-color: #fff;
}


@media only screen and (max-width: 767px) {


  #page .process-renewal__section {
    padding: 6rem 0 3rem;
  }
  #page .process-cancel__section {
    padding: 3rem 0 0;
  }
  #page .process-renewal__block-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #page .process-renewal__block-title .icon {
    width: 24px;
    margin-right: 10px;
  }
  #page .process-renewal__block {
    margin-top: 3em;
  }

  #page .process__section .process-red-box-in {
    padding: 20px;
  }

  #page .process__section .process-sec-ttl {
    font-size: 1.6rem;
  }
  #page .process__section .process-sec-ttl .icon {
    height: 22px;
    min-height: 22px;
  }

  #page .process__section .process-nav {
    gap: 10px;
  }
  #page .process__section .process-nav li {
    width: calc(50% - 5px);
  }
  #page .process__section .process-nav li a {
    height: 46px;
    padding: 4px 20px 4px 20px;
    font-size: 1.1rem;
  }
  #page .process__section .process-nav li a::after {
    width: 6px;
    height: 6px;
    right: 10px;
  }


}


/*---------------------------------
 company
--------------------------------- */
#page .company-about__section {
  padding: 10rem 0 0;
}
#page .company-about__table .indent-list li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
#page .company-about__contents {
  padding-top: 5rem;
}
#page .company-about__table {
  width: 100%;
}
#page .company-about__table th {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 7px 0;
  width: 160px;
  border-right: 1px solid #595757;
}
#page .company-about__table td {
  width: calc(100% - 160px);
  vertical-align: top;
  text-align: left;
  padding: 12px 0;
  position: relative;
}
#page .company-about__table .daihyo-link {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page .company-about__table .daihyo-link a {
  display: block;
  transition: opacity .2s;
}
#page .company-about__table .daihyo-link a:hover {
  opacity: 0.7;
}
#page .company-about__table .daihyo-link .svg-include {
  width: 150px;
  display: inline-block;
}
#page .company-about__table .daihyo-link svg {
  vertical-align: middle;
}
#page .company-about__table .daihyo-link .cls-1 {
  fill: #333;
}


#page .company-about__table .td-block {
  padding: 0 0 0 80px;
}
#page .company-about__table .indent-list {
  padding-left: 1.7em;
}

#page .company-about__table .website-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 7%;
}
#page .company-about__table .website-list .box {
  max-width: 258px;
}
#page .company-about__table .website-list .box-logo {
  max-width: 258px;
}
#page .company-about__table .website-list .box-text {
  font-size: 1.4rem;
  font-weight: bold;
  min-height: calc(2em * 2);
  margin-top: 20px;
  letter-spacing: 0;
}
#page .company-about__table .website-list .box-link {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 25px;
}
#page .company-about__table .website-list .box-link a {
  position: relative;
  padding-right: 16px;
  transition: color .3s;
}
#page .company-about__table .website-list .box-link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #30333B;
  border-style: none solid solid none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: border .3s;
}
#page .company-about__table .website-list .box-link a:hover {
  color:rgba(136, 0, 0, 1)
}
#page .company-about__table .website-list .box-link a:hover::after {
  border-color:rgba(136, 0, 0, 1)
}


#page .company-about__table .store-block-gmap {
  height: 300px;
}

#page .company-about__table .store-block {
  padding: 4rem 0;
}
#page .company-about__table .store-block-title {
  font-weight: bold;
  line-height: 1.5;
}
#page .company-about__table .store-block-title-en {
  font-size: 1.5rem;
  margin-top: 0.2em;
}
#page .company-about__table .store-block-title-ja {
  font-size: 3rem;
  line-height: 1.3;
}

#page .company-about__table .store-block-address {
  font-size: 93%;
  margin: 20px 0;
}
#page .company-about__table .store-block-address .ensen {
  margin-left: 1em;
}
#page .company-about__table .store-block-gmap-wrap {
  position: relative;
  padding-right: 210px;
}
#page .company-about__table .store-block-gmap-link {
  width: 145px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#page .company-about__table .store-block-gmap-link a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px;
  background: #30333b;
  transition: background .2s;
  border-radius: 9999px;
}
#page .company-about__table .store-block-gmap-link a:hover {
  background: #555;
}

#page .company-about__table .store-block-row {
  margin-top: 20px;
  position: relative;
}
#page .company-about__table .store-block-info {
  line-height: 1.8;
}
#page .company-about__table .store-block-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#page .company-about__table .store-block-more .en,
#page .company-about__table .store-block-more .ja {
  display: block;
  line-height: 1.4;
  font-weight: bold;
}
#page .company-about__table .store-block-more .en {
  font-size: 1.6rem;
}
#page .company-about__table .store-block-more .ja {
  font-size: 1.3rem;
}
#page .company-about__table .store-block-more a {
  display: block;
  padding: 5px 20px 5px 15px;
  transition: .3s;
  position: relative;
}
#page .company-about__table .store-block-more a::before,
#page .company-about__table .store-block-more a::after {
  content: "";
  display: block;
  height: 2px;
  background: #30333B;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: background .3s;
}
#page .company-about__table .store-block-more a::before {
  width: 100%;
}
#page .company-about__table .store-block-more a::after {
  width: 10px;
  transform: rotate(35deg);
  bottom: 3px;
}
#page .company-about__table .store-block-more a:hover {
  color: rgba(136, 0, 0, 1);
  border-color: rgba(136, 0, 0, 1);
}
#page .company-about__table .store-block-more a:hover::before,
#page .company-about__table .store-block-more a:hover::after {
  background: rgba(136, 0, 0, 1);
}


#page .company-about__table .th-relative {
  position: relative;
}
#page .company-about__table .th-write-vertical {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  right: 1.5em;
  top: 5rem;
  transform: rotate(180deg);
}

@media only screen and (min-width: 767px) and (max-width: 900px) {

  #page .company-about__table .daihyo-link {
    position: static;
    transform: translateY(0);
    padding: 0 0 0 120px;
  }

}

@media only screen and (max-width: 767px) {

  #page .company-about__section {
    padding: 6rem 0 0;
  }
  #page .company-about__contents {
    padding-top: 3rem;
  }
  #page .company-about__table-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #page .company-about__table th,
  #page .company-about__table td {
    width: 100%;
    display: block;
  }
  #page .company-about__table th {
    padding: 0 20px 5px;
    border: none;
  }
  #page .company-about__table td {
    padding: 5px 0 20px;
  }
  #page .company-about__table .daihyo-link {
    position: static;
    transform: translateY(0);
    font-size: 1.2rem;
    margin-top: 7px;
    padding: 0 20px;
  }
  #page .company-about__table .td-block {
    padding: 0 20px;
  }


  #page .company-about__table .website-list .box {
    max-width: 100%;
  }
  #page .company-about__table .website-list .box-text {
    min-height: inherit;
    margin-top: 15px;
  }
  #page .company-about__table .website-list .box-link {
    margin-top: 15px;
  }

  #page .company-about__table .store-block {
    padding: 3rem 0;
  }
  #page .company-about__table .store-block-title-ja {
    font-size: 2rem;
  }
  #page .company-about__table .store-block-title-en {
    font-size: 1rem;
  }
  #page .company-about__table .store-block-address .ensen {
    margin-left: 0;
  }
  #page .company-about__table .store-block-gmap-wrap {
    padding: 0;
  }
  #page .company-about__table .store-block-link-list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4%;
    margin-top: 20px;
  }
  #page .company-about__table .store-block-gmap-link {
    width: 48%;
    position: static;
  }
  #page .company-about__table .store-block-gmap-link a {
    font-size: 1.1rem;
    border-radius: 0;
  }
  #page .company-about__table .store-block-info {
    max-width: 100%;
  }
  #page .company-about__table .store-block-more {
    position: static;
    text-align: center;
    width: 48%;
  }
  #page .company-about__table .store-block-more a {
    padding: 12px 20px 12px 15px;
  }
  #page .company-about__table .store-block-more .en {
    font-size: 1.3rem;
  }
  #page .company-about__table .th-write-vertical {
    font-size: 2.4rem;
    text-align: center;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    position: static;
    right: auto;
    top: auto;
    transform: inherit;
    padding: 4rem 0 0;
    display: inline-block;
  }
}



/*---------------------------------
 office
--------------------------------- */
#page .office-concept__section {
  padding: 10rem 0 6rem;
}
#page .office-message__section {
  padding: 3rem 0 5rem;
}
#page .office-shopinfo__section {
  padding: 5rem 0 0;
}
#page .office-access__section {
  padding: 5rem 0 10rem;
}
#page .office-message__contents {
  margin-top: 4rem;
}
#page .office-shopinfo__contents {
  margin-top: 4rem;
}
#page .office-access__contents {
  margin-top: 4rem;
}
#page .office-concept__row-main-img {
  width: 50%;
}
#page .office-concept__row-main-info {
  flex: 1;
  padding: 0 0 0 20px;
}
#page .office-concept__row-main-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 2rem;
}
#page .office-concept__row-thumb-list {
  margin: 20px -10px 0;
}
#page .office-concept__row-thumb-item {
  width: 25%;
  padding: 10px;
}

#page .office-message__img {
  width: 270px;
}
#page .office-message__info {
  width: calc(100% - 270px);
  padding-left: 40px;
}
#page .office-message__info-text {
  padding: 5px 20px;
}
#page .office-message__comment {
  padding: 15px 35px;
  margin-top: 10px;
  border-radius: 20px;
  background: #efefef;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
}
#page .office-message__comment::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style:solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #EFEFEF transparent transparent;
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateX(-98%);
}
#page .office-shopinfo__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .office-shopinfo__title-block-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page .office-shopinfo__table-wrap {
  width: 50%;
  position: relative;
}
#page .office-shopinfo__map {
  width: 46%;
}
#page .office-shopinfo__logo-shamaison {
  width: 200px;
}
#page .office-shopinfo__table {
  width: 100%;
}
#page .office-shopinfo__table th,
#page .office-shopinfo__table td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #9fa0a0;
  border-style: solid none;
  line-height: 1.8;
}
#page .office-shopinfo__table th {
  width: 30%;
  font-weight: bold;
  padding: 15px 0;
}
#page .office-shopinfo__table td {
  width: 70%;
  padding: 15px 0;
}

#page .office-access__gmap-wrap {
  position: relative;
}
#page .office-access__gmap {
  height: 400px;
}
#page .office-access__gmap-link {
  width: 145px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#page .office-access__gmap-link a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px;
  background: #30333b;
  transition: background .2s;
}
#page .office-access__gmap-link a:hover {
  background: #555;
}


@media only screen and (max-width: 767px) {

  #page .office-concept__section {
    padding: 6rem 0 2rem;
  }
  #page .office-message__section {
    padding: 2rem 0 3rem;
  }
  #page .office-shopinfo__section {
    padding: 3rem 0;
  }
  #page .office-access__section {
    padding: 3rem 0 6rem;
  }
  #page .office-message__contents {
    margin-top: 2rem;
  }
  #page .office-shopinfo__contents {
    margin-top: 2rem;
  }
  #page .office-access__contents {
    margin-top: 2rem;
  }
  #page .office-concept__row-main-img {
    width: 100%;
  }
  #page .office-concept__row-main-info {
    width: 100%;
    padding: 20px 0 0;
  }
  #page .office-concept__row-main-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  #page .office-concept__row-thumb-list {
    margin: 20px -10px 0;
  }
  #page .office-concept__row-thumb-item {
    width: 50%;
    padding: 10px;
  }

  #page .office-message__img {
    width: 100%;
  }
  #page .office-message__info {
    width: 100%;
    padding: 20px 0 0;
  }
  #page .office-message__info-text {
    padding: 5px 20px;
  }
  #page .office-message__comment {
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 10px;
    font-size: inherit;
  }
  #page .office-message__comment::after {
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #EFEFEF transparent;
    left: 50%;
    top: 0;
    transform: translate(-50%, -60%);
  }

  #page .office-shopinfo__logo-shamaison {
    width: 120px;
  }
  #page .office-shopinfo__table-wrap {
    width: 100%;
  }
  #page .office-shopinfo__map {
    width: 100%;
    margin-top: 30px;
  }
  #page .office-shopinfo__table th,
  #page .office-shopinfo__table td {
    font-size: 1.3rem;
  }
  #page .office-shopinfo__table th {
    min-width: 90px;
  }
  #page .office-access__gmap-link {
    width: 120px;
  }
  #page .office-access__gmap-link a {
    font-size: 1.1rem;
  }


}



/*---------------------------------
 campaign
--------------------------------- */
#page .campaign-referral__section {
  padding: 10rem 0 5rem;
}
#page .campaign-referral__contents {
  margin-top: 5rem;
}
#page .campaign-ticket__section {
  padding: 5rem 0 0;
}
#page .campaign-ticket__inner {
  padding: 8rem 0 4rem;
  position: relative;
}
#page .campaign-ticket__section .section-title-border {
  transition-duration: 1s;
}
/*
#page .campaign-ticket__title-block {
  margin-top: -113px;
}
  */
#page .campaign-ticket__contents {
  position: relative;
}
#page .campaign-ticket__text-list {
  padding: 5rem 0;
}
#page .campaign-ticket__text-list .item {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  padding: 5px 0;
}
#page .campaign-ticket__text-list .item .text {
  padding-left: 2em;
}
#page .campaign-ticket__text p {
  font-size: 1.7rem;
}
#page .campaign-ticket__img {
  max-width: 890px;
  width: 50%;
  position: absolute;
  right: 2%;
  bottom: 15%;
}
#page .campaign-ticket__bottom {
  font-size: 90%;
  padding: 2rem 0 4rem;
}


@media only screen and (max-width: 767px) {

  #page .campaign-referral__section {
    padding: 6rem 0 3rem;
  }
  #page .campaign-referral__contents {
    margin-top: 3rem;
  }
  #page .campaign-ticket__section {
    padding: 3rem 0 0;
  }
  #page .campaign-ticket__inner {
    padding: 4rem 0;
  }
  #page .campaign-ticket__title-block {
    margin-top: 0;
  }
  /*
  #page .campaign-ticket__contents,
  #page .section-title-block-inner {
    max-width: 500px;
  }
    */
  #page .campaign-ticket__img {
    max-width: 500px;
    width: 80%;
    margin: 5% auto 0;
    position: static;
    right: auto;
    bottom: auto;
  }
  #page .campaign-ticket__text-list {
    padding: 2rem 0;
  }
  #page .campaign-ticket__text-list .item {
    font-size: 1.4rem;
  }
  #page .campaign-ticket__text-list .item .text {
    padding-left: 1em;
  }
  #page .campaign-ticket__text p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #page .campaign-ticket__bottom {
    font-size: 1.2rem;
    padding: 2rem 0 4rem;
  }

}