@charset "UTF-8";
/*---display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 15px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-ttl {
  position: relative;
  margin-inline: 0 auto;
  margin-bottom: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  text-align: left;
}
.cmn-ttl__main {
  display: block;
  font-size: clamp(3.2rem, 2rem + 3.09vw, 6rem);
  color: #332318;
  line-height: 1.067;
  letter-spacing: 0.05em;
}
.cmn-ttl__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  margin-bottom: clamp(0.5rem, -0.5rem + 2.76vw, 3rem);
  font-size: clamp(1.8rem, 1.6rem + 0.66vw, 2.4rem);
  color: #000000;
  line-height: 2.668;
  letter-spacing: 0.05em;
}
.cmn-ttl__sub-icon {
  width: clamp(1.8rem, 1.4rem + 0.99vw, 2.7rem);
  height: clamp(2.5rem, 2rem + 1.33vw, 3.7rem);
}
.cmn-ttl.--center {
  text-align: center;
}

.--fade {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.--fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}

/* --- pottedplant ---*/
.pottedplant {
  /* background: url(/system_panel/uploads/images/bg-pottedplant-body.jpg) repeat center center/contain; */
}

.pottedplant-cnt {
  position: relative;
}

.pottedplant-mv {
  position: relative;
}
.pottedplant-mv__ph {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .pottedplant-mv__ph {
    height: 620px;
  }
}
.pottedplant-mv__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pottedplant-mv__ttl {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  aspect-ratio: 300/192;
}
@media screen and (min-width: 1024px) {
  .pottedplant-mv__ttl {
    top: 38%;
  }
}
@media screen and (min-width: 768px) {
  .pottedplant-mv__ttl {
    width: 480px;
  }
}
.pottedplant-mv__ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pottedplant-concept {
  position: relative;
  padding-top: clamp(7.5rem, 4.4rem + 8.29vw, 15rem);
}
.pottedplant-concept::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37%;
  width: min(26.0416666667vw, 50rem);
  aspect-ratio: 1000/440;
  background: url(/system_panel/uploads/images/illust-pottedplant-concept-img01.png) no-repeat center center/contain;
}
@media screen and (min-width: 1440px) {
  .pottedplant-concept::before {
    bottom: min(6.25vw, 12rem);
  }
}
.pottedplant-concept__cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .pottedplant-concept__cnt {
    flex-direction: row;
    gap: 0;
  }
}
.pottedplant-concept__info {
  padding-inline: 15px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pottedplant-concept__info {
    order: 2;
    padding-top: min(4.7916666667vw, 9.2rem);
    width: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .pottedplant-concept__info {
    order: 2;
    padding-top: min(4.7916666667vw, 9.2rem);
    padding-inline: 0 min(3.3854166667vw, 6.5rem);
    width: min(700px, 700 / var(--mq) * 1vw);
    width: min(43.2291666667vw, 83rem);
  }
}
.pottedplant-concept__ttl {
  font-size: 20px;
  margin-bottom: min(2.8645833333vw, 5.5rem);
  color: #000000;
  line-height: 1.598;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .pottedplant-concept__ttl {
    font-size: min(3.125vw, 4rem);
  }
}
.pottedplant-concept__txt {
  font-size: 1.6rem;
  color: #333333;
  line-height: 2.222;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pottedplant-concept__txt {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .pottedplant-concept__txt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.pottedplant-concept__txt strong{
  font-weight: 400;
}
.pottedplant-concept__txt strong br{
  display: none;
}
@media screen and (min-width: 768px) {
  .pottedplant-concept__txt strong br{
    display: block;
  }
}
.pottedplant-concept__ph.--ph1 {
  width: 80%;
  max-width: 587px;
  aspect-ratio: 587/788;
}
@media screen and (min-width: 768px) {
  .pottedplant-concept__ph.--ph1 {
    order: 1;
    width: calc((100% - min(43.2291666667vw, 83rem)) * 0.54);
  }
}
.pottedplant-concept__ph.--ph2 {
  margin-inline: auto 0;
  width: 80%;
  max-width: 500px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .pottedplant-concept__ph.--ph2 {
    order: 3;
    padding-top: min(3.3854166667vw, 6.5rem);
    width: calc((100% - min(43.2291666667vw, 83rem)) * 0.46);
  }
}

.pottedplant-use {
  position: relative;
  padding-top: clamp(7rem, 4.1rem + 7.73vw, 14rem);
}
.pottedplant-use__head {
  margin-bottom: clamp(4.2rem, 2.4rem + 4.75vw, 8.5rem);
}
.pottedplant-use .use-list {
  margin-inline: auto;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .pottedplant-use .use-list {
    max-width: none;
  }
}
.pottedplant-use .use-list__item:not(:last-child) {
  margin-bottom: clamp(5rem, 2.9rem + 5.52vw, 10rem);
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list__item:nth-child(even) .item-box {
    margin-left: calc((100% - 100vw) / 2);
    padding-left: 30px;
  }
}
.pottedplant-use .use-list__item:nth-child(even) .item-box__link {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list__item:nth-child(even) .item-box__link {
    flex-direction: row-reverse;
  }
}
.pottedplant-use .use-list__item:nth-child(even) .item-box__media-tag {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list__item:nth-child(odd) {
    margin-right: calc((100% - 100vw) / 2);
    padding-right: 30px;
  }
}
.pottedplant-use .use-list__item:nth-child(odd) .item-box__link {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list__item:nth-child(odd) .item-box__link {
    flex-direction: row;
  }
}
.pottedplant-use .use-list__item:nth-child(odd) .item-box__media-tag {
  left: 0;
}
.pottedplant-use .use-list__item:nth-child(1) .item-box__info::before {
  content: "";
  position: absolute;
  top: -6vw;
  right: -10px;
  width: clamp(7rem, 4.1rem + 7.73vw, 14rem);
  height: clamp(8.4rem, 4.9rem + 9.28vw, 16.8rem);
  background: url(/system_panel/uploads/images/illust-pottedplant-use-img01.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list__item:nth-child(1) .item-box__info::before {
    top: auto;
    bottom: -80px;
    left: -40px;
    right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .pottedplant-use .use-list__item:nth-child(1) .item-box__info::before {
    bottom: 10px;
    left: -110px;
  }
}
.pottedplant-use .use-list__item:nth-child(2) .item-box__info::before {
  content: "";
  position: absolute;
  top: -6vw;
  right: -10px;
  width: clamp(8.1rem, 4.7rem + 9.06vw, 16.3rem);
  height: clamp(8.1rem, 4.7rem + 8.95vw, 16.2rem);
  background: url(/system_panel/uploads/images/illust-pottedplant-use-img02.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list__item:nth-child(2) .item-box__info::before {
    top: auto;
    bottom: -80px;
    left: auto;
    right: -40px;
  }
}
@media screen and (min-width: 1440px) {
  .pottedplant-use .use-list__item:nth-child(2) .item-box__info::before {
    bottom: 10px;
    right: -100px;
  }
}
.pottedplant-use .use-list__item:nth-child(3) .item-box__info::before {
  content: "";
  position: absolute;
  top: -6vw;
  right: -10px;
  width: clamp(7.6rem, 4.5rem + 8.4vw, 15.2rem);
  height: clamp(8.6rem, 5rem + 9.5vw, 17.2rem);
  background: url(/system_panel/uploads/images/illust-pottedplant-use-img03.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list__item:nth-child(3) .item-box__info::before {
    top: auto;
    bottom: -80px;
    left: -40px;
    right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .pottedplant-use .use-list__item:nth-child(3) .item-box__info::before {
    bottom: 20px;
    left: -98px;
  }
}
.pottedplant-use .use-list .item-box__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: min(5.5208333333vw, 10.6rem);
}
.pottedplant-use .use-list .item-box__info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list .item-box__info {
    max-width: 500px;
    width: 38%;
  }
}
.pottedplant-use .use-list .item-box__ttl {
  margin-bottom: clamp(0.5rem, 0.3rem + 0.55vw, 1rem);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  color: #332318;
  font-weight: bold;
  line-height: 2.133;
  letter-spacing: 0.05em;
}
.pottedplant-use .use-list .item-box__txt {
  margin-bottom: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #332318;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.pottedplant-use .use-list .item-box__voice {
  padding-block: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  padding-inline: clamp(1.2rem, 0.7rem + 1.44vw, 2.5rem);
  background: rgba(255, 255, 255, 0.702);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .pottedplant-use .use-list .item-box__voice {
    width: 500px;
    min-height: 190px;
  }
}
.pottedplant-use .use-list .item-box__voice-label {
  margin-bottom: clamp(0.5rem, 0.3rem + 0.55vw, 1rem);
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  color: #332318;
  line-height: 1.668;
  letter-spacing: 0.05em;
}
.pottedplant-use .use-list .item-box__voice-value {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #332318;
  line-height: 1.875;
}
.pottedplant-use .use-list .item-box__media {
  position: relative;
}
.pottedplant-use .use-list .item-box__media-tag {
  position: absolute;
  top: 0;
  padding-inline: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
  width: clamp(5rem, 4.5rem + 1.33vw, 6.2rem);
  height: 100%;
  background: var(--mc01);
  font-size: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  color: #fff;
  line-height: 50px;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.pottedplant-use .use-list .item-box__media-ph {
  flex: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: 920/600;
}
.pottedplant-use .use-list .item-box__media-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pottedplant-lineup {
  position: relative;
  padding-block: clamp(7rem, 4.1rem + 7.73vw, 14rem) clamp(3.7rem, 2.2rem + 4.09vw, 7.4rem);
}
.pottedplant-lineup::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 0;
  width: clamp(24.5rem, 14.3rem + 27.07vw, 49rem);
  height: clamp(25rem, 14.6rem + 27.62vw, 50rem);
  background: url(/system_panel/uploads/images/illust-pottedplant-gallery-img01.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pottedplant-lineup::before {
    top: 8.1%;
  }
}
.pottedplant-lineup::after {
  content: "";
  position: absolute;
  bottom: -2.5%;
  right: 0;
  width: clamp(24.5rem, 14.3rem + 27.07vw, 49rem);
  height: clamp(25rem, 14.6rem + 27.62vw, 50rem);
  background: url(/system_panel/uploads/images/illust-pottedplant-gallery-img02.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pottedplant-lineup::after {
    bottom: -2.8%;
  }
}
.pottedplant-lineup__head {
  margin-bottom: clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.pottedplant-lineup__cnt {
  margin-inline: auto;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .pottedplant-lineup__cnt {
    max-width: none;
  }
}
.pottedplant-lineup__block {
  margin-bottom: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
}
.pottedplant-lineup__block-ttl {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.88vw, 3.3rem);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  color: #332318;
  line-height: 2.134;
  letter-spacing: 0.05em;
  text-align: center;
}
.pottedplant-lineup .lineup-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  gap: clamp(2rem, -1rem + 3.91vw, 4rem);
}
@media screen and (min-width: 768px) {
  .pottedplant-lineup .lineup-block {
    flex-direction: row;
  }
}
.pottedplant-lineup .lineup-block__ph {
  width: 100%;
}
.pottedplant-lineup .lineup-block__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pottedplant-lineup .lineup-block__ph {
    width: 48.5%;
  }
}
.pottedplant-lineup .lineup-block__info {
  flex: 1;
}
.pottedplant-lineup .lineup-block__txt {
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  color: #333333;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .pottedplant-lineup .lineup-block__txt {
    margin-bottom: clamp(6rem, -3rem + 11.72vw, 12rem);
  }
}
.pottedplant-lineup .lineup-block__data-ttl {
  position: relative;
  margin-bottom: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  padding-left: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  color: #2a908b;
  font-weight: bold;
  line-height: 3.557;
}
.pottedplant-lineup .lineup-block__data-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 30px;
  background-color: #2a908b;
}
.pottedplant-lineup .lineup-block__data-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.pottedplant-lineup__list {
  margin-bottom: clamp(3.7rem, 2.1rem + 4.2vw, 7.5rem);
}
.pottedplant-lineup__list-ttl {
  margin-bottom: clamp(2.3rem, 1.4rem + 2.43vw, 4.5rem);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  color: #332318;
  line-height: 2.134;
  letter-spacing: 0.05em;
  text-align: center;
}
.pottedplant-lineup .lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .pottedplant-lineup .lineup-list {
    gap: clamp(3rem, 0rem + 3.91vw, 5rem) min(3.125vw, 4rem);
  }
}
.pottedplant-lineup .lineup-list__item {
  width: calc((100% - 30px) / 2);
}
@media screen and (min-width: 768px) {
  .pottedplant-lineup .lineup-list__item {
    width: calc((100% - min(9.375vw, 12rem)) / 4);
  }
}
.pottedplant-lineup .item-box {
  position: relative;
}
.pottedplant-lineup .item-box__ttl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5px;
  padding-inline: 15px;
  width: 100%;
  min-height: 40px;
  background: #2a908b;
}
.pottedplant-lineup .item-box__ttl-st {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.pottedplant-gallery {
  padding-top: clamp(8.5rem, 5rem + 9.39vw, 17rem);
  overflow: clip;
}
.pottedplant-gallery .gallery-list {
  display: flex;
}
.gjs-dashed .pottedplant-gallery .gallery-list{
  display: block;
}
.pottedplant-gallery .gallery-list__item {
  display: flex;
  padding-inline: 5px;
}
.pottedplant-gallery .gallery-list__item:nth-child(even) {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.pottedplant-gallery .gallery-list__item:nth-child(odd) {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.pottedplant-gallery .gallery-list__ph {
  width: 260px;
  aspect-ratio: 520/420;
}
@media screen and (min-width: 768px) {
  .pottedplant-gallery .gallery-list__ph {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .pottedplant-gallery .gallery-list__ph {
    width: 520px;
  }
}
.pottedplant-gallery .gallery-list__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes pottedplant-gallery {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-1 * var(--distance)), 0, 0);
  }
}

.anchor {
  position: fixed;
  top: 320px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .anchor {
    top: 510px;
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .anchor {
    top: 554px;
  }
}
.anchor .anchor-list__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .anchor .anchor-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.anchor .anchor-list img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .anchor .anchor-list img {
    width: 40px;
  }
}
