@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Index-Page
------------------------------ */
#topimage {
  position: relative;
  align-content: center;
  min-height: 530px;
  box-sizing: border-box;
  padding-block: 40px;
  margin-bottom: 130px;
}
#topimage .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: max(30px,calc((100% - 1780px) / 2));
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
#topimage .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #111;
  opacity: .25;
}
#topimage .inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  gap: 60px;
  color: #fff;
  max-width: 1640px;
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: 50px;
}
@media only screen and (max-width: 1700px) {
  #topimage .inner {
    padding-left: 80px;
  }
}
#topimage .catch span {
  display: block;
}
#topimage .catch .ja {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(32px,3vw);
  margin-bottom: 20px;
  word-break: keep-all;
}
#topimage .catch .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  letter-spacing: .1em;
}
#topimage .text {
  letter-spacing: 0;
  line-height: 2;
}
#topimage .text p + p {
  margin-top: 20px;
}

.house {
  margin-top: 100px;
  display: flex;
  gap: min(100px,5.5vw);
  flex-direction: row-reverse;
}
.house .imagebox {
  width: 54%;
  flex-shrink: 0;
}
.house .imagebox .slider {
  position: relative;
  min-height: 600px;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 35px;
}
.house .imagebox .slider figure {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.house .imagebox .slick-list, .house .imagebox .slick-track {
  height: 100%;
}
.house .main {
  flex-grow: 1;
}
.house .main .title {
  border-top: #c9c9c9 1px solid;
  border-bottom: #c9c9c9 1px solid;
  padding-block: 50px 40px;
  margin-bottom: 35px;
  line-height: 1.5;
}
.house .main .title .catch {
  font-size: min(18px,1.7vw);
  margin-bottom: 10px;
}
.house .main .title .h {
  font-size: min(32px,3.2vw);
  font-weight: 500;
  margin-bottom: 18px;
}
.house .main .title .location {
  display: flex;
  opacity: .7;
  gap: 6px;
}
.house .main .title .location::before {
  content: "\f3c5";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  line-height: 1.3;
}
.house .text {
  margin-bottom: 45px;
}
.house .text p + p {
  margin-top: 1em;
}
.house .discover dt {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.house .discover dt span {
  display: block;
}
.house .discover dt .en {
  gap: 9px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-bottom: 2px;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}
.house .discover dt .en::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background-color: #4A4234;
  border-radius: 1px;
  rotate: 45deg;
}
.house .discover dt .en::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #999;
  display: block;
}
.house .discover dt .ja {
  font-weight: 500;
}
.house .discover dd {
  line-height: 1.5;
  margin-top: 8px;
  font-size: 14px;
  padding-left: 16px;
  text-indent: -16px;
}
.house .discover dd::before {
  content: "";
  margin-right: 9px;
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: 2px;
  text-indent: 0;
  background-color: #999;
  border-radius: 50%;
}
.house .more {
  width: fit-content;
  margin: 40px 0 0 auto;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.slick-dots li {
  position: relative;
  width: 10px;
  height: 20px;
  margin-inline: 5px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #999;
  border-color: #999;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  text-align: center;
  color: black;
  border-radius: 100%;
  background-color: #fff;
  border: #c9c9c9 1px solid;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
.slick-dots li.slick-active button:before {
  background-color: #999;
  border-color: #999;
}

/* ------------------------------
 Post-Page
------------------------------ */
#posttop {
  height: min(100vh,700px);
  margin: 20px 20px 80px;
  position: relative;
  color: #fff;
}
#posttop::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #111;
  animation: titlebg .7s ease-in-out .7s 1;
  animation-fill-mode: both;
}
#posttop .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#posttop .bg figure img {
  animation: titleimage .7s ease-in-out .1s 1;
  animation-fill-mode: both;
}
#posttop .wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
}
#posttop .main {
  height: 100%;
  align-content: center;
  position: relative;
}
#posttop .pagetitle {
  line-height: 1.5;
}
#posttop .pagetitle .catch {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
  animation: titlecatch .7s ease-in-out .6s 1;
  animation-fill-mode: both;
}
#posttop .pagetitle .title {
  font-size: clamp(20px, 3.5vw, 44px);
  animation: titletext .7s ease-in-out .5s 1;
  animation-fill-mode: both;
}
#posttop .back {
  position: absolute;
  left: 0;
  bottom: 70px;
}
#posttop .back a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 12px;
  mix-blend-mode: screen;
}
#posttop .back a::before {
  content: "";
  width: 30px;
  height: 18px;
  border-radius: 2px;
  text-align: center;
  align-content: center;
  background: #4A4234 url("../img/arrow.png") no-repeat center center;
  background-size: 15px auto;
  filter: invert(1) brightness(1.5);
  scale: -1 1;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  #posttop .back a:hover::before {
    translate: -10px 0;
    opacity: .7;
  }
}

@keyframes titleimage {
  0% {
    opacity: 0;
    filter: blur(10px) brightness(5);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@keyframes titlebg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .3;
  }
}
@keyframes titlecatch {
  0% {
    opacity: 0;
    filter: blur(10px);
    translate: -20px 0;
  }
  100% {
    opacity: 1;
    filter: none;
    translate: 0;
  }
}
@keyframes titletext {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
.post {
  --radius: 8px;
  /* ---------- Feature ---------- */
  /* ---------- Osusume ---------- */
  /* ---------- Pickup ---------- */
  /* ---------- Midokoro ---------- */
  /* ---------- PhotoGallery ---------- */
}
.post .about {
  border-radius: var(--radius);
  background-color: #4A4234;
  padding: min(56px,4vw);
  display: flex;
  gap: min(56px,4vw);
  align-items: center;
}
.post .about .image {
  border-radius: 5px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.post .about .main {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 1;
  color: #fff;
}
.post .about .main .title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 500;
}
.post .about .main .title::before {
  content: "";
  width: 8px;
  height: 8px;
  rotate: 45deg;
  display: block;
  border-radius: 1px;
  background-color: #fff;
}
.post .about .main .data {
  line-height: 1.5;
}
.post .about .main .data dl {
  display: flex;
  margin-block: 15px;
}
.post .about .main .data dl dt {
  width: 100px;
  flex-shrink: 0;
  color: #999;
}
.post .about .main .link {
  margin-top: 30px;
}
.post .about .main .link a {
  border: #fff 1px solid;
  border-radius: 3px;
  padding: 12px;
  display: block;
  text-align: center;
  position: relative;
}
.post .about .main .link a::before {
  content: "\f0d7";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: .5;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
@media (any-hover: hover) {
  .post .about .main .link a:hover::before {
    opacity: 1;
    translate: 0 6px;
  }
}
.post .feature {
  position: relative;
  margin-block: 120px;
}
.post .feature .wrapper {
  display: flex;
  align-items: center;
}
.post .feature .wrapper .main {
  padding-block: 50px;
  width: 32%;
}
.post .feature .wrapper .sec_title {
  margin-bottom: 30px;
}
.post .feature .wrapper::after {
  content: "";
  height: 600px;
  display: block;
  width: 0;
}
.post .feature .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.post .osusume {
  display: flex;
  align-items: center;
  gap: min(60px,5vw);
  margin-bottom: 120px;
}
.post .osusume .image {
  width: 50%;
  flex-shrink: 0;
  border-radius: var(--radius);
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.post .osusume .main {
  flex-grow: 1;
}
.post .osusume .main dt {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.post .osusume .main dd {
  line-height: 1.5;
  margin-top: 10px;
  text-indent: -16px;
  padding-left: 16px;
}
.post .osusume .main dd::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: 2px;
  background-color: #999;
  border-radius: 50%;
  margin-right: 9px;
}
.post .pickup .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  letter-spacing: .05em;
  line-height: 1;
}
.post .pickup .title::before, .post .pickup .title::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  rotate: 45deg;
  border-radius: 1px;
  background-color: #4A4234;
}
.post .pickup .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(54px,3.2vw);
}
.post .pickup .list li {
  display: grid;
  position: relative;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  height: 100%;
  line-height: 1.5;
  margin-bottom: 60px;
}
.post .pickup .list li .image {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background-color: #E9E8E1;
}
.post .pickup .list li .catch {
  font-size: min(19px,1.7vw);
  font-weight: 500;
  margin-bottom: 8px;
}
.post .pickup .list li .text {
  font-size: 15px;
}
.post .midokoro {
  margin-block: 110px 150px;
}
.post .midokoro > .wrapper {
  max-width: 870px;
}
.post .midokoro .sec_title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 1.5;
}
.post .midokoro .sec_title span {
  font-size: 1.5em;
  display: block;
}
.post .midokoro .list {
  counter-reset: count 0;
}
.post .midokoro .list li {
  counter-increment: count 1;
}
.post .midokoro .list li .image {
  border-radius: var(--radius);
  aspect-ratio: 3 / 2;
  margin-bottom: 35px;
  overflow: hidden;
}
.post .midokoro .list li .main {
  display: flex;
  padding-inline: 2% 4.5%;
}
.post .midokoro .list li .main::before {
  content: counter(count,decimal-leading-zero);
  width: 65px;
  flex-shrink: 0;
  border-right: #c9c9c9 1px solid;
  margin-right: 32px;
  color: #999;
  line-height: 1.1;
  letter-spacing: .1em;
  font-family: "Inter", "IBM Plex Sans JP", sans-serif;
  font-size: 29px;
  font-weight: 300;
}
.post .midokoro .list li .main .text {
  flex-grow: 1;
}
.post .midokoro .list li .main .text .catch {
  font-size: clamp(15px, 2.5vw, 20px);
  font-weight: 500;
  margin-bottom: 12px;
}
.post .midokoro .list li .main .text p:not([class]) {
  font-size: 15px;
}
.post .midokoro .list li + li {
  margin-top: 90px;
}
.post .gallery .wrapper {
  max-width: 1100px;
}
.post .gallery .sec_title {
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 40px;
}
.post .gallery .sec_title::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #4A4234;
  border-radius: 1px;
  rotate: 45deg;
}
.post .gallery .sec_title::after {
  content: "";
  flex-grow: 1;
  background-color: #c9c9c9;
  height: 1px;
  width: auto;
}
.post .gallery .gallerymain .fotorama__stage img {
  border-radius: var(--radius) !important;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index-Page
  ------------------------------ */
  #topimage {
    min-height: 520px;
    margin-bottom: 0;
  }
  #topimage .bg {
    left: 3vw;
  }
  #topimage .bg::before {
    opacity: .3;
  }
  #topimage .inner {
    display: block;
    padding-inline: 10vw 5vw;
  }
  #topimage .catch {
    margin-bottom: 30px;
  }
  #topimage .catch .ja {
    font-size: min(28px,5.5vw);
    margin-bottom: 10px;
  }
  #topimage .catch .en {
    font-size: 16px;
  }
  #topimage .text {
    line-height: inherit;
  }
  #topimage .text p + p {
    margin-top: 1em;
  }

  .house {
    margin-top: 80px;
    display: block;
  }
  .house .imagebox {
    width: auto;
  }
  .house .imagebox .slider {
    min-height: inherit;
    height: auto;
    padding-bottom: 30px;
  }
  .house .imagebox .slider figure {
    aspect-ratio: 3 / 2;
    height: auto;
  }
  .house .imagebox .slick-list, .house .imagebox .slick-track {
    height: auto;
  }
  .house .main .title {
    border-top: none;
    padding-block: 20px 30px;
    margin-bottom: 35px;
  }
  .house .main .title .catch {
    font-size: 16px;
  }
  .house .main .title .h {
    font-size: min(28px,5.3vw);
    margin-bottom: 20px;
  }
  .house .text {
    margin-bottom: 35px;
  }
  .house .more {
    margin-top: 30px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  #posttop {
    height: min(100vh,600px);
    margin: 2vw 2vw 70px;
  }
  #posttop .pagetitle .catch {
    font-size: 16px;
  }
  #posttop .back {
    bottom: 40px;
  }

  .post {
    --radius: 5px;
    /* ---------- Feature ---------- */
    /* ---------- Osusume ---------- */
    /* ---------- Pickup ---------- */
    /* ---------- Midokoro ---------- */
    /* ---------- PhotoGallery ---------- */
  }
  .post .about {
    padding: 5vw;
    display: block;
  }
  .post .about .image {
    margin-bottom: 30px;
  }
  .post .about .main {
    width: auto;
  }
  .post .about .main .title {
    margin-bottom: 15px;
  }
  .post .about .main .data dl {
    margin-block: 8px;
  }
  .post .feature {
    margin-block: 80px;
  }
  .post .feature .wrapper {
    display: block;
  }
  .post .feature .wrapper .main {
    padding-block: 40px 0;
    width: auto;
  }
  .post .feature .wrapper::after {
    display: none;
  }
  .post .feature .image {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 16 / 9;
    width: 90%;
    margin-left: auto;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .post .osusume {
    display: block;
    margin-bottom: 80px;
  }
  .post .osusume .image {
    width: auto;
    margin-bottom: 30px;
  }
  .post .osusume .main {
    margin-inline: 2vw;
  }
  .post .osusume .main dt br {
    display: none;
  }
  .post .pickup .title {
    margin-bottom: 40px;
  }
  .post .pickup .list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5vw;
  }
  .post .pickup .list li {
    margin-bottom: 35px;
  }
  .post .pickup .list li .image {
    margin-bottom: 15px;
  }
  .post .pickup .list li .catch {
    font-size: min(17px,3.5vw);
    margin-bottom: 5px;
  }
  .post .pickup .list li .text {
    font-size: 14px;
  }
  .post .midokoro {
    margin-block: 50px 120px;
  }
  .post .midokoro .list + li {
    margin-top: 70px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index-Page
  ------------------------------ */
  #topimage {
    min-height: 480px;
    padding-block: 60px;
  }
  #topimage .bg {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #topimage .bg::before {
    opacity: .5;
  }
  #topimage .inner {
    padding-inline: 5vw;
  }
  #topimage .catch {
    margin-bottom: 30px;
  }
  #topimage .catch .ja {
    margin-bottom: 10px;
  }
  #topimage .catch .en {
    font-size: 14px;
  }
  #topimage .text br {
    display: none;
  }

  .house {
    margin-top: 70px;
  }
  .house .imagebox .slider {
    padding-bottom: 0;
  }
  .house .imagebox .slider figure {
    border-radius: 4px;
  }
  .house .main .title {
    padding-block: 25px;
    margin-bottom: 25px;
  }
  .house .main .title .catch {
    font-size: inherit;
    margin-bottom: 8px;
  }
  .house .main .title .h {
    margin-bottom: 15px;
  }
  .house .main .title .location {
    gap: 5px;
  }
  .house .text {
    margin-bottom: 25px;
  }
  .house .discover dd {
    margin-top: 8px;
    font-size: 13px;
    padding-left: 13px;
    text-indent: -13px;
  }
  .house .discover dd::before {
    margin-right: 7px;
    width: 6px;
    height: 6px;
    vertical-align: 2px;
  }
  .house .more {
    margin-top: 25px;
  }

  .slick-dots {
    bottom: 5px;
    right: 10px;
  }
  .slick-dots li {
    margin-inline: 3px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  #posttop {
    height: min(100vh,400px);
    margin: 2vw 2vw 40px;
  }
  #posttop .pagetitle .catch {
    font-size: min(3.7vw,15px);
    margin-bottom: 10px;
  }
  #posttop .pagetitle .title {
    font-weight: 500;
  }
  #posttop .back {
    bottom: 30px;
  }
  #posttop .back a {
    gap: 10px;
  }
  #posttop .back a::before {
    width: 24px;
    height: 15px;
    background-size: 12px auto;
  }

  .post {
    --radius: 4px;
    /* ---------- Feature ---------- */
    /* ---------- Osusume ---------- */
    /* ---------- Pickup ---------- */
    /* ---------- Midokoro ---------- */
    /* ---------- PhotoGallery ---------- */
  }
  .post .about .image {
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .post .about .main .title {
    margin-bottom: 12px;
  }
  .post .about .main .data dl {
    margin-block: 5px;
  }
  .post .about .main .data dl dt {
    width: 75px;
  }
  .post .about .main .link {
    margin-top: 20px;
  }
  .post .about .main .link a {
    padding: 10px;
  }
  .post .feature {
    margin-block: 40px;
  }
  .post .feature .wrapper .main {
    padding-block: 30px 0;
  }
  .post .feature .wrapper .sec_title {
    margin-bottom: 20px;
  }
  .post .feature .image {
    border-top-left-radius: 5vw;
    border-bottom-left-radius: 5vw;
  }
  .post .osusume {
    margin-bottom: 60px;
  }
  .post .osusume .image {
    margin-bottom: 25px;
  }
  .post .osusume .main {
    margin-inline: 3vw;
  }
  .post .osusume .main dt {
    font-size: min(20px,4.5vw);
    margin-bottom: 15px;
  }
  .post .osusume .main dt br {
    display: inline;
  }
  .post .osusume .main dd {
    margin-top: 8px;
    text-indent: -15px;
    padding-left: 15px;
  }
  .post .osusume .main dd::before {
    margin-right: 8px;
  }
  .post .pickup .title {
    gap: 12px;
    margin-bottom: 40px;
    font-size: 22px;
  }
  .post .pickup .title::before, .post .pickup .title::after {
    width: 7px;
    height: 7px;
  }
  .post .pickup .list li {
    margin-bottom: 30px;
  }
  .post .pickup .list li .image {
    margin-bottom: 12px;
  }
  .post .pickup .list li .catch {
    margin-bottom: 5px;
  }
  .post .pickup .list li .text {
    font-size: 12px;
  }
  .post .midokoro {
    margin-block: 50px 70px;
  }
  .post .midokoro .sec_title {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .post .midokoro .list li .image {
    margin-bottom: 30px;
  }
  .post .midokoro .list li .main::before {
    width: 50px;
    margin-right: 7vw;
    font-size: 24px;
  }
  .post .midokoro .list li .main .text .catch {
    margin-bottom: 10px;
  }
  .post .midokoro .list li .main .text p:not([class]) {
    font-size: 13px;
  }
  .post .midokoro .list li + li {
    margin-top: 50px;
  }
  .post .gallery .sec_title {
    gap: 12px;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .post .gallery .sec_title::before {
    width: 7px;
    height: 7px;
  }
}

/*# sourceMappingURL=showroom.css.map */
