@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #6a676b;
  scroll-behavior: smooth;
}
@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: #6a676b !important;
}
.col-pnk {
  color: #ffb4ab !important;
}
.col-red {
  color: #e43d30 !important;
}
.col-gry {
  color: #b5bab8 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #6a676b !important;
}
.bg-pnk {
  background-color: #ffb4ab !important;
}
.bg-red {
  background-color: #e43d30 !important;
}
.bg-gry {
  background-color: #b5bab8 !important;
}

.ptn-wall-wht {
  background: url("/img/common/bg-wall-wht.png");
}

.btn-ptn1 .btn-link {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 1px #e43d30;
  color: #e43d30;
  row-gap: 5px;
}
.btn-ptn1 .btn-link:hover {
  background: rgba(255, 180, 171, 0.3);
}
.btn-ptn1 .eng, .btn-ptn1 .ruby {
  display: block;
  line-height: 1;
}
.btn-ptn1 .eng {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#btn-totop {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 77;
}

.btn-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.select-box {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-box[open] .options {
  display: block;
}
.select-box summary {
  border-radius: 12px;
  list-style: none; /* Firefoxなどに効く */
  -moz-appearance: none;
       appearance: none; /* Safari, Chromeなどに効く */
  -webkit-appearance: none;
}
.select-box summary::-webkit-details-marker {
  display: none; /* Chrome / Safari 専用の矢印 */
}
.select-box summary span {
  transition: 0.3s;
}
.select-box .options {
  background: #fff;
  border: solid 1px #e43d30;
  position: absolute;
  width: 100%;
  top: 1005;
  left: 0;
  overflow: hidden;
  display: none;
}
.select-box .options-link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 4vw;
}
.select-box .options-link:not(:first-child) {
  border-top: solid 1px #e43d30;
}
.select-box .options-link:hover {
  background: rgba(255, 180, 171, 0.15);
}
.select-box .arw-red::after {
  transform: translate(0, -50%) rotate(90deg);
}
.select-box .arw-red:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(90deg);
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  margin-right: 8px;
}
.ic-calendar {
  display: flex;
  align-items: center;
}
.ic-calendar::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-calendar.png");
  background-size: 100%;
  margin-left: 10px;
}

.arw-red, .arw-red-flx, .arw-pnk, .arw-pnk-flx {
  position: relative;
}
.arw-red::after, .arw-red-flx::after, .arw-pnk::after, .arw-pnk-flx::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-red.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-red:hover::after, .arw-red-flx:hover::after, .arw-pnk:hover::after, .arw-pnk-flx:hover::after {
  transform: translate(-2px, -50%);
}
.arw-red-flx, .arw-pnk-flx {
  display: flex;
  align-items: center;
}
.arw-red-flx::after, .arw-pnk-flx::after {
  position: static;
  transform: none;
  margin-left: 5%;
}
.arw-red-flx:hover::after, .arw-pnk-flx:hover::after {
  transform: translate(-2px, 0);
}
.arw-pnk::after {
  right: 50px;
}
.arw-pnk::after, .arw-pnk-flx::after {
  width: 31px;
  background-image: url("/img/common/arw-pnk.png");
  background-size: 100%;
}

.obj-green {
  position: relative;
  z-index: 1;
}
.obj-green::after {
  content: "";
  display: block;
  width: 151px;
  aspect-ratio: 151/150;
  background-image: url("/img/common/illust-green.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-butterfly {
  position: relative;
}
.obj-butterfly::before {
  content: "";
  display: block;
  width: 146px;
  aspect-ratio: 146/118;
  background-image: url("/img/common/illust-butterfly.png");
  background-size: 100%;
  position: absolute;
}
.obj-chair {
  display: flex !important;
  align-items: flex-end;
}
.obj-chair::after {
  content: "";
  display: block;
  width: 49px;
  aspect-ratio: 49/58;
  background-image: url("/img/common/illust-chair.png");
  background-size: 100%;
  margin-left: 15px;
}
.obj-flower {
  position: relative;
  z-index: 1;
}
.obj-flower::before {
  content: "";
  display: block;
  width: 68px;
  aspect-ratio: 68/83;
  background-image: url("/img/common/illust-flower.png");
  background-size: 100%;
  position: absolute;
}
.obj-item {
  position: relative;
  z-index: 1;
}
.obj-item::after {
  content: "";
  display: block;
  width: 47px;
  aspect-ratio: 47/42;
  background-image: url("/img/common/illust-item.png");
  background-size: 100%;
  position: absolute;
}
.obj-salon {
  position: relative;
  z-index: 1;
}
.obj-salon::before {
  content: "";
  display: block;
  width: 127px;
  aspect-ratio: 127/84;
  background-image: url("/img/common/illust-shop.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-drier {
  position: relative;
  z-index: 1;
}
.obj-drier::before {
  content: "";
  display: block;
  width: 170px;
  aspect-ratio: 170/92;
  background-image: url("/img/common/illust-drier.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-40px, 30px);
  z-index: -1;
}
.obj-line-pnk, .obj-line-blk {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.obj-line-pnk::before, .obj-line-blk::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #ffb4ab;
}
.obj-line-blk::before {
  background: #6a676b;
}

.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-ptn1 th, .tbl-ptn1 td {
  padding: 20px 0;
  vertical-align: middle;
  border-bottom: solid 1px #b5bab8;
}
.tbl-ptn1 th {
  width: 20%;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
  padding-left: 10px;
}

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

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

.list-clm-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.list-nav .nav-item {
  text-align: center;
  line-height: 1;
}
.list-nav .eng, .list-nav .ruby {
  display: block;
}
.list-nav .eng {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 2rem;
  color: #ffb4ab;
}
@media screen and (max-width: 768px) {
  .list-nav .eng {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-nav .eng {
    font-size: 17.6470588235px;
  }
}
.list-nav .ruby {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .list-nav .ruby {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-nav .ruby {
    font-size: 13.5294117647px;
  }
}
.list-news time {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffb4ab;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 13.5294117647px;
  }
}
.list-news .news-link {
  display: grid;
  row-gap: 10px;
  background: #fff;
  padding: 20px;
  row-gap: 10px;
}
.list-news .news-img {
  width: 100%;
  aspect-ratio: 4/3;
}
.list-news .news-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .list-news .news-ttl {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news .news-ttl {
    font-size: 15.2941176471px;
  }
}
.list-info .info-item {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-info dt, .list-info dd {
  line-height: 1.2;
}
.list-info dt {
  border-right: solid 1px #b5bab8;
  padding-right: 10px;
}
.list-news .list-item, .list-reason .list-item, .list-menu-lower .list-item, .list-price .list-item {
  width: 100%;
}
.list-reason .reason-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-reason .reason-item::before {
  content: "01";
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  color: #ffb4ab;
}
@media screen and (max-width: 768px) {
  .list-reason .reason-item::before {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .reason-item::before {
    font-size: 27.0588235294px;
  }
}
.list-reason .reason-item:not(:first-child) {
  border-top: solid 1px #b5bab8;
  padding-top: 25px;
}
.list-reason .reason-item:nth-child(2)::before {
  content: "02";
}
.list-reason .reason-item:nth-child(3)::before {
  content: "03";
}
.list-reason .reason-item:nth-child(4)::before {
  content: "04";
}
.list-reason .reason-item:nth-child(5)::before {
  content: "05";
}
.list-menu .menu-item.cut .menu-bx {
  background: url("/img/top/menu-cut.png") center center no-repeat;
  background-size: cover;
}
.list-menu .menu-item.color .menu-bx {
  background: url("/img/top/menu-color.png") center center no-repeat;
  background-size: cover;
}
.list-menu .menu-item.perm .menu-bx {
  background: url("/img/top/menu-perm.png") center center no-repeat;
  background-size: cover;
}
.list-menu .menu-item.repair .menu-bx {
  background: url("/img/top/menu-repair.png") center center no-repeat;
  background-size: cover;
}
.list-menu .menu-item.other .menu-bx {
  background: url("/img/top/menu-other.png") center center no-repeat;
  background-size: cover;
}
.list-menu .menu-item:nth-child(2) {
  margin-top: 150px;
}
.list-menu .menu-item:nth-child(3) {
  margin-top: 50px;
}
.list-menu .menu-item:nth-child(4) {
  margin-top: -100px;
}
.list-menu .menu-item:nth-child(5) {
  margin-top: 10px;
}
.list-menu .menu-bx {
  width: 100%;
  aspect-ratio: 400/450;
  position: relative;
}
.list-menu .menu-ttl-eng {
  width: 285px;
  max-width: 100%;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  color: #ffb4ab;
  background: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .list-menu .menu-ttl-eng {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .menu-ttl-eng {
    font-size: 27.0588235294px;
  }
}
.list-menu .menu-ttl-ruby {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .list-menu .menu-ttl-ruby {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .menu-ttl-ruby {
    font-size: 16.4705882353px;
  }
}
.list-style .style-item {
  aspect-ratio: 3/4;
}
.list-style-lower .style-img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
}
.list-reason-lower .txt-bx {
  width: 620px;
  max-width: 100%;
  background: #fff;
  padding: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(100px, -50px);
  z-index: 1;
}
.list-reason-lower .img {
  text-align: right;
}
.list-reason-lower .obj-butterfly::before {
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
}
.list-reason-lower .reason-item {
  width: 100%;
  position: relative;
}
.list-reason-lower .reason-item:nth-child(even) .img {
  text-align: left;
}
.list-reason-lower .reason-item:nth-child(even) .txt-bx {
  left: inherit;
  right: 150px;
}
.list-menu-lower .menu-bx {
  justify-content: space-between;
  align-items: flex-start;
}
.list-menu-lower .menu-img {
  width: 100%;
  aspect-ratio: 1080/350;
}
.list-price .price-item {
  border-bottom: solid 1px #b5bab8;
  padding-bottom: 30px;
}
.list-price .price-bx {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.list-price .price-ttl, .list-price .price-num {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-price .price-ttl, .list-price .price-num {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price .price-ttl, .list-price .price-num {
    font-size: 16.4705882353px;
  }
}
.list-price .price-ttl {
  max-width: 75%;
}
.list-price .price-num {
  max-width: 25%;
  text-align: right;
  padding-left: 20px;
}
.list-price .price-txt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .list-price .price-txt {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price .price-txt {
    font-size: 13.5294117647px;
  }
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  padding: 10px 20px;
  border: solid 1px #6a676b;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.com-tag-sub .tag-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 13.5294117647px;
  }
}
.com-tag-sub .tag-item:not(:last-child) {
  border-right: solid 1px #b5bab8;
  padding-right: 5px;
}
.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: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.com-bg-wall {
  position: relative;
  z-index: 1;
}
.com-bg-wall::after {
  content: "";
  display: block;
  width: 1760px;
  max-width: 91.6666666667%;
  height: 520px;
  background: url("/img/common/bg-wall-wht.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.layout-clm-2 .layout-item {
  width: 620px;
  max-width: 100%;
}
.layout-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.layout-clm-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.ttl-main .eng, .ttl-main .ruby {
  display: block;
}
.ttl-main .eng {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #ffb4ab;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 34.1176470588px;
  }
}
.ttl-main .ruby {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.3em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 24.7058823529px;
  }
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  border-left: solid #ffb4ab 6px;
  border-bottom: solid 1px #b5bab8;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@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;
  }
}
.ttl-num {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-bottom: solid 1px #b5bab8;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.ttl-num .num, .ttl-num .ruby {
  display: block;
}
.ttl-num .num {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  color: #ffb4ab;
}
@media screen and (max-width: 768px) {
  .ttl-num .num {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-num .num {
    font-size: 27.0588235294px;
  }
}
.ttl-num .ruby {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-num .ruby {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-num .ruby {
    font-size: 20px;
  }
}

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

.tel-caution {
  opacity: 0.6;
}

#main-contents {
  position: relative;
  z-index: 2;
}

.hd-bar {
  padding: 0 1.56%;
}
.hd-bar .com-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.hd-bar .com-logo a {
  aspect-ratio: 170/145;
}

.sv {
  aspect-ratio: 1920/450;
}
.sv-ttl {
  width: 1080px;
  max-width: 56.25%;
  aspect-ratio: 1080/150;
  row-gap: 0.5vw;
}
.sv-ttl .ruby {
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl .ruby {
    font-size: 23.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl .ruby {
    font-size: 40px;
  }
}
.sv-ttl .eng {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 1;
  color: #ffb4ab;
}
@media screen and (max-width: 1120px) {
  .sv-ttl .eng {
    font-size: 11.7647058824px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl .eng {
    font-size: 20px;
  }
}
.sv-ttl::before, .sv-ttl::after {
  content: "";
  display: block;
  width: 5.19%;
  aspect-ratio: 56/176;
  background-image: url("/img/common/sv-obj-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sv-ttl::after {
  width: 12.41%;
  aspect-ratio: 134/214;
  background-image: url("/img/common/sv-obj-02.png");
  background-size: 100%;
  left: inherit;
  right: 0;
  transform: translate(5%, -57%);
}
.sv-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-menu {
  background: url("/img/menu/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-style {
  background: url("/img/style/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-salon {
  background: url("/img/salon/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1335px) {
  .hd-bar .com-logo a {
    width: 140px;
    max-width: 100%;
  }
  #hd-nav .list-nav {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #hd-nav .eng {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1335px) and (max-width: 768px) {
  #hd-nav .eng {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 1335px) and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .eng {
    font-size: 16.4705882353px;
  }
}
@media screen and (max-width: 1335px) {
  #hd-nav .ruby {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1335px) and (max-width: 768px) {
  #hd-nav .ruby {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 1335px) and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .ruby {
    font-size: 12.9411764706px;
  }
}
.top-about {
  padding: 140px 0;
}
.top-about .ttl-main {
  margin-bottom: 30px;
}
.top-about .ttl-main .ruby {
  line-height: 1.5625;
}
.top-about .txt {
  line-height: 1.875;
}
.top-about.com-bg-wall::after {
  height: 250px;
}

.top-reason {
  padding: 140px 0;
}
.top-reason .ttl-main {
  margin-bottom: 50px;
}
.top-reason .com-base {
  padding: 40px 50px;
}
.top-reason .obj-butterfly::before {
  top: 0;
  right: 0;
  transform: translate(50px, -50px);
  z-index: 1;
}
.top-reason .btn {
  margin-top: 50px;
}

.top-menu {
  padding: 120px 0 0;
}
.top-menu .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-190px);
}
.top-menu .obj-flower::before {
  left: 0;
  bottom: 100%;
  transform: translateX(40px);
}
.top-menu .obj-item::after {
  right: 0;
  bottom: 100%;
  transform: translateX(-54px);
}

.top-style {
  padding: 120px 0 0;
}
.top-style .ttl-main {
  margin-bottom: 50px;
}
.top-style .btn {
  position: absolute;
  top: 45px;
  right: 0;
}

.top-bnr {
  padding: 150px 0 0;
}
.top-bnr .obj-salon::before {
  right: 0;
  bottom: 0;
  transform: translate(-160px, -10px);
}
.top-bnr::after {
  content: "";
  display: block;
  width: 100%;
  height: calc((100% - 150px) / 2);
  background: url("/img/common/bg-wall-wht.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-news {
  padding: 150px 0;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

#ctn-lower article {
  padding: 100px 0;
}
#ctn-lower .ttl-main {
  margin-bottom: 50px;
}
#ctn-lower .com-bg-wall::after {
  height: 300px;
}

#com-bnr .bnr-item {
  width: 900px;
  max-width: 100%;
  background: #fff;
  border: solid 1px #b5bab8;
  margin: 0 auto;
}
#com-bnr .bnr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 10px;
}
#com-bnr a:hover {
  background: rgba(255, 180, 171, 0.15);
}
#com-bnr .ttl-main .ruby {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #com-bnr .ttl-main .ruby {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-bnr .ttl-main .ruby {
    font-size: 17.6470588235px;
  }
}
#com-contact {
  padding: 150px 0 0 !important;
}
#com-contact .cts-1280 {
  outline: solid 1px #b5bab8;
  outline-offset: -20px;
  padding-top: 80px;
  padding-bottom: 80px;
}
#com-contact .ttl-main {
  margin-bottom: 20px;
}
#com-contact .layout-item {
  margin-top: 40px;
}
#com-contact .obj-green::after {
  right: 0;
  bottom: 0;
  transform: translate(-70px, -40px);
}
#com-contact::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc((100% - 150px) / 2 + 150px);
  background-image: url("/img/common/contact-bg.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#footer {
  padding: 80px 0;
}
#footer address {
  margin-top: 30px;
}

.ft-copy {
  margin-top: 50px;
}