/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  color: #fff;
  line-height: 1;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-01__link.bg-wht {
  color: #423b31;
}
.btn-01__link.bg-wht:hover {
  color: rgba(66, 59, 49, 0.8);
}
.btn-02 {
  display: flex;
}
.btn-02__link:hover {
  color: rgba(66, 59, 49, 0.8);
}

.side-totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}

.ic-phone {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-phone::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/25;
  background-image: url("/img/common/ic-phone.png");
  background-size: 100%;
}
.ic-pin {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-pin::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/19;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}
.ic-mail, .ic-line {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-right: 3%;
}
.ic-mail::before, .ic-line::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/18;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-line::before {
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}

.arw-pnk, .arw-beg, .arw-wht {
  position: relative;
}
.arw-pnk::before, .arw-pnk::after, .arw-beg::before, .arw-beg::after, .arw-wht::before, .arw-wht::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-pnk::before, .arw-beg::before, .arw-wht::before {
  width: 60px;
  height: 1px;
  right: 35px;
  z-index: 1;
}
.arw-pnk::after, .arw-beg::after, .arw-wht::after {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  right: 20px;
}
.arw-pnk:hover::before, .arw-beg:hover::before, .arw-wht:hover::before {
  width: 40px;
}
.arw-pnk::before {
  background: #dfb8aa;
}
.arw-pnk::after {
  background: rgba(223, 184, 170, 0.3);
}
.arw-beg::before {
  background: #e3c1b5;
}
.arw-beg::after {
  background: rgba(227, 193, 181, 0.3);
}
.arw-wht::before {
  background: #fff;
}
.arw-wht::after {
  background: rgba(255, 255, 255, 0.3);
}
.arw-pnk-flx, .arw-beg-flx, .arw-wht-flx {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 85px;
       column-gap: 85px;
}
.arw-pnk-flx::before, .arw-pnk-flx::after, .arw-beg-flx::before, .arw-beg-flx::after, .arw-wht-flx::before, .arw-wht-flx::after {
  content: "";
  display: block;
  transition: 0.3s;
}
.arw-pnk-flx::before, .arw-beg-flx::before, .arw-wht-flx::before {
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
}
.arw-pnk-flx::after, .arw-beg-flx::after, .arw-wht-flx::after {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  right: 20px;
}
.arw-pnk-flx:hover::before, .arw-beg-flx:hover::before, .arw-wht-flx:hover::before {
  width: 40px;
}
.arw-pnk-flx::before {
  background: #dfb8aa;
}
.arw-pnk-flx::after {
  background: rgba(223, 184, 170, 0.3);
}
.arw-beg-flx::before {
  background: #e3c1b5;
}
.arw-beg-flx::after {
  background: rgba(227, 193, 181, 0.3);
}
.arw-wht-flx::before {
  background: #fff;
}
.arw-wht-flx::after {
  background: rgba(255, 255, 255, 0.3);
}
.arw-beg-rb, .arw-gld-rb {
  position: relative;
}
.arw-beg-rb::before, .arw-beg-rb::after, .arw-gld-rb::before, .arw-gld-rb::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s;
}
.arw-beg-rb::before, .arw-gld-rb::before {
  width: 80px;
  height: 1px;
  right: 55px;
  bottom: 39px;
  z-index: 1;
}
.arw-beg-rb::after, .arw-gld-rb::after {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  right: 30px;
  bottom: 20px;
}
.arw-beg-rb:hover::before, .arw-gld-rb:hover::before {
  width: 60px;
}
.arw-beg-rb::before {
  background: #fff;
}
.arw-beg-rb::after {
  background: #e3c1b5;
}
.arw-gld-rb::before {
  background: #fff;
}
.arw-gld-rb::after {
  background: #c2a685;
}
.arw-comment {
  position: relative;
}
.arw-comment::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/25;
  background-image: url("/img/common/arrow-voice.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translate(-60px, -1px);
}

.frame-gld, .frame-wht {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.frame-gld::before, .frame-gld::after, .frame-wht::before, .frame-wht::after {
  content: "";
  display: block;
  width: 13px;
  min-width: 13px;
  aspect-ratio: 13/40;
  background-image: url("/img/common/frame-dot-gld.png");
  background-size: 100%;
}
.frame-gld::after, .frame-wht::after {
  transform: scaleX(-1);
}
.frame-wht::before, .frame-wht::after {
  background-image: url("/img/common/frame-dot-wht.png");
  background-size: 100%;
}

.com-leaf1 {
  position: relative;
  z-index: 1;
}
.com-leaf1:after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 50/59;
  background-image: url("/img/common/obj-leaf-01.png");
  background-size: 100%;
  position: absolute;
}
.com-leaf2 {
  position: relative;
  z-index: 1;
}
.com-leaf2::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 38/97;
  background-image: url("/img/common/obj-leaf-02.png");
  background-size: 100%;
  position: absolute;
}
.com-leaf1-tr {
  position: relative;
  z-index: 1;
}
.com-leaf1-tr::after {
  content: "";
  display: block;
  width: 423px;
  max-width: 22.03125%;
  aspect-ratio: 423/175;
  background-image: url("/img/common/obj-leaf-corner-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.com-leaf2-lb {
  position: relative;
  z-index: 1;
}
.com-leaf2-lb::after {
  content: "";
  display: block;
  width: 423px;
  max-width: 22.03125%;
  aspect-ratio: 423/177;
  background-image: url("/img/common/obj-leaf-corner-02.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.com-leaf3-lb {
  position: relative;
  z-index: 1;
}
.com-leaf3-lb::before {
  content: "";
  display: block;
  width: 309px;
  max-width: 16.09375%;
  aspect-ratio: 309/290;
  background-image: url("/img/common/obj-leaf-corner-03.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.com-leaf3-rb {
  position: relative;
  z-index: 1;
}
.com-leaf3-rb::after {
  content: "";
  display: block;
  width: 309px;
  max-width: 16.09375%;
  aspect-ratio: 309/290;
  background-image: url("/img/common/obj-leaf-corner-03.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scaleX(-1);
  z-index: -1;
}

.obj-dq-pnk, .obj-dq-wht {
  position: relative;
  z-index: 1;
}
.obj-dq-pnk::before, .obj-dq-wht::before {
  content: "";
  display: block;
  width: 41px;
  aspect-ratio: 41/33;
  background-image: url("/img/common/deco-dq-pnk.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, 30px);
  z-index: -1;
}
.obj-dq-wht::before {
  background-image: url("/img/common/deco-dq-wht.png");
  background-size: 100%;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.tbl-01 dl {
  background: #f7ece9;
  border-radius: 10px;
  padding: 18px 4%;
  display: flex;
  align-items: center;
}
.tbl-01 dt {
  width: 25%;
  color: #d9a295;
}
.tbl-01 dd {
  width: 75%;
}
.tbl-02 dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.tbl-02 dl dt {
  width: 200px;
  min-width: 200px;
  border: solid 1px #c2a685;
  border-radius: 5px;
  color: #c2a685;
  padding: 15px 0;
  text-align: center;
}
.tbl-02 dl dd {
  white-space: pre-wrap;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
.com-line-leaf {
  position: relative;
  z-index: 1;
}
.com-line-leaf::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-image: url("/img/common/line-leaf.png");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-15px);
  z-index: -1;
}

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

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-check .list-item, .list-voice-low .list-item, .list-point .list-item {
  width: 100%;
}
.list-news time {
  width: 120px;
  max-width: 100%;
  font-family: "Bodoni Moda", serif;
  display: block;
  line-height: 1;
  color: #c2a685;
  border-right: solid 1px #c2a685;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 17.5px;
  }
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__bx {
  width: 100%;
  background: #f7ece9;
  border-radius: 10px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 600px;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-info {
  font-weight: 500;
}
.list-info dl {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-info dt {
  width: 90px;
  min-width: 90px;
  background: #fff;
  color: #dfb8aa;
  border-radius: 50rem;
  text-align: center;
}
.list-check__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-voice__item, .list-voice-low__item {
  display: flex;
}
.list-voice__ic, .list-voice-low__ic {
  width: 180px;
  max-width: 100%;
  position: relative;
}
.list-voice__age, .list-voice-low__age {
  width: 100%;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-voice__age, .list-voice-low__age {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__age, .list-voice-low__age {
    font-size: 18.75px;
  }
}
.list-voice__img, .list-voice-low__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
  background: #f7ece9;
}
.list-voice__bx, .list-voice-low__bx {
  width: 100%;
}
.list-voice__txt, .list-voice-low__txt {
  white-space: pre-wrap;
}
.list-voice .com-leaf1::after, .list-voice-low .com-leaf1::after {
  right: 0;
  bottom: 0;
  transform: translateY(-10px);
  z-index: 1;
}
.list-voice__item {
  flex-direction: column;
  row-gap: 40px;
}
.list-voice__item:nth-child(3n-1) {
  margin-top: 60px;
}
.list-voice__ic {
  margin: 0 auto;
}
.list-voice__age {
  color: #fff;
}
.list-voice__bx {
  background: #fff;
  padding: 50px 30px;
  border-radius: 20px;
}
.list-voice-low__item {
  background: #fff;
  padding: 40px 60px;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  border-radius: 30px;
}
.list-voice-low__age {
  color: #d9a295;
}
.list-voice-low__wrp {
  width: 740px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-voice-low__bx {
  background: #f7ece9;
  padding: 40px 30px;
  border-radius: 10px;
}
.list-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-card .list-item,
.list-card .layout-item {
  width: calc((100% - 40px) / 5);
}
.list-card {
  gap: 10px;
}
.list-card__item {
  background: #fff;
  border-radius: 5px;
  padding: 15px 5px;
  text-align: center;
}
.list-menu__item {
  background: url("/img/common/ptn-grid-gld.jpg");
  border: solid 5px #f7ece9;
  border-radius: 30px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-menu__price {
  font-family: "Zen Old Mincho", serif;
  text-align: right;
  border-bottom: solid 1px #dfb8aa;
  padding-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-menu__price {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu__price {
    font-size: 21.875px;
  }
}
.list-menu__txt {
  white-space: pre-wrap;
  background: #f7ece9;
  padding: 10px 40px;
  border-radius: 10px;
}
.list-gallery__item {
  aspect-ratio: 1/1;
  border-radius: 30px;
  overflow: hidden;
}
.list-point__item {
  background: #fff;
  border-radius: 20px;
  padding: 50px 120px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
.list-point__item::before, .list-point__item::after {
  content: "";
  display: block;
  width: 213px;
  aspect-ratio: 213/112;
  background-image: url("/img/common/obj-leaf-04.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.list-point__item::before {
  top: 0;
  right: 0;
  transform: translate(15%, -20%);
}
.list-point__item::after {
  left: 0;
  bottom: 0;
  transform: translate(-15%, 20%) scale(-1, -1);
}
.list-point__ttl {
  position: relative;
}
.list-point__ttl .num {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  background: url("/img/common/deco-circle.png") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  text-align: center;
  color: #c2a685;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl .num {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl .num {
    font-size: 14.375px;
  }
}
.list-point__ttl .num em {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl .num em {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl .num em {
    font-size: 18.75px;
  }
}
.list-point__txt {
  text-align: center;
}
.list-flow__item {
  background: #fff;
  border: solid 5px #f7ece9;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.list-flow__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/20;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f7ece9;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, calc(-30px + 30%));
  z-index: -1;
}
.list-flow dt, .list-flow dd {
  display: flex;
}
.list-flow dt {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 380px;
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background: #dfb8aa;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 21.875px;
  }
}
.list-flow dd {
  flex-direction: column;
  justify-content: center;
  width: 620px;
  max-width: 100%;
}
.list-flow .num {
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px 0;
  background: #fff;
  color: #dfb8aa;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-flow .num {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .num {
    font-size: 18.75px;
  }
}
.list-flow .txt {
  width: 100%;
  max-width: calc(100% - 90px);
}
.list-flow .com-leaf1::after {
  right: 0;
  bottom: 0;
  transform: translate(15%, 10%);
  z-index: -1;
}

.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: 17.5px;
  }
}
.tag-main__link {
  display: block;
  background: #e3c1b5;
  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-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.375px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #e3c1b5;
  color: #fff;
  padding: 3px 5px 5px 5px;
  border-radius: 4px;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ttl-main .en, .ttl-main .rb {
  letter-spacing: 0.08em;
}
.ttl-main .en {
  font-family: "Bodoni Moda", serif;
  color: #c2a685;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 18.75px;
  }
}
.ttl-main .rb {
  font-family: "Zen Old Mincho", serif;
  color: #dfb8aa;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .rb {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .rb {
    font-size: 31.25px;
  }
}
.ttl-sub {
  font-family: "Zen Old Mincho", serif;
  border-radius: 4px;
  overflow: hidden;
  border-left: solid #dfb8aa 6px;
  background: #f5f5f5;
  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: 21.25px;
  }
}
.ttl-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 25px;
  }
}
.ttl-01::before, .ttl-01::after {
  content: "";
  display: block;
  width: 54px;
  min-width: 54px;
  aspect-ratio: 54/50;
  background-image: url("/img/common/obj-leaf-03.png");
  background-size: 100%;
}
.ttl-01::after {
  transform: scaleX(-1);
}
.ttl-02 {
  font-family: "Zen Old Mincho", serif;
  background: #e3c1b5;
  color: #fff;
  border-radius: 50rem;
  text-align: center;
  padding: 5px 20px;
}
.ttl-03 {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  background: #dfb8aa;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 21.875px;
  }
}
.ttl-03::before, .ttl-03:after {
  content: "";
  display: block;
  width: 54px;
  aspect-ratio: 54/50;
  background-image: url("/img/common/obj-leaf-03.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.ttl-03::before {
  left: 0;
  transform: translate(-20px, 10px);
}
.ttl-03::after {
  right: 0;
  transform: translate(20px, 10px) scaleX(-1);
}
.ttl-04 {
  font-family: "Zen Old Mincho", serif;
  border-bottom: solid 1px #dfb8aa;
  text-align: center;
  padding-bottom: 15px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 21.875px;
  }
}

.txt-plain {
  line-height: 2.3333333333;
}
.txt-01 {
  line-height: 2;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav {
  margin-top: 20px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.header-nav__link {
  position: relative;
  z-index: 1;
  padding: 5px 0;
}
.header-nav__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(223, 184, 170, 0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.header-nav .current::after {
  background: #dfb8aa;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 185px 160px;
  grid-template-rows: repeat(5, auto);
  gap: 20px 40px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 14.375px;
  }
}
.footer-nav__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.footer-nav__item::before {
  content: "";
  display: block;
  width: 5px;
  min-width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
}

.header-bar {
  padding: 10px 10px 0 40px;
}

.mv, .sv {
  width: 100%;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-img {
  width: 1300px;
  max-width: 67.7083333333%;
  margin: 0 3.13% 0 auto;
}
.mv-cc {
  width: 873px;
  max-width: 45.46875%;
  position: absolute;
  left: 3.13%;
  bottom: 0;
  transform: translateY(-30%);
  z-index: 1;
}
.mv-cc__sub {
  width: 54.75%;
  transform: translateY(-30%);
}
.mv-cc__main {
  width: 100%;
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/690;
  background: #f7ece9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.mv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/160;
}

.sv-ttl {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, -135%);
  display: flex;
  flex-direction: column;
  row-gap: 1vw;
  padding: 0 2.08%;
  z-index: 1;
}
.sv-ttl .rb, .sv-ttl .en {
  letter-spacing: 0.08em;
}
.sv-ttl .rb {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl .rb {
    font-size: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl .rb {
    font-size: 40px;
  }
}
.sv-ttl .en {
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  color: #dfb8aa;
  font-size: 25px;
  font-size: 1.3020833333vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl .en {
    font-size: 15.625px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl .en {
    font-size: 25px;
  }
}
.sv-img {
  width: 1300px;
  max-width: 67.7083333333%;
  margin: 0 1.04% 0 auto;
}
.sv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/300;
  background: #f7ece9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#ctn-top #header {
  background: url("/img/top/mv-bg.png") center top no-repeat;
  background-size: 100%;
}
#ctn-lower #header {
  background: url("/img/common/sv-bg.png") center top no-repeat;
  background-size: 100%;
}

.top-worries {
  padding: 0 0 200px 0;
  position: relative;
  z-index: 1;
}
.top-worries .list-check__wrp {
  display: table;
  margin: 0 auto;
}
.top-worries .obj-illust-01::before, .top-worries .obj-illust-02::after {
  content: "";
  display: block;
  width: 224px;
  aspect-ratio: 224/141;
  background-image: url("/img/top/worries-illust-01.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.top-worries .obj-illust-01::before {
  left: 0;
}
.top-worries .obj-illust-02::after {
  width: 245px;
  aspect-ratio: 245/169;
  background-image: url("/img/top/worries-illust-02.png");
  background-size: 100%;
  right: 0;
  transform: translate(0, 30px);
}
.top-worries.obj-bg::before {
  content: "";
  display: block;
  width: 1500px;
  max-width: 78.125%;
  min-width: 1240px;
  height: calc(100% - 120px);
  background: url("/img/common/ptn-grid-gld.jpg");
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-worries.obj-arw::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 60/35;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f7ece9;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
}

.top-care-ttl {
  padding: 80px 0;
}

.top-care .wrp {
  padding: 0 0 120px 0;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
.top-care .img-01 {
  margin-left: -110px;
}
.top-care .img-02 {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(204px, 120px);
  z-index: 1;
}
.top-care .obj-leaf {
  position: relative;
  z-index: 1;
}
.top-care .obj-leaf::before {
  content: "";
  display: block;
  width: 354px;
  max-width: 18.4375%;
  aspect-ratio: 354/179;
  background-image: url("/img/top/care-obj.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-voice {
  padding: 120px 0;
}
.top-voice .ttl-main {
  margin-bottom: 40px;
}

.top-bnr {
  padding: 120px 0;
}
.top-bnr .bnr {
  width: 600px;
  max-width: 100%;
  aspect-ratio: 600/350;
  border-radius: 20px;
  overflow: hidden;
}
.top-bnr .bnr-menu {
  background: url("/img/top/bnr-menu.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-info {
  background: url("/img/top/bnr-info.png") center center no-repeat;
  background-size: cover;
}
.top-bnr .bnr-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top-bnr .ttl-main {
  width: 280px;
  max-width: 100%;
  aspect-ratio: 280/140;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  justify-content: center;
}
.top-bnr .ttl-main .en {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main .en {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main .en {
    font-size: 17.5px;
  }
}
.top-bnr .ttl-main .rb {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .top-bnr .ttl-main .rb {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-bnr .ttl-main .rb {
    font-size: 25px;
  }
}
.top-bnr .com-leaf2::after {
  left: 0;
  bottom: 0;
  transform: translate(-15px, 20px);
  z-index: 1;
}

.top-news {
  padding: 120px 0;
}
.top-news .cts-1080 {
  min-height: 350px;
}
.top-news .btn {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 1;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  row-gap: 15px;
  margin-bottom: 60px;
}
#ctn-lower .ttl-main .en {
  color: #c2a685;
}

.low-luluon .img {
  margin-left: -40px;
}
.low-luluon .txtbx {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.low-point .obj-arw-01::after, .low-point .obj-arw-02::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/40;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #dfb8aa;
}
.low-point .obj-arw-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.low-point .obj-arw-02 {
  position: relative;
  z-index: 1;
}
.low-point .obj-arw-02::after {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(calc(-60px + 50%), -50%);
}

#footer {
  padding: 120px 0;
  background: url("/img/common/footer-bg.png") right bottom no-repeat;
  background-size: cover;
}
#footer .com-base {
  background: rgba(255, 255, 255, 0.5);
}

.ft-btn__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.ft-btn__list .list-item,
.ft-btn__list .layout-item {
  width: calc((100% - 120px) / 3);
}
.ft-btn__item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.ft-btn__ttl {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  position: relative;
}
.ft-btn__ttl::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/15;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
}

.footer-logo {
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */