@charset "UTF-8";
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: #1f1f1f;
  font-family: "Zen Maru Gothic", 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: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #1f1f1f !important;
}
.col-main1 {
  color: #51ae5b !important;
}
.col-main2 {
  color: #aeea1d !important;
}
.col-main3 {
  color: #d6fb7c !important;
}
.col-accent1 {
  color: #4271d7 !important;
}
.col-accent2 {
  color: #bbd0ff !important;
}
.col-bdr {
  color: #727272 !important;
}
.col-bg1 {
  color: #ffffd8 !important;
}
.col-bg2 {
  color: #f1fed1 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1f1f1f !important;
}
.bg-main1 {
  background-color: #51ae5b !important;
}
.bg-main2 {
  background-color: #aeea1d !important;
}
.bg-main3 {
  background-color: #d6fb7c !important;
}
.bg-accent1 {
  background-color: #4271d7 !important;
}
.bg-accent2 {
  background-color: #bbd0ff !important;
}
.bg-bdr {
  background-color: #727272 !important;
}
.bg-bg1 {
  background-color: #ffffd8 !important;
}
.bg-bg2 {
  background-color: #f1fed1 !important;
}

.ptn-wht {
  background: url("/img/common/pattern-wht.jpg") center center;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #4271d7;
  color: #fff;
  border-radius: 50rem;
  font-weight: 500;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-flower {
  position: relative;
  z-index: 1;
}
.ic-flower::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-flower-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.ic-line {
  display: flex;
  align-items: center;
}
.ic-line::before {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  background: url("/img/common/ic-line.png") center center no-repeat;
  background-color: #fff;
  border-radius: 50rem;
}

.arw-wht {
  position: relative;
}
.arw-wht::after {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 6/10;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-wht:hover::after {
  transform: translate(-2px, -50%);
}
.arw-flower {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-flower::after {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-flower.png");
  background-size: 100%;
}

.obj-line-flower-top, .obj-line-flower-btm, .obj-line-flower-short-top, .obj-line-flower-short-btm {
  display: flex;
  flex-direction: column;
}
.obj-line-flower-top::before, .obj-line-flower-btm::after, .obj-line-flower-short-top::before, .obj-line-flower-short-btm::after {
  content: "";
  display: block;
  width: 216px;
  aspect-ratio: 216/20;
  background-image: url("/img/common/line-flower.png");
  background-size: 100%;
}
.obj-flower {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.obj-flower::before {
  content: "";
  display: block;
  width: 106px;
  aspect-ratio: 106/40;
  background-image: url("/img/common/obj-flower-red.png");
  background-size: 100%;
  margin: 0 auto;
}
.obj-side_flower {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.obj-side_flower::before, .obj-side_flower::after {
  content: "";
  display: block;
  width: 129px;
  aspect-ratio: 129/20;
  background-image: url("/img/common/line-flower-short.png");
  background-size: 100%;
}
.obj-leaf {
  position: relative;
  z-index: 2;
}
.obj-leaf::before {
  content: "";
  display: block;
  width: 158px;
  max-width: 21.0666666667%;
  aspect-ratio: 158/109;
  background-image: url("/img/common/obj-leaf.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.loof-wht, .loof-ptn, .loof-bg1 {
  position: relative;
  z-index: 1;
}
.loof-wht::after, .loof-ptn::after, .loof-bg1::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/100;
  background-image: url("/img/common/loof-wht.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(1px);
  transform: translateX(-50%);
  z-index: -1;
}
.loof-ptn::after {
  background: url("/img/common/loof-puttern-wht.png") center bottom no-repeat;
  background-size: 100%;
}
.loof-bg1::after {
  background: url("/img/common/loof-bg1.png") center bottom no-repeat;
  background-size: 100%;
}

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

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 tr {
  border-bottom: solid 1px #d6fb7c;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 4%;
  vertical-align: middle;
}
.tbl-01 th {
  width: 20%;
  color: #51ae5b;
}

[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: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.layout-clm-5 .list-item,
.layout-clm-5 .layout-item {
  width: calc((100% - 60px) / 5);
}
.layout-clm-5-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.layout-clm-5-c .list-item,
.layout-clm-5-c .layout-item {
  width: calc((100% - 60px) / 5);
}

.list-blog .list-item, .list-privacy .list-item {
  width: 100%;
}
.list-news {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-news time {
  margin-right: 5px;
  padding-right: 5px;
  border-right: solid 1px #727272;
  display: block;
  line-height: 1;
  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: 14.1176470588px;
  }
}
.list-news__bx {
  display: flex;
  margin: 0 0 12px 30px;
}
.list-news__ttl {
  background: #d6fb7c;
  border-radius: 50rem;
  padding: 12px 30px;
}
.list-news__ttl span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-sns__item {
  width: 70px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  border: solid 1px #aeea1d;
  background: #fff;
  overflow: hidden;
}
.list-sns__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-sns__link:hover {
  background: #ffffd8;
}
.list-sns__item-onlineshop {
  width: 80px;
  max-width: 100%;
  border: none;
}
.list-thumb__img, .list-service__img {
  background: url("/img/common/img-wood-beige.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .list-thumb__img, .list-service__img {
    padding: 1vw;
  }
}
.list-service {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.list-service .list-item,
.list-service .layout-item {
  width: calc((100% - 200px) / 3);
}
.list-service__img {
  width: 100%;
  aspect-ratio: 370/260;
  margin: 0 auto;
}
.list-service__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.list-service__item:nth-child(odd) .list-service__img {
  transform: rotate(10deg);
}
.list-service__item:nth-child(even) .list-service__img {
  transform: rotate(-10deg);
}
.list-service__ttl {
  margin-top: 45px;
  padding: 5px 20px;
  border-radius: 50rem;
  background: #d6fb7c;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 17.6470588235px;
  }
}
.list-service__txt {
  margin-top: 15px;
}
.list-gallery, .list-gallery-lower {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list-gallery {
  gap: 30px;
}
.list-gallery__item {
  width: 350px;
  max-width: 100%;
  background: url("/img/common/img-wood-beige.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .list-gallery__item {
    padding: 1vw;
  }
}
.list-gallery__item:nth-child(4n-2) {
  width: 450px;
  max-width: 100%;
  background: url("/img/common/img-wood-brown.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .list-gallery__item:nth-child(4n-2) {
    padding: 1vw;
  }
}
.list-gallery__item:nth-child(4n) {
  margin: -160px 0 0 auto;
}
.list-gallery__item:nth-child(4n-3) {
  margin-top: 160px;
}
.list-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 370/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-gallery-lower {
  gap: 70px;
}
.list-gallery-lower__img {
  background: url("/img/common/img-wood-beige.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .list-gallery-lower__img {
    padding: 1vw;
  }
}
.list-gallery-lower__img img {
  display: block;
  width: 100%;
  aspect-ratio: 230/154;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-gallery-lower__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-gallery-lower__item:nth-child(7n-6), .list-gallery-lower__item:nth-child(7n-4), .list-gallery-lower__item:nth-child(7n-3), .list-gallery-lower__item:nth-child(7n) {
  width: 230px;
  max-width: 100%;
}
.list-gallery-lower__item:nth-child(7n-5), .list-gallery-lower__item:nth-child(7n-2) {
  width: 405px;
  max-width: 100%;
}
.list-gallery-lower__item:nth-child(7n-1) {
  width: 300px;
  max-width: 100%;
}
.list-gallery-lower__item:nth-child(7n-5) .list-gallery-lower__img, .list-gallery-lower__item:nth-child(7n-1) .list-gallery-lower__img, .list-gallery-lower__item:nth-child(7n) .list-gallery-lower__img {
  background: url("/img/common/img-wood-brown.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .list-gallery-lower__item:nth-child(7n-5) .list-gallery-lower__img, .list-gallery-lower__item:nth-child(7n-1) .list-gallery-lower__img, .list-gallery-lower__item:nth-child(7n) .list-gallery-lower__img {
    padding: 1vw;
  }
}
.list-gallery-lower__item:nth-child(7n-6) {
  margin-top: 160px;
}
.list-gallery-lower__item:nth-child(7n-3) {
  margin: -180px 0 0 calc(100% - 230px);
}
.list-gallery-lower__item:nth-child(7n-2) {
  margin-top: -80px;
}
.list-gallery-lower__item:nth-child(7n-1) {
  margin-top: -180px;
}
.list-gallery-lower__item:nth-child(7n) {
  margin-top: 0px;
}
.list-gallery-lower .tag-sub {
  border-bottom: solid 1px #d6fb7c;
  padding-bottom: 10px;
}
.list-gallery-lower .tag-sub__list {
  justify-content: flex-end;
}
.list-dot__item {
  display: flex;
}
.list-dot__item::before {
  content: "・";
}
.list-point__item {
  padding: 30px 50px;
  border-radius: 24px;
  background: #fff;
  position: relative;
}
.list-point__num {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-55%);
  z-index: 1;
  text-align: center;
  color: #4271d7;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-point__num {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__num {
    font-size: 21.1764705882px;
  }
}
.list-profile dl {
  border-bottom: solid 1px #51ae5b;
  padding: 20px 0;
}
.list-profile dl:first-child {
  padding-top: 0 !important;
}
.list-profile dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-profile dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-profile dt {
    font-size: 16.4705882353px;
  }
}
.list-profile dt::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-flower-blu.png");
  background-size: 100%;
}
.list-profile dd {
  margin: 5px 0 0 38px;
}
.list-event {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  row-gap: 70px;
}
.list-event .list-item,
.list-event .layout-item {
  width: calc((100% - 180px) / 3);
}
.list-event__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-event__img {
  background: url("/img/common/img-wood-beige.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
  width: 100%;
  aspect-ratio: 300/212;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .list-event__img {
    padding: 1vw;
  }
}
.list-event__ttl {
  background: #d6fb7c;
  border-radius: 10px;
  padding: 15px 20px;
}
.list-event__ttl span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.com-info dl {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.com-info dt {
  border-right: solid 1px #51ae5b;
  padding-right: 5px;
}
.com-info dd {
  white-space: pre-wrap;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  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: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #51ae5b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 500;
  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: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #51ae5b;
}

.ttl-02 {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 15px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 21.1764705882px;
  }
}
.ttl-02::after {
  content: "";
  display: block;
  width: 129px;
  aspect-ratio: 129/20;
  background-image: url("/img/common/line-flower-short.png");
  background-size: 100%;
  margin: 0 auto;
}
.ttl-03 {
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: solid 1px #51ae5b;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 16.4705882353px;
  }
}
.ttl-sub {
  border-left: solid #51ae5b 6px;
  border-bottom: solid 1px #d6fb7c;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  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: 20px;
  }
}

.txt-plain {
  line-height: 1.875;
}

.marker-main3 {
  background: linear-gradient(transparent 60%, #d6fb7c 60%);
}

.wood-frame-lt {
  background: url("/img/common/img-wood-beige.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .wood-frame-lt {
    padding: 1vw;
  }
}
.wood-frame-brw {
  background: url("/img/common/img-wood-brown.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .wood-frame-brw {
    padding: 1vw;
  }
}

#side-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link,
.drawer-nav__link,
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.header-nav__link::before,
.drawer-nav__link::before,
.footer-nav__link::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-flower-ppl.png");
  background-size: 100%;
  transition: 0.3s;
}
.header-nav__link .cirrent, .header-nav__link:hover,
.drawer-nav__link .cirrent,
.drawer-nav__link:hover,
.footer-nav__link .cirrent,
.footer-nav__link:hover {
  color: #4271d7;
}
.header-nav__link .cirrent::before, .header-nav__link:hover::before,
.drawer-nav__link .cirrent::before,
.drawer-nav__link:hover::before,
.footer-nav__link .cirrent::before,
.footer-nav__link:hover::before {
  background-image: url("/img/common/ic-flower-blu.png");
  background-size: 100%;
}

.header-nav {
  margin-top: 15px;
}
.header-nav__list {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  gap: 30px 70px;
}

.header-bar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header-bar .com-info dd {
  white-space: nowrap;
}

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

.mv {
  aspect-ratio: 1920/820;
  background: url("/img/common/mv-img.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 518px;
  max-width: 26.9791666667%;
  transform: translate(8%, -30%);
  filter: drop-shadow(0 0 10px #fff);
}

.sv {
  padding: 20px 0 60px 0;
}
.sv .cts-1280 {
  background: url("/img/common/mv-img.png") left bottom no-repeat;
  background-size: 53%;
}
.sv-ttl {
  transform: translateY(50%);
  width: 55%;
  text-align: center;
  text-shadow: 0 0 10px #fff;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 35.2941176471px;
  }
}
.sv-img {
  width: 45%;
  background: url("/img/common/img-wood-beige.png") center center no-repeat;
  background-size: cover;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .sv-img {
    padding: 1vw;
  }
}
.sv::before {
  content: "";
  display: block;
  width: 233px;
  max-width: 12.1354166667%;
  aspect-ratio: 233/374;
  background-image: url("/img/top/cinema-obj-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.top-service, .top-onlineshop, .top-gallery, .top-contact, .top-info {
  padding: 120px 0;
}
.top-subsc, .top-cinema {
  padding: 100px 0 0;
}

.top-concept {
  background: url("/img/top/concept-obj-01.png") left top no-repeat;
  background-size: 12.14%;
  padding: 100px 0 240px 0;
}

.top-shop .ttl-01 {
  margin-top: -10vw;
}
.top-shop.obj-01 {
  position: relative;
  z-index: 1;
}
.top-shop.obj-01::after {
  content: "";
  display: block;
  width: 231px;
  max-width: 12.03125%;
  aspect-ratio: 231/200;
  background-image: url("/img/top/shop-obj-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(15%);
  z-index: 1;
}
.top-shop .obj-02 {
  position: relative;
  z-index: 1;
}
.top-shop .obj-02::before {
  content: "";
  display: block;
  width: 126px;
  aspect-ratio: 126/165;
  background-image: url("/img/top/shop-obj-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100px, 30px);
  z-index: -1;
}

.top-about {
  padding: 120px 0 0;
}
.top-about.obj {
  position: relative;
  z-index: 1;
}
.top-about.obj::before {
  content: "";
  display: block;
  width: 260px;
  max-width: 13.5416666667%;
  aspect-ratio: 260/285;
  background-image: url("/img/top/about-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20%);
  z-index: -1;
}

.top-service {
  background: url("/img/top/service-obj-03.png") right bottom no-repeat;
  background-size: 12.24%;
}
.top-service .obj-02 {
  position: relative;
  z-index: 1;
}
.top-service .obj-02::before {
  content: "";
  display: block;
  width: 168px;
  aspect-ratio: 168/188;
  background-image: url("/img/top/service-obj-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100px);
  z-index: -1;
}
.top-service.obj-01 {
  position: relative;
  z-index: 1;
}
.top-service.obj-01::before {
  content: "";
  display: block;
  width: 258px;
  max-width: 13.4375%;
  aspect-ratio: 258/202;
  background-image: url("/img/top/service-obj-01.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(25%);
  z-index: -1;
}

.top-send {
  padding: 120px 0 150px 0;
}
.top-send .cts-1080 {
  position: relative;
  z-index: 1;
}
.top-send .obj-01 {
  position: relative;
  z-index: 1;
}
.top-send .obj-01::before {
  content: "";
  display: block;
  width: 234px;
  aspect-ratio: 234/149;
  background-image: url("/img/top/send-obj-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100px);
  z-index: -1;
}
.top-send .obj-03 {
  position: relative;
  z-index: 1;
}
.top-send .obj-03::after {
  content: "";
  display: block;
  width: 197px;
  aspect-ratio: 197/126;
  background-image: url("/img/top/send-obj-03.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100px);
  z-index: -1;
}
.top-send.obj-02 {
  position: relative;
  z-index: 2;
}
.top-send.obj-02::before {
  content: "";
  display: block;
  width: 194px;
  max-width: 10.1041666667%;
  aspect-ratio: 194/180;
  background-image: url("/img/top/send-obj-02.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 15.63%;
  z-index: -1;
}

.top-subsc .img {
  margin: 0 auto 0 -100px;
}
.top-subsc.obj-01 {
  position: relative;
  z-index: 1;
}
.top-subsc.obj-01::after {
  content: "";
  display: block;
  width: 194px;
  aspect-ratio: 194/180;
  background-image: url("/img/top/subscription-obj-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.top-onlineshop .img {
  margin: 0 -100px 0 auto;
}
.top-onlineshop .obj {
  position: relative;
  z-index: 1;
}
.top-onlineshop .obj::before {
  content: "";
  display: block;
  width: 213px;
  aspect-ratio: 213/212;
  background-image: url("/img/top/onlineshop-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-160px);
  z-index: -1;
}

.top-cinema {
  background: url("/img/top/cinema-bg.png") left top no-repeat;
  background-size: 94.58%;
}
.top-cinema .txtbx {
  margin: 0 auto 0 -20px;
}
.top-cinema.obj-01 {
  position: relative;
  z-index: 2;
}
.top-cinema.obj-01::before {
  content: "";
  display: block;
  width: 233px;
  max-width: 12.1354166667%;
  aspect-ratio: 233/374;
  background-image: url("/img/top/cinema-obj-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-80%);
  z-index: -1;
}
.top-cinema .obj-02 {
  position: relative;
  z-index: 1;
}
.top-cinema .obj-02::before {
  content: "";
  display: block;
  width: 274px;
  aspect-ratio: 274/220;
  background-image: url("/img/top/cinema-obj-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100px, calc(-100px - 30%));
}

.top-gallery {
  background: url("/img/top/gallery-obj.png") right bottom 40% no-repeat;
  background-size: 13.02%;
}
.top-gallery .ttl-01 {
  position: absolute;
  top: 0;
  left: 0;
}

.top-contact {
  background: url("/img/top/contact-bg.png") center center no-repeat;
  background-size: cover;
}
.top-contact .contact-bx {
  display: grid;
  grid-template-columns: 580px 460px;
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
}
.top-contact .contact-bx__item {
  border-radius: 24px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-contact .contact-bx__item:nth-child(1) {
  grid-row: span 3/span 3;
}
.top-contact .contact-bx__item:nth-child(2) {
  grid-row: span 2/span 2;
}
.top-contact .contact-bx__item:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.top-contact .list-dot {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 160px;
  grid-template-rows: repeat(3, auto);
  gap: 10px 20px;
}
.top-contact .contact-info {
  text-align: center;
}
.top-contact .contact-info dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.top-contact .contact-info dt {
  font-weight: 500;
  color: #51ae5b;
  background: #d6fb7c;
  border-radius: 50rem;
  padding: 5px 20px;
}
.top-contact .contact-info dd {
  white-space: pre-wrap;
}
.top-contact.obj-01 {
  position: relative;
  z-index: 1;
}
.top-contact.obj-01::before {
  content: "";
  display: block;
  width: 309px;
  max-width: 16.09375%;
  aspect-ratio: 309/440;
  background-image: url("/img/top/contact-obj-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-30%);
  z-index: -1;
}
.top-contact .obj-02 {
  position: relative;
  z-index: 1;
}
.top-contact .obj-02::before {
  content: "";
  display: block;
  width: 278px;
  aspect-ratio: 278/142;
  background-image: url("/img/top/contact-obj-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(70px);
  z-index: -1;
}

.top-news {
  padding: 100px 0;
}
.top-news .cts-1080 {
  min-height: 290px;
}
.top-news .list-news {
  width: 700px;
  max-width: 100%;
}
.top-news .list-news__item {
  width: 670px;
  max-width: 100%;
}
.top-news .list-news__item:nth-child(even) {
  margin-left: auto;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-news .obj-01 {
  position: relative;
  z-index: 1;
}
.top-news .obj-01::before {
  content: "";
  display: block;
  width: 169px;
  aspect-ratio: 169/163;
  background-image: url("/img/top/news-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100px, -80px);
  z-index: -1;
}

.top-info h3 {
  row-gap: 10px;
  align-items: center;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-info h3 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-info h3 {
    font-size: 24.7058823529px;
  }
}
.top-info .layout-clm-3__item {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.top-info .list-news__item {
  width: 100%;
}
.top-info .obj-01 {
  position: relative;
  z-index: 1;
}
.top-info .obj-01::before {
  content: "";
  display: block;
  width: 346px;
  aspect-ratio: 346/264;
  background-image: url("/img/top/info-obj-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(240px, -184px);
  z-index: -1;
}
.top-info .obj-01::after {
  content: "";
  display: block;
  width: 224px;
  aspect-ratio: 224/115;
  background-image: url("/img/top/info-obj-02.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-350px, 120px);
  z-index: -1;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower section:first-child {
  position: relative;
  z-index: 1;
}
#ctn-lower section:first-child::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/100;
  background-image: url("/img/common/loof-wht.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffd8;
}
#ctn-lower .ttl-01 {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-01 {
    font-size: 56px;
    font-size: 7.2916666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-01 {
    font-size: 32.9411764706px;
  }
}
#ctn-lower .loof-wht, #ctn-lower .loof-ptn, #ctn-lower .loof-bg1 {
  padding-bottom: 200px !important;
}

.about-concept {
  background: url("/img/top/about-obj.png") left bottom 40% no-repeat;
  background-size: 13.02%;
}
.about-concept .obj-01 {
  position: relative;
  z-index: 1;
}
.about-concept .obj-01::before {
  content: "";
  display: block;
  width: 104px;
  aspect-ratio: 104/142;
  background-image: url("/img/about/concept-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100px);
  z-index: -1;
}
.about-concept .obj-02 {
  position: relative;
  z-index: 1;
}
.about-concept .obj-02::after {
  content: "";
  display: block;
  width: 168px;
  aspect-ratio: 168/188;
  background-image: url("/img/top/service-obj-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: -1;
}
.about-point .obj {
  position: relative;
  z-index: 1;
}
.about-point .obj::after {
  content: "";
  display: block;
  width: 98px;
  aspect-ratio: 98/82;
  background-image: url("/img/about/point-obj.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-260px, 0);
  z-index: -1;
}
.about-profile .obj-01 {
  position: relative;
  z-index: 1;
}
.about-profile .obj-01::before {
  content: "";
  display: block;
  width: 126px;
  aspect-ratio: 126/165;
  background-image: url("/img/top/shop-obj-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(245px, calc(-120px - 90%));
  z-index: -1;
}
.about-profile .obj-02 {
  position: relative;
  z-index: 1;
}
.about-profile .obj-02::before {
  content: "";
  display: block;
  width: 233px;
  aspect-ratio: 233/203;
  background-image: url("/img/about/owner-obj.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50px, 50px);
  z-index: 1;
}

.info-detail h3 {
  background: #d6fb7c;
  border-radius: 50rem;
  padding: 15px 3%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .info-detail h3 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .info-detail h3 {
    font-size: 15.2941176471px;
  }
}
.info-detail .btn {
  display: flex;
}
.info-detail .btn a {
  color: #4271d7;
  font-weight: bold;
}

#footer {
  padding: 80px 0;
  overflow: hidden;
}
#footer .com-info dt {
  width: 65px;
  max-width: 100%;
}
#footer .obj-illust {
  position: relative;
  z-index: 1;
}
#footer .obj-illust::after {
  content: "";
  display: block;
  width: 145px;
  aspect-ratio: 145/132;
  background-image: url("/img/common/footer-obj.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(195px, -40px);
  z-index: -1;
}/*# sourceMappingURL=style.css.map */