@charset "utf-8";

header,footer {
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
body h2 {
  font-family: "sofia-pro", sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
body h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom:30px;
}


/* ヘッダーを固定 */
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white; /* 必要に応じて背景色を設定 */
  z-index: 1000; /* 他の要素の上に表示されるようにする */
}


/* ヘッダー、フッター */
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  nav ul li {
    margin-left: 32px;
  }
  nav ul li a {
    text-decoration: none;
    font-size: 16px;
  }
  nav ul li a:hover {
    color: #a5a5a5;
  }
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 10px 10px;
  }
  .container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0px 40px;
  }
  footer {
    background-color: #333333;
    color: #ffffff;
  }


/* インナーラップ */
.innerWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; /* 横方向のパディングを追加 */
}

/* フッター */
.copyright {
  letter-spacing: 0.1em;
    margin: 0 auto;
    text-align: center;
  }
footer p{
  font-size: 15px;
  font-weight: 300;
  padding:20px 0 30px;
}


/* ハンバーガーメニュー */
.hamburger-menu {
  display: none; /* 初期は非表示 */
  cursor: pointer;
}
.hamburger-menu img {
  width: 22px;
  height: 22px;
}

/* オーバーレイメニューのスタイル */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8; /* 背景を不透明なグレーに設定 */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.overlay nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.overlay nav ul li {
  margin: 30px 0; /* リストアイテムの間にスペースを追加 */
}
.overlay nav ul li a {
  color: #333333;
  font-family: "sofia-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.overlay-close-button {
  font-family: "Noto Sans JP";
  font-weight: 100;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 50px;
  color: #333333;
  cursor: pointer;
}


.fadeUpTrigger {
  opacity: 0; /* 最初は透明にする */
  transform: translateY(50px); /* 要素を一時的に50px下に配置 */
  transition: opacity 1s, transform 1s; /* opacityとtransformを2秒かけて変化させる */
  scroll-margin-top: 150px; /* アンカーリンクのターゲットがウィンドウの上から50px下に配置される */
}

.fadeUpTrigger.show {
  opacity: 1; /* アニメーションの最後で不透明にする */
  transform: translateY(0); /* 元の位置に戻す（見た目の位置は変わらない） */
}



/* h2の文字をセンター */
#newsArea h2,#worksArea h2, #planArea h2, #flowArea h2, #contactArea h2 {
  text-align: center;
}

/* メインビュー */
.mainView {
  display: flex;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 160px 20px 35px;
}
header h2 {
  position: absolute;
  right:0px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 56px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-style: normal;
}
header p {
  position: absolute;
  right:180px;
  font-size: 16px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 2em;
}
.img-sp {
  display: none;
}

/* news */
#newsArea h2{
  margin: 48px 0 40px;
}
.line2 {
  border-top: 1px solid #a5a5a5;
  margin: 22px 0 20px;
}
.news-content{
  display: flex;
  align-items: center;
}
.news-date{
  color: #a5a5a5;
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 18px;
  margin-bottom: 10px;
  }
  .news-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.12em;
    line-height: 1.7;
    margin-bottom: 10px;
    }
  
/* works */
.worksimg {
  width: 100%; /* 親要素に合わせて幅を100% */
  padding-top: calc(170 / 290 * 100%); /* アスペクト比16:9 (170/290)を維持 */
  position: relative;
  overflow: hidden;
}

.worksimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.worksimg img:hover{
  transform: scale(1.1);
  transition: transform .6s ease; /* ゆっくり変化させる */
}
#worksArea {
  background-color: #ffffff; /* 背景色を追加 */
  padding: 70px 0 30px; /* 上下の余白を調整 */
}
.works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px; /* 左右のマージンを調整 */
  padding: 0;
  list-style: none;
}
.works-item {
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  width: calc(33.333% - 20px); /* 3列用 */
  box-sizing: border-box; /* ボックスのサイズをボーダーとパディングを含めたものに */
  text-align: left; /* テキストを左揃えにする */
}
.works-item a {
  display: block;
  width: 100%;
  position: relative; /* 親要素としての相対位置 */
  overflow: hidden; /* オーバーフローを隠す */
}
.works-item img {
  width: 100%; /* 画像の幅を100%に設定 */
  height: auto; /* 高さは自動調整 */
  display: block; /* 画像をブロック要素として扱う */
}
.works-item:hover {
  opacity: 0.7; /* 色を薄くする */
  transition: opacity 0.3s ease; /* 変化をスムーズにする */
}
.client-name {
  font-weight: 300;
  font-size: 12px;
  margin: 11px 0 7px;
  letter-spacing: 0.05em;
  text-align: left; /* テキストを左揃えにする */
}
.project-title {
  font-weight: 400;
  font-size: 15px;
  text-align: left; /* テキストを左揃えにする */
}

/* view all */
.btn-triangle-right {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding: 0 10px;
  position: relative;
}

.btn-triangle-right a {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 10px 0 6px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.btn-triangle-right a .text {
  position: relative;
  display: inline-block;
  padding-bottom:4px;
}

.btn-triangle-right a .text:after {
  content: '';
  display: block;
  width: calc(100% + 16px); /* 下線を三角形の下まで延ばす */
  height: 2px;
  background-color: #333333;
  position: absolute;
  bottom: -8px; /* 下線を文字の下に配置 */
  left: 0;
  transition: bottom 0.3s ease; /* 下線の動きにアニメーションを追加 */
}

.btn-triangle-right a:hover .text:after {
  bottom: -12px; /* ホバー時に下線を下に移動 */
}

.btn-triangle-right a .triangle {
  display: inline-block;
  position: relative;
  margin-left: 2px; /* 文字との間隔を調整 */
  margin-bottom: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #333333;
}






/* about */
.about-all {
  position: relative;
  height: 570px; /* 画像の高さに合わせる */
}
.about-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 430px; /* 画像の幅に合わせる */
  margin: 80px 0 30px;
}
.about-left {
  position: absolute;
  top: 170px;
  left: 0;
  width: 355px;
  z-index: 1;
  background: none; /* 背景なし */
}
#aboutArea {
  max-width:700px;
  margin: 0 auto;
  padding: 0;
}

#aboutArea h2{
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.07em;
  font-size:36px;
  padding-bottom: 40px;
}
#aboutArea h2::after{
  content: url(../images/slash.png);
  position: absolute;
  left: 100px;
  top:15px;
  width: 40px;
  height: auto;
}
#aboutArea h3{
  margin: 55px 0 20px;
}
.name{
  font-family: "sofia-pro", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom:20px;
}
.profile{
  font-size: 12px;
  line-height: 2.3em;
}


/* aboutArea mindList */
.innerWrap3 {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.mindList {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.mind-number {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 54px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.mind-content {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.mindListTitle p{
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.15em;
  border-bottom: 2px solid #333333;
  padding-bottom: 10px;
  margin: 30px 0 15px;
}

/* works2Area */
#works2Area {
  background: url(../images/works2Area_back.png) no-repeat center/cover;
  color:#ffffff;
  margin: 0 auto;
}
.works2Area-title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border:1.5px solid #ffffff;
  padding:17px;
  width: 230px;
  text-align: center;
  margin:25px 0 15px;
}
.works2Area-title2{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border:1.5px solid #ffffff;
  padding:17px;
  width: 380px;
  text-align: center;
  margin:20px 0;
}
.works2AreaContent {
  width:750px;
  margin: 0 auto;
  padding: 45px 0 65px;
}
.works2-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comment1 {
  word-wrap: break-word; /* 長い単語がある場合にも強制的に折り返し */
  word-break: break-all; /* 単語の途中で折り返しを許可 */
}
.comment1 p {
  font-size:13px;
  margin:20px 0 60px;
  line-height: 1.5em;
}
.works2-list2 li{
  margin: 8px 0 8px;
}
.works2-list li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 100%;
}
.works2-list li {
  flex: 1 0 50%; /* デフォルトは2列表示 */
  padding: 8px;
  box-sizing: border-box;
}


/* planArea */
#planArea h2 {
  margin-top: 60px;
}
#planArea h3 {
  margin-bottom:0px;
}

#planArea img {
  margin: auto;
  display: block;
}
.plan {
  display: flex;
  justify-content: space-between; /* 3列用の間隔 */
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: center; /* コンテンツを中央寄せ */
}
.plan1{
  width:250px;
  margin: 30px;
}
.plan2{
  width:250px;
  margin: 30px;
}
.plan3{
  width:250px;
  margin: 30px;
}
.line {
  border-top: 1px solid black;
  margin-bottom: 10px;
}
.plan-tittle {
  font-family: "sofia-pro", sans-serif;
  font-size: 24px;
  margin: 15px 0;
  text-align: center;
  letter-spacing: 0.08em;
}

#planArea li{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2em;
}
#planArea li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 100%;
}
#planArea span {
  font-size: 12px;
}
.plan1-p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2em;
}
.plan3comment{
  font-size: 12px;
  line-height: 1.9em;
}
.contactBtn {
  text-align: center;
  margin:25px 0 40px;
}
.contactBtn a {
  font-family: "sofia-pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2em;
  background-color: #333333;
  color: #ffffff;
  padding:25px 80px;
}
.contactBtn a:hover{
  background-color: #646464;
}
.comment2 p{
  text-align: center;
  font-size: 12px;
  padding-bottom: 15px;
  margin-bottom:40px;
}


/* flowArea */
#flowArea h2 {
  padding-top: 70px;
  padding-bottom: 0;
}
#flowArea h3 {
  padding-top: 50px;
  margin-bottom: 20px;
}
#flowArea {
  background: url(../images/flowArea_back.png) no-repeat center/cover;
}
#flowArea h2{
  margin-bottom: 10px;
}

/* 制作の流れセクション */
.flow-steps {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  padding-bottom: 20px;
}
.step {
  width: 225px;
  position: relative;
  background-color: #fff;
  color: #333333;
  padding: 0px;
  flex-direction: column;
  display: flex;
}
.step-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #75b3d7;
  height: 65px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-number {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  position: absolute;
  top: -8px;
  left: -10px;
  background-color: #75b3d7;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}
.arrow {
  width: 20px;
  height: 20px;
  background: url('../images/arrow.png') no-repeat center center;
  background-size: contain;
  align-self: center;
  margin: auto 0; /* 上下中央寄せ */
}
.step-content {
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
  padding: 12px 12px 16px;
}

/* 勤務時間についてセクション */
.working-hours{
  padding-bottom: 30px;
}
.working-hours-item {
  width: 225px;
  background-color: #fff; /* 背景色を白に戻す */
  color: #333333; /* 文字色を黒に戻す */
}
.working-hours-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: 65px;
  background-color: #75b3d7; /* 水色背景 */
  color: #fff; /* 文字色白 */
  text-align: center; /* タイトルを中央に配置 */
  display: flex; /* Flexbox を使用 */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
}
.working-hours-content {
  display: flex;
  justify-content: center; /* コンテンツを中央に寄せる */
  gap: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
}
.working-hours-content p{
  padding: 12px 12px 16px;
}

/* 制作にあたってのお願い */
#flowArea li{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  text-align: center;
}
#flowArea li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 100%;
}
.request{
padding-bottom: 70px;
}
#flowArea li{
  font-size: 14px;
  font-weight: 400;
}


/* contactArea */
#contactArea h2 {
  padding-top: 60px;
}
#contactArea {
  line-height: 1.5em; 
}
address {
  text-align: center;
  margin: 0 auto;
}

address p {
  position: relative; /* 相対位置に変更 */
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.05em;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin: 20px 0 40px;
  display: inline-block;
  padding-bottom: 10px;
}

address p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333333;
  z-index: -1; /* 下線をテキストの背後に配置 */
}

address a {
  position: relative; /* 相対位置に変更 */
  text-decoration: none; /* デフォルトの下線を削除 */
  color: inherit; /* 親の色を継承 */
  display: inline-block; /* アニメーションのために必要 */
  transition: transform 0.3s ease; /* アニメーションのトランジションを追加 */
}

address a:hover {
  transform: translateY(-8px); /* 上に8px移動 */
}

.contactP {
  text-align: center;
  margin: 0 auto;
}

.contactP p {
  font-size: 14px;
  margin-bottom: 70px;
}







/* レスポンシブデザイン *//* 下層ページにもコピー */
@media (min-width: 1025px) {
  .hamburger-menu {
      display: none; /* 1024px以上ではハンバーガーメニューを非表示 */
  }
}

/* 下層ページにもコピー */
@media screen and (max-width: 1024px) {
  .container{
    padding: 20px;
  }
  .logo {
    width: 340px;
  }
  .desktop-nav {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .overlay nav ul {
    display: flex;
    flex-direction: column; /* リストアイテムを縦に並べる */
    align-items: center;
  }
  .hamburger-menu img{
    width: 40px;
    height:auto;
  }
}


@media screen and (max-width: 1024px) {
.mainView {
  padding-top:130px;
}
.mainView img {
  width: 650px;      
  height: auto;
}
.vertical-text {
  width: 100%; /* テキストも親要素の幅に合わせる */
}
header h2 {
  right:10px;
  font-size:40px; /* フォントサイズを縮小 */
}
header p {
  right:150px;
  font-size: 14px;
}
.works-item {
  width: calc(50% - 20px); /* 2列用 */
}
.comment1 p {
  text-align: left; /* 左揃えの場合 */
  word-break: break-all;
}
.news-content{
  display:block;
  align-items: center;
}
.news-date{
font-size: 14px;
margin-left: 0px;
}
.news-title {
  font-size: 13px;
  }
}


@media screen and (max-width: 900px) {
.mainView img {
  width: 530px;
  height: auto;
}
}



@media screen and (max-width: 764px) {
  header h2, header p {
    position: static; /* 絶対位置を解除 */
    writing-mode: horizontal-tb; /* 横書きに変更 */
    text-align: center;
  }
  header h2 {
    order: 1; /* h2が上に来るようにする */
    font-size: 27px; /* フォントサイズを縮小 */
    line-height: 1.2em;
    margin-top: 30px; /* 画像との間に余白を追加 */
  }
  header p {
    order: 2; /* pが下に来るようにする */
    font-size: 12px; /* フォントサイズを縮小 */
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
  .mainView {
    flex-direction: column; /* 画像とテキストを縦に並べる */
    width: 100%; /* 画像を画面幅に合わせる */
    align-items: center;
    padding: 0px;
    margin: 0 auto;
  }
  .mainView img {
    width: 100%; /* 画像を画面幅に合わせる */
    height: auto;
    padding: 80px 0px 0px;
    margin: 0 auto;
  }
  .img-pc {
    display: none;
}
.img-sp {
    display: block;
}
  .vertical-text {
    width: 100%; /* テキストも親要素の幅に合わせる */
    display: flex;
    flex-direction: column; /* テキストを縦に並べる */
    align-items: center;
  }
  .works {
    margin: 0 -5px;
  }
  .works-item {
    width: calc(50% - 10px); 
    margin-bottom: 20px;
  }
  .client-name {
    font-size: 11px;
  }
  .project-title {
    font-size: 13px;
    line-height:  1.3em;
  }
  .about-all {
    display: flex;
    flex-direction: column-reverse;
    height: auto; /* 高さを自動に設定 */
    padding: 0 20px;
    width: 100%;
  }
  .about-left, .about-right {
    position: relative;
    width: 100%;
    top: 0;
    height: auto; /* 高さを自動に設定 */
  }
  .about-left {
    margin-top: -53px; /* 調整したい重なり具合に応じて数値を変更 */
    width: 100%;
  }
  .about-right {
    padding-top:30px;
    margin-left: 30px;
    margin-top: 30px;
  }
  .about-right img {
    width: 85%;
    height: auto;
  }
  #aboutArea h2{
    font-size:32px;
    margin-bottom:10px;
  }
  #aboutArea h2::after{
    content: url(../images/slash.png);
    position: absolute;
    left: 80px;
    top:10px;
  }
  .name{
    font-size: 20px;
  }
  .profile-title{
    font-size: 13px;
    margin-bottom:20px;
  }
  .profile{
    font-size: 13px;
  }
  .profile p{
    padding-bottom: 40px;
  }
  .innerWrap3 {
    width: 100%;
    padding: 0 20px;
    padding-top: 10px;
  }
  .mindList > div {
    width: calc(50% - 10px);
  }
  .mind01{
    margin-bottom: 30px;
  }
  .mind02{
    margin-bottom: 30px;
  }
  .mind03{
    padding-bottom:50px;
  }
  .mind-number {
    font-size: 44px;
    letter-spacing: 0.2em;
    line-height: 1.5em;
  }
  .mind-content {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .works2-list li {
    flex: 1 0 100%; 
  }
  .works2AreaContent {
    width:auto;
    margin: 0 auto;
    padding: 30px 0 50px;
    }
  .works2Area-title2{
  width: 350px;
  }
  .plan{
    padding-bottom: 14px;
  }
  .plan1{
    margin: 20px;
  }
  .plan2{
    margin: 20px;
    }
    .plan3{
    margin: 10px 0 20px;
    }
    .flow-steps {
      flex-direction: column;
      align-items: center; /* 追加: スマホ版で中央寄せ */
    }
    .step {
      width: 100%;
      margin-bottom: 20px;
    }
    .arrow {
    display: none;
    }
    .working-hours-content {
      flex-direction: column;
      align-items: center; /* 追加: スマホ版で中央寄せ */
    }
    .working-hours-item {
      width: 100%;
    }
    .request ul {
      text-align: left !important; /* !importantを追加して優先度を高める */
      padding-left: 0 !important;
      list-style: none !important;
    }
    .request li {
      margin-bottom:10px;
      text-align: left !important;
      padding-left: 0 !important;
    }
    address a {
      font-size: 25px;
      }
    }