@charset "UTF-8";
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1100px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.l-inner {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.c-btn {
  display: inline-block;
  padding: 0.4em 5em;
  color: #fff;
  background-color: inherit;
  border: 1px solid #fff;
}

.c-title {
  color: #5C4D49;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  font-style: italic;
}
@media screen and (min-width: 1100px) {
  .c-title {
    font-size: 60px;
  }
}

.c-sub-title {
  font-size: 12px;
  text-align: center;
  color: #5C4D49;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.l-fv {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-fv {
    padding-right: 20px;
  }
}

.fv__contents {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .fv__contents {
    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;
  }
}

@media screen and (min-width: 768px) {
  .fv__content-images {
    position: relative;
  }
  .fv__content-images::after {
    content: "";
    width: 30vw;
    height: 40vw;
    background-color: #28201D;
    z-index: -1;
    position: absolute;
    top: 70px;
    left: -36px;
    max-height: 520px;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .fv__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .fv__titles {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    max-width: 360px;
    padding: 1.6rem 4rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
            box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .fv__titles {
    margin-left: 5%;
  }
}

.fv__title {
  font-style: italic;
  font-size: clamp(30px, 2vw + 30px, 60px);
  color: #5C4D49;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: clamp(50px, 1vw + 50px, 70px);
  }
}

.fv__name-title {
  color: #5C4D49;
  font-size: clamp(14px, 0.25vw + 14px, 20px);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fv__name-title {
    font-size: clamp(16px, 0.25vw + 16px, 24px);
  }
}

.fv__details {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .fv__details {
    padding-top: 60px;
  }
}

.l-portfolio {
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 80px;
}

.mockup__wrapper a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.portfolio__summary {
  text-align: center;
}

.portfolio__contents {
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
  margin-top: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .portfolio__contents {
    grid-template-columns: repeat(auto-fit, 300px);
    margin-top: 120px;
  }
}
@media screen and (min-width: 1100px) {
  .portfolio__contents {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.portfolio-contents__img-wrapper {
  max-width: 300px;
  margin: 0 auto;
}
.portfolio-contents__img-wrapper img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.portfolio-contents__title {
  text-align: center;
  margin-top: 1em;
}

.l-skill {
  background-color: #2b2624;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-top: 80px;
}
.l-skill h2 {
  color: #fff;
}
.l-skill .c-sub-title {
  color: #fff;
}

.l-skill__contents {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-skill__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 40px;
  }
}

.l-skill__content {
  max-width: 260px;
  margin: 0 auto;
}
.l-skill__content > p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-skill__content > p {
    margin-top: 30px;
  }
}

.skill-content__img-wrapper {
  position: relative;
  overflow: hidden;
  /* 下のボーダー */
  /* 右のボーダー */
  /* 上のボーダー */
  /* 左のボーダー */
  /* ホバー時のアニメーション指定 */
  /* 各アニメーション */
}
.skill-content__img-wrapper a {
  cursor: default;
}
.skill-content__img-wrapper span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  color: #e8e8e8;
  font-style: italic;
  text-shadow: 0 0 3px rgba(21, 20, 20, 0.2);
  z-index: 0;
}
.skill-content__img-wrapper:hover span {
  opacity: 1;
}
.skill-content__img-wrapper::before, .skill-content__img-wrapper::after, .skill-content__img-wrapper a::before, .skill-content__img-wrapper a::after {
  content: "";
  position: absolute;
  background: #858585;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.skill-content__img-wrapper::before {
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(hsl(0, 0%, 20%)), to(rgba(250, 250, 250, 0.8)));
  background: linear-gradient(90deg, hsl(0, 0%, 20%), rgba(250, 250, 250, 0.8));
}
.skill-content__img-wrapper::after {
  bottom: -100%;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(hsl(0, 0%, 20%)), to(rgba(250, 250, 250, 0.8)));
  background: linear-gradient(0deg, hsl(0, 0%, 20%), rgba(250, 250, 250, 0.8));
}
.skill-content__img-wrapper a::before {
  top: 0;
  right: -100%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(hsl(0, 0%, 20%)), to(rgba(250, 250, 250, 0.8)));
  background: linear-gradient(270deg, hsl(0, 0%, 20%), rgba(250, 250, 250, 0.8));
}
.skill-content__img-wrapper a::after {
  top: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 20%)), to(rgba(250, 250, 250, 0.8)));
  background: linear-gradient(180deg, hsl(0, 0%, 20%), rgba(250, 250, 250, 0.8));
}
.skill-content__img-wrapper:hover::before {
  -webkit-animation: leftAnim 1.2s linear 0s infinite;
          animation: leftAnim 1.2s linear 0s infinite;
}
.skill-content__img-wrapper:hover::after {
  -webkit-animation: bottomAnim 1.2s linear 0.6s infinite;
          animation: bottomAnim 1.2s linear 0.6s infinite;
}
.skill-content__img-wrapper a:hover::before {
  -webkit-animation: rightAnim 1.2s linear 0s infinite;
          animation: rightAnim 1.2s linear 0s infinite;
}
.skill-content__img-wrapper a:hover::after {
  -webkit-animation: topAnim 1.2s linear 0.6s infinite;
          animation: topAnim 1.2s linear 0.6s infinite;
}
.skill-content__img-wrapper a:hover {
  opacity: 1;
}
@-webkit-keyframes topAnim {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes topAnim {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes bottomAnim {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes bottomAnim {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}
@-webkit-keyframes rightAnim {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}
@keyframes rightAnim {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes leftAnim {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes leftAnim {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.l-about {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding-top: 160px;
    padding-bottom: 200px;
  }
}

.bg-about__line {
  border-top: 1px solid #5C4D49;
  border-left: 1px solid #5C4D49;
  width: 22%;
  height: 8vw;
  position: absolute;
  top: 40px;
  left: 10%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  opacity: 0.7;
}

.bg-about__line2 {
  border-bottom: 1px solid #5C4D49;
  border-right: 1px solid #5C4D49;
  width: 22%;
  height: 8vw;
  position: absolute;
  bottom: 40px;
  right: 10%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  opacity: 0.7;
}

.about__contents {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__contents {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-about__img-wrapper {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.l-about__img-wrapper > img {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .l-about__img-wrapper > img {
    display: inline-block;
    position: absolute;
  }
}
.l-about__img-wrapper > img:first-child {
  top: 150px;
  left: 70%;
  max-width: 100px;
  z-index: 2;
  display: inline-block;
  position: absolute;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .l-about__img-wrapper > img:first-child {
    top: -100px;
    left: 0%;
    max-width: 110px;
  }
}
.l-about__img-wrapper > img:nth-child(2) {
  top: -120px;
  left: 36%;
  max-width: 180px;
}
.l-about__img-wrapper > img:nth-child(3) {
  top: 50px;
  left: 60px;
  max-width: 220px;
  display: inline-block;
  position: absolute;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-about__img-wrapper > img:nth-child(3) {
    display: inline-block;
  }
}
.l-about__img-wrapper > img:nth-child(4) {
  bottom: -380px;
  left: 40%;
  max-width: 90px;
  z-index: 2;
  display: inline-block;
  position: absolute;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .l-about__img-wrapper > img:nth-child(4) {
    left: 70%;
    bottom: -360px;
    max-width: 100px;
  }
}

.l-about__detail {
  font-size: 14px;
}
.l-about__detail p {
  padding-top: 1em;
}

.l-contact {
  color: #fff;
  height: 240px;
  background: url(../img/bg-contact.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-contact {
    height: 400px;
  }
}
.l-contact h2 {
  color: #fff;
}
.l-contact .c-sub-title {
  color: #fff;
}
.l-contact a {
  padding: 40px;
}

.l-about__proposing {
  margin-top: 140px;
  margin-bottom: 140px;
  color: #5C4D49;
  text-align: center;
}

.l-footer {
  background-color: #050505;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}

footer h1 {
  text-align: center;
  font-size: 28px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  footer h1 {
    font-size: 36px;
  }
}
footer .footer__name-title {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
  padding-top: 20px;
}
footer .footer-bottom__nav {
  margin: 0 auto;
  margin-top: 30px;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
@media screen and (min-width: 768px) {
  footer .footer-bottom__nav {
    margin-top: 60px;
    max-width: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .footer-bottom__nav a {
  padding: 0.3rem;
}
@media screen and (min-width: 768px) {
  footer .footer-bottom__nav a {
    padding: 0;
  }
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}

#menu h1 {
  font-size: 32px;
}
#menu .l-viewport__contents {
  max-width: 1100px;
  margin: 0 auto;
}
#menu .breadcrumbs {
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 3em;
}

.l-single h2 {
  font-size: 2.2rem;
  margin-top: 40px;
  font-weight: bold;
  color: #5C4D49;
  padding-left: 2rem;
  background-color: rgba(216, 203, 203, 0.4);
}
@media screen and (min-width: 768px) {
  .l-single h2 {
    margin-top: 60px;
  }
}
.l-single h3 {
  font-size: 2rem;
  margin-top: 40px;
  font-weight: bold;
  color: #5C4D49;
  padding-left: 2rem;
  border-bottom: 3px solid #D8CBCB;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-single h3 {
    margin-top: 60px;
  }
}
.l-single h4 {
  font-size: 1.8rem;
  margin-top: 40px;
  font-weight: bold;
  color: #5C4D49;
  padding-left: 2rem;
  border-bottom: 3px solid #D8CBCB;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-single h4 {
    margin-top: 60px;
  }
}
.l-single p {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-single p {
    margin-top: 40px;
  }
}
.l-single ul {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-single ul {
    margin-top: 40px;
  }
}
.l-single ul li {
  font-size: 1.6rem;
  padding-left: 24px;
  margin-top: 10px;
  margin-left: 1em;
  position: relative;
}
.l-single ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  background-color: #164C9C;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.l-single figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-single figure {
    margin-top: 40px;
  }
}

.single__img img {
  margin: 0 auto;
  display: block;
}

.p-single {
  margin-top: 80px;
  margin-bottom: 80px;
}

.l-archive {
  margin-bottom: 80px;
}

.genre-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 20px;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.genre-nav-link {
  padding: 0 0.6em;
  border: #5C4D49 1px solid;
  border-radius: 4px;
}

.archive__articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article__title {
  text-align: center;
}

.pagenation {
  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;
  max-width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px;
}

.page-numbers,
.post-page-numbers {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #382620;
  padding: 5px 0 10px 0;
  background-color: #fff;
  margin: 0 6px;
}

.current {
  background-color: #5C4D49;
  color: #fff;
}

body.loaded #fadeLeft {
  -webkit-animation: fadeLeftAnime 1s ease 0.5s forwards;
          animation: fadeLeftAnime 1s ease 0.5s forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.loaded #fadeRight {
  -webkit-animation: fadeRightAnime 1s ease 0s forwards;
          animation: fadeRightAnime 1s ease 0s forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.loaded .delay-01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

body.loaded .delay-02 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

body.loaded .delay-03 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

body.loaded .delay-04 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

body.loaded .delay-05 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

#js-hidden {
  display: none;
}

body.loaded {
  overflow: visible;
  overflow-x: hidden;
}

body.loaded #js-hidden {
  display: block;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  display: none;
}

.loading-text {
  font-size: 2rem;
  margin: 0 2px;
  -webkit-animation: wave 1.9s infinite;
          animation: wave 1.9s infinite;
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  padding-left: 0.1em;
  display: none;
}
.loading-text:first-of-type {
  font-size: 6rem;
}

@-webkit-keyframes wave {
  0%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-60px, -26px) rotate(-14deg);
            transform: translate(-60px, -26px) rotate(-14deg);
    opacity: 0;
  }
}

@keyframes wave {
  0%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-60px, -26px) rotate(-14deg);
            transform: translate(-60px, -26px) rotate(-14deg);
    opacity: 0;
  }
}
.loading-text:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.loading-text:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading-text:nth-child(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.loading-text:nth-child(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading-text:nth-child(6) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.loading-text:nth-child(7) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.loading-text:nth-child(8) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.loading-text:nth-child(9) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.loading-text:nth-child(10) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}