@charset "UTF-8";

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header .logo {
  max-width: 280px;
  width: 24vw;
  padding-bottom: 3px;
}
#header .menu > li {
  margin-left: 0;
}
#header .menu > li a {
  padding: 33px 15px;
}
#header .menu > li.brand-top {
  margin-left: 20px;
  position: relative;
}
#header .menu > li.brand-top .line {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #201f1e;
  position: absolute;
  top: 22px;
  left: 0;
}
#header .menu > li.brand-top a {
  line-height: 1.5;
  padding: 22px 20px;
}


/*-------------------------------------------
リュールTOP
-------------------------------------------*/
/* メインビジュアル */
#lueur-top .mv .bg {
  background: 0;
  padding-top: 100vh;
}
#lueur-top .mv .bg::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/lueur/bg-pc.jpg) no-repeat center / cover;
  position: fixed;
  left: 0;
  top: 85px;
  z-index: -1;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
#lueur-top .mv .bg2 {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/lueur/bg-pc.jpg) no-repeat center / cover;
  position: fixed;
  left: 0;
  top: 85px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#lueur-top .mv.active .bg2 {
  opacity: 1;
}
#lueur-top .mv .bg3 {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/lueur/bg3-pc.jpg) no-repeat center / cover;
  position: fixed;
  left: 0;
  top: 85px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#lueur-top .mv.active2 .bg3 {
  opacity: 1;
}
#lueur-top .mv .bg4 {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/lueur/bg2-pc.jpg) no-repeat center / cover;
  position: fixed;
  left: 0;
  top: 85px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#lueur-top .mv.active3 .bg4 {
  opacity: 1;
}
#lueur-top .mv .mv1-text {
  width: max(26vw, 340px);
  position: fixed;
  top: 30%;
  left: 15%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease 0s;
}
#lueur-top .mv.active .mv1-text,
#lueur-top .mv.active2 .mv1-text,
#lueur-top .mv.active3 .mv1-text {
  opacity: 0;
  visibility: hidden;
}

/* ジュレリッチブランドについて */
#lueur-top .about {
  padding-top: 60vh;
}
#lueur-top .about .text-area {
  max-width: 525px;
  color: #fff;
  margin-left: 2%;
}
#lueur-top .about .text-area .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
#lueur-top .about .text-area .text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify;
}

/* お客様のお声に寄り添う */
#lueur-top .cuddle {
  max-width: 1110px;
  padding: 60vh 20px 50vh;
  margin: 0 auto;
}
#lueur-top .cuddle .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
#lueur-top .cuddle .content-area .img {
  width: 50%;
  max-width: 430px;
  margin-right: 3%;
}
#lueur-top .cuddle .content-area .text-area {
  width: 47%;
}
#lueur-top .cuddle .content-area .text-area .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
#lueur-top .cuddle .content-area .text-area .text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#lueur-top .cuddle .content-area .text-area .text p:last-child {
  margin-bottom: 0;
}
#lueur-top .cuddle .content-area .text-area .text .note {
  font-size: 14px;
}
#lueur-top .cuddle .btn-detail {
  max-width: 640px;
  margin: 0 auto;
}

/* トピックス */
#lueur-top .topics {
  background-color: #fff;
  padding: 100px 0;
  margin-bottom: 0;
}
#lueur-top .topics .topics-list {
  grid-template-columns: repeat(3, 1fr);
}

/* ページ途中パララックス */
#lueur-top .parallax {
  width: 100%;
  height: 100px;
}

/* 商品一覧 */
#lueur-top .products {
  background-color: #fff;
  padding: 100px 0;
}

/* シリーズ */
#lueur-top .series {
  padding-bottom: 40px;
}

/*-------------------------------------------
商品一覧
-------------------------------------------*/
#lueur-product {
  padding-top: 55px;
  padding-bottom: 80px;
}
#lueur-product .products {
  margin-bottom: 40px;
}

/*-------------------------------------------
商品詳細
-------------------------------------------*/
#lueur-product-detail {
  padding: 20px 0 30px;
}
#lueur-product-detail .product-detail {
  max-width: 1220px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0 auto 60px;
}
#lueur-product-detail .product-detail .img-area {
  width: 46%;
  max-width: 536px;
  margin-right: 2%;
  position: sticky;
  top: 85px;
}
#lueur-product-detail .img-area .howto-btn a {
  width: 206px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d74765;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}
#lueur-product-detail .product-detail .detail-area {
  width: 52%;
  padding-top: 25px;
}
#lueur-product-detail .detail-area .brand-name {
  color: #d74765;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
#lueur-product-detail .detail-area .kind {
  border-bottom: solid 4px #d74765;
  color: #d74765;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
#lueur-product-detail .detail-area .product-name {
  color: #d74765;
  font-size: 28px;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 20px;
}
#lueur-product-detail .detail-area .name-box {
  border: solid 1px #201f1e;
  display: inline-block;
  line-height: 1;
  padding: 1px 4px;
}
#lueur-product-detail .detail-area .price {
  font-size: 20px;
  margin-bottom: 3px;
}
#lueur-product-detail .detail-area .price .note {
  margin-left: 5px;
}
#lueur-product-detail .detail-area .sales-name {
  margin-bottom: 25px;
}
#lueur-product-detail .detail-area .award {
  margin-bottom: 25px;
}
#lueur-product-detail .detail-area .phrase {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#lueur-product-detail .detail-area .phrase .note {
  font-size: 10px;
  position: relative;
  bottom: 15px;
}
#lueur-product-detail .detail-area .description {
  font-size: 17px;
  margin-bottom: 7px;
  text-align: justify;
}
#lueur-product-detail .detail-area .description .note {
  font-size: 10px;
  position: relative;
  bottom: 6px;
}
#lueur-product-detail .detail-area .kit {
  margin: 30px 0 50px;
}
#lueur-product-detail .detail-area .kit li a {
  text-decoration: underline;
}
#lueur-product-detail .detail-area .note {
  font-size: 15px;
  margin-bottom: 20px;
}
#lueur-product-detail .detail-area .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 15px;
}
#lueur-product-detail .detail-area .feature-list li {
  width: 32%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0e3de;
  border-radius: 4px;
  color: #d74765;
  font-size: 14px;
  margin-bottom: 2%;
  letter-spacing: -0.05em;
  line-height: 1.2;
  text-align: center;
}
#lueur-product-detail .detail-area .feature-list li .note1 {
  font-size: 10px;
  position: relative;
  top: 6px;
}
#lueur-product-detail .detail-area .feature-list li .note2 {
  font-size: 10px;
  position: relative;
  bottom: 3px;
}
#lueur-product-detail .detail-area .component-box {
  background-color: #e9e9e8;
  border-radius: 4px;
  padding: 20px 15px;
  margin: 25px 0 60px;
}
#lueur-product-detail .detail-area .component-box p {
  font-size: 15px;
  text-align: justify;
}
#lueur-product-detail .detail-area .btn-clear-r {
  margin-top: 50px;
}

#howto {
  background-color: #f7f1ee;
  padding: 40px 0;
}
#howto .howto-title {
  max-width: 1220px;
  display: flex;
  align-items: center;
  color: #d74765;
  font-size: 28px;
  font-weight: bold;
  padding: 0 20px;
  margin: 0 auto 35px;
}
#howto .howto-title .text {
  flex-shrink: 0;
  margin: 0 30px;
}
#howto .howto-title .line {
  width: 100%;
  height: 4px;
  background-color: #d74765;
}
#howto .howto-inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
#howto .howto-box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 40px;
  padding: 5%;
}
#howto .howto-box .youtube {
  width: 50%;
  max-width: 512px;
  margin-right: 2%;
}
#howto .howto-box .youtube iframe {
  height: auto;
  aspect-ratio: 16/9;
}
#howto .howto-box .text-area {
  width: 48%;
}
#howto .howto-box .text-area .use {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#howto .howto-box .text-area .use .text {
  width: 74%;
  font-size: 17px;
  line-height: 1.7;
  margin-right: 4%;
  text-align: justify;
}
#howto .howto-box .text-area .use .face {
  width: 22%;
}
#howto .howto-box .text-area .use .face img {
  width: auto;
  height: 156px;
  margin-left: auto;
}
#howto .howto-box .text-area .use-text-box {
  width: 100%;
  background-color: #f0e3de;
  border-radius: 4px;
  color: #d74765;
  font-size: 15px;
  padding: 20px 15px;
}
#howto .howto-box .text-area .use-text-box .use-text-box-inner {
  display: flex;
  align-items: center;
  background-color: #f0e3de;
  border-top: solid 1px #d74765;
  border-bottom: solid 1px #d74765;
  padding: 1px 0;
  position: relative;
}
#howto .howto-box .text-area .use-text-box .use-text-box-inner::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d74765;
  position: absolute;
  top: -5px;
  left: 0;
}
#howto .howto-box .text-area .use-text-box .use-text-box-inner::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d74765;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#howto .howto-box .text-area .use-text-box .use-title {
  width: 26%;
  margin-right: 2%;
}
#howto .howto-box .text-area .use-text-box dl {
  width: 72%;
}
#howto .howto-box .text-area .use-text-box dl .group {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #d74765;
  padding: 5px 0;
}
#howto .howto-box .text-area .use-text-box dl .group:last-child {
  border-bottom: none;
}
#howto .howto-box .text-area .use-text-box dt {
  width: 91px;
  flex-shrink: 0;
}
#howto .howto-box .text-area .use-text-box dd {
  width: calc(100% - 91px);
}
#howto .howto-box .text-area .use-text-box dl.one-item {
  height: 75%;
}
#howto .howto-box .text-area .use-text-box dl.one-item .group {
  height: 100%;
}
#howto .howto-box.noflex .text-area {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
#howto .howto-box.noflex .text-area .use .text {
  width: 71%;
}
#howto .howto-box.noflex .text-area .use .face {
  width: 25%;
}
#howto .howto-box.noflex .text-area .use .face img {
  width: 100%;
  height: auto;
}
#howto .howto-box.noflex .text-area .use-text-box {
  max-width: 480px;
}
#howto .howto-box.noflex .text-area .use-text-box .use-text-box-inner {
  padding: 30px 0;
}
#howto .howto-box.nofaceimg .text-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#howto .howto-box.nofaceimg .text-area .use .text {
  width: 100%;
  margin-right: 0;
}
.use-text-box-one {
  width: 100%;
  max-width: 360px;
  background-color: #f0e3de;
  border-radius: 4px;
  color: #d74765;
  font-size: 15px;
  padding: 20px 15px;
}
.use-text-box-one .use-text-box-one-inner {
  display: flex;
  align-items: center;
  background-color: #f0e3de;
  border-top: solid 1px #d74765;
  border-bottom: solid 1px #d74765;
  padding: 30px 0;
  position: relative;
}
.use-text-box-one .use-text-box-one-inner::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d74765;
  position: absolute;
  top: -5px;
  left: 0;
}
.use-text-box-one .use-text-box-one-inner::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d74765;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.use-text-box-one .use-text-box-one-inner .use-title {
  margin-right: 15%;
}

/*-------------------------------------------
リュール商品一覧（共通）
-------------------------------------------*/
.lueur-product {
  margin-top: 50px;
}
.lueur-product .product-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
}
.lueur-product .product-item li {
  width: min(23%,250px);
}
.lueur-product .product-item li a {
  display: block;
  position: relative;
  padding-bottom: 55px;
}
.lueur-product .product-item li a::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../img/common/item-btn.svg);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lueur-product .product-item .genre {
  color: #d74765;
  font-weight: bold;
  border-bottom: solid 4px #d74765;
  padding-bottom: 1px;
  margin-bottom: 5px;
}
.lueur-product .product-item .detail {
  border-top: solid 1px #d74765;
  padding-top: 15px;
  margin-top: 5px;
}
.lueur-product .product-item .detail .name {
  color: #d74765;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-bottom: 6px;
}
.lueur-product .product-item .detail .description {
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 1.4;
  margin-bottom: 3px;
}
.lueur-product .product-item .detail .price {
  font-size: 15px;
}
.lueur-product .product-item .detail .note {
  font-size: 12px;
  letter-spacing: -0.05em;
}

/*-------------------------------------------
SP（ヘッダー）
-------------------------------------------*/
@media screen and (max-width: 1000px) {
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header .menu > li.brand-top {
    margin-left: 0;
  }
  #header .menu > li.brand-top::after {
    content: none;
  }
  #header .menu > li.brand-top a {
    padding: 17px 20px;
  }
  #header .menu > li.brand-top .line {
    display: none;
  }
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header .logo {
    width: 100%;
    max-width: 220px;
    padding-bottom: 0;
  }

  /*-------------------------------------------
  リュールTOP
  -------------------------------------------*/
  /* メインビジュアル */
  #lueur-top .mv .bg::before {
    background: url(../img/lueur/bg-sp.jpg) no-repeat center / cover;
    top: 55px;
  }
  #lueur-top .mv .bg2 {
    background: url(../img/lueur/bg2-sp.jpg) no-repeat center / cover;
    top: 55px;
  }
  #lueur-top .mv .bg3 {
    background: url(../img/lueur/bg3-sp.jpg) no-repeat center / cover;
    top: 55px;
  }
  #lueur-top .mv .bg4 {
    background: url(../img/lueur/bg2-pc.jpg) no-repeat center / cover;
    top: 55px;
  }
  #lueur-top .mv .mv1-text {
    width: 310px;
    top: 17%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /* ジュレリッチブランドについて */
  #lueur-top .about {
    padding-top: 40vh;
  }
  #lueur-top .about .text-area {
    margin: 0 auto;
  }
  #lueur-top .about .text-area .title {
    font-size: 21px;
  }
  #lueur-top .about .text-area .text {
    font-size: 15px;
  }

  /* お客様のお声に寄り添う */
  #lueur-top .cuddle {
    padding: 40vh 20px 30vh;
  }
  #lueur-top .cuddle .content-area {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #lueur-top .cuddle .content-area .img {
    width: 80%;
    max-width: 430px;
    margin: 0 auto 30px;
  }
  #lueur-top .cuddle .content-area .text-area {
    width: 100%;
  }
  #lueur-top .cuddle .content-area .text-area .title {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  #lueur-top .cuddle .content-area .text-area .text p {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
  }
  #lueur-top .cuddle .content-area .text-area .text .note {
    font-size: 12px;
  }
  #lueur-top .cuddle .btn-detail {
    max-width: 400px;
  }

  /* トピックス */
  #lueur-top .topics {
    padding: 60px 0;
  }
  #lueur-top .topics .topics-list {
    grid-template-columns: repeat(1, 1fr);
  }

  /* 商品一覧 */
  #lueur-top .products {
    padding: 40px 0;
  }

  /* シリーズ */
  #lueur-top .series {
    padding-bottom: 20px;
  }

  /*-------------------------------------------
  商品一覧
  -------------------------------------------*/
  #lueur-product {
    padding-top: 30px;
    padding-bottom: 0;
  }

  /*-------------------------------------------
  商品詳細
  -------------------------------------------*/
  #lueur-product-detail {
    padding: 30px 0 0;
  }
  #lueur-product-detail .product-detail {
    flex-direction: column;
    margin: 0 auto 40px;
  }
  #lueur-product-detail .product-detail.trial {
    margin: 0 auto;
  }
  #lueur-product-detail .product-detail .img-area {
    width: 100%;
    margin: 0 auto 40px;
    position: static;
  }
  #lueur-product-detail .product-detail.trial .img-area {
    margin: 0 auto;
  }
  #lueur-product-detail .product-detail .img-area .img {
    margin: -35px 0 10px;
  }
  #lueur-product-detail .product-detail.trial .img-area .img {
    margin: 0;
  }
  #lueur-product-detail .product-detail .detail-area {
    width: 100%;
    padding-top: 0;
  }
  #lueur-product-detail .detail-area .kind {
    font-size: 18px;
  }
  #lueur-product-detail .detail-area .brand-name {
    font-size: 16px;
  }
  #lueur-product-detail .detail-area .product-name {
    font-size: 24px;
  }
  #lueur-product-detail .detail-area .price {
    font-size: 18px;
  }
  #lueur-product-detail .detail-area .price .note {
    margin-left: 0;
  }
  #lueur-product-detail .detail-area .sales-name {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
  }
  #lueur-product-detail .detail-area .award {
    margin-bottom: 40px;
  }
  #lueur-product-detail .detail-area .phrase {
    font-size: 22px;
  }
  #lueur-product-detail .detail-area .phrase .note {
    bottom: 10px;
  }
  #lueur-product-detail .detail-area .description {
    font-size: 15px;
  }
  #lueur-product-detail .detail-area .description .note {
    bottom: 3px;
  }
  #lueur-product-detail .detail-area .note {
    font-size: 14px;
  }
  #lueur-product-detail .detail-area .feature-list li {
    width: 49%;
    height: 48px;
    font-size: 12px;
  }
  #lueur-product-detail .detail-area .component-box {
    font-size: 14px;
    margin: 25px 0 30px;
  }
  #lueur-product-detail .detail-area .btn-clear-r2 {
    margin-top: 30px;
  }
  #lueur-product-detail .detail-area .kit {
    margin: 20px 0 30px;
  }
  #howto {
    padding: 20px 0;
  }
  #howto .howto-title {
    font-size: 22px;
    margin: 0 auto 20px;
  }
  #howto .howto-title .text {
    margin: 0 20px;
  }
  #howto .howto-box {
    flex-direction: column;
    border-radius: 0;
  }
  #howto .howto-box .youtube {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  #howto .howto-box .text-area {
    width: 100%;
  }
  #howto .howto-box .text-area .text {
    font-size: 15px;
  }
  #howto .howto-box .text-area .sp-text {
    font-size: 15px;
    margin: -10px 0 10px;
  }
  #howto .howto-box .text-area .use-text-box {
    font-size: 13px;
    padding: 12px 15px 20px;
  }
  #howto .howto-box .text-area .use-text-box dl {
    width: 100%;
  }
  #howto .howto-box .text-area .use-text-box dt {
    width: 80px;
  }
  #howto .howto-box .text-area .use-text-box dd {
    width: calc(100% - 80px);
  }
  #howto .howto-box .text-area .use-text-box .use-title {
    width: 100%;
    margin: 0 0 3px;
  }
  #howto .howto-box .text-area .use .text {
    font-size: 15px;
  }
  #howto .howto-box .text-area .use .face img {
    height: 135px;
  }
  #howto .howto-box.noflex .text-area .use {
    flex-direction: column;
  }
  #howto .howto-box.noflex .text-area .use .text {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #howto .howto-box.noflex .text-area .use .face {
    width: 80%;
    margin: 0 auto 10px;
  }
  #howto .howto-box.noflex .text-area .use-text-box {
    max-width: 100%;
  }
  #howto .howto-box.noflex .text-area .use-text-box .use-text-box-inner {
    padding: 5px 0;
  }
  .use-text-box-one {
    width: 80%;
    padding: 15px 15px 20px;
    margin: 0 auto 40px;
  }
  .use-text-box-one .use-title {
    margin-bottom: 5px;
  }
  .use-text-box-one .use-text-box-one-inner {
    justify-content: center;
    padding: 15px 0;
  }

  /*-------------------------------------------
  リュール商品一覧（共通）
  -------------------------------------------*/
  .lueur-product {
    margin-top: 40px;
  }
  .lueur-product .product-item {
    display: block;
  }
  .lueur-product .product-item li {
      width: 100%;
      padding-bottom: 10px;
  }
  .lueur-product .product-item li:not(.search-item li:first-child) {
      margin-top: max(9.6%,45px);
  }
  .lueur-product .product-item li a {
      padding-bottom: 20px;
  }
  .lueur-product .product-item li a::after {
      width: 30px;
      height: 30px;
      bottom: -20px;
  }
  .lueur-product .product-item li a .sp-flex {
    display: flex;
    border-bottom: solid 1px #d74765;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    gap: 2%;
    padding-bottom: 10px;
  }
  .lueur-product .product-item .search-img {
      width: 38.5%;
      min-width: 150px;
  }
  .lueur-product .product-item .genre {
      margin-bottom: 0;
  }
  .lueur-product .product-item .detail {
      width: 61.5%;
      border-top: none;
      padding-top: 0;
      margin-top: 20px;
  }
  .lueur-product .product-item .detail .name {
      font-size: 18px;
      margin-bottom: 10px;
  }
  .lueur-product .product-item .detail .description {
    font-size: 14px;
  }
  .lueur-product .product-item .detail .price {
      font-size: 15px;
      margin-top: 10px;
  }
}
