#topsec_mainimg {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}
#topsec_mainimg .top_main_img_block {
  width: 100%;
  height: 100%;
  position: relative;
}
#topsec_mainimg .top_main_img_block:before {
  content: "";
  position: absolute;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: rgba(77, 77, 77, 0.2);
}
#topsec_mainimg .top_main_img_block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#topsec_mainimg .top_main_img_block .ml-slider {
  height: 100%;
}
#topsec_mainimg .top_main_img_block .ml-slider #metaslider_container_97 {
  height: 100%;
}
#topsec_mainimg .top_main_img_block .ml-slider #metaslider_container_97 #metaslider_97 {
  height: 100%;
}
#topsec_mainimg .top_main_img_block .ml-slider #metaslider_container_97 #metaslider_97 .flex-viewport {
  height: 100%;
}
#topsec_mainimg .top_main_img_block .ml-slider #metaslider_container_97 #metaslider_97 .flex-viewport ul {
  height: 100%;
}
#topsec_mainimg .top_main_img_block .ml-slider #metaslider_container_97 #metaslider_97 .flex-viewport ul li {
  height: 100%;
}
#topsec_mainimg .top_mainimg_on_txt {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#topsec_mainimg .top_mainimg_on_txt .top_mainimg_on_txt_inner {
  width: 100%;
  height: 100%;
  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;
}
#topsec_mainimg .top_mainimg_on_txt .top_mainimg_on_txt_inner .txt_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #topsec_mainimg .top_mainimg_on_txt .top_mainimg_on_txt_inner .txt_pc {
    display: none;
  }
}
#topsec_mainimg .top_mainimg_on_txt .top_mainimg_on_txt_inner .txt_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #topsec_mainimg .top_mainimg_on_txt .top_mainimg_on_txt_inner .txt_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #topsec_mainimg {
    height: calc(100vh - 70px);
  }
}

#top_contents .sec_header h2 {
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  font-weight: bold;
}
#top_contents .link_arrow {
  margin: 20px 0 0;
}
#top_contents .link_arrow a {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  display: inline-block;
  padding: 5px 24px 5px 0;
  position: relative;
  color: var(--body_all_text_color);
}
#top_contents .link_arrow a:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--body_all_text_color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: url("../../images/ico_arrow_rt.svg");
          mask-image: url("../../images/ico_arrow_rt.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  #top_contents .link_arrow a:hover {
    text-decoration: none;
  }
  #top_contents .link_arrow a:hover:before {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .link_arrow {
    margin-top: 25px;
    text-align: center;
  }
}

#top_scroll_message {
  position: absolute;
  z-index: 1200;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 10.5px;
  font-size: 0.65625rem;
  color: #fff;
}
#top_scroll_message .scroll_message_inner {
  text-align: center;
}
#top_scroll_message .scroll_message_inner .scroll_txt {
  margin-bottom: 5px;
}
@-webkit-keyframes arrow_scroll_img {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 15px;
  }
}
@keyframes arrow_scroll_img {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 15px;
  }
}
#top_scroll_message .scroll_message_inner .scroll_img {
  -webkit-animation-name: arrow_scroll_img;
          animation-name: arrow_scroll_img;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#topsec_ext_links {
  margin: 10px 0;
}
#topsec_ext_links .sec_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#topsec_ext_links .sec_row .sec_col a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.627;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media (any-hover: hover) {
  #topsec_ext_links .sec_row .sec_col a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#topsec_ext_links .sec_row .sec_col .sec_bg_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#topsec_ext_links .sec_row .sec_col .sec_bg_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#topsec_ext_links .sec_row .sec_col .sec_inner_txt {
  font-size: clamp(0.875rem, 0.6116412214rem + 1.0178117048vw, 1.375rem);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#topsec_ext_links .sec_row .sec_col .sec_inner_txt p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#topsec_ext_links .sec_row .sec_col .sec_inner_txt p .inner_span {
  display: inline-block;
  position: relative;
  z-index: 500;
  padding: 0.5em 1em;
}
#topsec_ext_links .sec_row .sec_col .sec_inner_txt p .inner_span.ext_link {
  padding: 0.5em 1em 0.5em 2em;
  background-position: 0.5em 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/ico_ext_link.svg");
  background-size: 21px auto;
}
#topsec_ext_links .sec_row .sec_col .sec_inner_txt p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(77, 77, 77, 0.6);
}
#topsec_ext_links .sec_row .sec_col.top_separate_link a {
  display: inline-block;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  overflow: visible;
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.627;
  overflow: hidden;
  color: #fff;
  position: relative;
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt p {
  background: none;
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt p .inner_span {
  padding: 0.5em 1em;
  background: none;
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links {
  max-width: 460px;
  margin: 40px auto 0;
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul {
  font-size: clamp(0.6875rem, 0.588740458rem + 0.3816793893vw, 0.875rem);
  text-align: center;
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul li {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0.2em 7px;
  position: relative;
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul li:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #fff;
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(77, 77, 77, 0.6);
}
#topsec_ext_links .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #topsec_ext_links .sec_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#topsec_link_btns01 {
  margin: 10px 0;
}
#topsec_link_btns01 .sec_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#topsec_link_btns01 .sec_row .sec_col a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}
#topsec_link_btns01 .sec_row .sec_col a:before {
  content: "";
  position: absolute;
  z-index: 150;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: url("../../images/ico_arrow_rt_maru.svg");
          mask-image: url("../../images/ico_arrow_rt_maru.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (any-hover: hover) {
  #topsec_link_btns01 .sec_row .sec_col a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#topsec_link_btns01 .sec_row .sec_col .sec_bg_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#topsec_link_btns01 .sec_row .sec_col .sec_bg_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#topsec_link_btns01 .sec_row .sec_col .sec_inner_txt {
  font-size: clamp(0.875rem, 0.6116412214rem + 1.0178117048vw, 1.375rem);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
}
#topsec_link_btns01 .sec_row .sec_col .sec_inner_txt p {
  display: inline-block;
  text-align: center;
  position: relative;
}
#topsec_link_btns01 .sec_row .sec_col .sec_inner_txt p .inner_span {
  display: inline-block;
  position: relative;
  z-index: 500;
  padding: 0.5em 1em;
}
#topsec_link_btns01 .sec_row .sec_col .sec_inner_txt p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(77, 77, 77, 0.6);
}
@media screen and (max-width: 768px) {
  #topsec_link_btns01 .sec_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#topsec_kanren_kankoibaraki {
  margin: 10px 0;
  padding: min(2%, 10px);
  background-color: #e1e1e1;
}
#topsec_kanren_kankoibaraki .sec_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_txt_link {
  line-height: 1.5;
  padding: 1em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_txt_link .sec_header {
  margin-bottom: min(2vw, 40px);
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_txt_link .sec_header h2 {
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_txt_link p {
  font-size: clamp(0.875rem, 0.7433206107rem + 0.5089058524vw, 1.125rem);
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_bg_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_bg_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_inner_txt {
  font-size: clamp(0.875rem, 0.6116412214rem + 1.0178117048vw, 1.375rem);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_inner_txt a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.42;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media (any-hover: hover) {
  #topsec_kanren_kankoibaraki .sec_row .sec_col .sec_inner_txt a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_inner_txt p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_inner_txt p .inner_span {
  display: inline-block;
  position: relative;
  z-index: 500;
  padding: 0.5em 1em;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_inner_txt p .inner_span.ext_link {
  padding: 0.5em 1em 0.5em 2em;
  background-position: 0.5em 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/ico_ext_link.svg");
  background-size: 21px auto;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col .sec_inner_txt p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(77, 77, 77, 0.6);
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link a {
  display: inline-block;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  overflow: visible;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.42;
  overflow: hidden;
  color: #fff;
  position: relative;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt p {
  background: none;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt p .inner_span {
  padding: 0.5em 1em;
  background: none;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links {
  max-width: 460px;
  margin: 20px auto 0;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul {
  font-size: clamp(0.6875rem, 0.588740458rem + 0.3816793893vw, 0.875rem);
  text-align: center;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul li {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0.2em 7px;
  position: relative;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul li:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #fff;
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(77, 77, 77, 0.6);
}
#topsec_kanren_kankoibaraki .sec_row .sec_col.top_separate_link .sepa_inner .sec_inner_txt .sepa_links ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #topsec_kanren_kankoibaraki .sec_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#topsec_link_btns02 {
  margin: min(12vw, 85px) 0 10px;
}
#topsec_link_btns02 .sec_row .sec_col a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/0.21;
  overflow: hidden;
}
#topsec_link_btns02 .sec_row .sec_col a:before {
  content: "";
  position: absolute;
  z-index: 150;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-image: url("../../images/ico_arrow_rt_maru.svg");
          mask-image: url("../../images/ico_arrow_rt_maru.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (any-hover: hover) {
  #topsec_link_btns02 .sec_row .sec_col a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#topsec_link_btns02 .sec_row .sec_col .sec_bg_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#topsec_link_btns02 .sec_row .sec_col .sec_bg_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#topsec_link_btns02 .sec_row .sec_col .sec_inner_txt {
  font-size: clamp(0.875rem, 0.6116412214rem + 1.0178117048vw, 1.375rem);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
}
#topsec_link_btns02 .sec_row .sec_col .sec_inner_txt p {
  background: none;
  text-align: center;
  position: relative;
}
#topsec_link_btns02 .sec_row .sec_col .sec_inner_txt p .inner_span {
  display: inline-block;
  position: relative;
  z-index: 500;
  padding: 0.5em 1em;
}
#topsec_link_btns02 .sec_row .sec_col .sec_inner_txt p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background-color: rgba(77, 77, 77, 0.6);
}
@media screen and (max-width: 768px) {
  #topsec_link_btns02 .sec_row .sec_col a {
    aspect-ratio: 1/0.42;
  }
}

#topsec_topics {
  margin: min(12vw, 85px) 0;
  padding: 0;
}

#topsec_oshirase {
  margin: min(12vw, 85px) 0;
  padding: 0 1em;
}

#topsec_fb_insta {
  margin: 10px 0;
}
#topsec_fb_insta .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_fb_insta .sec_row .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#topsec_fb_insta .sec_row .sec_col.top_facebook_block {
  padding: min(8%, 80px) 10px min(8%, 80px);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/top_bg_facebook.png");
  background-size: cover;
}
#topsec_fb_insta .sec_row .sec_col.top_insta_block {
  padding: min(8%, 30px) 10px min(8%, 40px);
}
#topsec_fb_insta .sec_row .sec_col .facebook_inner {
  max-width: 340px;
  max-height: 400px;
  margin: 0 auto;
}
#topsec_fb_insta .sec_row .sec_col .insta_inner {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
#topsec_fb_insta .sec_row .sec_col .insta_inner h5 {
  font-size: clamp(0.9375rem, 0.9045801527rem + 0.1272264631vw, 1rem);
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 10px 0 10px 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/ico_insta.svg");
  background-size: 35px auto;
}
@media screen and (max-width: 768px) {
  #topsec_fb_insta .sec_row {
    display: block;
  }
}