body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #232323;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 17.3333333333px;
  }
}

.col-blk {
  color: #232323 !important;
}
.col-wht {
  color: #fff !important;
}
.col-main {
  color: #4e3820 !important;
}
.col-sub {
  color: #28791a !important;
}
.col-accent {
  color: #1bb3ce !important;
}
.col-reptiles {
  color: #4e3820 !important;
}
.col-reptiles-light {
  color: #856542 !important;
}
.col-animals {
  color: #28791a !important;
}
.col-animals-light {
  color: #4d9940 !important;
}
.col-goldfish {
  color: #1bb3ce !important;
}
.col-goldfish-light {
  color: #5fc5d7 !important;
}
.col-bdr {
  color: #ddd !important;
}
.col-bg {
  color: #efefef !important;
}

.bg-blk {
  background-color: #232323 !important;
}
.bg-wht {
  background-color: #fff !important;
}
.bg-main {
  background-color: #4e3820 !important;
}
.bg-sub {
  background-color: #28791a !important;
}
.bg-accent {
  background-color: #1bb3ce !important;
}
.bg-reptiles {
  background-color: #4e3820 !important;
}
.bg-reptiles-light {
  background-color: #856542 !important;
}
.bg-animals {
  background-color: #28791a !important;
}
.bg-animals-light {
  background-color: #4d9940 !important;
}
.bg-goldfish {
  background-color: #1bb3ce !important;
}
.bg-goldfish-light {
  background-color: #5fc5d7 !important;
}
.bg-bdr {
  background-color: #ddd !important;
}
.bg-bg {
  background-color: #efefef !important;
}

.ptn-wht {
  background: url("/img/common/ptn-wht.jpg");
}
.ptn-stripe-blk {
  background: url("/img/common/ptn-stripe-blk.png");
}
@media screen and (max-width: 768px) {
  .ptn-stripe-blk {
    background-size: 7px;
  }
}
.ptn-stripe-grn {
  background: url("/img/common/ptn-stripe-grn.png");
}
@media screen and (max-width: 768px) {
  .ptn-stripe-grn {
    background-size: 7px;
  }
}
.ptn-stripe-blu {
  background: url("/img/common/ptn-stripe-blu.png");
}
@media screen and (max-width: 768px) {
  .ptn-stripe-blu {
    background-size: 7px;
  }
}
.ptn-dot {
  background: url("/img/common/ptn-dot.png");
}
@media screen and (max-width: 768px) {
  .ptn-dot {
    background-size: 8px;
  }
}

.btn-01__link, .btn-02__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
}
.btn-01__link:hover, .btn-02__link:hover, .btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.3333333333;
}
.btn-03__link {
  font-family: "Noto Sans JP", sans-serif;
}

.ic-mail-wht, .ic-mail-blk {
  position: relative;
}
.ic-mail-wht::before, .ic-mail-blk::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/14;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.ic-mail-blk::before {
  background-image: url("/img/common/ic-mail-blk.png");
  background-size: 100%;
}
.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-ig, .ic-reptiles, .ic-animals, .ic-goldfish, .ic-heart {
  position: relative;
}
.ic-ig::before, .ic-reptiles::before, .ic-animals::before, .ic-goldfish::before, .ic-heart::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 38/40;
  background-image: url("/img/common/ic-ig.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.ic-reptiles, .ic-animals, .ic-goldfish, .ic-heart {
  padding-left: 10%;
}
.ic-reptiles::before, .ic-animals::before, .ic-goldfish::before, .ic-heart::before {
  left: 30px;
}
.ic-reptiles::before {
  width: 40px;
  aspect-ratio: 40/39;
  background-image: url("/img/common/ic-reptiles.png");
  background-size: 100%;
}
.ic-animals::before {
  width: 50px;
  aspect-ratio: 65/55;
  background-image: url("/img/common/ic-small-animals.png");
  background-size: 100%;
}
.ic-goldfish::before {
  width: 55px;
  aspect-ratio: 55/38;
  background-image: url("/img/common/ic-goldfish.png");
  background-size: 100%;
}
.ic-heart::before {
  width: 44px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-heart.png");
  background-size: 100%;
}
.ic-ig-wht {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-ig-wht::before {
  content: "";
  display: block;
  width: 39px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-ig-wht.png");
  background-size: 100%;
}

.arw-wht, .arw-anchor-wht {
  position: relative;
}
.arw-wht::after, .arw-anchor-wht::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}
.arw-wht:hover::after, .arw-anchor-wht:hover::after {
  transform: translate(-2px, -50%) rotate(45deg);
}
.arw-anchor-wht::after {
  transform: translate(0, -50%) rotate(135deg);
}
.arw-anchor-wht:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(135deg);
}

.obj-sideleaf {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  z-index: -1;
}
.obj-sideleaf::before, .obj-sideleaf::after {
  content: "";
  display: block;
  width: 190px;
  max-width: 9.8958333333%;
  aspect-ratio: 190/347;
  background-image: url("/img/common/obj-leaf-01.png");
  background-size: 100%;
}
.obj-sideleaf::after {
  transform: scaleX(-1);
}
.obj-com-leaf-lft::before {
  content: "";
  display: block;
  width: 190px;
  max-width: 9.8958333333%;
  aspect-ratio: 190/347;
  background-image: url("/img/common/obj-leaf-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  z-index: -2;
}
.obj-com-leaf-rt::after {
  content: "";
  display: block;
  width: 190px;
  max-width: 9.8958333333%;
  aspect-ratio: 190/347;
  background-image: url("/img/common/obj-leaf-01.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  transform: scaleX(-1);
  z-index: -2;
}
.obj-com-leaf-02 {
  position: relative;
  z-index: 1;
}
.obj-com-leaf-02::after {
  content: "";
  display: block;
  width: 243px;
  aspect-ratio: 243/169;
  background-image: url("/img/common/obj-leaf-02.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-com-leaf-03::before {
  content: "";
  display: block;
  width: 213px;
  max-width: 11.09375%;
  aspect-ratio: 213/399;
  background-image: url("/img/common/obj-leaf-03.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}

.deco-point-04, .deco-point-04-sml {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.deco-point-04::before, .deco-point-04::after, .deco-point-04-sml::before, .deco-point-04-sml::after {
  content: "";
  display: block;
  width: 66px;
  min-width: 66px;
  aspect-ratio: 66/58;
  background-image: url("/img/common/deco-point-04.png");
  background-size: 100%;
}
.deco-point-04:after, .deco-point-04-sml:after {
  transform: scaleX(-1);
}
.deco-point-04-sml::before, .deco-point-04-sml::after {
  width: 44px;
  min-width: 44px;
}
.deco-point-01 {
  position: relative;
  z-index: 1;
}
.deco-point-01::before {
  content: "";
  display: block;
  width: 52px;
  aspect-ratio: 52/63;
  background-image: url("/img/common/deco-point-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-55px, -50px);
  z-index: -1;
}
.deco-point-02 {
  position: relative;
  z-index: 1;
}
.deco-point-02::before {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/deco-point-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30px, -30px);
  z-index: -1;
}
.deco-point-05 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.deco-point-05::before, .deco-point-05::after {
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 29/69;
  background-image: url("/img/common/deco-point-05.png");
  background-size: 100%;
}
.deco-point-05::after {
  transform: scaleX(-1);
}
.deco-side-equal {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.deco-side-equal::before, .deco-side-equal::after {
  content: "";
  display: block;
  width: 44px;
  aspect-ratio: 44/12;
  background-image: url("/img/common/deco-equal.png");
  background-size: 100%;
}

.frame-com-book {
  position: relative;
  z-index: 1;
}
.frame-com-book::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/131;
  background-image: url("/img/common/frame-book.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.frame-com-wave-stripe::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/329;
  background-image: url("/img/common/frame-wave-stripe.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.frame-com-wave-btm::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/58;
  background-image: url("/img/common/frame-wave.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.frame-com-wave-top::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/58;
  background-image: url("/img/common/frame-wave.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1);
  z-index: -1;
}

.shadow-sq {
  position: relative;
  z-index: 1;
}
.shadow-sq::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: url("/img/common/ptn-dot.png");
}
@media screen and (max-width: 768px) {
  .shadow-sq::after {
    background-size: 8px;
  }
}
.shadow-sq::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25px, 25px);
  z-index: -1;
}
.shadow-circle {
  position: relative;
  z-index: 1;
}
.shadow-circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -20px);
  z-index: -1;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale img, .hov-up img {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1);
  -webkit-transform: translateZ(0) scale(1);
}
.hov-scale a:hover img {
  transform: translateZ(0) scale(1.02);
  -webkit-transform: translateZ(0) scale(1.02);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 4%;
  vertical-align: middle;
  border: solid 1px #ddd;
  font-weight: 500;
}
.tbl-01 th {
  width: 50%;
  background: #efefef;
}
.tbl-01 td {
  text-align: center;
}

[class^=cts-] {
  width: 100%;
  margin: 0 auto;
}

.cts-1080 {
  max-width: 1080px;
}
.cts-1280 {
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 120px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 120px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 60px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 60px) / 4);
}

.list-blog .list-item, .list-privacy .list-item, .list-cate .list-item {
  width: 100%;
}
.list-news__link {
  display: flex;
  flex-direction: column;
}
.list-news time {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 16px;
  }
}
.list-news time span {
  border-radius: 10px 10px 0 0;
  padding: 8px 20px;
  background: #4e3820;
  color: #fff;
}
.list-news__img {
  width: 100%;
  aspect-ratio: 320/220;
  border-radius: 30px 0 30px 30px;
  overflow: hidden;
}
.list-news__ttl, .list-news .tag-sub {
  margin-top: 15px;
}
.list-news__ttl {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-news .tag-sub__list {
  justify-content: flex-end;
}
.list-info {
  display: flex;
  flex-direction: column;
}
.list-info dl {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-info dt {
  width: 70px;
  min-width: 70px;
  text-align: center;
  padding: 1px;
  background: #4e3820;
  color: #fff;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-info dt {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-info dt {
    font-size: 16px;
  }
}
.list-info dd {
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-info dd {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-info dd {
    font-size: 16.6666666667px;
  }
}
.list-point {
  row-gap: 110px;
  color: #fff;
}
.list-point__item {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-point__item:nth-child(2) {
  margin-top: 80px;
}
.list-point__ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 21.3333333333px;
  }
}
.list-point__ttl span {
  background: #4e3820;
  padding: 0 10px 5px 10px;
}
.list-point__txt {
  text-align: center;
}
.list-intro__item {
  position: relative;
}
.list-intro__img {
  width: 100%;
  aspect-ratio: 320/200;
  border-radius: 30px;
  overflow: hidden;
}
.list-intro__ttl {
  width: calc(100% - 20px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.list-sell, .list-stay, .list-order {
  row-gap: 60px;
}
.list-sell__img-inner, .list-stay__img-inner, .list-order__img-inner {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  overflow: hidden;
}
.list-sell__ttl, .list-stay__ttl, .list-order__ttl {
  display: inline-block;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-sell__ttl, .list-stay__ttl, .list-order__ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-sell__ttl, .list-stay__ttl, .list-order__ttl {
    font-size: 18.6666666667px;
  }
}
.list-sell__img::after, .list-order__img::after {
  background: url("/img/common/ptn-dot.png");
}
@media screen and (max-width: 768px) {
  .list-sell__img::after, .list-order__img::after {
    background-size: 8px;
  }
}
.list-sell__ttl, .list-order__ttl {
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-sell .tag-sub, .list-order .tag-sub {
  margin-top: 15px;
}
.list-stay__img::after {
  background: url("/img/common/ptn-dot-wht.png");
}
@media screen and (max-width: 768px) {
  .list-stay__img::after {
    background-size: 8px;
  }
}
.list-stay__ttl {
  margin-top: 30px;
  color: #fff;
}
.list-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.list-anchor .list-item,
.list-anchor .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-anchor {
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-anchor {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-anchor {
    font-size: 18.6666666667px;
  }
}
.list-anchor__item {
  max-width: 320px;
}
.list-anchor__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #856542;
  color: #fff;
  padding: 32px 35px 32px 20px;
  border-radius: 10px;
}
.list-anchor__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.list .body-small-animals .list-anchor__link {
  background: #28791a;
}
.list .body-small-goldfish .list-anchor__link {
  background: #1bb3ce;
}
.list-type {
  row-gap: 30px;
}
.list-type .img {
  width: 100%;
  aspect-ratio: 225/190;
  overflow: hidden;
}
.list-type p {
  margin-top: 10px;
  text-align: center;
}
.list-cate {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.list-cate__img {
  position: relative;
  z-index: 1;
}
.list-cate__img-inner {
  width: 320px;
  min-width: 320px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
}
.list-cate__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  background: url("/img/common/ptn-dot.png");
}
@media screen and (max-width: 768px) {
  .list-cate__img::after {
    background-size: 8px;
  }
}
.list-cate__img::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15px, -15px);
  z-index: -1;
}
.list-cate__bx {
  width: 100%;
  margin-top: 100px;
}
.list-cate .ttl-03::after {
  min-width: 1080px;
}
.list-cate .txtbx {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-cate__item {
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.list-cate__item:nth-child(odd) .ttl-03::after {
  left: inherit;
  right: 0;
}
.list-cate__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-reason__item {
  width: 920px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.list-reason__item:nth-child(even) {
  margin-left: auto;
}
.list-reason__num {
  width: 180px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: url("/img/order/reason-num-bg.png") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-reason__num {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__num {
    font-size: 20px;
  }
}
.list-reason__num em {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .list-reason__num em {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__num em {
    font-size: 46.6666666667px;
  }
}
.list-reason dl {
  width: 660px;
  max-width: 100%;
  margin-top: 30px;
}
.list-reason .ttl-03::after {
  width: 920px;
  left: inherit;
  right: 0;
}
.list-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.list-flow .list-item,
.list-flow .layout-item {
  width: calc((100% - 120px) / 4);
}
.list-flow {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
.list-flow__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}
.list-flow__num {
  color: #28791a;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-30%);
  z-index: 1;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .list-flow__num {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__num {
    font-size: 46.6666666667px;
  }
}
.list-flow__ic {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-flow__ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl {
    font-size: 22.6666666667px;
  }
}
.list-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.list-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  border-radius: 50rem;
  color: #fff;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  font-weight: bold;
}
.com-line-btm::after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("/img/common/ptn-dot-line.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.tag-main__list {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #28791a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #847f7f;
  display: flex;
}
.tag-sub__item::before {
  content: "#";
  display: block;
  color: #28791a;
}

.ttl-main {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}
.ttl-sub {
  border-radius: 4px;
  border-left: solid #4e3820 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-comment {
  position: relative;
  width: 274px;
  max-width: 100%;
  aspect-ratio: 274/94;
  background: url("/img/common/deco-comment.png") center center no-repeat;
  background-size: 100%;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-comment {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-comment {
    font-size: 21.3333333333px;
  }
}
.ttl-comment span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -80%);
}
.ttl-01 {
  background: #fff;
  border-left: solid 5px #4e3820;
  padding: 10px 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 21.3333333333px;
  }
}
.ttl-01:first-letter {
  color: #4e3820;
}
.ttl-02 {
  margin-bottom: 60px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 30.6666666667px;
  }
}
.ttl-02::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 2.5px;
  background: #4e3820;
  background: linear-gradient(90deg, #4e3820 50%, #856542 50%);
  margin: 20px auto 0 auto;
}
.ttl-02 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.ttl-02 .inner::before, .ttl-02 .inner::after {
  content: "";
  display: block;
  width: 29px;
  min-width: 29px;
  aspect-ratio: 29/69;
  background-image: url("/img/common/deco-point-05.png");
  background-size: 100%;
}
.ttl-02 .inner::after {
  transform: scaleX(-1);
}
.ttl-03 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 24px;
  }
}
.ttl-03::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("/img/common/ptn-dot-line.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.body-small-animals .ttl-02::after {
  background: #28791a;
  background: linear-gradient(90deg, #28791a 50%, #4d9940 50%);
}

.txt-plain {
  line-height: 2.25;
}
.txt-01 {
  line-height: 1.875;
}
.txt-02 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.7;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 25.3333333333px;
  }
}
.txt-outline-blk-5 {
  position: relative;
  z-index: 1;
}
.txt-outline-blk-5::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-text-stroke: 5px #232323;
  text-stroke: 5px #232323;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

.sidebar {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  position: fixed;
  bottom: 130px;
  left: 100%;
  transform: translateX(-60px);
  z-index: 88;
  transition: 0.4s;
}
.sidebar-ttl {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sidebar-item {
  background: #fff;
}
.sidebar-link {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.sidebar-checkbox {
  display: none;
}
.sidebar-checkbox:checked + .sidebar {
  transform: translateX(-100%);
}
@media (hover: hover) {
  .sidebar:hover {
    transform: translateX(-100%);
  }
}

.totop {
  position: fixed;
  right: 0;
  bottom: -6px;
  z-index: 88;
}

#ctn-top section,
#ctn-lower section {
  position: relative;
  z-index: 2;
}
#ctn-top section:first-child::before,
#ctn-lower section:first-child::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/100;
  background-image: url("/img/common/frame-nav.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header-nav__list,
.drawer-nav__list,
.footer-nav__list,
.footer-sub__list {
  display: flex;
}
.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.8;
}

.header-nav__link,
.drawer-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header-nav__link::before,
.drawer-nav__link::before {
  content: "";
  display: block;
}
.header-nav__item:first-child a::before,
.drawer-nav__item:first-child a::before {
  width: 27px;
  aspect-ratio: 27/22;
  background-image: url("/img/common/nav-ic-01.png");
  background-size: 100%;
}
.header-nav__item:nth-child(2) a::before,
.drawer-nav__item:nth-child(2) a::before {
  width: 26px;
  aspect-ratio: 26/24;
  background-image: url("/img/common/nav-ic-02.png");
  background-size: 100%;
}
.header-nav__item:nth-child(3) a::before,
.drawer-nav__item:nth-child(3) a::before {
  width: 26px;
  aspect-ratio: 26/22;
  background-image: url("/img/common/nav-ic-03.png");
  background-size: 100%;
}
.header-nav__item:nth-child(4) a::before,
.drawer-nav__item:nth-child(4) a::before {
  width: 25px;
  aspect-ratio: 25/17;
  background-image: url("/img/common/nav-ic-04.png");
  background-size: 100%;
}
.header-nav__item:nth-child(5) a::before,
.drawer-nav__item:nth-child(5) a::before {
  width: 20px;
  aspect-ratio: 20/25;
  background-image: url("/img/common/nav-ic-05.png");
  background-size: 100%;
}

.header-nav__list {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
.header-nav__item {
  width: 20%;
  border-left: dotted 2px #232323;
}
.header-nav__item:last-child {
  border-right: dotted 2px #232323;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 70px 140px;
  grid-template-rows: repeat(4, auto);
  gap: 35px 85px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 16.6666666667px;
  }
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #28791a;
}

.footer-sub__list {
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 16px;
  }
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 10px;
}
.footer-sub__link {
  color: #fff;
}

#header {
  position: relative;
}
#header h1 {
  padding: 5px 1.56%;
}

.header-info {
  border-radius: 0 0 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 77;
}

.mv, .sv {
  position: relative;
  z-index: 10;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  width: 1876px;
  max-width: 97.7083333333%;
  margin: 0 auto;
  height: 772px;
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 373px;
  max-width: 100%;
  transform: translate(5%, -5%);
}

.sv {
  border-left: solid 1.5vw #fff;
  border-right: solid 1.5vw #fff;
}
.sv-logo {
  width: 300px;
  max-width: 15.625%;
  aspect-ratio: 300/250;
  border-radius: 0 0 100px 0;
  position: absolute;
  top: 0;
  left: -1.5vw;
  z-index: 11;
}
.sv-logo img {
  max-width: 56%;
}
.sv-ttl {
  min-width: 29.17%;
  background: #4e3820;
  padding: 2vw 4vw;
  border-radius: 0 50rem 50rem 0;
  position: absolute;
  bottom: 0;
  left: -1.5vw;
  transform: translateY(-55%);
  z-index: 22;
  text-align: center;
  font-size: 48px;
  font-size: 2.5vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 48px;
  }
}
.sv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1919/137;
  background-image: url("/img/common/frame-mv.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}

.body-small-animals .sv-ttl {
  background: #28791a;
}
.body-goldfish .sv-ttl {
  background: #1bb3ce;
}

#ctn-top #main-contents {
  position: relative;
  z-index: 55;
}

.top-about {
  padding: 160px 0 0;
}
.top-about .ttl-main__bx {
  display: flex;
  align-items: center;
}
.top-about .ttl-main .inner {
  color: #fff;
  line-height: 1;
  padding: 0px 10px 5px 10px;
}
.top-about .img {
  margin-left: -180px;
}
.top-about .txtbx {
  margin-top: 9 0px;
}
.top-about .obj-illust {
  position: relative;
  z-index: 1;
}
.top-about .obj-illust::after {
  content: "";
  display: block;
  width: 67px;
  aspect-ratio: 67/65;
  background-image: url("/img/top/about-obj-animal.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top-about .obj-leaf::after {
  content: "";
  display: block;
  width: 213px;
  max-width: 11.09375%;
  aspect-ratio: 213/399;
  background-image: url("/img/top/about-obj-leaf.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(37%);
  z-index: -1;
}
.top-about.obj-com-leaf-rt::after {
  top: 0;
}

.top-point {
  padding: 250px 0;
  background: url("/img/top/point-bg.png") center bottom no-repeat;
  background-size: cover;
}
.top-point .ttl-comment {
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate(-185px, 0);
}
.top-point.frame-top::before, .top-point.frame-btm::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.top-point.frame-top::before {
  aspect-ratio: 1920/113;
  background-image: url("/img/top/point-frame-top.png");
  background-size: 100%;
  top: 0;
}
.top-point.frame-btm::after {
  aspect-ratio: 1920/151;
  background-image: url("/img/top/point-frame-btm.png");
  background-size: 100%;
  bottom: 0;
}

.top-intro {
  padding: 0 0 80px 0;
}
.top-intro .img-main {
  width: 1820px;
  max-width: 94.7916666667%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.top-intro .intro-ttl {
  width: 750px;
  max-width: 39.0625%;
  height: 260px;
  border-radius: 200px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50px);
  z-index: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .top-intro .intro-ttl {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-intro .intro-ttl {
    font-size: 38.6666666667px;
  }
}
.top-intro .intro-ttl span {
  width: 430px;
  max-width: 100%;
}
.top-intro .obj-illust {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
.top-intro .obj-illust::before {
  content: "";
  display: block;
  width: 57px;
  aspect-ratio: 57/72;
  background-image: url("/img/common/deco-point-03.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(-50%);
}
.top-intro .obj-illust::after {
  content: "";
  display: block;
}
.top-intro .obj-bg {
  position: relative;
  z-index: 1;
}
.top-intro .obj-bg::after {
  content: "";
  display: block;
  width: 1602px;
  max-width: 83.4375%;
  height: calc(100% - 35px);
  border-radius: 0 30px 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top-intro .obj-com-leaf-02::after {
  bottom: 0;
  right: 0;
  transform: translate(130px, 120px);
}
.top-intro .obj-sideleaf {
  top: 0;
  transform: translateY(-80%);
}
.top-intro.obj-com-leaf-lft::before {
  top: 0;
  z-index: 2;
  transform: translateY(-70%);
}
.top-intro-reptiles .obj-illust::after {
  width: 123px;
  aspect-ratio: 123/118;
  background-image: url("/img/top/reptiles-illust.png");
  background-size: 100%;
}
.top-intro-reptiles .obj-bg::after {
  background: url("/img/common/ptn-stripe-blk.png");
}
@media screen and (max-width: 768px) {
  .top-intro-reptiles .obj-bg::after {
    background-size: 7px;
  }
}
.top-intro-animals .obj-illust::after {
  width: 117px;
  aspect-ratio: 117/97;
  background-image: url("/img/top/small-animals-illust.png");
  background-size: 100%;
}
.top-intro-animals .obj-bg::after {
  background: url("/img/common/ptn-stripe-grn.png");
}
@media screen and (max-width: 768px) {
  .top-intro-animals .obj-bg::after {
    background-size: 7px;
  }
}
.top-intro-animals .ttl-01 {
  border-left-color: #28791a;
}
.top-intro-animals .ttl-01::first-letter {
  color: #28791a;
}
.top-intro-goldfish .obj-illust::after {
  width: 112px;
  aspect-ratio: 112/79;
  background-image: url("/img/top/goldfish-illust.png");
  background-size: 100%;
}
.top-intro-goldfish .obj-bg::after {
  background: url("/img/common/ptn-stripe-blu.png");
}
@media screen and (max-width: 768px) {
  .top-intro-goldfish .obj-bg::after {
    background-size: 7px;
  }
}
.top-intro-goldfish .ttl-01 {
  border-left-color: #1bb3ce;
}
.top-intro-goldfish .ttl-01::first-letter {
  color: #1bb3ce;
}

.top-sell, .lower-sell {
  padding: 170px 0 150px 0;
}
.top-sell .ttl-sq, .lower-sell .ttl-sq {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.top-sell .ttl-sq-inner, .lower-sell .ttl-sq-inner {
  width: 54px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3px 3px 5px;
}
.top-sell .list-sell__item:nth-child(3n-1), .lower-sell .list-sell__item:nth-child(3n-1) {
  margin-top: 80px;
}
.top-sell .tag-sub__list, .lower-sell .tag-sub__list {
  justify-content: center;
}
.top-sell .obj-com-leaf-rt::after, .lower-sell .obj-com-leaf-rt::after {
  right: 0;
  bottom: 0;
  transform: translate(0, -140px) scaleX(-1);
  z-index: 2;
}
.top-sell-reptiles, .lower-sell-reptiles {
  background: url("/img/common/introduction-reptiles-bg.png") center top no-repeat;
  background-size: 100%;
}
.top-sell-animals, .lower-sell-animals {
  background: url("/img/common/introduction-small-animals-bg.png") center top no-repeat;
  background-size: 100%;
}
.top-sell-goldfish, .lower-sell-goldfish {
  background: url("/img/common/introduction-goldfish-bg.png") center top no-repeat;
  background-size: 100%;
}
.top-sell-goldfish .obj-sideleaf, .lower-sell-goldfish .obj-sideleaf {
  bottom: 0;
  transform: translateY(45%);
  z-index: 0;
}

.top-order {
  padding: 150px 0;
  background: url("/img/top/order-bg.png") center center no-repeat;
  background-size: cover;
}
.top-order .img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30px);
  z-index: -1;
}
.top-order .img-01 {
  margin-left: -15px;
}
.top-order .img-02 {
  margin: 0 -90px 0 auto;
}
.top-order.obj-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05));
  background-size: 26px 26px;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.top-news {
  padding: 110px 0 120px 0;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower section:first-child {
  padding-top: 150px;
}
#ctn-lower .obj-com-leaf-rt::after {
  top: 0;
  right: 0;
  transform: translateY(15%) scaleX(-1);
}
#ctn-lower.body-goldfish .lower-cate-ttl {
  padding-top: 100px !important;
}
#ctn-lower.body-goldfish .obj-com-leaf-03::before {
  top: 0;
  transform: translateY(75%);
}

.lower-sell .ttl-main, .lower-stay .ttl-main {
  margin-bottom: 50px;
}

.lower-cate-ttl {
  padding: 70px 0 !important;
}
.lower-cate-ttl.obj-com-leaf-03::before {
  bottom: 0;
  transform: translateY(10%);
}
.lower-cate-ttl.bg-leaf {
  background: url("/img/common/category-bg-leaf.png") center center no-repeat;
  background-size: cover;
}
.lower-cate-ttl.bg-water {
  background: url("/img/common/category-bg-water.png") center center no-repeat;
  background-size: cover;
}

.lower-cate .obj-sideleaf {
  bottom: 0;
  transform: translateY(45%);
}
.lower-cate article {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.lower-cate article:nth-child(odd) {
  background: url("/img/common/ptn-wht.jpg");
}
.lower-cate article:nth-child(odd) .com-base {
  background: #fff;
}
.lower-cate article:nth-child(even) .com-base {
  background: url("/img/common/ptn-wht.jpg");
}

.lower-sell .ttl-main .ft-28 {
  line-height: 1.7857142857;
}

.lower-stay {
  background-size: 100%;
}
.lower-stay .ttl-comment {
  transform: translateX(-150px);
}
.lower-stay.bg-leaf {
  background: url("/img/common/ptn-leaf.png") center top;
  background-repeat: repeat-y;
}
.lower-stay.bg-water {
  background: url("/img/goldfish/stay-bg.png") center top no-repeat;
  background-color: #1d8fd1;
}

.lower-detail .img {
  width: 450px;
  min-width: 450px;
}

.lower-order .img {
  margin-left: -190px;
}
.lower-order .obj-com-leaf-03::before {
  bottom: 0;
  transform: translateY(40%);
  z-index: 0;
}

.lower-com-detail {
  padding-bottom: 150px !important;
}

#footer {
  position: relative;
  z-index: 10;
}
#footer .obj-sideleaf {
  top: 0;
  transform: translateY(-40%);
}
#footer .com-logo {
  margin: 0 auto 60px auto;
}

.footer-bx-01 {
  padding: 60px 0;
}
.footer-bx-02 {
  padding: 25px 0;
}
.footer-bx-02 .cts-1080 {
  padding-right: 180px;
}
.footer-copy, .footer-sub {
  max-width: 50%;
}/*# sourceMappingURL=style.css.map */