@charset "UTF-8";

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .8);
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 4vw
}

.header-logo a {
  display: block;
  width: 150px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  background: url(../img/logo_header.svg) no-repeat center center/contain;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.header-logo a:hover {
  opacity: .8
}

.header-jpx {
  display: flex;
  align-items: center;
  height: 34px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #DDD;
}

.header-jpx_img {
  width: 26px;
  height: auto;
}

.header-jpx_txt {
  margin-left: 3px;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','YuGothic','游ゴシック体',sans-serif;
  font-size: 2.666667vw;
  font-weight: 700;
  text-align: center;
  transform: scale(.6);
  transform-origin: 0;
}

.swiper {
  width: 100%;
  height: 100vh
}

.swiper-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover
}

.mainv-inner {
  position: relative;
  max-width: 100%;
  height: 100vh
}

.mainv-head {
  z-index: 10;
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  color: #fff
}

.mainv-tagline {
  position: relative;
  width: 7em;
  margin: 0 auto;
  font-weight: 700;
  font-size: 9.6vw
}

.mainv-tagline::after {
  position: absolute;
  right: -.7em;
  content: '非日常。'
}

.mainv-ttl {
  font-size: 4.26667vw;
  text-align: center
}

.mainv-news {
  z-index: 9;
  position: absolute;
  bottom: 55%;
  left: 50%;
  width: 85%;
  font-weight: 700;
  font-size: 2.93333vw;
  line-height: 1.4;
  transform: translateX(-50%);
}

.mainv-news a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 4vw 9vw 4vw 4vw;
  border-radius: 3px;
  background: rgba(255, 255, 255, .6);
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mainv-news a:hover {
  background: rgba(0, 0, 0, .8);
  color: #fff
}

.mainv-news a time {
  display: block;
  margin-right: 10px;
  font-family: Roboto
}

.mainv-news a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3vw;
  width: 3.73333vw;
  height: 3.73333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTgsMGE4LDgsMCwxLDAsOCw4QTguMDI0LDguMDI0LDAsMCwwLDgsMFpNOCw5LjRsMy4xLTMuMWEuNzc4Ljc3OCwwLDAsMSwxLjEsMS4xTDguNSwxMWEuNjY4LjY2OCwwLDAsMS0xLDBMMy44LDcuNGEuNjY2LjY2NiwwLDAsMSwwLTEsLjY2Ni42NjYsMCwwLDEsMSwwWiIgZmlsbD0iIzkwMCIvPjwvc3ZnPg==) no-repeat center center/contain;
  content: ''
}

.mainv-line {
  position: absolute;
  bottom: 75px;
  height: 110px;
  width: 100%;
  background: rgba(3,3,3,.6);
  z-index: 9;
}
.mainv-link {
  position: relative;
  z-index: 9;
  bottom: 230px;
  width: 360px;
  margin: 0 auto;
}
.mainv-link ul {
  display: flex;
}
.mainv-link li {
  width: 178px!important;
}
.mainv-link li a {
  position: relative;
}
.mainv-link li a img{
margin-bottom: 1.992vw;
}

.mainv-link li a h3 {
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.mainv-link li:nth-child(2) {
  margin-left: 4px;
}

.mainv-link li a .label {
  position: absolute;
  z-index: 10;
  left: 8px;
  top: -71px;
  width: 18px;
}

.mainv-scroll {
  z-index: 10;
  position: absolute;
  top: -80px;
  left: -10px;
  width: 40px;
  height: calc(100vh - 250px);
  background: url(../img/i_scroll.svg) center bottom/2.13333vw auto no-repeat;
}

.concept {
  background: #efefef;
}

.concept-inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
  padding-top: 70px
}

.concept-txt {
  padding: 0 4vw
}

.concept-txt h2 {
  font-size: 5.6vw;
  line-height: 1.6
}

.concept-txt p {
  margin-top: 5.33333vw;
  font-size: 3.2vw;
  line-height: 1.9;
  text-align: justify
}

.concept-img img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover
}

.information {
  position: relative;
  background: rgba(30, 58, 76, .85)
}

.information::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_information_01.jpg) center center/cover no-repeat;
  content: ''
}

.information-inner {
  max-width: 1800px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 70px 4vw 50px
}

.information-newsHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.information-newsTtl {
  color: #fff;
  font-size: 5.6vw;
  text-transform: uppercase
}

.information-newsTtl span {
  display: block;
  font-size: 2.66667vw;
  opacity: .8
}

.information-newsBtn {
  text-transform: uppercase
}

.information-newsBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ccc;
  font-size: 3.46667vw;
  font-family: Roboto
}

.information-newsBtn a::after {
  width: 5.33333vw;
  height: 2.66667vw;
  margin: 3px 0 0 5px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAxNSI  +PHBhdGggZD0iTTIwLjE1OSwyLjE0MywyNC4wOCw1Ljk4NUgxMi4zNzF2My4wM0gyNC4wOGwtMy45MjEsMy44NDJMMjIuMzQ2LDE1LDM  wLDcuNSwyMi4zNDYsMFpNNi4xODcsOS4wMTNWNS45ODNIOS4yNzl2My4wM1pNMCw5LjAxNFY1Ljk4NEgzLjA5M3YzLjAzWiIgZmlsbD0  iI0ZGRiIvPjwvc3ZnPg==") no-repeat center center/contain;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.information-newsBtn a:hover {
  color: #ccc
}

.information-newsBtn a:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.information-newsItem {
  border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.information-newsItem:not(:first-of-type) {
  display: none
}

.information-newsItem a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 2vw 13px
}

.information-newsItem a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, .1);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s
}

.information-newsItem a:hover::after {
  width: 100%
}

.information-newsItem time {
  color: #eee;
  font-size: 2.93333vw;
  font-family: Roboto
}

.information-newsItem h3 {
  margin-top: 3px;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.6;
  text-align: justify
}

.information-newsItem h3 span {
  padding: 0 5px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .55);
  color: #900;
  font-family: Roboto;
  text-transform: uppercase
}

.information-link {
  margin-top: 30px
}

.information-link a {
  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;
  padding: 15px 0;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .4);
  color: #fff;
  font-weight: 700;
  font-size: 3.46667vw;
  text-align: center;
  -webkit-transition: border .3s;
  transition: border .3s
}

.information-link a::before {
  display: inline-block;
  width: 5.33333vw;
  height: 5.33333vw;
  margin-right: 6px;
  background: url(../img/i_contact_02.svg) center center/contain no-repeat;
  content: ''
}

.information-link a:hover {
  border: 1px solid #fff
}

.information-map {
  position: relative;
  height: 45vh;
  margin-top: 40px
}

.information-map>div {
  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;
  width: 100%;
  height: 100%
}

.information-map>div svg {
  width: 100%;
  height: auto
}

.information-map>div svg g.pin {
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.information-map>div svg g.pin:hover {
  opacity: .8
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85)
}

.modal-inner {
  padding: 0 5.33333vw;
  color: #fff;
  width: 100%;
}

.modal-head {
  font-size: 3.73333vw
}

.modal-body {
  margin-top: 15px
}

.modal-txt {
  margin-top: 15px;
  font-size: 2.933333vw;
  line-height: 1.6;
  text-align: justify
}

.modal-txt a {
  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;
  padding: 15px 0;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .4);
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: border .5s;
  transition: .3s;
}

.modal-txt a:hover {
  background: rgba(255, 255, 255, .1);
}

.modal-txt span {
  color: #ccc;
  font-size: 2.66667vw
}

.modal-close {
  z-index: 201;
  position: fixed;
  top: 5.33333vw;
  right: 5.33333vw;
  width: 34px;
  height: 34px;
  cursor: pointer
}

.modal-close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
  background: #fff;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s
}

.modal-close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 1px;
  background: #fff;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s
}

.modal-close:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg)
}

.modal-close:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
  transform: translate(-50%, -50%) rotate(-225deg)
}

.modal#koshikano, .modal#yamanakako {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.modal#koshikano.is-active, .modal.is-active#yamanakako {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.footer-inner {
  padding: 40px 4vw 15px
}

.footer-logo a {
  display: block;
  width: 32vw;
  height: 0;
  margin: 0 auto;
  padding-top: 10.4vw;
  overflow: hidden;
  background: url(../img/logo_vision.svg) center center/contain no-repeat;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.footer-logo a:hover {
  opacity: .8
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 20px 3vw;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.footer-item {
  width: 50%;
  font-size: 3.2vw
}

.footer-item:last-of-type {
  margin-top: 3%
}

.footer-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-item a::after {
  width: 2.93333vw;
  height: 2.66667vw;
  margin-left: 2%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMCI+PHBhdGggZD0iTTAsMFY3LjdIOC43VjBaTTcuNyw2LjdIMVYxSDcuN1pNMTEsMS44SDEwVjlIMS44djFIMTFaIi8+PC9zdmc+) no-repeat center center/contain;
  content: '';
  opacity: .3
}

.footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

.footer-copy p {
  font-size: 2.66667vw
}

.footer small {
  display: block;
  font-size: 2.66667vw
}

.modal-figure .slider {
  width:100%;
  margin:0 auto;
}

.modal-figure .slider img {
  height:auto;
}

.modal-figure .slider .slick-slide {
  margin:0 10px;
}

.modal-figure .slick-prev, 
.modal-figure .slick-next {
  position: absolute;
  top: 46%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 15px;
  width: 15px;
}

.modal-figure .slick-prev {
  left: -1.8%;
  transform: rotate(-135deg);
}

.modal-figure .slick-next {
  right: -1.8%;
  transform: rotate(45deg);
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (min-width:768px) {
  .header-inner {
    height: 90px
  }

  .header-logo a {
    width: 300px;
    padding-top: 64px
  }

  .header-jpx {
    height: 60px;
    margin-left: 15px;
    padding-left: 15px;
  }
  
  .header-jpx_img {
    width: 36px;
  }
  
  .header-jpx_txt {
    margin-left: 5px;
    font-size: 1.1rem;
    transform: scale(.8);
  }

  .mainv-tagline {
    font-size: 7.6rem
  }

  .mainv-head {
    top: 18%;
  }

  .mainv-ttl {
    font-size: 3.6rem
  }

  .mainv-news {
    bottom: 38%;
    font-size: 1.4rem
  }

  .mainv-link {
    width: 100%;
    position: relative;
    bottom: 220px;
  }

  .mainv-link ul {
    width: 620px !important;
    margin: 0 auto !important;
  }

  .mainv-link li {
    width: 300px !important;
    margin: 0 5px;
  }

  .mainv-link li:nth-child(2) {
    margin-top: 0;
  }

  .mainv-link li a figure {
    overflow: hidden;
    background: #000;
  }
  
  .mainv-link li a img {
    transition-duration: 0.3s;
    margin-bottom: 0;
  }

  .mainv-link li a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
  }

  .mainv-link li a .label {
    left: 20px;
    top: 43%;
    transform: translateY(-50%);
    width: 20px;
  }
  .mainv-link li a h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  
  .mainv-link .slider {
    width:100%;
    margin:0 auto;
  }
  
  .mainv-link .slider img {
    height:auto;
  }
  .mainv-link .slick-prev, 
  .mainv-link .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 15px;
    width: 15px;
    pointer-events: none;
  }
  
  .mainv-link .slick-prev {
    left: -2.8%;
    transform: rotate(-135deg);
  }
  
  .mainv-link .slick-next {
    right: -2.8%;
    transform: rotate(45deg);
  }

  .mainv-scroll {
    width: 70px;
    height: calc(100vh - 90px);
    background-size: 12px auto
  }

  .concept {
    margin-top: 0;
  }
  .concept-inner {
    padding-top: 11.71875vw
  }

  .concept-txt h2 {
    font-size: 4.2rem
  }

  .concept-txt p {
    font-size: 1.6rem;
    line-height: 2.3
  }

  .information-inner {
    padding: 11.71875vw 4vw 0
  }

  .information-newsTtl {
    font-size: 4.2rem
  }

  .information-newsTtl span {
    font-size: 1.2rem
  }

  .information-newsBtn a {
    font-size: 1.6rem
  }

  .information-newsBtn a::after {
    width: 20px;
    height: 10px;
    margin-top: 5px
  }

  .information-newsList {
    margin-top: 30px
  }

  .information-newsItem:not(:first-of-type) {
    display: block
  }

  .information-newsItem time {
    font-size: 1.5rem
  }

  .information-newsItem h3 {
    font-size: 1.6rem
  }

  .information-link a {
    font-size: 1.8rem
  }

  .information-link a::before {
    width: 30px;
    height: 30px;
    margin-right: 15px
  }

  .information-map {
    height: 50vh;
    margin-top: 50px
  }

  .information-map>div svg {
    width: 70%
  }

  .footer-logo a {
    width: 160px;
    margin: 0 auto 0 3vw;
    padding-top: 52px
  }

  .footer-item {
    width: initial;
    margin-right: 25px;
    font-size: 1.4rem
  }

  .footer-item:last-of-type {
    margin-top: 0
  }

  .footer-item a::after {
    width: 11px;
    height: 10px;
    margin-left: 5px
  }

  .footer-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer-copy p {
    font-size: 1.2rem
  }

  .footer small {
    margin-left: 15px;
    font-size: 1.2rem
  }

  .sp-only {
    display: block;
  }
  
  .pc-only {
    display: none;
  }
}

@media screen and (min-width:1025px) {
  .header-inner {
    padding: 0 50px
  }

  .mainv-scroll {
    width: 60px;
    height: calc(100vh - 30px);
    background-size: 10px auto
  }

  .concept-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0
  }

  .concept-txt {
    width: 50%;
    padding: 0 6vw
  }

  .concept-txt p {
    margin-top: 30px
  }

  .concept-img {
    width: 50%
  }

  .concept-img img {
    height: 100vh
  }

  .information-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px
  }

  .information-news {
    width: 43%;
    margin-bottom: auto;
    padding-top: 80px
  }

  .information-newsItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 13px
  }

  .information-newsItem time {
    margin: 4px 50px 0 0;
    font-size: 1.3rem
  }

  .information-newsItem h3 {
    margin-top: 0;
    font-size: 1.4rem
  }

  .information-link {
    margin-top: 50px
  }

  .information-map {
    width: 50%;
    height: calc(100vh - 100px);
    margin-top: 0
  }

  .information-map>div svg {
    width: 100%
  }

  .footer-inner {
    padding: 30px 50px 15px
  }

  .footer-logo a {
    margin: 0 auto
  }

  .footer-list {
    padding: 20px
  }

  .footer small {
    font-size: 1.2rem;
    text-align: center
  }
}

@media screen and (min-width:1024px) {

  .mainv-head {
    top: 18%
  }
  .mainv-news {
    top: 42%;
    max-width: 700px;
  }

  .mainv-news a {
    padding: 20px 80px 20px 30px
  }

  .mainv-news a::after {
    right: 20px;
    width: 14px;
    height: 14px
  }

  .mainv-scroll {
    height: calc(100vh - 130px);
  }
  
  .mainv-line {
    position: absolute;
    bottom: 0;
    height: 185px;
    height: 155px;
    width: 100%;
    background: rgba(3,3,3,.8);
    z-index: 9;
}
  .mainv-link {
    border: none;
    margin-top: 0;
    position: relative;
    bottom: 245px;
  }

  .mainv-link ul {
    width: 690px !important;
    margin: 0 auto !important;
  }

  .mainv-link li {
    width: 335px !important;
    margin: 0 5px;
  }
  .mainv-link li a .label {
    left: 10px;
    top: 18%;
    transform: translateY(-50%);
    width: 30px;
  }

  .modal-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px
  }

  .modal-head {
    font-size: 2.8rem
  }

  .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .modal-figure {
    width: 56%
  }

  .modal-txt {
    width: 40%;
    margin: 0 0 0 4%;
    font-size: 1.5rem
  }

  .modal-txt span {
    font-size: 1.1rem
  }

  .modal-close {
    top: 50px;
    right: 50px
  }
}