.home_page header + .key {
  display: none;
}

.home_page .key {
  --height: 56vw;
  --min-height: 400px;
  --max-height: 880px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .key_img {
  margin-right: -8px;
}
.home_page .key .key_img img {
  border-radius: 300px 0 0 0;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}

.home_page .key .catch {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 1664px;
  padding: 0 30px;
  margin: 0 auto;
  height: fit-content;
  margin: auto;
  z-index: 1;
}
.home_page .key h2,
.home_page .key p {
  color: #484442;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  margin-bottom: 0.38em;
  font-size: 5em;
  line-height: 1.4;
  font-weight: 500;
  font-family: var(--f-mincho);
  letter-spacing: 0.14em;
}
.home_page .key h2 span {
  font-size: 120%;
  font-weight: 600;
  color: var(--main-color);
}
.home_page .key p {
  font-size: 2.8em;
  margin: 0 0 0 2.8571428571em;
  letter-spacing: 0.1607142857em;
  line-height: 1.9;
  margin-bottom: 0.9285714286em;
}
.home_page .key .key-scroll {
  display: inline-block;
  margin-left: 8.2em;
}
.home_page .key .key-scroll a {
  display: block;
  width: 8em;
  height: 8em;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0.4em 1em rgba(216, 163, 165, 0.12);
  position: relative;
  transition: all 0.3s ease;
}
.home_page .key .key-scroll a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/ikey-arr.png") center/max(1.1em, 7px) auto no-repeat;
}
.home_page .topic_path {
  display: none;
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

.bg-main {
  position: relative;
  z-index: 1;
  padding-top: var(--wrapper);
}
.bg-main::before {
  content: "";
  position: absolute;
  inset: -22px -4px 0 -11px;
  z-index: -1;
  background: url("../images/bg-main.jpg") center/cover no-repeat;
}

.ipost {
  position: relative;
  z-index: 2;
}
.ipost .ipost-wrapper {
  position: relative;
  display: flex;
  padding: 114px 41px 120px 0;
  margin-top: -40px;
  z-index: 1;
  --mr: 123px;
  --whead: 186px;
}
.ipost .ipost-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 -79px 0 -320px;
  inset: 0 -79px 0 calc((100vw - 100%) / -2);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0 0 80px 0;
}
.ipost .ipost-wrapper::after {
  content: "";
  position: absolute;
  top: -210px;
  left: max((100vw - 100%) / -2, -320px);
  transform: translateX(-250px);
  width: 501px;
  aspect-ratio: 501/541;
  background: url("../images/ipost-circle1.png") center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
.ipost .ihead {
  margin-bottom: 30px;
}
.ipost .ipost-head {
  flex-shrink: 0;
  margin-right: var(--mr);
  width: var(--whead);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ipost .ipost-list {
  width: calc(100% - var(--mr) - var(--whead));
  padding-top: 6px;
}
.ipost .ipost-list li {
  border-bottom: 1px solid rgba(115, 113, 113, 0.3);
  width: 100%;
}
.ipost .ipost-list li:first-child {
  border-top: 1px solid rgba(115, 113, 113, 0.3);
}
.ipost .ipost-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 23px 28px 23px;
  --w: 9em;
  width: 100%;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  position: relative;
  z-index: 0;
}
.ipost .ipost-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto 0;
  width: 5.658px;
  height: 5.658px;
  transform: rotate(45deg);
  border-top: solid 1px #a89990;
  border-right: solid 1px #a89990;
}
.ipost .ipost-list li a span {
  display: inline-block;
}
.ipost .ipost-list li a:hover {
  opacity: 1;
  color: var(--clr2);
}
.ipost .ipost-list li a:hover .date {
  color: var(--clr2);
}
.ipost .ipost-list li a .date {
  transition: all 0.3s;
  color: #a6a6a6;
  font-family: var(--f-kaku);
  flex-shrink: 0;
  margin-right: 58px;
}
.ipost .ipost-list li a .cate {
  width: 96px;
  height: 36px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 3px;
}
.ipost .ipost-list li a .cate1 {
  background-color: #f2d6cd;
}
.ipost .ipost-list li a .cate2 {
  background-color: #ede6d9;
}
.ipost .ipost-list li a .title {
  width: 100%;
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}

.isocial {
  padding: 80px 0 70px;
  z-index: 1;
  position: relative;
}
.isocial .inner {
  max-width: 1480px;
}
.isocial .isocial-wrapper {
  position: relative;
}
.isocial .isocial-wrapper::before {
  content: "";
  position: absolute;
  top: -463px;
  transform: translateX(77px);
  right: calc((100vw - 100%) / -2);
  width: 1031px;
  aspect-ratio: 1/1;
  background: url("../images/isocial-elipse.png") center/contain no-repeat;
  z-index: -1;
}
.isocial .isocial-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  padding: 0 81px;
}
.isocial .isocial-ic {
  line-height: 1;
}
.isocial .isocial-ic a {
  display: inline-flex;
  align-items: center;
  font-size: 42px;
  font-family: var(--f-en);
  position: relative;
  text-decoration: none;
  color: var(--clr1);
  letter-spacing: 0.0523809524em;
}
.isocial .isocial-ic a::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 12px;
  background: #fff url("../images/isocial-ic.png") center/28px auto no-repeat;
  border-radius: 100%;
}
.isocial .ibtn a {
  font-family: var(--f-en);
  padding-right: 117px;
}
.isocial .isocial-list {
  display: flex;
}
.isocial .isocial-list #sb_instagram {
  padding-bottom: 0 !important;
}
.isocial .isocial-list #sb_instagram #sbi_images {
  padding: 0;
}
.isocial .isocial-list #sb_instagram .sbi_photo {
  position: relative;
  z-index: 0;
}
.isocial .isocial-list #sb_instagram .sbi_photo::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../images/isocial-ic-share.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.isocial .isocial-list #sb_instagram .sbi_photo img {
  border-radius: 5px;
}

.itreatment {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.itreatment .itreat-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 122px 30px 180px;
  border-radius: 80px;
  width: min(100%, 1720px);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.itreatment .itreat-wrapper::before {
  content: "";
  position: absolute;
  bottom: -340px;
  right: max((100vw - 100%) / -2, -100px);
  transform: translateX(179px);
  width: 516px;
  aspect-ratio: 516/595;
  background: url("../images/itreatment-circle1.png") center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
.itreatment .ihead {
  text-align: center;
  margin-bottom: 45px;
}
.itreatment .ien {
  letter-spacing: 0.0566666667em;
  margin-bottom: 0px;
}
.itreatment .itreat-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.itreatment .itreat-list li {
  position: relative;
  z-index: 0;
  border-radius: 999px;
  overflow: hidden;
}
.itreatment .itreat-list li::before {
  content: "";
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 9px;
  background: url("../images/itreat-ic.png") center/contain no-repeat;
  filter: brightness(0) invert(1);
  z-index: 2;
}
.itreatment .itreat-list li:nth-child(even) {
  transform: translateY(60px);
}
.itreatment .itread-lk {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 999px;
}
.itreatment .itread-lk a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
.itreatment .itreat-tt2 {
  position: absolute;
  bottom: 75px;
  left: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
.itreatment .itreat-hv {
  position: absolute;
  inset: 8px;
  text-align: center;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 39px 10px 10px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
}
.itreatment .itreat-tt {
  position: relative;
  font-size: 24px;
  color: var(--clr1);
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 9px;
  transition: all 0.3s ease;
}
.itreatment .itreat-tt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background-color: #cbaf2d;
  transition: all 0.3s ease;
}
.itreatment .itreat-dsc {
  line-height: 2;
  width: 150px;
  font-size: 14px;
}

.itrouble {
  position: relative;
  z-index: 0;
}
.itrouble .inner {
  position: relative;
  z-index: 0;
}
.itrouble .inner::before {
  content: "";
  position: absolute;
  bottom: -310px;
  right: max((100vw - 100%) / -2, -300px);
  z-index: -3;
  background: url("../images/itrouble-eff01.png") center/cover no-repeat;
  width: 447px;
  aspect-ratio: 447/934;
}
.itrouble .itrouble-wrapper {
  position: relative;
  z-index: 0;
  padding: 107px 0 150px;
}
.itrouble .itrouble-wrapper::before {
  content: "";
  position: absolute;
  inset: -129px max((100vw - 100%) / -2, -320px) -5px;
  z-index: -1;
  background: url("../images/itrouble-bg.png") center bottom/cover no-repeat;
}
.itrouble .ihead {
  text-align: center;
  margin-bottom: 10px;
}
.itrouble .ien {
  letter-spacing: 0.0583333333em;
  margin-bottom: 5px;
}
.itrouble .itrouble-person {
  display: flex;
  width: min(100%, 1160px);
  margin: 0 auto;
  margin-top: 29px;
}
.itrouble .itrouble-box {
  width: 587px;
  margin-right: 45px;
}
.itrouble .itrouble-box li {
  width: 270px;
  height: 270px;
  border-radius: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 38px 40px 20px;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.itrouble .itrouble-bx1 {
  background: url("../images/itrouble-bg-box1.png") center/contain no-repeat;
  margin: 3px 76px 0 auto;
}
.itrouble .itrouble-bx2 {
  background: url("../images/itrouble-bg-box2.png") center/contain no-repeat;
  margin-top: -64px;
  margin-left: 24px;
}
.itrouble .itrouble-bx3 {
  background: url("../images/itrouble-bg-box3.png") center/contain no-repeat;
  margin-top: -189px;
  margin-left: auto;
}
.itrouble .itrouble-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 23px;
  padding: 0 27px;
  gap: 50px 64px;
}
.itrouble .itrouble-list li {
  width: 194px;
  text-align: center;
  padding-bottom: 37px;
  position: relative;
  transition: all 0.3s ease;
}
.itrouble .itrouble-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 0;
  height: 3px;
  background: url("../images/itrouble-dots.png") center/contain no-repeat;
  transition: all 0.3s ease;
}
.itrouble .itrouble-list li::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 9px;
  background: url("../images/itrouble-ic.png") center/contain no-repeat;
}
.itrouble .itrouble-list li picture {
  margin-bottom: 18px;
}
.itrouble .itrouble-list li picture img {
  margin: 0 auto;
}
.itrouble .itrouble-tt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
  transition: all 0.3s ease;
}
.itrouble .itrouble-en {
  font-family: var(--f-en);
  font-size: 12px;
  color: var(--main-color);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.itrouble .itrouble-lk {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.itrouble .itrouble-lk a {
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes circle {
  0% {
    transform: rotate(360deg);
  }
}
.itrouble .itrouble-text-circle {
  position: absolute;
  bottom: 69px;
  right: -168px;
  width: 171px;
  animation: circle 20s linear infinite;
}

.iskin {
  padding-top: 50px;
  padding-bottom: 127px;
}
.iskin .iskin-wrapper {
  position: relative;
  z-index: 0;
}
.iskin .iskin-wrapper::before {
  content: "";
  position: absolute;
  top: -148px;
  right: max((100vw - 100%) / -2, -320px);
  background: url("../images/iskin-bg.png") center/contain no-repeat;
  width: 1141px;
  aspect-ratio: 1141/1016;
  pointer-events: none;
}
.iskin .ihead {
  display: inline-block;
  width: fit-content;
  margin-top: 46px;
  margin-bottom: 47px;
}
.iskin .ien {
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.iskin picture {
  position: relative;
  float: left;
  margin-left: -80px;
  margin-right: 78px;
  z-index: 0;
}
.iskin picture::before {
  content: "";
  position: absolute;
  top: -120px;
  right: 119px;
  background: url("../images/iskin-eff01.jpg") center/contain no-repeat;
  width: 843px;
  aspect-ratio: 843/558;
  z-index: -1;
  border-radius: 0 30px 30px 0;
}
.iskin picture img {
  border-radius: 30px;
}
.iskin .iskin-desc {
  line-height: 2;
  margin-bottom: 35px;
}
.iskin .iskin-btn {
  overflow: hidden;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.iskin .ibtn {
  margin-bottom: 18px;
}
.iskin .ibtn:last-child {
  margin: 0;
}

.imenu .imenu-wrapper {
  position: relative;
  z-index: 0;
}
.imenu .imenu-wrapper::before {
  content: "";
  position: absolute;
  top: -337px;
  left: max((100vw - 100%) / -2, -320px);
  transform: translateX(-7px);
  width: 1082px;
  aspect-ratio: 1082/1108;
  background: url("../images/imenu-eff01.png") center/contain no-repeat;
  z-index: -1;
}
.imenu .imenu-wrapper::after {
  content: "";
  position: absolute;
  bottom: -158px;
  right: -126px;
  background: url("../images/imenu-grass.png") center/contain no-repeat;
  width: 277px;
  aspect-ratio: 277/275;
  z-index: 2;
}
.imenu .ihead {
  text-align: center;
  margin-bottom: 55px;
}
.imenu .ien {
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.imenu .imenu-tab {
  position: relative;
  z-index: 1;
}
.imenu .imenu-thead {
  display: flex;
  justify-content: space-between;
}
.imenu .imenu-thead li {
  position: relative;
  width: calc((100% - 4px) / 2);
  background-color: #cbaf2d;
  color: #fff;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 10px 10px;
  border-radius: 0 10px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
}
.imenu .imenu-thead li.active {
  cursor: default;
}
.imenu .imenu-thead li.active::before {
  opacity: 1;
  visibility: visible;
}
.imenu .imenu-thead li[data-thead=tab1] {
  background-color: #e2abc6;
  border-radius: 10px 0 0 0;
}
.imenu .imenu-thead li[data-thead=tab1]::before {
  border-top-color: #e2abc6;
}
.imenu .imenu-thead li::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 26px solid #cbaf2d;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: -1;
}
.imenu .imenu-tt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6px;
}
.imenu .imenu-en {
  font-family: var(--f-en);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.imenu .imenu-tbody {
  background-color: #fff;
  box-shadow: 20px 0 50px rgba(207, 93, 141, 0.08);
  border-radius: 0 0 20px 20px;
}
.imenu .imenu-cnt {
  display: none;
}
.imenu .imenu-cnt.active {
  display: block;
}
.imenu .imenu-cnt[data-tbody=tab1] {
  padding: 80px;
}
.imenu .imenu-cnt[data-tbody=tab2] {
  padding: 60px;
}
.imenu .imenu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.imenu .imenu-list li {
  width: calc((100% - 40px) / 3);
}
.imenu .imenu-list li.imenu50 {
  width: calc((100% - 20px) / 2);
}
.imenu .imenu-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 80px;
  background-color: #faf3f6;
  border: 1px solid #ede9e9;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  color: var(--clr1);
  padding: 10px 10px 15px;
  line-height: 1.5;
}
.imenu .imenu-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 22px;
  height: 9px;
  background: url("../images/imenu-ic.png") center/contain no-repeat;
}
.imenu .imenu-pt {
  display: flex;
  flex-wrap: wrap;
  --gapy: 20px;
  --gapx: 30px;
  gap: var(--gapx) var(--gapy);
}
.imenu .imenu-pt li {
  position: relative;
  width: calc((100% - var(--gapy) * 3) / 4);
  z-index: 0;
}
.imenu .imenu-pt img {
  border-radius: 10px;
}
.imenu .imenu-pt picture {
  margin-bottom: 20px;
}
.imenu .imenu-pt-img {
  position: relative;
  z-index: 0;
}
.imenu .imenu-pt-tt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.imenu .imenu-pt-lb {
  line-height: 1.4;
  margin: 0;
  font-size: 14px;
}
.imenu .imenu-pt-lk {
  position: absolute;
  bottom: -20px;
  right: 19px;
  z-index: 1;
  display: block !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #cbaf2d;
  transition: all 0.3s ease;
}
.imenu .imenu-pt-lk::before {
  content: "";
  position: absolute;
  inset: 0 1px 0 0;
  margin: auto;
  width: 7.0725px;
  height: 7.0725px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.imenu .imenu-lk {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.imenu .imenu-lk a {
  display: block;
  width: 100%;
  height: 100%;
}
.imenu .imenu-bg-post {
  margin: 0 max((100vw - 100%) / -2, -320px);
  padding: 0 0 80px;
  position: relative;
  z-index: 0;
}
.imenu .imenu-bg-post::before {
  content: "";
  position: absolute;
  inset: -300px 0 0;
  z-index: -1;
  background: url("../images/imenu-bg-post.png") center/cover no-repeat;
}
.imenu .imenu-post {
  margin: 119px -80px 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  max-width: 1440px;
}
.imenu .imenu-video {
  float: right;
  margin-left: 80px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 30, 63, 0.08);
  width: 720px;
  height: 405px;
}
.imenu .imenu-post-head {
  margin-top: -10px;
  margin-bottom: 46px;
  display: inline-block;
}
.imenu .imenu-ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 11px;
}
.imenu .imenu-ttl span {
  font-size: 128.5714%;
}
.imenu .imenu-lb {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 53px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.imenu .imenu-lb::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 41px;
  height: 1px;
  background-color: #fff;
}
.imenu .imenu-dsc {
  overflow: hidden;
}
.imenu .imenu-dsc p {
  margin-bottom: 10px;
}
.imenu .imenu-dsc p:last-child {
  margin-bottom: 0;
}
.imenu .imenu-ver {
  margin-top: 80px;
  margin-bottom: 46px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.imenu .imenu-ver li {
  width: 280px;
  height: 492px;
  border-radius: 999px;
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.imenu .imenu-ver li::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid #fff;
  border-radius: 999px;
}
.imenu .imenu-ver-tt {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  padding: 15px 20px;
  font-weight: 500;
}
.imenu .ibtn a {
  margin: 0 auto;
}

.iflow {
  padding: 127px 0 119px;
  background: url("../images/iflow-bg.jpg") center right/cover no-repeat;
}
.iflow .ihead {
  text-align: center;
  margin-bottom: 53px;
}
.iflow .ien {
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.iflow .ijp {
  line-height: 1.6;
}
.iflow .iflow-list {
  display: flex;
  counter-reset: iflow;
}
.iflow .iflow-list li {
  position: relative;
  width: 320px;
  border-right: 1px solid #ede9e9;
  padding-top: 65px;
  padding-bottom: 57px;
}
.iflow .iflow-list li:first-child {
  border-left: 1px solid #ede6d9;
}
.iflow .iflow-list li:last-child::before {
  display: none;
}
.iflow .iflow-list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  margin: auto 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #cbaf2d url("../images/iflow-ic.png") center/22px auto no-repeat;
}
.iflow .iflow-list picture {
  margin-bottom: 26px;
  position: relative;
}
.iflow .iflow-list picture::before {
  content: counter(iflow, decimal-leading-zero);
  counter-increment: iflow;
  position: absolute;
  top: -22px;
  left: 47px;
  letter-spacing: 0px;
  line-height: 1;
  font-family: var(--f-kaku);
  font-size: 60px;
  font-weight: 300;
  color: #cbaf2d;
}
.iflow .iflow-list picture img {
  margin: 0 auto;
}
.iflow .iflow-list p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
.iflow .iflow-list p span {
  font-size: 70%;
}

.icosmetics {
  padding-bottom: 101px;
  position: relative;
  z-index: 0;
}
.icosmetics::after {
  content: "";
  position: absolute;
  inset: 0 calc((100vw - 100%) / -2) -961px;
  background: url("../images/icosmetics-bg.jpg") center/cover no-repeat;
  z-index: -2;
}
.icosmetics .icos-wrapper {
  padding: 120px 0;
  position: relative;
  z-index: 0;
}
.icosmetics .icos-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: max((100vw - 100%) / -2, -320px);
  width: 839px;
  aspect-ratio: 839/486;
  background: url("../images/icosmetics-eff01.jpg") center/contain no-repeat;
  z-index: -1;
}
.icosmetics .ihead {
  display: inline-block;
  margin-top: 70px;
  margin-bottom: 45px;
}
.icosmetics .ien {
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.icosmetics .icos-img {
  position: relative;
  z-index: 0;
  float: right;
  margin-left: 70px;
}
.icosmetics .icos-img img {
  border-radius: 20px;
}
.icosmetics .icos-ig-sm {
  position: absolute;
  bottom: -90px;
  left: -142px;
}
.icosmetics .icos-ig-sm img {
  border: 1px solid #fff;
  box-shadow: 6px 8px 40px rgba(218, 178, 177, 0.29);
}
.icosmetics .icos-desc {
  margin-bottom: 33px;
}

.ifeature {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.ifeature .inner {
  max-width: 1760px;
}
.ifeature .ifeat-wrapper {
  position: relative;
  z-index: 0;
}
.ifeature .ifeat-wrapper::before {
  content: "";
  position: absolute;
  top: -246px;
  left: -260px;
  width: 639px;
  aspect-ratio: 639/700;
  background: url("../images/ifeature-circle.png") center/contain no-repeat;
}
.ifeature .ihead {
  text-align: center;
  margin-bottom: 51px;
}
.ifeature .ien {
  letter-spacing: 3.6px;
  margin-bottom: 5px;
}
.ifeature .ifeat-content {
  display: flex;
  flex-wrap: wrap;
  counter-reset: ifeat;
}
.ifeature .ifeat-item {
  width: 50%;
  background-color: #ede6dc;
  padding: 80px 90px 76px 110px;
  --radius: 80px;
}
.ifeature .ifeat-item picture {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 0;
}
.ifeature .ifeat-item picture::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fffdfa;
  opacity: 0.5;
  z-index: -1;
}
.ifeature .ifeat-item picture img {
  border-radius: 20px;
}
.ifeature .ifeat-item2,
.ifeature .ifeat-item3 {
  background-color: #f5f0ed;
}
.ifeature .ifeat-item2 picture::before,
.ifeature .ifeat-item3 picture::before {
  background-color: #fff;
}
.ifeature .ifeat-item2 .ifeat-tt::before,
.ifeature .ifeat-item3 .ifeat-tt::before {
  color: var(--main-color);
}
.ifeature .ifeat-item1 {
  border-top-left-radius: var(--radius);
}
.ifeature .ifeat-item2 {
  border-top-right-radius: var(--radius);
  padding-left: 77px;
  padding-right: 110px;
}
.ifeature .ifeat-item2 .ifeat-tt::before {
  margin-right: 11px;
}
.ifeature .ifeat-item3 {
  border-bottom-left-radius: var(--radius);
}
.ifeature .ifeat-item3 .ifeat-tt {
  margin-right: -15px;
}
.ifeature .ifeat-item3 .ifeat-tt::before {
  margin-right: 7px;
}
.ifeature .ifeat-item4 {
  border-bottom-right-radius: var(--radius);
  padding-left: 77px;
  padding-right: 110px;
}
.ifeature .ifeat-item4 .ifeat-tt::before {
  margin-right: 5px;
}
.ifeature .ifeat-txt {
  max-width: 100%;
  width: 512px;
  margin: 44px auto 0;
}
.ifeature .ifeat-tt {
  position: relative;
  font-size: 30px;
  line-height: 1.55;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
.ifeature .ifeat-tt::before {
  content: counter(ifeat, decimal-leading-zero);
  counter-increment: ifeat;
  display: inline-block;
  margin-right: 20px;
  font-family: var(--f-kaku);
  font-weight: 300;
  font-size: 120px;
  line-height: 0.7;
  color: #cbaf2d;
  transform: translate(-5px, -18px);
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.ifeature .ifeat-tt span {
  display: inline-block;
}
.ifeature .ibtn {
  margin-top: 40px;
}
.ifeature .ibtn a {
  margin: 0 auto;
}

.igreeting {
  padding: 106px 0 111px;
  background: url("../images/igreeting-bg.jpg") center/cover no-repeat;
}
.igreeting .inner {
  position: relative;
}
.igreeting .inner::before {
  content: "";
  position: absolute;
  top: -106px;
  right: max((100vw - 100%) / -2, -300px);
  width: min(35.46875vw, 681px);
  aspect-ratio: 681/658;
  background: url("../images/igreet-eff01.jpg") center/contain no-repeat;
}
.igreeting .igreet-wrapper {
  width: 570px;
  min-height: 689px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4px;
}
.igreeting .ihead {
  margin-bottom: 45px;
}
.igreeting .ien {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.igreeting .igreet-img {
  position: absolute;
  top: 0;
  right: 150px;
}
.igreeting .igreet-person img {
  filter: drop-shadow(6px 8px 80px rgba(218, 178, 177, 0.16));
}
.igreeting .igreet-name-jp {
  position: absolute;
  top: 126px;
  right: 59px;
  font-size: 24px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  margin: 0;
  letter-spacing: 0.2083333333em;
  line-height: 1.1948;
  width: 43px;
}
.igreeting .igreet-name-jp span {
  display: inline-block;
  font-size: 150%;
  color: var(--main-color);
  padding-top: 16px;
  margin-top: 1px;
  border-top: 1px solid var(--clr1);
  letter-spacing: 0.2027777778em;
}
.igreeting .igreet-name-en {
  position: absolute;
  bottom: 1px;
  left: -47px;
}
.igreeting .igreet-desc {
  margin-bottom: 49px;
}
.igreeting .ibtn {
  margin-bottom: 18px;
}
.igreeting .ibtn:last-child {
  margin-bottom: 0;
}

.information {
  padding: 120px 0 107px;
  color: #fff;
  position: relative;
  z-index: 0;
}
.information::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: url("../images/information-bg.jpg") center/cover no-repeat;
}
.information .time_sheet {
  color: #fff;
  --clr1: #fff;
  --main-color: #fff;
  --bd-clr: rgb(255 255 255 / 70%);
}

.cl-yl {
  color: #cbaf2d;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: calc(100vw - var(--wrapper));
  }
  .home_page .key .item,
  .home_page .key .slider,
  .home_page .key .key_text,
  .home_page .key .mv_slider {
    height: 100%;
  }
  .home_page .key .key_img {
    height: 100%;
    margin-right: -11vw;
  }
  .home_page .key .key_img img {
    height: 100%;
    width: auto;
  }
  .home_page .key .catch {
    width: 86.6666666667vw;
    padding: 0 1.5625vw;
    font-size: 0.5208333333vw;
  }
}
@media only screen and (min-width: 1920px) {
  .ipost .ipost-head {
    margin-left: -2px;
  }
  .isocial .isocial-ic {
    margin-left: -1px;
  }
  .isocial .ibtn {
    margin-right: 1px;
    margin-bottom: 2px;
  }
  .iskin .ien {
    margin-left: -2px;
  }
  .itrouble .ien {
    padding-left: 4px;
  }
  .itrouble .ijp {
    padding-left: 7px;
  }
  .imenu .ijp {
    margin-left: 8px;
  }
  .imenu .imenu-tt {
    padding-left: 3px;
  }
  .iflow .iflow-list li:nth-child(2) {
    padding-left: 1px;
  }
  .iflow .iflow-list li:nth-child(3) {
    padding-left: 1px;
  }
  .iflow .iflow-list li:nth-child(4) {
    padding-left: 1px;
  }
  .iflow .iflow-list li:nth-child(4) p {
    padding-left: 10px;
  }
  .iflow .iflow-list li:nth-child(4) p span {
    letter-spacing: 0px;
  }
  .icosmetics .ihead {
    margin-left: -4px;
  }
  .icosmetics .ijp {
    margin-left: -3px;
  }
  .icosmetics .icos-img {
    margin-right: -1px;
  }
  .ifeature .ien {
    padding-left: 7px;
  }
  .ifeature .ijp {
    padding-left: 13px;
  }
  .igreeting .ien {
    margin-left: -4px;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key .key-scroll a:hover {
    background-color: var(--main-color);
  }
  .home_page .key .key-scroll a:hover::before {
    filter: brightness(0) invert(1);
  }
  .ipost .ipost-list li a:hover {
    background-color: #f8f1ef;
    color: #333;
  }
  .ipost .ipost-list li a:hover .date {
    color: #333;
  }
  .imenu .imenu-thead li:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .imenu .imenu-btn a {
    transition: all 0.3s ease;
  }
  .imenu .imenu-btn a:hover {
    background-color: var(--main-color);
    opacity: 1;
    color: #fff;
  }
  .imenu .imenu-btn a:hover::before {
    filter: brightness(0) invert(1);
  }
  .imenu .imenu-pt li:hover .imenu-pt-lk {
    opacity: 1;
    background-color: var(--main-color);
  }
  .itrouble .itrouble-list li:hover {
    opacity: 0.7;
  }
  .itrouble .itrouble-list li:hover .itrouble-tt {
    color: var(--main-color);
  }
  .itreatment .itreat-list li:hover::before {
    filter: none;
  }
  .itreatment .itreat-list li:hover .itreat-hv {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .home_page .key {
    --max-height: calc(880 / 1920 * 100vw);
  }
  .home_page .key .key_img img {
    width: 76.3541666667vw;
    border-top-left-radius: 15.625vw;
  }
  .home_page .key .catch {
    top: 3.6458333333vw;
  }
  .ipost .ipost-wrapper::after {
    top: -10.9375vw;
    width: 26.09375vw;
    transform: translateX(-13.0208333333vw);
  }
  .isocial .isocial-wrapper::before {
    top: -24.1145833333vw;
    width: 53.6979166667vw;
    transform: translateX(4.0104166667vw);
  }
  .itreatment .itreat-wrapper::before {
    bottom: -17.7083333333vw;
    width: 26.875vw;
    transform: translateX(9.3229166667vw);
  }
  .itrouble .inner::before {
    bottom: -16.1458333333vw;
    width: 23.28125vw;
  }
  .itrouble .itrouble-text-circle {
    bottom: 3.59375vw;
    right: -8.75vw;
    width: 8.90625vw;
  }
  .iskin .iskin-wrapper::before {
    top: -7.7083333333vw;
    width: 59.4270833333vw;
  }
  .imenu .imenu-wrapper::before {
    top: -17.5520833333vw;
    transform: translateX(-0.3645833333vw);
    width: 56.3541666667vw;
  }
  .imenu .imenu-wrapper::after {
    bottom: -8.2291666667vw;
    right: -6.5625vw;
    width: 14.4270833333vw;
  }
  .icosmetics::after {
    bottom: -50.0520833333vw;
  }
  .icosmetics .icos-wrapper::before {
    width: 43.6979166667vw;
  }
  .ifeature .ifeat-wrapper::before {
    top: -12.8125vw;
    left: -13.5416666667vw;
    width: 33.28125vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .home_page .key {
    font-size: 0.641025641vw;
  }
  .ipost .ipost-wrapper::before {
    right: min((100vw - 100%) / -2 + 50px, 0px);
  }
  .ifeature .ifeat-item {
    padding: 5em 5.625em 4.75em 6.875em;
    --radius: 5em;
    font-size: 1.0256410256vw;
  }
  .ifeature .ifeat-item picture::before {
    top: 1.25em;
    left: 1.25em;
    border-radius: 1.25em;
  }
  .ifeature .ifeat-item picture img {
    border-radius: 1.25em;
  }
  .ifeature .ifeat-item2 {
    padding-left: 4.8125em;
    padding-right: 6.875em;
  }
  .ifeature .ifeat-item2 .ifeat-tt::before {
    margin-right: 0.0916666667em;
  }
  .ifeature .ifeat-item3 .ifeat-tt {
    margin-right: -0.5em;
  }
  .ifeature .ifeat-item3 .ifeat-tt::before {
    margin-right: 0.0583333333em;
  }
  .ifeature .ifeat-item4 {
    padding-left: 4.8125em;
    padding-right: 6.875em;
  }
  .ifeature .ifeat-item4 .ifeat-tt::before {
    margin-right: 0.0416666667em;
  }
  .ifeature .ifeat-txt {
    width: 32em;
    margin-top: 2.75em;
  }
  .ifeature .ifeat-tt {
    font-size: 1.875em;
    margin-bottom: 0.3666666667em;
  }
  .ifeature .ifeat-tt::before {
    margin-right: 0.1666666667em;
    font-size: 4em;
    transform: translate(-0.0416666667em, -0.15em);
  }
  .ifeature .ifeat-dsc {
    font-size: max(1em, 14px);
  }
  .itrouble .itrouble-text-circle {
    right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) and (max-height: 700px) {
  .home_page .key {
    font-size: 0.5555555556vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .iskin {
    padding-bottom: 6.9444444444vw;
    padding-top: 3.4722222222vw;
  }
  .iskin .ihead {
    margin: 2.7777777778vw 0;
  }
  .iskin .ien {
    font-size: 4.1666666667vw;
  }
  .iskin picture {
    width: 45.1388888889vw;
    margin-left: 0;
    margin-right: 4.8611111111vw;
  }
  .iskin picture::before {
    top: -5.5555555556vw;
    width: 50vw;
    right: 5.5555555556vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
  .iskin picture img {
    border-radius: 2.0833333333vw;
  }
  .iskin .iskin-desc {
    margin-bottom: 2.0833333333vw;
  }
  .iskin .ibtn {
    margin-bottom: 10px;
  }
  .imenu .imenu-wrapper::after {
    right: 0;
  }
  .imenu .imenu-bg-post {
    padding-bottom: 5.5555555556vw;
  }
  .imenu .imenu-post {
    padding: 0 74px;
    margin-top: 8.2638888889vw;
  }
  .imenu .imenu-post::before {
    top: -20.8333333333vw;
  }
  .imenu .imenu-video {
    width: max(41.6666666667vw, 330px);
    height: 23.2638888889vw;
    margin-left: 4.1666666667vw;
  }
  .imenu .imenu-post-head {
    margin-top: 0;
    margin-bottom: 1.7361111111vw;
  }
  .imenu .imenu-ttl {
    font-size: 1.6666666667vw;
  }
  .imenu .imenu-lb {
    font-size: max(1.3194444444vw, 14px);
    padding-left: 2.5em;
  }
  .imenu .imenu-lb::before {
    width: 2em;
    top: 0.7368421053em;
  }
  .imenu .imenu-ver {
    margin-top: 5.5555555556vw;
    margin-bottom: 3.1944444444vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .itrouble .itrouble-list {
    gap: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .ipost .inner {
    padding: 0 40px;
  }
  .ipost .ipost-wrapper {
    --mr: calc(80 / 1280 * 100vw);
    --whead: max(calc(186 / 1280 * 100vw), 144px);
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .ipost .ipost-wrapper::before {
    border-bottom-right-radius: 6.25vw;
  }
  .ipost .ipost-list li a {
    padding: 1.796875vw;
  }
  .ipost .ipost-list li a .date {
    margin-right: 3.125vw;
  }
  .ipost .ipost-list li a .cate {
    margin-right: 3.125vw;
  }
  .isocial .isocial-head {
    padding: 0 30px;
  }
  .itreatment .itreat-wrapper {
    padding-top: 6.25vw;
    padding-bottom: 10.9375vw;
    border-radius: 6.25vw;
  }
  .itreatment .ihead {
    margin-bottom: 30px;
  }
  .itreatment .itreat-list li {
    font-size: 1.09375vw;
  }
  .itreatment .itreat-list li::before {
    bottom: 3.1428571429em;
    width: 1.5714285714em;
    height: 0.6428571429em;
  }
  .itreatment .itreat-list li:nth-child(even) {
    transform: translateY(4.6875vw);
  }
  .itreatment .itreat-tt2 {
    font-size: 1.7142857143em;
    bottom: 3.125em;
    left: 0.4166666667em;
    right: 0.4166666667em;
  }
  .itreatment .itreat-hv {
    inset: 0.5714285714em;
    padding: 2.7857142857em 0.7142857143em 0.7142857143em;
  }
  .itreatment .itreat-tt {
    font-size: 1.7142857143em;
    padding-bottom: 0.625em;
    margin-bottom: 0.375em;
  }
  .itreatment .itreat-tt::before {
    width: 2.0833333333em;
  }
  .itreatment .itreat-dsc {
    width: 10.7142857143em;
    font-size: 1em;
  }
  .itrouble .itrouble-wrapper {
    padding: 8.359375vw 0 11.71875vw;
  }
  .itrouble .itrouble-wrapper::before {
    top: -10.078125vw;
  }
  .itrouble .itrouble-person {
    justify-content: center;
  }
  .itrouble .itrouble-list {
    padding: 0 35px;
    gap: 2.875em;
    font-size: 1.2vw;
  }
  .itrouble .itrouble-list li {
    width: 12.125em;
    padding-bottom: 2.3125em;
  }
  .itrouble .itrouble-list li::after {
    bottom: 1.0416666667em;
    width: 1.4322916667em;
    height: 0.5859375em;
  }
  .itrouble .itrouble-list li picture {
    margin-bottom: 1.125em;
  }
  .itrouble .itrouble-tt {
    font-size: 1.125em;
    margin-bottom: 0.6666666667em;
  }
  .itrouble .itrouble-en {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    width: 186px;
    left: 50%;
    transform: translateX(-50%);
  }
  .imenu .ihead {
    margin-bottom: 30px;
  }
  .iflow {
    padding: 6.25vw 0;
  }
  .iflow .inner {
    padding: 0 50px;
  }
  .iflow .ihead {
    margin-bottom: 30px;
  }
  .iflow .iflow-list {
    font-size: 1.5625vw;
  }
  .iflow .iflow-list li {
    width: 14.75em;
    padding: 3.25em 0 3em;
  }
  .iflow .iflow-list li::before {
    width: 2em;
    height: 2em;
    right: -1.05em;
    background-size: 1.1em auto;
  }
  .iflow .iflow-list picture {
    margin-bottom: 1.3em;
  }
  .iflow .iflow-list picture::before {
    top: -0.3666666667em;
    left: 0.7833333333em;
    font-size: 3em;
  }
  .iflow .iflow-list picture img {
    width: 11em;
  }
  .iflow .iflow-list p {
    font-size: 1em;
  }
  .icosmetics {
    padding-bottom: 7.8125vw;
  }
  .icosmetics .inner {
    padding: 0 50px;
  }
  .icosmetics .icos-wrapper {
    padding: 9.375vw 0;
  }
  .icosmetics .ihead {
    margin-top: 3.125vw;
    margin-bottom: 1.5625vw;
  }
  .icosmetics .icos-img {
    margin-left: 5.46875vw;
  }
  .icosmetics .icos-ig-bg {
    width: 45.3125vw;
  }
  .icosmetics .icos-ig-sm {
    width: 25vw;
    left: -10.15625vw;
  }
  .icosmetics .icos-desc {
    margin-bottom: 1.71875vw;
  }
  .ifeature {
    padding-bottom: 4.6875vw;
  }
  .ifeature .ibtn {
    margin-top: 3.125vw;
  }
  .igreeting {
    padding: 6.25vw 0;
  }
  .igreeting .inner {
    padding: 0 50px;
  }
  .igreeting .inner::before {
    top: -6.25vw;
  }
  .igreeting .igreet-wrapper {
    width: 44.53125vw;
    min-height: 53.828125vw;
  }
  .igreeting .ihead {
    margin-bottom: 3.515625vw;
  }
  .igreeting .igreet-desc {
    margin-bottom: 3.515625vw;
  }
  .igreeting .igreet-img {
    right: 80px;
    font-size: 1.25vw;
  }
  .igreeting .igreet-person {
    width: 28.4375em;
  }
  .igreeting .igreet-name-jp {
    top: 5.25em;
    right: 2.4583333333em;
    font-size: 1.5em;
    width: 1.7916666667em;
  }
  .igreeting .igreet-name-jp span {
    font-size: 1.5em;
    padding-top: 0.4444444444em;
  }
  .igreeting .igreet-name-en {
    bottom: 0.0625em;
    left: -2.9375em;
    width: 22.9375em;
  }
  .information {
    padding: 6.25vw 0 6.640625vw;
  }
  .information .inner {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .isocial .isocial-head {
    margin-bottom: 30px;
  }
  .isocial .isocial-ic a {
    font-size: 28px;
  }
  .isocial .isocial-ic a::before {
    width: 60px;
    height: 60px;
    background-size: 20px auto;
  }
  .isocial .ibtn a {
    padding-right: 70px;
  }
  .itreatment .itreat-wrapper {
    padding-left: 1.953125vw;
    padding-right: 1.953125vw;
  }
  .itrouble .itrouble-person {
    font-size: 1.26953125vw;
  }
  .itrouble .itrouble-person picture {
    width: 23.1428571429em;
  }
  .itrouble .itrouble-box {
    width: 41.9285714286em;
    margin-right: 1.4285714286em;
  }
  .itrouble .itrouble-box li {
    width: 15em;
    height: 15em;
    font-size: 1.2857142857em;
    padding: 2.1111111111em 2.2222222222em 1.1111111111em;
  }
  .itrouble .itrouble-bx1 {
    margin-top: 0.1666666667em;
    margin-right: 4.2222222222em;
  }
  .itrouble .itrouble-bx2 {
    margin-top: -3.5555555556em;
    margin-left: 1.3333333333em;
  }
  .itrouble .itrouble-bx3 {
    margin-top: -10.5em;
  }
  .imenu .imenu-thead li {
    height: 70px;
  }
  .imenu .imenu-thead li::before {
    bottom: -20px;
    left: calc(50% - 10px);
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 20px;
  }
  .imenu .imenu-cnt[data-tbody=tab1] {
    padding: 4.8828125vw;
  }
  .imenu .imenu-cnt[data-tbody=tab2] {
    padding: 4.8828125vw;
  }
  .imenu .imenu-tt {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .imenu .imenu-list {
    gap: 15px;
  }
  .imenu .imenu-btn a {
    font-size: 1.5625vw;
    height: 4.375em;
    padding: 0.625em 1.875em;
  }
  .imenu .imenu-btn a::before {
    right: 0.625em;
    width: 1.0625em;
  }
  .imenu .imenu-pt {
    --gapx: 15px;
    --gapy: 20px;
  }
  .imenu .imenu-pt-lk {
    right: 15px;
    bottom: -15px;
    width: 30px;
    height: 30px;
  }
  .imenu picture {
    margin-bottom: 15px;
  }
  .imenu .imenu-pt-tt {
    font-size: 1.5625vw;
  }
  .imenu .imenu-post {
    padding: 0 50px;
  }
  .imenu .imenu-ttl {
    font-size: 2.05078125vw;
  }
  .imenu .imenu-lb {
    font-size: 1.46484375vw;
  }
  .imenu .imenu-ver {
    gap: 1.6666666667em;
    font-size: 1.5625vw;
  }
  .imenu .imenu-ver li {
    width: 15.5555555556em;
    height: 27.3333333333em;
  }
  .imenu .imenu-ver-tt {
    font-size: 1em;
    padding: 0.8333333333em 1.1111111111em;
  }
  .ifeature .ihead {
    margin-bottom: 30px;
  }
  .home_page .key {
    font-size: 0.5859375vw;
  }
  .home_page .key .catch {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .home_page .key {
    --min-height: 350px;
  }
  .itrouble .itrouble-list {
    gap: 2.2em;
  }
  .itrouble .itrouble-en {
    font-size: min(1.1088709677vw, 9px);
  }
  .imenu .imenu-pt-lb {
    font-size: 12px;
  }
  .imenu .imenu-dsc p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .icosmetics .ijp {
    font-size: 2.2177419355vw;
  }
  .icosmetics .icos-desc p {
    line-height: 2;
    font-size: 12px;
  }
  .icosmetics .icos-ig-sm {
    left: -6vw;
  }
  .ifeature .ifeat-dsc {
    font-size: 12px;
  }
  .itreatment .itreat-list {
    gap: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .itreatment .itreat-list li {
    font-size: 12px;
    width: 200px;
  }
  .itreatment .itreat-list li:nth-child(even) {
    transform: none;
  }
  .iflow .iflow-list p span {
    font-size: 65%;
  }
  .icosmetics .ibtn a {
    padding-right: 50px;
  }
  .imenu .imenu-video {
    margin-left: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 800px) {
  .isocial .isocial-list #sb_instagram.sbi_tab_col_4 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .isocial .isocial-list #sb_instagram.sbi_tab_col_4 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .isocial .isocial-list #sb_instagram.sbi_tab_col_4 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*# sourceMappingURL=index_pc.css.map */
